-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update who we are with meetup.com links
- Loading branch information
Showing
1 changed file
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |