Skip to content

Commit a56385d

Browse files
committed
1 parent 2e88351 commit a56385d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

_includes/services.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
<!-- Services Section -->
2-
<section id="services">
2+
<section id="Who we are">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
6-
<h2 class="section-heading">Services</h2>
7-
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
6+
<h2 class="section-heading">Who we are</h2>
7+
<h3 class="section-subheading text-muted">For people interested in learning and using the Python programming language.</h3>
88
</div>
99
</div>
1010
<div class="row text-center">
1111
<div class="col-md-4">
1212
<span class="fa-stack fa-4x">
1313
<i class="fa fa-circle fa-stack-2x text-primary"></i>
14-
<i class="fa fa-shopping-cart fa-stack-1x fa-inverse"></i>
14+
<i class="fa fa-meetup fa-stack-1x fa-inverse"></i>
1515
</span>
16-
<h4 class="service-heading">E-Commerce</h4>
17-
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
16+
<h4 class="service-heading">Second Wednesday Talks</h4>
17+
<p class="text-muted">We want people to discover the awesome things Python can do! Python Frederick hosts mothly talks.</p>
1818
</div>
1919
<div class="col-md-4">
2020
<span class="fa-stack fa-4x">
2121
<i class="fa fa-circle fa-stack-2x text-primary"></i>
2222
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
2323
</span>
24-
<h4 class="service-heading">Responsive Design</h4>
25-
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
24+
<h4 class="service-heading">Open Workshops</h4>
25+
<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>
2626
</div>
2727
<div class="col-md-4">
2828
<span class="fa-stack fa-4x">
2929
<i class="fa fa-circle fa-stack-2x text-primary"></i>
30-
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
30+
<i class="fa fa-book fa-stack-1x fa-inverse"></i>
3131
</span>
32-
<h4 class="service-heading">Web Security</h4>
33-
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
32+
<h4 class="service-heading">Book Club</h4>
33+
<p class="text-muted">Join us for our book club where we dive into design and creation of open source software applications.</p>
3434
</div>
3535
</div>
3636
</div>
37-
</section>
37+
</section>

0 commit comments

Comments
 (0)