-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (92 loc) · 3.46 KB
/
Copy pathindex.html
File metadata and controls
144 lines (92 loc) · 3.46 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.16" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<base href="http://pokehunter.ormo.com.au/">
<title>pokehunter</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/landing-page.css" rel="stylesheet">
<link href="/font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="page-scroll navbar-brand" href="#intro">pokehunter</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro">
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>pokehunter</h1>
<h3></h3>
<hr class="intro-divider">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="container content-section text-center">
</section>
<section id="services">
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="list-inline">
<li>
<a class="page-scroll" href="#intro">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © pokehunter All Rights Reserved</p>
</div>
<div class="col-md-4">
Built with <a href="http://gohugo.io">Hugo</a> and the
<a href="https://github.com/crakjie/landing-page-hugo">landing-page-hugo</a>
theme.
</div>
</div>
</div>
</footer>
<script src="/js/jquery-1.11.0.js"></script>
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="js/landing-page.js"></script>
</body>
</html>