-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 1.68 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 1.68 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Learners Guild - The Alternative to College for Aspiring Software Developers</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="icon" type="image/png" href="images/learners-guild-icon-on-white.png" />
</head>
<body class="landing">
<!-- Banner -->
<section id="banner">
<img src="images/learners-guild-logo-color-250x149.png">
<div class="banner-text">
<p>
Nearly three years ago, we set out to create a radically accessible program whereby anyone with the will and determination
to do so could become a software developer. Unfortunately, we were unable to find a sustainable business model, and as
such, we have ceased operations.
</p>
<p>
On behalf of the entire Learners Guild staff and community, we thank everyone for their support.
</p>
</div>
<ul class="actions">
<li>
<a href="mailto:info@learnersguild.org" class="button special">Get in Touch</a>
</li>
</ul>
<ul class="copyright">
<li>© 2018, Learners Guild, Ltd.</li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>