forked from pynashorg/pynashorg.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
old_index.html
92 lines (77 loc) · 4.07 KB
/
old_index.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>PyNash - Nashville Python User Group</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/pynashorg">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>PyNash</h1>
<h2>Nashville Python User Group</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<span class="banner-fix"></span>
<section id="main_content">
<h3>Welcome to PyNash.</h3>
<p>Join us for the next PyNash lunch <a href="http://cal.nashvl.org/events/427">Wednesday, February 6,
11:30 AM</a> at the <a href="http://12southtaproom.com/">12 South Taproom</a>.</p>
<iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=12+South+Taproom+%26+Grill,+12th+Avenue+South,+Nashville,+TN&aq=0&oq=12th+South+T&sll=35.830521,-85.978599&sspn=2.84123,5.817261&t=m&ie=UTF8&hq=12+South+Taproom+%26+Grill,+12th+Avenue+South,+Nashville,+TN&ll=36.126471,-86.788881&spn=0.006066,0.011802&z=16&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=12+South+Taproom+%26+Grill,+12th+Avenue+South,+Nashville,+TN&aq=0&oq=12th+South+T&sll=35.830521,-85.978599&sspn=2.84123,5.817261&t=m&ie=UTF8&hq=12+South+Taproom+%26+Grill,+12th+Avenue+South,+Nashville,+TN&ll=36.126471,-86.788881&spn=0.006066,0.011802&z=16&iwloc=A" style=text-align:left">View Larger Map</a></small>
<h3>Some PyNash people</h3>
<p>
<a href="https://twitter.com/paltman">Patrick Altman</a>,
<a href="https://twitter.com/scottsburns">Scott Burns</a>,
<a href="https://twitter.com/brian_dailey">Brian Dailey</a>,
<a href="https://twitter.com/binarydud">Matt George</a> (PyNash organizer),
<a href="https://twitter.com/R_Macy">Ryan Macy</a>,
<a href="https://twitter.com/jasonamyers">Jason A Myers</a>,
<a href="https://twitter.com/jorendorff">Jason Orendorff</a>,
<a href="https://twitter.com/tsclausing">Scot Clausing</a>
</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p><br></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-37934858-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>