This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (60 loc) · 3.48 KB
/
index.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Primary Meta Tags -->
<meta charset="UTF-8">
<meta name="title" content="Bolsonaro Countdown - By Leandro Simões">
<meta name="creator" content="Leandro Simões" />
<meta itemprop="author" name="author" content="Leandro Simões" />
<meta name="copyright" content="© 2019 Leandro Simões" />
<meta name="keywords" content="web developer, brazilian, front-end developer, software engineer, full-stack developer, back-end developer, freelancer, web designer, portfolio, personal website, curriculum online, online resume" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://lesimoes.dev" itemprop="url" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="Bolsonaro Countdown - By Leandro Simões">
<meta itemprop="description" content="Infelizmente ainda falta muito tempo pra o fim do governo bolsonaro.">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Bolsonaro Countdown - By Leandro Simões">
<meta name="twitter:description" content="Infelizmente ainda falta muito tempo pra o fim do governo bolsonaro.">
<meta name="twitter:site" content="@leandro_ssimoes">
<meta name="twitter:creator" content="@leandro_ssimoes">
<meta name="twitter:image:src" content="https://lesimoes.dev/bolsonaro-countdown/assets/images/profile.jpg">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="Bolsonaro Countdown - By Leandro Simões">
<meta property="og:description" content="Infelizmente ainda falta muito tempo pra o fim do governo bolsonaro.">
<meta property="og:image" content="https://lesimoes.dev/bolsonaro-countdown/assets/images/profile.jpg">
<meta property="og:url" content="https://lesimoes.dev/bolsonaro-countdown">
<meta property="og:site_name" content="Bolsonaro Countdown - By Leandro Simões">
<meta property="og:locale" content="en-US">
<meta property="fb:admins" content="100001971666080">
<meta property="fb:app_id" content="276535433035259">
<meta property="og:type" content="website">
<!-- Sylesheets -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Google Analytics -->
<link href="https://fonts.googleapis.com/css?family=Anton|Merriweather" rel="stylesheet">
<title itemprop="name">Bolsonaro Countdown</title>
</head>
<body class="column">
<main class="row --justify-content-center">
<div class="column --align-self-center">
<p>
Infelizmente ainda faltam
</p>
<div class="countdown row">
<div class="countdown__item years column">00a</div>
<div class="countdown__item days column">00d</div>
<div class="countdown__item hours column">00h</div>
<div class="countdown__item minutes column">00m</div>
<div class="countdown__item seconds column">00s</div>
</div>
<p>
para o fim do governo Bolsonaro
</p>
</div>
</main>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/ls-countdown.min.js"></script>
</body>
</html>