Skip to content

Commit

Permalink
update who we are with meetup.com links
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgamezh committed Jan 25, 2025
1 parent 6b49295 commit d81d1bf
Showing 1 changed file with 27 additions and 17 deletions.
44 changes: 27 additions & 17 deletions theme/templates/includes/section_who_we_are.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
<!-- Who we are -->
<section class="content-section bg-light" id="who-we-are">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto content-section-heading">
<h3 class="text-danger mb-0">About us</h3>
<h2>Who Are We?</h2>
<p class="lead mb-5">We are an inclusive group of <a href="https://en.wiktionary.org/wiki/Pythonista">Pythonistas</a>
with focus on community events.
Most of our events are hosted by the community members (you) free of charge with a support of
companies who provide us with basic facilities (spaces, drinks & food).
</p>
<div class="row justify-content-center">
<a class="btn btn-primary btn-lg mx-1 scroll" href="#latest-event">Latest Event</a>
<a class="btn btn-dark btn-lg mx-1 scroll" href="#services">Join Us</a>
</div>
<!-- Who we are -->
<section class="content-section bg-light" id="who-we-are">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto content-section-heading">
<h3 class="text-danger mb-0">About us</h3>
<h2>Who Are We?</h2>
<p class="lead mb-5">We are an inclusive group of <a href="https://en.wiktionary.org/wiki/Pythonista">Pythonistas</a>
with focus on community events.
Most of our events are hosted by the community members (you) free of charge with a support of
companies who provide us with basic facilities (spaces, drinks & food).
</p>
<div class="row justify-content-center">
<a class="btn btn-primary btn-lg mx-1 scroll" href="#latest-event">Latest Event</a>
<a class="btn btn-dark btn-lg mx-1 scroll" href="#services">Join Us</a>
</div>
<div class="jumbotron text-center bg-light">
<h3 class="text-danger mb-3">Join our Meetup</h3>
<p class="lead">
Check out our upcoming events and become part of our community by visiting our page on Meetup:
</p>
<a href="https://www.meetup.com/pyamsterdam/" target="_blank" class="btn btn-primary btn-lg">
Join us in Meetup.com
</a>
</div>

</div>
</div>
</div>
</section>
</section>

0 comments on commit d81d1bf

Please sign in to comment.