-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (49 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Agile Brazil 2022</title>
<meta name="description" content="Agile Brazil 2022 placeholder website">
<meta name="author" content="Agle Brazil Organizers">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/agilebrazil2022.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="milky two-thirds column" style="margin-top: 25%">
<h1>Agile Brazil 2022</h1>
<h4>Porto Alegre, 5 a 7/outubro</h4>
<br>
<p>Doze anos mais tarde, a Agile Brazil volta a Porto Alegre e esperamos te ver por lá! Bora fazer dessa edição, a <strong>melhor e mais diversa</strong> até agora!</p>
<p>Já estamos com submissões e inscrições abertas! </p>
<div class="actions">
<a href="https://submissoes.agilebrazil.com/"><span class="highlight">Submeta sua sessão</span> e comente nas já submetidas!</a>
<a href="https://inscricoes.agilebrazil.com/">Faça <span class="highlight">sua inscrição</span> e garanta seu ingresso!</a>
</div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>