forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.95 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
---
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
cta_label: "How to Attend"
cta_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: "/registration/"
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), 38 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 Mentor"
excerpt: "We're always looking for more volunteers! Helping young people learn to code is hugely rewarding."
url: "/mentors/"
btn_label: "Read More"
btn_class: "btn--inverse"
---
{% include base_path %}
{% 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="http://www.port80.com">Port80</a> and <a href="https://www.skyscanner.net">Skyscanner</a> and <a href="https://kotikan.com">Kotikan</a>. Please <a href="{{ base_path }}/contact/">contact us</a> if you are interested in becoming a <a href="{{ base_path }}/sponsors/">sponsor</a>.</p>
<div class="grid__wrapper">
<div class="grid__item">
<div class="archive__item">
<a href="http://thisiscodebase.com"><img src="{{ '/assets/images/codebase-logo.jpg' | absolute_url }}" /></a>
</div>
</div>
<div class="grid__item">
<div class="archive__item">
<a href="http://www.port80.com""><img src="{{ '/assets/images/port80-logo.png' | absolute_url }}"></a>
</div>
</div>
<div class="grid__item">
<div class="archive__item">
<a href="https://www.skyscanner.net"><img src="{{ 'assets/images/skyscanner-logo.jpg' | absolute_url }}"></a>
</div>
</div>
<div class="grid__item">
<div class="archive__item">
<a href="https://kotikan.com"><img src="{{ '/assets/images/kotikan-logo.png' | absolute_url }}"></a>
</div>
</div>
</div>