-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.pug
52 lines (41 loc) · 1.86 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
doctype html
html(lang='pt-br')
head
meta(charset='utf-8')
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1.0, user-scalable=no')
meta(name='format-detection', content='telephone=no')
//- Title
//- ===================================
title O front-end acabou?
//- Favicon and SVG logo
//- ===================================
link(rel='shortcut icon', href='assets/img/favicon.ico')
link(rel='logo', type='image/svg', href='assets/img/logo.svg')
//- Stylesheet and fonts are placed after body for performance reasons
//- Scripts are places at the end of body for performance reasons
body
main
.question
h2.question__title O front-end já morreu?
span.answer ???
.counter
h2.timer__title Estamos esperando há:
.timer
span.timer__subtitle (desde o dia 19 de março de 2017)
.created-by
p.created-text Criado por
a.creator-link(href='https://github.com/kvnol', target='_blank', rel='noopener') Kevin Oliveira
| &
a.creator-link(href='https://github.com/ricardogouveia3', target='_blank', rel='noopener') Ricardo Gouveia
p.created-text
a.creator-link(href='https://github.com/frontendbr/forum/issues/490', target='_blank', rel='noopener') WTF?
//- JS scripts
//- ===================================
script(async, src='js/index.min.js')
//- Stylesheet and fonts
//- ===================================
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css')
link(rel='stylesheet', href='assets/css/style.min.css')
link(rel='stylesheet', href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800")
link(rel='stylesheet', href="https://fonts.googleapis.com/css?family=Roboto+Mono")