-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
33 lines (31 loc) · 1.35 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
33
doctype html
html
head
meta(name='viewport' content='width=device-width,initial-scale=1.0')
meta(http-equiv='ScreenOrientation' content='autoRotate:disabled')
link(rel='stylesheet' href='src/css/styles.css')
link(rel='stylesheet' href='src/css/font-files/web/index.css')
link(rel='shortcut icon' type='image/x-icon' href='src/assets/Logo.png')
script(src="src/fitty.min.js")
body
.wrap
- var max = 50
while max > 0
div.tri
- max--
.content-container.absolute-center.flex-col-center
img.logo.fadeIn(src='src/assets/Logo.png' alt='logo')
div.form-container
// Mailchimp form (start)
form#mc-embedded-subscribe-form.validate.flex-row-center(action='https://tedxuw.us16.list-manage.com/subscribe/post?u=77685316543b00e0131d233fc&id=d47041e666' method='post' name='mc-embedded-subscribe-form' target='_blank' novalidate='')
input#mce-EMAIL.required.email.stretch(type='email' placeholder='email' name='EMAIL')
button#mc-embedded-subscribe.button.appear(type='submit' value='' name='subscribe')
div.play.play-animate
// Mailchimp form (end)
div.text-container
p#text.text.slideInUp
| Prepare to
span.red Press Play
p.footer.red.slideInDown Powered by Sublime Software
script.
fitty('#text');