-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (117 loc) · 6.32 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" /> <!-- TODO encode feeds as UTF-8 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Dedicated to the advocacy and advancement of Lisp-based software and development technologies." />
<meta name="keywords" content="lisp, scheme, clojure, functional programming, software development" />
<title>ClojureBridge LispNYC: clojurebridge</title>
<link rel="stylesheet" href="static/css/foundation.css" />
<link rel="stylesheet" href="static/css/foundation-clojurebridge.css" />
<script src="static/js/vendor/modernizr.js"></script> <!-- foundation -->
</head>
<body>
<!-- top bar -->
<nav class="top-bar" data-topbar="data-topbar">
<ul class="title-area">
<li class="name">
<h1><a href="index.html"><img class="title" src="static/images/clojurebridge-logo.png" /><span class="logo-text">ClojureBridge NYC</span></a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="index.html#"><span>menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right navigation">
<li class="has-dropdown">
<a>workshop</a>
<ul class="dropdown">
<li><a href="why-clojure.html">why clojure</a></li>
<li><a href="curriculum.html">curriculum</a></li>
<li><a href="schedule.html">schedule</a></li>
<li><a href="resources.html">resources</a></li>
</ul>
</li>
<li><a href="organizers.html">organizers</a></li>
<li class="has-dropdown">
<a>sponsorship</a>
<ul class="dropdown">
<li><a href="sponsors.html">our sponsors</a></li>
<li><a href="be-a-sponsor.html">be a sponsor</a></li>
</ul>
</li>
<li class="has-dropdown">
<a>inspiration</a>
<ul class="dropdown">
<li><a href="ada-lovelace.html">lessons from Ada</a></li>
<li><a href="women-in-science.html">women in science</a></li>
<li><a href="beryl-nelson.html">beryl nelson</a></li>
</ul>
</li>
<li><a href="code-of-conduct.html">code of conduct</a></li>
<li>
<a target="_blank" href="http://lispnyc.org/about"><img class="menuitem" src="static/images/lispnyc-logo-light.gif" /></a>
</li>
</ul>
</section>
</nav>
<!-- top bar -->
<div id="announcement"></div>
<div class="row">
<div class="large-2 medium-2 columns show-for-medium-up"></div>
<div class="large-10 medium-10 small-12 columns">
<div class="meeting panel">
<p><b><span class="meetingHeader"></span></b></p>
<p class="meetingContent"><p></p><div style="font-size: 20px; font-weight: bold; text-align: center; text-transform: uppercase">
Lisp NYC Presents: ClojureBridge NYC 2017
</div>
<div style="font-weight:bold;margin-bottom: 25px;text-align:center">
June 2nd - June 4th, 2017
</div>
<p></p><p style="text-align:center">
<a style="text-decoration: none; color: black; font-weight: bold;" href="http://www.clojurebridge.org/" target="_blank">ClojureBridge</a> NYC 2017 is a free computer programming workshop for women.
</p>
<p></p><p>
This hands-on course introduces participants to functional programming in a professional and empowering environment. The event has two tracks catering both to novices as well as programmers familiar with imperative languages such Python and JavaScript. During the workshop, participants use the Clojure programming language to build working applications in a friendly and collaborative setting. Professional developers and experienced instructors are on hand throughout the workshop.
</p>
<p></p><p>
ClojureBridge NYC 2017 is open to 200 participants. Breakfast, lunch and refreshments are graciously provided by our sponsors.
</p>
<p></p><div style="font-weight:bold;margin:25px 0 15px 0;text-align:center">Workshop Schedule</div>
<div style="text-align:center">
<a href="schedule.html">Please see schedule here</a>
</div>
<p></p>
<p></p><div style="font-weight:bold;margin:25px 0 15px 0;text-align:center">Dedication</div>
<div style="text-align:center">ClojureBridge NYC 2017 is dedicated to <a href="beryl-nelson.html">Beryl Nelson (1957 - 2015)</a>, <br /> whose life and work continue to inspire us.</div>
<p></p><div style="font-weight:bold;margin:25px 0 15px 0;text-align:center">Registration</div>
<div style="text-align:center"><a href="https://www.eventbrite.com/e/clojurebridge-nyc-2017-tickets-33971254938" target="_blank">Registration</a> is now closed. Thank you!</div>
<p></p><div style="font-weight:bold;margin:25px 0 15px 0;text-align:center">Venue</div>
<div style="text-align:center">Shareablee Inc, 123 William St, NY, NY, 10038</div>
<div style="text-align:center"><a style="text-decoration: none; color: black; font-weight: bold;" href="https://www.google.com/maps?saddr=My+Location&daddr=Shareablee Inc, 123 William St, NY, NY, 10038" target="_blank">Get Directions</a>
</div>
<p></p>
<p></p>
<p></p></p>
</div>
</div>
</div> <!-- row -->
<!-- foundation -->
<script>
document.write('<script src="static/js/vendor/'.html" +
('__proto__' in {} ? 'zepto' : 'jquery') +
'.js><\/script>')
</script>
<script src="static/js/vendor/jquery.js"></script>
<script src="static/js/foundation/foundation.js"></script>
<script src="static/js/foundation/foundation.topbar.js"></script>
<script src="static/js/foundation/foundation.dropdown.js"></script>
<!--script src="/static/js/foundation.min.js"></script-->
<script>
$(document).foundation();
</script>
<!-- google analytics -->
<script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-20563213-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>
</html>