-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
30 lines (25 loc) · 953 Bytes
/
index.jade
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
doctype
html(lang="en")
include jade_components/header
body
.notification-wrapper.container-fluid
p Hey! This websites relatively new and I'm still optimising it, this means the website may load slow for you, sorry for the inconvenience!
.notification-close
img(src="assets/img/close.png")
.container-fluid.start-wrapper#start
#element
.col-md-12.logo
a(onclick="$('#home').animatescroll({scrollSpeed:2000,easing:'easeInQuad'});")
img(src="assets/img/logo.png", alt="Joe Methven")
.col-md-12.arrow-wrapper
a(onclick="$('#home').animatescroll({scrollSpeed:2000,easing:'easeInQuad'});")
i.fa.fa-angle-down
include jade_components/mobileNavigation
include jade_components/navigation
include jade_components/home
include jade_components/about
include jade_components/portfolio
include jade_components/contact
footer
// Importing jquery.js, bootstrap.js
include jade_components/scripts