-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathservices.html
More file actions
71 lines (70 loc) · 3.61 KB
/
Copy pathservices.html
File metadata and controls
71 lines (70 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!-- Services Section -->
<section id="who">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Who we are</h2>
<h3 class="section-subheading text-muted">
We’re a Python user group in Frederick, Maryland for people interested in learning and using the Python programming language.
<br>
<br>
<b>We exist to teach others how to write code in Python
so that they may impact the world around them</b>.
<br>
<br>
Want to chat? Join us on <a href="https://fredericktechinvite.herokuapp.com/" target="_blank">Slack, our group chat tool</a>. Need help? Check out the <a href="{{ site.baseurl }}{% link get-help.html %}">Get Help</a> page.
</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-users fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Python Talks</h4>
<p class="large text-muted">We want people to discover the awesome things Python can do! Python Frederick hosts monthly talks every second Wednesday.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Open Workshops</h4>
<p class="large text-muted">Every third Saturday we host an open workshop along with the rest of Frederick Tech. Help with a common project, bring your own, or bring your questions!</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cutlery fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Social Dinners</h4>
<p class="large text-muted">
The groups gets together to share a meal with each other
at a local Frederick restaurant.
Come join us to hang out
with other people
who are interested in Python and technology.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<br>
<a href="https://www.meetup.com/python-frederick/" class="btn btn-xl">See all future events</a>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<br>
<br>
<br>
<p class="large text-muted">
Python Frederick events are hosted
by our partner,
the <a href="http://cs.hood.edu/" target="_blank">Hood College Computer Science Department</a>.
</p>
</div>
</div>
</div>
</section>