forked from HarryEMartland/codeupmanchester.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (68 loc) · 2.98 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
---
title: Home
layout: default
---
<main role="main">
<div class="container">
<section id="heading" class="heading-container bg-white text-center">
<img id="logo" src="./Content/codeup-manchester-logo.jpeg" />
</section>
<div class="bg-white">
<section id="intro">
<div class="row intro">
<div class="col-md-2 center">
<a class="blue no-underline" href="https://www.meetup.com/CodeUpManchester">
<span class="fa fa-3x fa-users"></span>
</a>
</div>
<div class="col-md-10">
CodeUp is about free adult coding tuition for everyone. We offer a friendly space where anyone, from complete beginners to
accomplished software engineers, can get together, learn and share a passion for coding.
</div>
</div>
<div class="row intro">
<div class="col-md-2 center ">
<a class="blue no-underline" href="https://www.meetup.com/CodeUpManchester" target="_blank">
<span class="fa fa-3x fa-calendar"></span>
</a>
</div>
<div class="col-md-10">
Our sessions take place on the
<strong>second Monday of every month</strong> at
<a href="directions.html">Code Computerlove</a>. Everybody is welcome, regardless of coding ability or preferred technologies. You can
sign up at the
<a href="https://www.meetup.com/CodeUpManchester" target="_blank">event page</a> page any time for free!
</div>
</div>
</section>
<div class="row intro">
<div class="col-md-2 center">
<a class="no-underline" href="https://docs.google.com/forms/d/e/1FAIpQLScRw91tir3snaxzswiq07P3IALqBNTEANCavccKzh45SBpKXw/viewform?usp=sf_link">
<span class="fa fa-3x fa-smile"></span>
</a>
</div>
<div class="col-md-10 pad-top">
We're always looking to improve. If you have any feedback, good or bad, please use our
<a href="https://docs.google.com/forms/d/e/1FAIpQLScRw91tir3snaxzswiq07P3IALqBNTEANCavccKzh45SBpKXw/viewform?usp=sf_link" target="_blank">feedback form</a>.
</div>
</div>
<div class="row">
<div class="offset-md-4 col-md-4 center">
<p>
<a href="https://northcoders.com/" target="_blank">
<img class="fit" src="./Content/northcoders-logo.png" />
</a>
</p>
</div>
<div class="col-md-12">
<span>
CodeUp Manchester is sponsored by
<a href="https://northcoders.com/" target="_blank">Northcoders</a>, the UK's leading coding school
for graduate outcomes. <a href="https://northcoders.com/developer-pathway" target="_blank">The course</a>
is open to everyone, regardless of previous experience. Cohorts start every 2 weeks and support is provided from the moment you apply.
</span>
</div>
</div>
</div>
</div>
</main>