-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (33 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="norseman">
<!-- Includes for fullpage.js library https://github.com/alvarotrigo/fullPage.js/ -->
<link rel="stylesheet" type="text/css" href="lib/fullpage.js/jquery.fullPage.css" />
<!-- Minified JQuery library -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="lib/fullpage.js/jquery.fullPage.min.js"></script>
<!-- Other includes -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<!--Parse-->
<script type="text/javascript" src="http://www.parsecdn.com/js/parse-1.4.0.min.js"></script>
<script type="text/javascript" src="javascript/script.js"></script>
</head>
<body id="body" class="fp-viewing-0">
<section id="fullpage">
<section class="section" id="page1">
<header>The Norseman</header>
<footer onclick="$.fn.fullpage.moveTo(2);">
Menu <i class="fa fa-hand-o-down fa-lg"></i>
</footer>
</section>
</section>
</body>
</html>