-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
88 lines (75 loc) · 3.69 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
---
layout: splash
title: Prewired
excerpt: "An Edinburgh programming club for under 19s"
header:
overlay_color: "#000"
overlay_filter: "0.6"
overlay_image: /assets/images/splash.jpg
actions:
- label: "Sign Up!"
url: "/registration/"
intro:
- excerpt: "If you're less than 19 years old and interested in learning to code, or already know how and want to go even further, you're in the right place!
Computers let you create anything you can think of. Prewired is here to help enthusiastic young coders of any ability to do just that."
feature_row:
- image_path: assets/images/parent.jpg
alt: "Parent with kids"
title: "What we do"
excerpt: "A quick run-down of what happens at our weekly Prewired sessions and how you can attend."
url: "/parents/#what-do-we-offer"
btn_label: "Read More"
btn_class: "btn--inverse"
- image_path: /assets/images/luke-at-codebase.jpg
alt: "Lego robot"
title: "How to Find Us"
excerpt: "We meet at at [CodeBase](http://www.thisiscodebase.com), 37A Castle Terrace, Edinburgh EH3 9DZ, every Wednesday 5.30–7.30 pm."
url: "/contact/"
btn_label: "Read More"
btn_class: "btn--inverse"
- image_path: /assets/images/lego.jpg
alt: "Lego robot"
title: "Become a Volunteer"
excerpt: "We're always looking for more volunteers! Helping young people learn to code is hugely rewarding."
url: "/volunteers/"
btn_label: "Read More"
btn_class: "btn--inverse"
---
<div class="notice--warning">
<div style="font-size:1.4em;">
<h2 align="center" style="margin-top: 0.5em;">Prewired x DS4G Festive Party</h2>
<p align="center">
On 18 December we're hosting a <strong>special festive session</strong> in collaboration with Digital Skills 4 Girls!
<br><br>
For more info and free tickets, <a href="https://www.tickettailor.com/events/prewired/1484723" target="_blank" rel="noopener noreferrer">go to the event page</a>.
<br><br>
For this end-of-term session there will be several festive-themed activities to choose from, as well as games and plenty of snacks. The desk area will also be set up for a regular Prewired session if you'd rather crack on with your usual projects.
<br><br>
This will be our last session of the year—after this we'll be back on 8 January!
</p>
</div>
</div>
{% include feature_row id="intro" type="center" %}
{% include feature_row %}
<h2>Sponsors & Supporters</h2>
<p>In addition to the generous provision of accommodation from <a href="http://thisiscodebase.com">CodeBase</a>, Prewired is grateful for the support it has received, both as in-kind donations and as funding, from Edinburgh-based tech companies, most notably <a href="https://deliveroo.engineering">Deliveroo Engineering</a> and <a href="https://www.skyscanner.net">Skyscanner</a>. Please <a href="{{ '/contact/' | absolute_url }}">contact us</a> if you are interested in becoming a <a href="{{ '/sponsors/' | absolute_url }}">sponsor</a>.
</p>
<div class="text-center">
<div class="grid__wrapper">
<div class="grid__item">
<div class="archive__item">
<a href="http://thisiscodebase.com"><img src="{{ '/assets/images/codebase-logo.png' | absolute_url }}" /></a>
</div>
</div>
<div class="grid__item">
<div class="archive__item">
<a href="https://deliveroo.engineering"><img hspace="100" src="{{ '/assets/images/deliveroo-logo-350.png' | absolute_url }}"></a>
</div>
</div>
<div class="grid__item">
<div class="archive__item">
<a href="https://www.skyscanner.net"><img hspace="150" src="{{ 'assets/images/skyscanner-logo.png' | absolute_url }}"></a>
</div>
</div>
</div>
</div>