-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.04 KB
/
Copy pathindex.html
File metadata and controls
57 lines (51 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<title>Pace Lee | Home</title>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link href='css/styling.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div class='navbar navbar-default navbar-static-top'>
<div class='container topbar'>
<a href='index.html' class='navbar-brand'>Pace Lee</a>
<ul class='nav navbar-nav navbar-right collapse navbar-collapse'>
<li>
<a href='photos1.html'>Photos
<span class='glyphicon glyphicon-camera'></span>
</a>
</li>
<li>
<a href='about.html'>About
<span class='glyphicon glyphicon-user'></span>
</a>
</li>
<li>
<a href='contact.html'>Contact
<span class='glyphicon glyphicon-pencil'></span>
</a>
</li>
<li><a href='experiments.html'>Experiments
<span class='glyphicon glyphicon-cloud'></span></a></li>
</ul>
</div>
</div>
<div class='container'>
<div class="jumbotron">
<center>
<h1>The First Website</h1>
<small>
<b>Enjoy one of my favorite animated shorts below because why not</small>
</b>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://player.vimeo.com/video/65107797"></iframe>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src='js/bootstrap.js'></script>
<script type="text/javascript" src="/Users/PaceLee/Website/js/application.js"></script>
</body>
</html>