Skip to content

Commit 1b3039b

Browse files
GloLiquidGloLiquid
GloLiquid
authored and
GloLiquid
committed
monday 28 july tweaks
1 parent 874821d commit 1b3039b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Startwatch</title>
6+
<link rel="stylesheet" href="css/normalize.css">
7+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700,800|Changa+One' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" href="css/main.css">
9+
<link rel="stylesheet" href="css/responsive.css">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
</head>
12+
<body>
13+
<header>
14+
<a href="index.html" id="logo">
15+
<h1>Startwatch</h1>
16+
<h2>Do Awesome Stuff</h2>
17+
</a>
18+
<nav>
19+
<ul>
20+
<li><a href="index.html" class="selected">Prototype</a></li>
21+
<li><a href="feedback.html">Feedback</a></li>
22+
</ul>
23+
</nav>
24+
</header>
25+
<div id="wrapper" class="setup">
26+
<section>
27+
<form>
28+
<h3 class="task">What's your dream&#63;</h3>
29+
<p></p>
30+
31+
<h3>Plan</h3>
32+
<p>State the importance of your dream</p>
33+
<p>Write up a plan of action</p>
34+
35+
<h3>Do</h3>
36+
<p>Achieve your dream in 10 minute tasks</p>
37+
38+
<h3>Review</h3>
39+
<p>The good</p>
40+
<p>The bad</p>
41+
<p>The next step</p>
42+
</form>
43+
</section>
44+
<a href="plan.html" class="button">Enter</a>
45+
<footer>
46+
<p>&copy; 2014 GloLiquid&period;</p>
47+
</footer>
48+
</div>
49+
<script>
50+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;
51+
i[r]=i[r]||function(){
52+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();
53+
a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;
54+
a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
55+
ga('create', 'UA-52141426-1', 'auto');
56+
ga('send', 'pageview');
57+
</script>
58+
</body>
59+
</html>

0 commit comments

Comments
 (0)