-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathLevel1.html
73 lines (63 loc) · 2.59 KB
/
Level1.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PairUp</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GirlsDevelopit, GDISF, SanFrancisco, code, women who code">
<meta name="author" content="GirlsDevelopit, GDISF, SanFrancisco, code, women who code, exercises to code, pairup, pairupwomen, pairupgirls, girlspairup">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="share.js"></script>
<!-- Le styles -->
<link href="main.css" rel="stylesheet">
<link href="responsive.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container-narrow">
<a class="btn btn-medium btn-primary" href="index.html">HOME</a>
<a class="btn btn-medium btn-danger" href="Level2.html">LEVEL 2</a>
<a class="btn btn-medium btn-danger" href="Level3.html">LEVEL 3</a>
<div class="masthead">
<h3 class="muted">Level 1: HTML/CSS</h3>
</div><!-- /masthead -->
<div class="row-fluid marketing">
<div class="span12">
<hr>
<h4>HTML</h4>
<ul>
<li><a href="exercises/htmlbasics.html">Headers, lists, tables, forms</a></li>
<li><a href="exercises/embed.html">Embedding in HTML</a></li>
</ul>
<h4>CSS</h4>
<ul>
<li><a href="exercises/positioning.html">CSS Positioning "Farm Party"</a></li>
<li><a href="exercises/mediaqueries.html">CSS Media Queries Exercise</a></li>
<li><a href="exercises/bootstrap.html">Twitter Bootstrap Exercise</a></li>
</ul>
<h4>HTML & CSS</h4>
<ul>
<li><a href="exercises/invite.html">Event Invite</a></li>
<li><a href="exercises/copycat.html">Copycat</a></li>
</ul>
<hr>
<!-- This confused people with its prominence
<h4> HTML/CSS template to practice around </h4>
<ul>
<a class="btn right" href="downloads/HTMLCSSexercise.zip">Download the Exercise</a>
</ul>-->
<h4> HTML/CSS template to practice around </h4>
<ul>
<a class="btn right" href="downloads/HTMLCSSexercise.zip">Download the Exercise</a>
</ul>
</div><!-- /span12 -->
</div><!-- /row-fluid marketing -->
<hr>
</div> <!-- /container -->
</body>
</html>