-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (100 loc) · 4.29 KB
/
index.html
File metadata and controls
116 lines (100 loc) · 4.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ClojureBridge Öresund</title>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style"
content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="index.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="banner">
<h1><a href="/">ClojureBridge Öresund</a></h1>
<p class="summary">
ClojureBridge aims to increase diversity within the programming community
by offering free, beginner-friendly programming workshops for women.
</p>
</div>
<div class="main">
<h2>Upcoming Events</h2>
<ul class="events">
<li class="event article">
<div class="header">
<h3>
<a href="https://www.eventbrite.com/e/clojurebridge-malmo-tickets-17723866562">
ClojureBridge Malmö <time datetime="2015-09-18T18:00:00+02:00">September 18</time>
</a>
</h3>
<div class="time">
<span class="start"><time datetime="2015-09-18T18:00:00+02:00">Friday, September 18, 6:00 PM</time></span>
<span class="end"><time datetime="2015-09-19T17:00:00+02:00">Saturday, September 19, 5:00 PM</time></span>
</div>
</div>
<div class="content">
<p>
This ClojureBridge workshop will be held in Malmö,
Sweden and is intended for those with none or some programming
experience. We will use <a href="http://clojure.org" target="blank">Clojure</a>,
a modern programming language running on the Java virtual machine,
to introduce you to fundamental programming concepts.
</p>
<p>
You will learn and practice in small groups of 2 to 4 attendees
each. To register, you must <u>identify as a woman</u>. Men, you
are welcome to come if you find a woman who wants to learn programming,
and who will register and bring you as a guest.
</p>
<h4>Links</h4>
<ul class="links">
<li><a href="https://github.com/clojurebridge-oresund/curriculum#clojurebridge-curriculum">Curriculum</a></li>
<li><a href="http://clojurebridge-oresund.github.io/curriculum/2015-09-19/">Slides</a></li>
</ul>
</div>
<div class="footer">
<a class="register" href="https://www.eventbrite.com/e/clojurebridge-malmo-tickets-17723866562">Register now!</a>
</div>
</li>
</ul>
<h2>Previous Events</h2>
<ul class="events">
<li class="event article">
<div class="header">
<h3>
<a href="https://www.eventbrite.com/e/clojurebridge-helsingborg-biljetter-16634992711">
ClojureBridge Helsingborg <time datetime="2015-05-29T18:00:00+02:00">May 29</time>
</a>
</h3>
<div class="time">
<span class="start"><time datetime="2015-05-29T18:00:00+02:00">Friday, May 29, 6:00 PM</time></span>
<span class="end"><time datetime="2015-05-30T17:00:00+02:00">Saturday, May 30, 5:00 PM</time></span>
</div>
</div>
<div class="content">
<p>
This ClojureBridge workshop was held in Helsingborg.
</p>
<h4>Links</h4>
<ul class="links">
<li><a href="https://github.com/clojurebridge-oresund/curriculum#clojurebridge-curriculum">Curriculum</a></li>
<li><a href="http://clojurebridge-oresund.github.io/curriculum/2015-05-30/">Slides</a></li>
</ul>
</div>
<div class="footer">
<a class="register" href="https://www.eventbrite.com/e/clojurebridge-helsingborg-biljetter-16634992711">Event link</a>
</div>
</li>
</ul>
</div>
<div class="footer">
<a href="/">ClojureBridge Öresund</a> is a <a href="http://www.clojurebridge.org/">ClojureBridge</a>
project.
</div>
</body>
</html>