Skip to content

Commit

Permalink
Add Hugo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Jun 19, 2024
1 parent 692e3db commit 01c3eb4
Show file tree
Hide file tree
Showing 84 changed files with 1,890 additions and 0 deletions.
111 changes: 111 additions & 0 deletions 2024/content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
+++
title = 'Home'
draft = false
layout = 2
+++

{{< rawhtml >}}
<!-- TODO: Update banner -->
<div style="background: #D2E0FB;" class="position-relative overflow-hidden p-1 p-md-3 m-md-1 text-center">
<div class="d-md-flex flex-md-equal w-75 my-md-3 mx-auto align-items-center">
<div class="col-md-5 p-lg-3 mx-auto my-5">
<blockquote class="blockquote text-center">
<p>
<i class="fas fa-quote-left fa-xs pink" aria-hidden="true"></i>
<span>The more I study, the more insatiable do I feel my genius for it to be.</span>
<i class="fas fa-quote-right fa-xs pink" aria-hidden="true"></i>
</p>
<footer class="blockquote-footer">Ada Lovelace</footer>
</blockquote>
<h1 class="pink display-4 fw-normal">PyLadiesCon</h1>
<h4 class="gradient special-font">2024 Online</h4>
<p class="lead fw-normal">
TBD December | Multi-language | Multi-timezone
</p>
<div class="social w-50 mx-auto pt-3">
<a href="https://fosstodon.org/@pyladiescon"><i class="fab fa-mastodon fa-2x px-2" aria-hidden="true"></i></a>
<a href="https://twitter.com/pyladiescon"><i class="fab fa-twitter fa-2x px-2" aria-hidden="true"></i></a>
<a href="https://instagram.com/pyladiescon"><i class="fab fa-instagram fa-2x px-2" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/pyladiescon"><i class="fab fa-linkedin fa-2x px-2" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-md-5 p-lg-1 mx-auto my-5">
<img style="width: 60%;" src="img/banner.png">
</div>
</div>
</div>
{{< /rawhtml >}}

{{% mainrectangle %}}
![About Icon class=icon-section](/img/about-icon.png)

{{< pinktitle "About the conference" >}}

Attention all PyLadies community members! We’re excited to share that we are in
the early stages of planning a PyLadies Conference (PyLadiesCon),
a transformative event designed to promote diversity, learning, and empowerment
within the Python community. 🎉

Save the date! The conference will take place on the first weekend of December,
where we’ll gather together for a weekend filled with insightful talks,
engaging panels, and collaborative networking opportunities.

* {{< rarrowlink "Read More" "/about" >}}
* {{< rarrowlink "Code of Conduct" "/about" >}}

{{% /mainrectangle %}}

{{% mainrectangle %}}
![Join us Icon class=icon-section](/img/details-icon.png)

{{< pinktitle "Join us!" >}}

Be a part of our conference!

{{% darkcards %}}

{{< darkcard
"Be a Volunteer"
"Join us in shaping this remarkable event that aims to empower women in the Python community and beyond. Your involvement will make a difference and provide invaluable networking opportunities and personal growth."
>}}
{{< darkcard
"Make a difference!"
"Join the spirit of the PyLadies community, which promotes diversity and inclusion in the Python programming language community."
>}}
{{< darkcard
"Meet PyLadies from all over the world"
"Join us in shaping this remarkable event that aims to empower women in the Python community and beyond. Your involvement will make a difference and provide invaluable networking opportunities and personal growth."
>}}
{{% /darkcards %}}

{{% /mainrectangle %}}

{{% pinkrectangle %}}

![Contact us Icon class=icon-section](/img/contact-icon.png)

## Contact

Email us at
<a href="mailto:[email protected]">[email protected]</a>

Follow us on <a href="https://twitter.com/pyladiescon">Twitter</a>

To connect with other PyLadies members through Slack, join
<a href="https://slackin.pyladies.com">slackin.pyladies.com</a>
and sign up for the chapter channel closest to
your town.

Check out this
<a href="https://reshamas.github.io/the-hidden-depth-of-pyladies/">dashboard</a>
for finding your closest chapter!

If you would like to donate to us, you can donate on
<a href="https://psfmember.org/civicrm/contribute/transact/?reset=1&amp;id=6">this page</a>!

Yes, donations are to a 501c3 and are therefore tax deductible within
the United States of America.
{{% /pinkrectangle %}}
Loading

0 comments on commit 01c3eb4

Please sign in to comment.