|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: "Utah Python User Group" |
| 4 | +url-map: http://maps.google.com/maps?q=14944+Pony+Express+Dr.+Bluffdale,+UT+84065 |
| 5 | +url-archives: /presentations |
| 6 | +url-group: https://groups.google.com/forum/#!forum/utahpython |
| 7 | + |
| 8 | + |
| 9 | +--- |
| 10 | +<h1>Welcome</h1> |
| 11 | + |
| 12 | +<p>The Utah Python User Group provides a community for software developers |
| 13 | +interested in Python technology. Everyone is invited to participate!</p> |
| 14 | + |
| 15 | +<div class="meetings"> |
| 16 | + <h2>Meetings</h2> |
| 17 | + |
| 18 | + <p>Meetings are held on the second Thursday of each month.<br> |
| 19 | + 7:00 to 8:45 P.M.</p> |
| 20 | + |
| 21 | + <address> |
| 22 | + C7 Data Center<br> |
| 23 | + 14944 Pony Express Dr.<br> |
| 24 | + Bluffdale, UT 84065 |
| 25 | + </address> |
| 26 | + |
| 27 | + <p>Just off I-15. <a href="{{ page.url-map }}">(Map.)</a></p> |
| 28 | +</div> |
| 29 | + |
| 30 | +<div class="archives"> |
| 31 | + <h2>Past presentations</h2> |
| 32 | + |
| 33 | + <p><a href="{{ page.url-archives }}">View a list of our past |
| 34 | + presentations</a>.</p> |
| 35 | +</div> |
| 36 | + |
| 37 | +<div class="membership"> |
| 38 | + <h3>Participate</h3> |
| 39 | + |
| 40 | + <h4>Mailing List</h4> |
| 41 | + |
| 42 | + <p>Our mailing list is hosted on Google Groups. It's mostly annoucements, |
| 43 | + but we're happy to answer questions or take local job postings too!<br> |
| 44 | + <a href="{{ page.url-group }}">{{ page.url-group }}</a></p> |
| 45 | + |
| 46 | + <p>To join the list without a Google Account, send a blank email to |
| 47 | + <a href="mailto:{{ page.url-subscribe }}">{{ page.url-subscribe }}</a>.<br> |
| 48 | + To post to the list, send an email to |
| 49 | + <a href="mailto:{{ page.url-post }}">{{ page.url-post }}</a>.</p> |
| 50 | + |
| 51 | + <h4>IRC (Internet Relay Chat)</h4> |
| 52 | + |
| 53 | + <p>Most our discussions take place here:</p> |
| 54 | + |
| 55 | + <p>Server: irc.freenode.net<br> |
| 56 | + Channel: #utahpython</p> |
| 57 | + |
| 58 | + <p>Use your favorite IRC client or use the |
| 59 | + <a href="http://webchat.freenode.net/?randomnick=1&channels=utahpython">Webchat</a>.</p> |
| 60 | +</div> |
0 commit comments