Skip to content

Commit 2530a96

Browse files
committed
Add call to action directing interested people to Meetup.
1 parent c11ea46 commit 2530a96

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

_includes/portfolio_grid.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@ <h4>{{ post.title }}</h4>
2525
</div>
2626
{% endfor %}
2727
</div>
28+
<div class="row">
29+
<div class="col-lg-12 text-center">
30+
<br>
31+
<a href="https://www.meetup.com/python-frederick/" class="btn btn-xl">Join the next event</a>
32+
</div>
33+
</div>
2834
</div>
2935
</section>

_includes/services.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h4 class="service-heading">Python Talks</h4>
2323
</span>
2424
<h4 class="service-heading">Open Workshops</h4>
2525
<p class="text-muted">Every third Saturday we host an open workshop, along with the rest of Frederick Tech. Help with a common project or bring your own.</p>
26+
2627
</div>
2728
<div class="col-md-4">
2829
<span class="fa-stack fa-4x">
@@ -33,5 +34,11 @@ <h4 class="service-heading">Book Club</h4>
3334
<p class="text-muted">Join us for our book club where we dive into design and creation of open source software applications.</p>
3435
</div>
3536
</div>
37+
<div class="row">
38+
<div class="col-lg-12 text-center">
39+
<br>
40+
<a href="https://www.meetup.com/python-frederick/" class="btn btn-xl">See all future events</a>
41+
</div>
42+
</div>
3643
</div>
3744
</section>

0 commit comments

Comments
 (0)