-
Notifications
You must be signed in to change notification settings - Fork 0
/
.index.html
62 lines (55 loc) · 2.05 KB
/
.index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Skyler Layne</title>
<link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<script src="./js/bootstrap.min.js"></script>
</head>
<body>
<img src="./img/productive.jpeg" id="bg" alt="">
<div class="container">
<div class="row">
<!-- NAVIGATION -->
<div class="nav">
<div class="nav-left">
<h3>SKYLER LAYNE</h3>
</div>
<div class="nav-right">
<div class="right">
<!-- HERE BE LINKS -->
<span class="social">
<span class="social-links">
<a href=""><img src="img/social/instagram.png"/></a>
</span>
<span class="social-links">
<a href=""><img src="img/social/facebook.png"/></a>
</span>
<span class="social-links">
<a href=""><img src="img/social/twitter.png"/></a>
</span>
<span class="social-links">
<a href=""><img src="img/social/linkedin.png"/></a>
</span>
</span>
<span class="contact">
<input type="button" name="contact" class="btn btn-info" value="Lets Talk!" />
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="okay">
<!-- MEAT AND POTATOES -->
<div class="float">
<h1>My Story</h1>
<p>Come Checkout What I do!</p>
</div>
</div>
</div>
</body>
</html>