-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.32 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="botoes.css">
<script src="https://unpkg.com/scrollreveal"></script>
<title>convite</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>
<body>
<header >
<img src="imagens/imgtopo.png" alt="">
</header>
<div id="logo">
<img src="imagens/convite.png" alt="">
</div>
<div id="h1"><h1>Aniversário de 1 ano do grupo</h1></div>
<div id="tema">
<h2>TEMA</h2>
</div>
<div id="tema2">
<h2 class="floresça">Floresça</h2>
</div>
<div class="linha">
<img src="imagens/linha.png" alt="">
</div>
<div id="data">
<h2>21 DE SETEMBRO</h2>
</div>
<div class="linha">
<img src="imagens/linha.png" alt="">
</div>
<div id="hora">
<span>Às 15:00 horas</span>
</div>
<div id="meio">
<div id="especificações">
<span id="pre">PRELETORA</span>
<span id="nom">Pra. Luana Nascimento</span>
</div>
<div id="pessoa">
<img src="imagens/pessoa.png" alt="">
</div>
</div>
<div id="botao">
<a href="https://wa.link/macgbc"><button class="btn btn-1 btn-sep icon-info">Confirmar presença!</button></a>
</div>
<div id="local">
<a href="https://maps.app.goo.gl/au1wHCvWNaXN21WK9"><h1>Local</h1></a>
</div>
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3678.7794602299905!2d-43.30909022547489!3d-22.77356437934907!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x997a996aafa863%3A0x947dac5d78afc137!2sR.%20Cap.%20Damasceno%2C%201082%20-%20Carolina%2C%20Duque%20de%20Caxias%20-%20RJ%2C%2025060-040!5e0!3m2!1spt-BR!2sbr!4v1726339061382!5m2!1spt-BR!2sbr" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<footer>
<img src="imagens/baixo.png" alt="">
</footer>
</body>
</html>