-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·42 lines (36 loc) · 1.38 KB
/
index.html
File metadata and controls
executable file
·42 lines (36 loc) · 1.38 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Guides and Tutorials | codeatuni.com</title>
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://use.typekit.net/zen5obu.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<header>
<h1>Code at Uni</h1>
<h4>Tutorials & Guides</h4>
</header>
<div class="wrapper">
<section>
<p class="lead">
Join the Code at Uni community on <a href="https://https://www.facebook.com/CodeatUni1/" target="_blank">Facebook!</a>
</p>
<h2>Guides</h2>
<p class="lead">If you are just getting started quickly with HTML,CSS and Javascript, we recommend using <a href="https://codepen.com/">Codepen</a>, as setting up your local environment can be time consuming.</p>
<ul class="group-list">
<li><a href="lessons/lesson0/tutorial.html">Your First Landing Page HTML</a></li>
</ul>
</section>
</div>
<footer>
<a href='http://tutorials.codeatuni.com/'>Back to tutorials</a>
<a href='http://codeatuni.com/'>Code at Uni</a>
</footer>
</body>
</html>