-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 980 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 980 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Danny Nguyen & Nate Perry - Project 3</title>
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body lang="en">
<div id="loading">
<span id="percentage">0</span><span>%</span>
</div>
<div id="main" class="container">
<div class="inner">
<h1 id="title">Welcome.</h1>
</div>
</div>
<div id="slider-cta">
<div id="slider"></div>
</div>
<div class="container footer">
<div class="inner">
<p>Created by <a href="http://thenateperry.com">Nate Perry</a> and <a href="http://people.rit.edu/dxn7335">Danny Nguyen</a></p>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>