-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (64 loc) · 3.74 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
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ladies of Helltown Roller Derby</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#662d91">
<meta name="msapplication-TileColor" content="#662d91">
<meta name="theme-color" content="#662d91">
<meta property="og:image:height" content="1005">
<meta property="og:image:width" content="1920">
<meta property="og:description" content="A liga pioneira de roller derby no Brasil. Desde 2009, quando instaurou o esporte no país, vem trabalhando para o crescimento do mesmo através de recrutamentos, campeonatos e bootcamps">
<meta property="og:title" content="Ladies of Helltown Roller Derby">
<meta property="og:url" content="http://ladiesofhelltown.com.br/">
<meta property="og:image" content="http://ladiesofhelltown.com.br/og-image.jpg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header></header>
<main>
<div class="brand">
<h1 class="brand-img">Ladies of Helltown Roller Derby</h1>
</div>
<div class="wrapper">
<div class="content-wrapper">
<h2 class="content-title">A liga pioneira de roller derby no Brasil</h2>
<p class="content-text">Desde 2009, quando instaurou o esporte no país, vem trabalhando para o crescimento do mesmo através de recrutamentos, campeonatos e bootcamps</p>
</div>
<div class="contact-wrapper">
<div class="item-contact">
<span class="item-contact-title">Para entrevistas e patrocínios:</span>
<a href="mailto:[email protected]" class="item-contact-link">[email protected]</a>
</div>
<div class="item-contact">
<span class="item-contact-title">Para fazer parte:</span>
<a href="mailto:[email protected]" class="item-contact-link">[email protected]</a>
</div>
<div class="item-social">
<a class="icon-social facebook" href="https://www.facebook.com/ladiesofhelltown/" target="_blank">Facebook</a>
<a class="icon-social instagram" href="https://www.instagram.com/ladiesofhelltown/" target="_blank">Instagram</a>
</div>
</div>
<form class="form-wrapper" name="newsletter" method="POST" netlify>
<p class="form-title">Em breve um novo site com mais informações</p>
<label for="newsEmail" class="form-label">Cadastre seu e-mail para receber novidades da liga</label>
<div class="form-group">
<input type="email" name="email" id="newsEmail" class="form-email" placeholder="[email protected]">
<button type="submit" class="form-button">Confirma</button>
</div>
</form>
</div>
</main>
<footer>
<a href="https://wftda.com/" class="icon-wfta" target="_blank">WFTDA – Women's Flat Track Derby Association</a>
</footer>
</div>
</body>
</html>