-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
104 lines (95 loc) · 5.07 KB
/
resources.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
<!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: resources</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="resources.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 class="pagetitle">Resources</div>
<p></p><ul>
<li><a href="http://lispnyc.org/about" target="_blank">Lisp NYC</a>: home page of the workshop organizer, a community dedicated to the advocacy and advancement of Lisp-based development technologies such as Common Lisp, Clojure and Scheme</li>
<li><a href="http://www.clojurebridge.org/" target="_blank">ClojureBridge</a>: home page of the workshop umbrella organization dedicated to increasing diversity within the Clojure community</li>
<li><a href="https://clojure.org/" target="_blank">Clojure.org</a>: core resource for Clojure lanugage for necessary software download, documentation and additional learning resources</li>
<li><a href="https://www.meetup.com/Clojure-NYC/" target="_blank">Clojure Meetup NYC</a>: an offline community open to everyone learning Clojure in NYC</li>
<li><a href="https://www.meetup.com/LispNYC/" target="_blank">Lisp NYC Meetup</a>: an offline community for all interested in Lisp-based development technologies, including Clojure. Please join us!</li>
</ul>
<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>