-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
109 lines (98 loc) · 4.21 KB
/
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>NashFP</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://groups.google.com/forum/?fromgroups#!forum/nashfp">NashFP Google Group</a></li>
<li class="fork"><a href="https://github.com/NashFP">NashFP On GitHub</a></li>
<li class="fork"><a href="https://twitter.com/nashfp">NashFP on Twitter</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<img src="./images/LargeLogo.small.png" alt="NashFP: Nashville Functional Programmers" />
</div>
<h3>About NashFP</h3>
<p>
In the Nashville-area? Interested in functional programming (e.g. Clojure, Elixir, Elm, Erlang, F#, Haskell, Idris, Lisp, OCaml, Scala,...)?
</p>
<p>
Dandy! Come join us, and invite a friend. We're a curious and welcoming group.
All skill-levels, platforms, backgrounds & languages welcome.
</p>
<p>
Show off your favorite functional language or pose questions to the group.
</p>
<p>
We meet once a month for a lab (think three hour code camp).
There We have a projector, WiFi, coffee and assorted munchies.
</p>
<h3>When</h3>
<p>We meet on the fourth Tuesday each month from 6 pm to ~9:00 pm. <br />
Please check the <a href="https://groups.google.com/forum/?fromgroups#!forum/nashfp">Google Group</a> for meeting announcements</p>
<h3>Where</h3>
<!--
<span>
We will meet remotely (over Zoom) each month until things are COVID-safe (e.g. vaccine).
Please check the <a href="https://groups.google.com/forum/?fromgroups#!forum/nashfp">Google Group</a> on the 4th Tuesday for that evening's meeting link.
</span>
-->
<span>
Nashville Technology Council<br />
Room: "Dell Learning Lab"<br />
500 Interstate Blvd. S<br />
Suite 200<br />
Nashville, TN 37210 USA <br />
(<a href="https://goo.gl/maps/beKtqG28sFw">map</a>)<br />
</span>
<!--
<span>
HCA Healthcare (building 3 meeting space)<br />
2545 Park Plaza<br />
Nashville, TN 37203, USA (<a href="https://goo.gl/maps/tbQypcJNFZC2">map</a>)<br />
</span>
-->
<!--
(JULY MEETING - Note: different venue)
<br/>Eventbrite Cafe
<br/>209 10th Ave S #205, Nashville, TN 37203
<br/>(<a href="https://www.google.com/maps/place/Eventbrite/@36.15515,-86.7825697,15z/data=!4m5!3m4!1s0x0:0x477cf0d83a5b8192!8m2!3d36.15515!4d-86.7825697">map to Eventbrite</a>)
-->
<!--
<span>
Emma Inc. (Bistro meeting room)<br />
11 Lea Ave Nashville, TN 37210<br />
(<a href="https://goo.gl/maps/Gekvri9aoZ72">map</a>)
</span>
-->
</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<div class="wrapper">
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/NashFP">NashFP</a></span>
<br/>
<span class="credits left">Logo design donated by <a href="http://www.fireflylogic.com">Firefly Logic</a></span>
<br/>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
</body>
</html>