-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.pug
32 lines (30 loc) · 1.62 KB
/
index.pug
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
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(http-equiv="X-UA-Compatible" content="IE=edge,chrome=1")
meta(name="viewport" content="width=device-width, initial-scale=1")
title Portfolio | ErreC - Front-end Developer
meta(name="description" content="This is my Front-end Developer portfolio website.")
link(href="https://fonts.googleapis.com/css?family=Amatic+SC:700" rel="stylesheet")
link(rel="stylesheet" href="css/main.min.css")
//[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script><script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]
include templates/index/favicon.pug
body
header.header
include templates/index/header.pug
main.main
section.main-slogan
include templates/index/main-slogan.pug
section.main-hero#hero
include templates/index/main-hero.pug
section.main-skills
include templates/index/main-skills.pug
section.main-work#work
include templates/index/main-work.pug
section.main-about#about
include templates/index/main-about.pug
footer.footer
include templates/index/footer.pug
script(src="js/bundle.min.js")
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-102917407-1', 'auto');ga('send', 'pageview');</script>