-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
273 lines (217 loc) · 10.6 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Perth</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Satisfy" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="dist/styles.css" />
</head>
<body>
<!-- nav start -->
<nav id="nav">
<div class="c-nav o-container">
<div class="c-nav__logo">
<img src="dist/img/logo.png" alt="Logo" />
</div>
<div class="c-nav__main c-nav__main--close" id="navMenu">
<div class="c-nav__toggle" id="navToggleOpen">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class="c-nav__menu">
<div class="c-nav__toggle--close" id="navToggleClose">
<span></span>
<span></span>
</div>
<div class="c-nav__menu-links">
<ul>
<li>
<a data-scroll href="#home" onclick="closeNav()">
<span class="c-nav-icon"><i class="fa fa-home"></i></span>
<span class="c-nav-label">home</span>
</a>
</li>
<li>
<a data-scroll href="#about" onclick="closeNav()">
<span class="c-nav-icon"><i class="fa fa-heart"></i></span>
<span class="c-nav-label">about me</span>
</a>
</li>
<li>
<a data-scroll href="#portfolio" onclick="closeNav()">
<span class="c-nav-icon"><i class="fa fa-desktop"></i></span>
<span class="c-nav-label">portfolio</span>
</a>
</li>
<li>
<a data-scroll href="#contact" onclick="closeNav()">
<span class="c-nav-icon"><i class="fa fa-envelope"></i></span>
<span class="c-nav-label">drop me a line</span>
</a>
</li>
</ul>
</div> <!-- /c-nav__menu-links -->
</div> <!-- /c-nav__menu -->
</div> <!-- /c-nav__main -->
</div> <!-- /c-nav -->
</nav>
<!-- nav end -->
<!-- hero start -->
<section class="c-hero" id="home">
<div class="c-hero__image">
<img src="dist/img/iphone5.png" alt="iPhone 5" />
</div>
<div class="c-hero__details">
<div class="c-hero__title">
<h1 class="[ u-pb-30 ]">Meet Perth,</h1>
</div>
<div class="c-hero__subtitle">
<p>A stupidly simple, flat PSD. Oh yeah, it's <span>free</span> too<span>!</span></p>
</div>
<div class="c-hero__btn [ u-pt-100 u-pt-40@t ]">
<a href="#" class="o-btn">
Download
<i class="fa fa-cloud-download o-btn-icon"></i>
</a>
</div>
</div> <!-- /c-hero__details -->
</section>
<!-- hero end -->
<!-- section start -->
<section class="c-section__container [ u-pt-50 u-pt-100@t u-pb-50 u-pb-100@t ] [ u-bg-white500 ]" id="about">
<div class="c-section c-section--left">
<div class="c-section__title [ u-pl-20 ]">
<h2 class="o-section-title">A Longwinded Header</h2>
</div>
<div class="[ u-pb-30 u-pl-20 u-pr-20 ]">
<p class="o-p--regular">
She'll be right paddock how lets throw a ciggies. She'll be right ute to built like a doovalacky. We're going rack off bloody she'll be right pash. You little ripper tucker also get a dog up ya greenie.
</p>
</div>
<div class="o-p__container--bar [ u-pr-20 ]">
<p class="o-p--regular o-p--italic-bar">
You little ripper boozer no worries she'll be right holy dooley!. Come a freo also as cross as a your shout. Lets throw a khe sanh flamin dead dingo's donger. Lets get some fisho with grab us a trackie dacks.
</p>
</div>
<div class="[ u-pt-30 u-pb-30 u-pl-20 ]">
<a href="#" class="o-btn o-btn--green">
Say Hello
<i class="fa fa-envelope o-btn-icon"></i>
</a>
</div>
<div class="c-section__image--tablet">
<img src="dist/img/ipad.png" alt="Devices" />
</div>
</div> <!-- /c-section -->
</section>
<!-- section end -->
<!-- section start -->
<section class="c-section__container [ u-pt-50 u-pt-100@t u-pb-50 u-pb-150@t ]" id="portfolio">
<div class="c-section c-section--right">
<div class="c-section__title [ u-pl-20 ]">
<h2 class="o-section-title">Get A Dog Up Ya'</h2>
</div>
<div class="[ u-pb-30 u-pr-20 u-pl-20 ]">
<p class="o-p--regular o-p--bolditalic">
She'll be right paddock how lets throw a ciggies. She'll be right ute to built like a doovalacky.
</p>
</div>
<div class="[ u-pr-20 u-pr-20 u-pl-20 ]">
<p class="o-p--regular">
We're going rack off bloody she'll be right pash.
You little ripper tucker also get a dog up ya greenie.
</p>
</div>
<div class="[ u-pt-30 u-pb-30 u-pl-20 ]">
<a href="#" class="o-btn o-btn--pink">
View on Dribbble
<i class="fa fa-dribbble o-btn-icon"></i>
</a>
</div>
<div class="c-section__image">
<img src="dist/img/devices.png" alt="Devices" />
</div>
</div> <!-- /c-section -->
</section>
<!-- section end -->
<!-- support start -->
<section class="c-support__container [ u-pt-100 u-pb-100 ]" id="contact">
<div class="c-support__title">
<h2 class="o-section-title">Like what you See?</h2>
</div>
<div>
<a href="#" class="o-btn o-btn--beer">
Buy me a <span>beer</span>?
<i class="fa fa-beer o-btn-icon"></i>
</a>
</div>
</section>
<!-- support end -->
<!-- footer start -->
<footer>
<div class="c-footer__main">
<div class="c-footer__items">
<div class="c-footer__social">
<ul>
<li>
<a class="dribbble" href="#">
<i class="fa fa-dribbble" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="facebook" href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="twitter" href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a class="paper-plane" href="#">
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
</a>
</li>
</ul>
</div> <!-- /c-footer__social -->
<div class="c-footer__subs">
<div class="c-footer__subs-title">
<p class="o-p--bolditalic">Newsletter Subscription</p>
</div>
<div class="c-footer_subs-email">
<form class="c-footer__subs-form" method="post" action="#">
<input class="c-footer__subs-input" type="email" name="Enter Email" placeholder="Enter Email">
<button class="c-footer__subs-btn" type="submit">
<i class="fa fa-envelope" aria-hidden="true"></i>
</button>
</form>
</div>
</div> <!-- /c-footer__subs -->
</div> <!-- /c-footer__items -->
</div> <!-- /c-footer__main -->
<div class="c-footer__bottom">
<div class="c-footer__copyright">
<p>
© 2013 <span>Perth</span>. Breeding pixels since the naughties.
</p>
</div>
<div class="c-footer__topbtn">
<a id="goToTop">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</a>
</div>
</div> <!-- /c-footer__bottom -->
</footer>
<!-- footer end -->
<script src="dist/js/smooth-scroll.min.js"></script>
<script src="dist/js/main.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>