-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.pug
73 lines (63 loc) · 3.54 KB
/
index_old.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
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
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title Document
link(rel="stylesheet" href="styling/style.css")
link(href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet")
body
.createyourhuman#create
.createyourhuman__header
h2.createyourhuman__logo
| Have fun and
br
span createyourhuman.
.createyourhuman__header-list
a.createyourhuman__header-item(href="#about") About
a.createyourhuman__header-item(href="paolomartinligsay.netlify.com") Get in touch
.createyourhuman__content
.createyourhuman__left(data-aos="fade-up" data-aos-duration="1000")
.output
g.person(style="max-width: 500px;display: flex;flex-direction: column;align-items: center;")
g.person__head(style="transform: translate(1%, 23%);z-index: -1;")
g.person__body
g.person__bottom(style="transform: translate(1%, -33%);z-index: -1;")
.createyourhuman__btn.sp-none GET SVG CODE
.createyourhuman__settings
.createyourhuman__settings-container(data-aos="fade-left" data-aos-duration="1000")
span.createyourhuman__arrow.head-arrow(src="" alt="arrow")
.createyourhuman__settings-list-container
.createyourhuman__settings-list.head-list
span.createyourhuman__arrow.createyourhuman__arrow--right.head-arrow(src="" alt="arrow")
.createyourhuman__settings-container.createyourhuman__settings-container--body(data-aos="fade-left" data-aos-duration="1500")
span.createyourhuman__arrow.body-arrow(src="" alt="arrow")
.createyourhuman__settings-list-container
.createyourhuman__settings-list.body-list
span.createyourhuman__arrow.createyourhuman__arrow--right.body-arrow(src="" alt="arrow")
.createyourhuman__settings-container.createyourhuman__settings-container--bottom(data-aos="fade-left" data-aos-duration="2000")
span.createyourhuman__arrow.bottom-arrow(src="" alt="arrow")
.createyourhuman__settings-list-container
.createyourhuman__settings-list.bottom-list
span.createyourhuman__arrow.createyourhuman__arrow--right.bottom-arrow(src="" alt="arrow")
.createyourhuman__btn.sp-only GET SVG CODE
.createyourhuman__about#about
h2(data-aos="fade-up" data-aos-duration="1000") About
span createyourhuman
p(data-aos="fade-up" data-aos-duration="1000") createyourhuman helps Developers and Designers who wants to input vector base illustrations to their websites as easy as 123.
| It allows you to edit your own vector character and copy it by simply clicking the button and insert it inside your html file.
| All Character Designs are from
a(href="https://www.humaaans.com/" target="_blank")
| humaaans
| , check out their website as they have a lot of great vector graphic designs!
h2(data-aos="fade-up" data-aos-duration="1000")
span Share it
| with your friends!
p(data-aos="fade-up" data-aos-duration="1000") Your support is very much appreciated! Enjoy and share it with your friends now!
.createyourhuman__btn-list(data-aos="fade-up" data-aos-duration="1000")
footer.footer
p Developed by
span Paolo Ligsay
script(src="https://unpkg.com/[email protected]/dist/aos.js")
script(src="js/data.js")
script(src="js/index.js")