forked from GalvanizeOpenSource/Learn-To-Code-Week-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (53 loc) · 1.7 KB
/
index.html
File metadata and controls
60 lines (53 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Newly Edited Site</title>
<link href="CSS/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrap">
<div class="section sTop">
<div class="inner">
<h1 class="title">Adam Adam Adam Adam</h1>
<h2 class="subtitle">That's my name don't wear it out</h2>
</div>
</div>
<div class="subMenu" >
<div class="inner">
<a href="#sTop" class="subNavBtn">Home</a>
<a href="#s1" class="subNavBtn">My Town</a>
<a href="#s2" class="subNavBtn">Why Austin?</a>
<a href="#s3" class="subNavBtn">What to see.</a>
<a href="https://twitter.com/adamhelsinger" class="subNavBtn extLink end">Follow me on Twitter</a>
</div>
</div>
<div class="section s1">
<div class="inner ">
<h1>My Town</h1>
<div class="section">
<a href="https://www.austintexas.gov/"><img src="https://www.spiabroad.com/wp-content/uploads/2015/10/austin-tx.jpg"/></a>
</div>
</div>
</div>
<div class="section s2">
<div class="inner">
<h1>Why Austin?</h1>
<h2>Because it is wicked fun y'all!</h2>
<div class="section">
<a href="http://www.whitehouse.gov/"><img src="http://floridapolitics.com/wp-content/uploads/2015/08/joe-biden-COA.jpg" title="Me in the glory days"/></a>
</div>
</div>
</div>
<div class="section s3">
<div class="inner">
<h1>What to see.</h1>
<h2>TURTLES!</h2>
<div class="section">
<a href="http://www.TURTLES.com/"><img src="http://www.iwallfree.com/wp-content/uploads/2015/03/Food-funny-eating-For-Android-HD-Photo.jpg" title="Alissa McBain"/></a>
</div>
</div>
</div>
</div>
</body>
</html>