-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 1.74 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 1.74 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
<!DOCTYPE html>
<html>
<title>Joel W Nelson | Web Developer | Poet</title>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Merriweather:400,700,400italic" rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container-fluid" id="home-page">
<div class="translucent-layer">
<div class="row home-row" id="home-blank">
<!-- Empty Row-->
</div>
<div class="row home-row" id="home-web">
<div class="col-xs-7 col-xs-offset-5">
<!-- col-sm-offset-7 -->
<h2 class="home" tabindex="3"><a href="web-developer.html">Web Developer</a></h2>
</div>
</div>
<div class="row home-row" id="home-poet">
<div class="col-xs-4 col-xs-offset-1 col-md-offset-2">
<!-- col-sm-offset-3 -->
<h2 class="home" tabindex="2"><a href="poetry.html">Poet</a></h2>
</div>
</div>
<div class="row home-row" id="home-name">
<div class="col-xs-7 col-xs-offset-4">
<!-- col-sm-offset-6-->
<h1 class="home" tabindex="1"><a href="about.html">Joel W Nelson</a></h1>
</div>
</div>
</div>
</div>
<script>
src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
</script>
</body>
</html>