forked from HarryEMartland/codeupmanchester.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
44 lines (41 loc) · 1.6 KB
/
sponsors.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
---
title: Sponsors
layout: default
---
<main role="main">
<div class="container">
{% include title-section.html %}
<div class="bg-white">
<div class="row sponsor-row">
<div class="col-md-3">
<a href="https://northcoders.com/" target="_blank">
<img class="fit" src="./Content/northcoders-logo.png" />
</a>
</div>
<div class="col-md-9">
<p>
<a href="https://northcoders.com/" target="_blank">Northcoders</a> is the UK's leading coding school
for graduate outcomes. Thanks to their unique <a href="https://northcoders.com/developer-pathway" target="_blank">
Developer Pathway</a> model,
they combine highly personalised tuition and extensive career support. <br>
Northcoders is open to everyone, regardless of previous experience. Cohorts start every 2 weeks and support is provided from the moment you apply.
</p>
</div>
</div>
<div class="row sponsor-row">
<div class="col-md-3 center">
<a href="https://www.codecomputerlove.com/" target="_blank">
<img src="./Content/code-logo.png" />
</a>
</div>
<div class="col-md-9">
<p>
<a href="https://www.codecomputerlove.com/" target="_blank">Code Computerlove</a> allow us to use their
offices every month. They are a digital agency with a product mindset, and create brilliant digital
products that help their clients get ahead and stay there.
</p>
</div>
</div>
</div>
</div>
</main>