Skip to content

Commit c9ebc63

Browse files
author
Faris Chebib
committed
added home logo
1 parent cd06c16 commit c9ebc63

File tree

5 files changed

+115
-21
lines changed

5 files changed

+115
-21
lines changed

_includes/topnav.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<nav>
2+
<ul class="nav nav-pills pull-right">
3+
<li role="presentation">
4+
<a ui-sref="home">
5+
<span class="glyphicon glyphicon-home"></span>
6+
</a>
7+
</li>
8+
<li role="presentation">
9+
<a ui-sref="about">
10+
About
11+
</a>
12+
</li>
13+
<li role="presentation">
14+
<a ui-sref="meetups">
15+
Meetups
16+
</a>
17+
</li>
18+
<li role="presentation">
19+
<a ui-sref="past_present">Past Presentations</a>
20+
</li>
21+
</ul>
22+
</nav>

_layouts/utahpython.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,11 @@
33
---
44
<div class='container' ui-view>
55
<div class="header clearfix">
6-
<nav>
7-
<ul class="nav nav-pills pull-right">
8-
<li role="presentation" class="active">
9-
<a ui-sref="about">
10-
About
11-
</a>
12-
</li>
13-
<li role="presentation">
14-
<a ui-sref="meetups">
15-
Meetups
16-
</a>
17-
</li>
18-
<li role="presentation">
19-
<a ui-sref="past_present">Past Presentations</a>
20-
</li>
21-
</ul>
22-
</nav>
6+
{% include topnav.html %}
237
<h3 class="text-muted">Utah Python</h3>
248
</div>
259

26-
<div class="row marketing" ui-view>
10+
<div class="row marketing">
2711
{{ content }}
2812
</div>
2913

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: utahpython
23
title: "About"
34
---
45
<h3>About</h3>

index.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
layout: utahpython
3+
title: "Utah Python User Group"
4+
url-needle-map: http://maps.google.com/maps?q=14864+Pony+Express+Dr.+Bluffdale,+UT+84065
5+
url-hirevue-map: http://maps.google.com/maps?q=10876+S+River+Front+Pkwy+South+Jordan%2C+UT+84095
6+
url-archives: /presentations
7+
url-group: https://groups.google.com/forum/#!forum/utahpython
8+
url-subscribe: [email protected]
9+
10+
---
11+
{% include jumbotron.html %}
12+
13+
<h1>Welcome</h1>
14+
15+
<p>The Utah Python User Group provides a community for software developers
16+
interested in Python technology. Everyone is invited to participate!</p>
17+
18+
<div class="meetings">
19+
<h2>Meetings</h2>
20+
21+
<p>The most up-to-date place to find out what topics are coming next is
22+
<a href="{{ page.url-group }}">our mailing list</a>.</p>
23+
24+
<p>Meetings are held on the second Thursday of each month.<br>
25+
6:30 to 8:45 P.M.</p>
26+
27+
<address>
28+
Needle Inc.<br>
29+
14864 Pony Express Road<br>
30+
Bluffdale, UT 84065
31+
</address>
32+
33+
<p>Just off I-15. <a href="{{ page.url-needle-map }}">(Map.)</a>.
34+
Needle is in back, don't go to the C7 side of the buildings.</p>
35+
36+
<h2>PyLadies!</h2>
37+
38+
<p>The most up-to-date place to find out what topics are coming next is
39+
<a href="{{ page.url-group }}">our mailing list</a>.</p>
40+
41+
<p>Meetings are held every Tuesday starting at 6:30 P.M.</p>
42+
43+
<p>Utah Pyladies provides educational and moral support for women who code.
44+
Come hang out with women who are learning or have learned to code in
45+
Python. Share your coding projects, or find resources for learning. If
46+
you've never programmed at all, we'll help you get started. If you have, we
47+
want to learn from you!</p>
48+
49+
<address>
50+
HireVue<br>
51+
Suite 600<br>
52+
10876 S. Riverfront Pkwy<br>
53+
South Jordan, UT 84095
54+
</address>
55+
56+
<p>Just off I-15. <a href="{{ page.url-hirevue-map }}">(Map.)</a>.</p>
57+
</div>
58+
<div class="archives">
59+
<h2>Past presentations</h2>
60+
61+
<p><a href="{{ page.url-archives }}">View a list of our past
62+
presentations</a>.</p>
63+
</div>
64+
65+
<div class="membership">
66+
<h3>Participate</h3>
67+
68+
<h4>Mailing List</h4>
69+
70+
<p>Our mailing list is hosted on Google Groups. It's mostly annoucements,
71+
but we're happy to answer questions or take local job postings too!<br>
72+
<a href="{{ page.url-group }}">{{ page.url-group }}</a></p>
73+
74+
<p>To join the list without a Google Account, send a blank email to
75+
<a href="mailto:{{ page.url-subscribe }}">{{ page.url-subscribe }}</a>.<br>
76+
To post to the list, send an email to
77+
<a href="mailto:{{ page.url-post }}">{{ page.url-post }}</a>.</p>
78+
79+
<h4>IRC (Internet Relay Chat)</h4>
80+
81+
<p>Most our discussions take place here:</p>
82+
83+
<p>Server: irc.freenode.net<br>
84+
Channel: #utahpython</p>
85+
86+
<p>Use your favorite IRC client or use the
87+
<a href="http://webchat.freenode.net/?randomnick=1&channels=utahpython">Webchat</a>.</p>
88+
</div>

presentations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
layout: base
2+
layout: utahpython
33
title: "Past Presentations"
44
---
55

6-
Past Presentations
7-
==================
6+
# Past Presentations
87

98
2011
109
----

0 commit comments

Comments
 (0)