Skip to content

Commit 493f4c8

Browse files
author
Faris Chebib
committed
cleaning pu the upcoming meetup page
1 parent a6a55ab commit 493f4c8

File tree

4 files changed

+77
-44
lines changed

4 files changed

+77
-44
lines changed

_includes/jumbotron.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ <h1>Utah Python</h1>
44
The Utah Python Meetup Group is a consortium of python meetup groups around Utah.
55
</p>
66
<p>
7-
<a href="#" class="btn btn-lg btn-success">Join Us</a>
7+
<a ui-sref="upcoming" class="btn btn-lg btn-success">Join Us</a>
88
</p>
99
</div>

about.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ layout: utahpython
33
title: "About"
44
about-nav: True
55
---
6-
<h3>About</h3>
6+
<h3>About</h3>
7+
8+
<p>The most up-to-date place to find out what topics are coming next is
9+
<a href="{{ page.url-group }}">our mailing list</a>.</p>

index.md

-37
Original file line numberDiff line numberDiff line change
@@ -17,44 +17,7 @@ home-nav: True
1717
interested in Python technology. Everyone is invited to participate!</p>
1818

1919
<div class="meetings">
20-
<h2>Meetings</h2>
2120

22-
<p>The most up-to-date place to find out what topics are coming next is
23-
<a href="{{ page.url-group }}">our mailing list</a>.</p>
24-
25-
<p>Meetings are held on the second Thursday of each month.<br>
26-
6:30 to 8:45 P.M.</p>
27-
28-
<address>
29-
Needle Inc.<br>
30-
14864 Pony Express Road<br>
31-
Bluffdale, UT 84065
32-
</address>
33-
34-
<p>Just off I-15. <a href="{{ page.url-needle-map }}">(Map.)</a>.
35-
Needle is in back, don't go to the C7 side of the buildings.</p>
36-
37-
<h2>PyLadies!</h2>
38-
39-
<p>The most up-to-date place to find out what topics are coming next is
40-
<a href="{{ page.url-group }}">our mailing list</a>.</p>
41-
42-
<p>Meetings are held every Tuesday starting at 6:30 P.M.</p>
43-
44-
<p>Utah Pyladies provides educational and moral support for women who code.
45-
Come hang out with women who are learning or have learned to code in
46-
Python. Share your coding projects, or find resources for learning. If
47-
you've never programmed at all, we'll help you get started. If you have, we
48-
want to learn from you!</p>
49-
50-
<address>
51-
HireVue<br>
52-
Suite 600<br>
53-
10876 S. Riverfront Pkwy<br>
54-
South Jordan, UT 84095
55-
</address>
56-
57-
<p>Just off I-15. <a href="{{ page.url-hirevue-map }}">(Map.)</a>.</p>
5821
</div>
5922
<div class="archives">
6023
<h2>Past presentations</h2>

upcoming.md

+72-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,88 @@
22
layout: utahpython
33
title: "Meetups"
44
upcoming-nav: True
5+
url-needle-map: http://maps.google.com/maps?q=14864+Pony+Express+Dr.+Bluffdale,+UT+84065
6+
url-group: https://groups.google.com/forum/#!forum/utahpython
7+
url-hirevue-map: http://maps.google.com/maps?q=10876+S+River+Front+Pkwy+South+Jordan%2C+UT+84095
58
---
69

710
## Meetups
811

9-
Utah Python currently hosts 3 different meetups around Utah.
12+
Utah Python a number of different meetups around Utah.
1013

11-
### Salt Lake City &amp; Draper
14+
### Salt Lake City
15+
16+
Meetings are held on the *first Wednesday* of each month.
17+
18+
Starting times vary between **6:30pm** and **7:30pm**
19+
20+
Locations vary between *Zaniac Sugar House [<span class="glyphicon glyphicon-map-marker"></span>](#)* and *Neutron Interactive [<span class="glyphicon glyphicon-map-marker"></span>](#)*.
1221

1322
<a class="btn btn-success" href="http://www.meetup.com/UtahPython/"
14-
target="_blank"
15-
role="button">
16-
Join SLC’s Meetup Group
23+
target="_blank"
24+
role="button">
25+
Join SLC’s Meetup Group
26+
<span class="glyphicon glyphicon-new-window"></span>
27+
</a>
28+
29+
### Draper
30+
31+
Meetings are held on the *second Thursday* of each month:
32+
**6:30 to 8:45pm**
33+
34+
<address>
35+
Needle Inc.<br>
36+
14864 Pony Express Road<br>
37+
Bluffdale, UT 84065
38+
</address>
39+
40+
<a class='btn btn-info' href="{{ page.url-needle-map }}">
41+
<span class="glyphicon glyphicon-map-marker"></span>
42+
</a>
43+
44+
<p>
45+
Needle is in back, don't go to the C7 side of the buildings.
46+
</p>
47+
48+
The most up-to-date place to find out what topics are coming next is
49+
[our mailing list]({{ page.url-group }}).
50+
51+
<a class="btn btn-success" href="http://www.meetup.com/UtahPython/"
52+
target="_blank"
53+
role="button">
54+
Join Draper’s Meetup Group
1755
<span class="glyphicon glyphicon-new-window"></span>
1856
</a>
1957

2058
{% include meetuptmpl.html %}
2159

2260
### Logan
61+
62+
<a class="btn btn-success" href="http://www.meetup.com/UtahPython/"
63+
target="_blank"
64+
role="button">
65+
Join Logan’s Meetup Group
66+
<span class="glyphicon glyphicon-new-window"></span>
67+
</a>
68+
69+
### PyLadies
70+
71+
72+
Meetings are held *every Tuesday* starting at **6:30pm**
73+
74+
<p>Utah Pyladies provides educational and moral support for women who code.
75+
Come hang out with women who are learning or have learned to code in
76+
Python. Share your coding projects, or find resources for learning. If
77+
you've never programmed at all, we'll help you get started. If you have, we
78+
want to learn from you!</p>
79+
80+
<address>
81+
HireVue<br>
82+
Suite 600<br>
83+
10876 S. Riverfront Pkwy<br>
84+
South Jordan, UT 84095
85+
</address>
86+
87+
<a class='btn btn-info' href="{{ page.url-hirevue-map }}">
88+
<span class="glyphicon glyphicon-map-marker"></span>
89+
</a>

0 commit comments

Comments
 (0)