-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
538 lines (484 loc) · 39.3 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SpringForward - A celebration of women in digital and technology - March 2018, Brighton</title>
<meta name="description" content="SpringForward - Brighton's month-long celebration of the role of women in digital culture">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon-precomposed" href="img/favicon-152.png">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Oswald:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/styles.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72906-7', 'wespringforward.com');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="header-main" role="banner">
<div class="container">
<div class="header-main_logo">
Spring <em>Forward
<small class="header-main_date">Brighton, March 2018</small></em>
</div>
<nav class="nav-main">
<ul class="nav-main_list">
<li><a class="page-anchor" href="#eventList">Events</a></li>
<li><a class="page-anchor" href="#getInvolved">Get involved</a></li>
<li><a class="page-anchor" href="#sponsors">Sponsors</a></li>
<li><a href="https://twitter.com/WeSpringForward" class="social-media lsf">twitter</a></li>
<li><a href="https://www.facebook.com/wespringforward" class="social-media lsf">facebook</a></li>
</ul>
</nav>
</div>
</header>
<section class="panel-intro">
<div class="container">
<h1 class="panel-intro_header">Celebrating women's past + empowering our future</h1>
<p class="panel-intro_text">Spring Forward is a month-long celebration of the role of women in digital culture and runs throughout March in parallel with <a href="http://en.wikipedia.org/wiki/Women's_History_Month" target="_blank">Women's History Month</a>.</p>
</div>
</section>
<div class="container">
<section class="panel-mission">
<h2 class="panel-mission_header">Our mission</h2>
<p class="panel-mission_text">
To encourage women to take a greater role in digital by creating a platform that promotes digital community events organised by women for women.
</p>
</section>
<section class="events-list" id="eventList">
<header class="panel-involved_header">
<h2>Events</h2>
</header>
<!-- ROM 1 -->
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="https://www.facebook.com/events/941726369319442/" itemprop="https://www.facebook.com/events/941726369319442/" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">FemRock Presents: International Women's Day Special!</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-02-03T19:00">
Fri 2nd March, 19:00
<span itemprop="address">The Green Door Store</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>In celebration of International Women's Day, we're inviting all of you to once again join with us to celebrate women's achievements in music and performance with some of the most kickass women in music!</p>
<p>We're proud to present 3 bands: PUSSYLIQUOR, BEST PRAXIS, HUSSY</p>
<a href="https://www.facebook.com/events/941726369319442/" itemprop="https://www.facebook.com/events/941726369319442/" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://curiosityhubspringforward2018.eventbrite.co.uk" itemprop="https://curiosityhubspringforward2018.eventbrite.co.uk" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Mother & Daughter Creative Technology Workshops</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-03T10:00">
Sat 3rd March, 10:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>A great opportunity for mothers and daughters (ages 6+) to explore technology together!</p>
<p>Curiosity Hub are hosting four free workshops throughout the day featuring Lego robotics.</p>
<p>Pre-registration required online.</p>
<a href="https://curiosityhubspringforward2018.eventbrite.co.uk" itemprop="https://curiosityhubspringforward2018.eventbrite.co.uk" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-3" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.com/e/how-to-be-at-your-best-and-stay-that-way-when-you-need-it-most-tickets-43272826188" itemprop="https://www.eventbrite.com/e/how-to-be-at-your-best-and-stay-that-way-when-you-need-it-most-tickets-43272826188" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">How to be at your Best; and stay that way, when it really matters</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-07T18:30">
Wed 7th March, 18:30
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Come together with a group of other likeminded women and find out more about what’s going on for you right now and what’s going on for others.</p>
<p>Get together to share, learn, collaborate and be inspired so that you find creative ways to be at your best and stay that way - when you need it most!</p>
<a href="https://www.eventbrite.com/e/how-to-be-at-your-best-and-stay-that-way-when-you-need-it-most-tickets-43272826188" itemprop="https://www.eventbrite.com/e/how-to-be-at-your-best-and-stay-that-way-when-you-need-it-most-tickets-43272826188" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<!-- ROW 2 -->
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="https://shesays-speak-your-truth.eventbrite.co.uk" itemprop="https://shesays-speak-your-truth.eventbrite.co.uk" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">SheSays Brighton</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-08T18:00">
Thu 8th March, 18:00
<span itemprop="address">Fabrica</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Welcome to a special SheSays Brighton panel event.<p>
<p>Featuring writer and activist Emily Yates; senior Lecturer in Media and Communication Dr Aristea Fotopoulou; Tasha Mansley, expert on social issues for young people; local award winning 'mum blogger' Bridget McGrath and Sunetta Kiarie from the Goodall Foundation.</p>
<a href="https://shesays-speak-your-truth.eventbrite.co.uk" itemprop="https://shesays-speak-your-truth.eventbrite.co.uk" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/inclusive-international-womens-day-celebration-registration-42490846265" itemprop="https://www.eventbrite.co.uk/e/inclusive-international-womens-day-celebration-registration-42490846265" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Brighton Digital Women</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-08T18:00">
Thu 8th March, 18:00
<span itemprop="address">PLATF9RM</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>With venue sponsorship by Platf9rm, Brighton Digital Women and Pure360 have teamed up to bring a gender inclusive International Women’s Day celebration to Brighton and Hove.</p>
<p>Join us for a prosecco drinks reception and photo boothing fun! Tickets are FREE but limited. Grab one now to avoid disappointment. We look forward to welcoming you!</p>
<a href="https://www.eventbrite.co.uk/e/inclusive-international-womens-day-celebration-registration-42490846265" itemprop="https://www.eventbrite.co.uk/e/inclusive-international-womens-day-celebration-registration-42490846265" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-3" itemscope itemtype="http://schema.org/Event">
<a href="https://www.onegirlband.co.uk/new-events/2018/3/8/iwd-expertise-session-our-1-year-anniversary" itemprop="https://www.onegirlband.co.uk/new-events/2018/3/8/iwd-expertise-session-our-1-year-anniversary" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">One Girl Band</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-08T18:00">
Thu 8th March, 18:00
<span itemprop="address">OGB, 8 Vine Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>One Girl Band celebrates it's one year aniversary at Vine Street with an International Women's Day event.</p>
<p>You'll be hearing from 5 speakers on topics that will set you up for success as a One Girl Band. Pizza and prosecco will obviously be involved, too.</p>
<p>Profits from ticket sales will go to Rise, and we will also be collecting donations of tampons and other sanitary products for Whitehawk Food Bank.</p>
<a href="https://www.onegirlband.co.uk/new-events/2018/3/8/iwd-expertise-session-our-1-year-anniversary" itemprop="https://www.onegirlband.co.uk/new-events/2018/3/8/iwd-expertise-session-our-1-year-anniversary" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<!-- ROW 3 -->
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="http://bit.ly/Producergirls" itemprop="http://bit.ly/Producergirls" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Producergirls</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-10T12:00">
Sat 10th March, 12:00
<span itemprop="address">Lighthouse Arts</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Producergirls bring their beginners electronic music production workshop to Lighthouse, as part of our Last Dance programme.</p>
<p>Aimed at girls looking to start making their own music, participants will learn to use Ableton software to create beats, melodies, baselines, & arrange songs. <strong>18+</strong></p>
<a href="http://bit.ly/Producergirls" itemprop="http://bit.ly/Producergirls" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/free-your-voiceand-the-rest-will-follow-scaredycat-workshop-tickets-43197002397" itemprop="https://www.eventbrite.co.uk/e/free-your-voiceand-the-rest-will-follow-scaredycat-workshop-tickets-43197002397" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Free your voice... and the rest will follow</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-15T18:30">
Thu 15th March, 18:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Afraid to speak up in meetings? Can't bear the thought of presentations? Think you sound dreadful? How do you get some power and gravitas into your voice?</p>
<p>This free Scaredycat communications workshop will focus on the voice and everything about it including all the vowels, how to present without losing your voice and discovering the power of your voice from your belly.</p>
<a href="https://www.eventbrite.co.uk/e/free-your-voiceand-the-rest-will-follow-scaredycat-workshop-tickets-43197002397" itemprop="https://www.eventbrite.co.uk/e/free-your-voiceand-the-rest-will-follow-scaredycat-workshop-tickets-43197002397" class="btn" target="_blank">Find out more<span> ></span></a>
</div>
</article>
<article class="event-detail event-3" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/press-fire-to-win-pixels-and-prosecco-2018-tickets-44015176578" itemprop="https://www.eventbrite.co.uk/e/press-fire-to-win-pixels-and-prosecco-2018-tickets-44015176578" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Pixels and Prosecco</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-16T18:30">
Fri 16th March, 18:30
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Press Fire to Win are hosting an evening of talks from women who create games, playful experiences and events.</p>
<p>Open to all, everyone is welcome to come and join us for a glass of Prosecco or fizzy grape juice, a slice of cake and a relaxed evening of interesting talks.</p>
<a href="https://www.eventbrite.co.uk/e/press-fire-to-win-pixels-and-prosecco-2018-tickets-44015176578" itemprop="https://www.eventbrite.co.uk/e/press-fire-to-win-pixels-and-prosecco-2018-tickets-44015176578" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<!-- ROW 4 -->
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="https://codebar.io/events/mindTheCodeBTN " itemprop="https://codebar.io/events/mindTheCodeBTN " target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">codebar Brighton: Mind the Code </h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-18T10:00">
Sun 18th March, 10:00
<span itemprop="address">The Skiff</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Mind the Code is a day-long coding and yoga workshop with codebar Brighton. The day will be split between self-contained coding exercises, group discussions about wellbeing and yoga and meditation sessions. No previous coding experience required.</p>
<p>We also need JavaScript and Ruby coaches to help our students - send us an email.</p>
<p>The yoga and meditation will be led by <a href="http://centredspace.net/" target="_blank">senior yoga teacher, Leonie Taylor</a></p>
<a href="https://codebar.io/events/mindTheCodeBTN " itemprop="https://codebar.io/events/mindTheCodeBTN " class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.com/e/how-to-create-your-tribe-tickets-43272691786" itemprop="https://www.eventbrite.com/e/how-to-create-your-tribe-tickets-43272691786" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">How to Create Your Tribe</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-19T19:00">
Mon 19th March, 19:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>They say it takes a village to raise a child, I think it takes a Tribe to support our creative selves in this world of complexity.</p>
<p>Come together to hear my story and how my Tribe helped me be the person I want to be, sharing tips and ideas on how you can bring together your Tribe in a supportive way and will give you a format for your get-togethers that really works.</p>
<a href="https://www.eventbrite.com/e/how-to-create-your-tribe-tickets-43272691786" itemprop="https://www.eventbrite.com/e/how-to-create-your-tribe-tickets-43272691786" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-3" itemscope itemtype="http://schema.org/Event">
<a href="https://www.facebook.com/events/169721163682355/" itemprop="https://www.facebook.com/events/169721163682355/" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Health Bar</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-22T19:00">
Thu 22nd March, 19:00
<span itemprop="address">Pop up Brighton</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Health Bar create social gaming spaces for first-timers, women, LGBTQ+ folk, and people of colour - an alternative to toxic "gaming culture".</p>
<p>For Spring Forward we're featuring our most requested games - expect dance mats, Typing of the Dead, Mario Kart and lots more!</p>
<a href="https://www.facebook.com/events/169721163682355/" itemprop="https://www.facebook.com/events/169721163682355/" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="https://www.brightongirlmag.com/events/the-brighton-girl-summit" itemprop="https://www.brightongirlmag.com/events/the-brighton-girl-summit" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Brighton Girl Magazine</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-22T19:00">
Thu 22nd March, 19:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Brighton Girl is a community open to all twenty-something women finding their feet in Brighton.</p>
<p>For Spring Forward they are bringing together 60 organisations, groups and projects who empower, inspire and support women in Brighton.</p>
<a href="https://www.brightongirlmag.com/events/the-brighton-girl-summit" itemprop="https://www.brightongirlmag.com/events/the-brighton-girl-summit" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<!-- ROW 5 -->
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.com/e/girl-game-maker-day-tickets-43234636963" itemprop="https://www.eventbrite.com/e/girl-game-maker-day-tickets-43234636963" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Girl Game Maker Day</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-24T13:00">
Sat 24th March, 13:00
<span itemprop="address">Unity HQ</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Back by popular demand! Unity has teamed up with Spring Forward Festival to host another Girl Game Maker Day.</p>
<p>Learn to make video games and get hands on with code, art, and making games fun.</p>
<p>This GIRLS ONLY event is a completely FREE session aimed at girls between 9 -14 who are interested in learning more about game making in a safe and fun environment! No previous experience needed.</p>
<a href="https://www.eventbrite.com/e/girl-game-maker-day-tickets-43234636963" itemprop="https://www.eventbrite.com/e/girl-game-maker-day-tickets-43234636963" class="btn" target="_blank">Find out More <span>></span></a>
</div>
</article>
<article class="event-detail event-3" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/no-longer-the-manmade-object-tickets-43978971287" itemprop="https://www.eventbrite.co.uk/e/no-longer-the-manmade-object-tickets-43978971287" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">No Longer the ManMADE Object</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-28T16:30">
Wed 28th March, 16:30
<span itemprop="address">M2, Grand Parade</span>
<span itemprop="location">University of Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>Brighton University presents: No Longer the ManMADE Object</p>
<p>Hear from women academics and researchers as to their career paths, interests, passions, responsibilities and experiences to gain an insight in to the world of STEAM* work for women.</p>
<p>Get the chance to ask questions and gain advice on the ways into STEAM careers that the University provides through teaching, research and enterprise.</p>
<a href="https://www.eventbrite.co.uk/e/no-longer-the-manmade-object-tickets-43978971287" itemprop="https://www.eventbrite.co.uk/e/no-longer-the-manmade-object-tickets-43978971287" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-1" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/belongcon-at-spring-forward-festival-2018-tickets-42911553612" itemprop="https://www.eventbrite.co.uk/e/belongcon-at-spring-forward-festival-2018-tickets-42911553612" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">BelongCon</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-29T18:00">
Thu 29th March, 18:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>BelongCon is a unique event that provides a safe space for people to share their stories and be open, honest, and vulnerable with each other.</p>
<p>This time, all our speakers are women, talking candidly about issues that impact women: from overcoming imposter syndrome, to managing post-natal depression, to discovering self-empowerment.</p>
<a href="https://www.eventbrite.co.uk/e/belongcon-at-spring-forward-festival-2018-tickets-42911553612" itemprop="https://www.eventbrite.co.uk/e/belongcon-at-spring-forward-festival-2018-tickets-42911553612" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail event-2" itemscope itemtype="http://schema.org/Event">
<a href="https://www.eventbrite.co.uk/e/bombshell-the-hedy-lamarr-story-spring-forward-festival-closing-party-tickets-44021705105" itemprop="https://www.eventbrite.co.uk/e/bombshell-the-hedy-lamarr-story-spring-forward-festival-closing-party-tickets-44021705105" target="_blank">
<header class="event-header">
<h1 class="event-title" itemprop="name">Film Screening</h1>
<p class="event-meta">
<meta itemprop="startDate" content="2018-03-15T10:30">
Fri 30th March, 18:00
<span itemprop="address">68 Middle Street</span>
<span itemprop="location">Brighton</span>
</p>
</header>
</a>
<div class="event-desc">
<p>As a closing party for the Spring Forward Festival, we are getting together to watch Bombshell: The Hedy Lamarr Story.</p>
<p>Tickets for the event will primarily be given to event organisers, volunteers and supporters, but we will open some tickets up to the public - these are avalible now.</p>
<a href="https://www.eventbrite.co.uk/e/bombshell-the-hedy-lamarr-story-spring-forward-festival-closing-party-tickets-44021705105" itemprop="https://www.eventbrite.co.uk/e/bombshell-the-hedy-lamarr-story-spring-forward-festival-closing-party-tickets-44021705105" class="btn" target="_blank">Find out more <span>></span></a>
</div>
</article>
<article class="event-detail" style="padding:0 0 0 18px" id="getInvolved" >
<header class="panel-involved_header" >
<h2>Get involved!</h2>
</header>
<p class="panel-involved_text">Are you planning an event that supports the involvement of women and girls in tech and would like to be part of our programme for 2018? Or maybe you'd like to be a Spring Forward volunteer? </p>
<p class="panel-involved_text"><a href="mailto:[email protected]">Get in touch</a></p>
</article>
<!--
</section>
<section class="panel-involved" id="getInvolved">
<header class="panel-involved_header">
<h2>Get involved!</h2>
</header>
<p class="panel-involved_text">Are you planning an event that supports the involvement of women and girls in tech and would like to be part of our programme for 2018? Or maybe you'd like to be a Spring Forward volunteer?
<a href="mailto:[email protected]">Get in touch</a></p>
</section>
-->
<header class="panel-involved_header" id="sponsors">
<h2>Sponsors</h2>
</header>
<p class="panel-involved_text">Spring Forward wouldn't be possible without the generosity of our sponsors</p>
<section class="sponsors gold-sponsors">
<h3>Headline sponsor</h3>
<ul>
<li><a href="https://www.brighton.ac.uk/research-and-enterprise/brighton-futures/connected-futures.aspx"><img src="img/logo-connected-futures.png" alt="Brighton University - Connected Futures" width="400"></a></li>
</ul>
<h3>University of Brighton – Brighton Futures</h3>
<p style="font-size: 14px">Brighton Futures use research and enterprise to tackle global challenges, solve practical problems and improve lives and environments. They describe who we are, what we do and the futures we are helping to build – they are Connected, Creative, Healthy, Radical and Responsible. Connected Futures harness innovation to build trust in the digital infrastructures that underpin modern lives and explore new discoveries with transformative potential.</p>
</section>
<section class="sponsors gold-sponsors">
<h3>Gold sponsors</h3>
<ul>
<li><a href="http://pragmatic.agency"><img src="img/logo-pragmatic.png" alt="Pragmatic" width="300"></a></li>
<li><a href="http://clearleft.com/"><img src="img/logo-clearleft.png" alt="Clearleft" width="250"></a></li>
</ul>
</section>
<section class="sponsors silver-sponsors">
<h3>Silver sponsors</h3>
<ul>
<li><a href="http://ocasta.com/"><img src="img/logo-ocasta.png" width="190"></a></li>
<li><a href="http://dabapps.com"><img src="img/logo-dabapps.png" width="210"></a></li>
<li><a href="http://unity3d.com"><img src="img/logo-unity.png" width="200"></a></li>
<li><a href="http://www.maginteractive.com"><img src="img/logo-MAG.png" width="170"></a></li>
</ul>
</section>
<section class="sponsors bronze-sponsors">
<h3>Bronze sponsors</h3>
<ul>
<li><a href="http://www.pluginmedia.net/"><img src="img/logo-plugin.png" width="120"></a></li>
</ul>
</section>
<section class="sponsors bronze-sponsors">
<h3>Supporters and Friends</h3>
<ul>
<li><a href="https://sworkit.com/"><img src="img/logo-sworkit.png" width="200"></a></li>
</ul>
</section>
<header class="panel-involved_header">
<h2>Keep up-to-date</h2>
</header>
<section class="panel-signupform">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//wespringforward.us3.list-manage.com/subscribe/post?u=bbced34b813da0a2911ac1bcc&id=4f8099d63a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group form-group">
<label class="sr-only" for="mce-FNAME">First Name </label>
<input type="text" placeholder="First name" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group form-group">
<label class="sr-only" for="mce-LNAME">Last Name </label>
<input type="text" placeholder="Last name" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="mc-field-group form-group">
<label class="sr-only" for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" placeholder="Email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_bbced34b813da0a2911ac1bcc_4f8099d63a" tabindex="-1" value=""></div>
<div class="clear form-group"><input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</section>
</div>
<footer class="footer-main">
<div class="footer-main_inner container">©2018 SpringForward<br>
Designed by <a href="http://www.irenesoler.com" target="_blank">irenesoler.com</a> and built by <a href="http://www.alexandtheweb.com" target="_blank">alexandtheweb</a> for Spring Forward</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$('document').ready(function(){
$(".nav-main_list a").click(function() {
var $this = $(this),
target = $this.attr('href');
$('html, body').animate({
scrollTop: $(target).offset().top
}, 1000);
return false;
});
})
</script>
</body>
</html>