-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
87 lines (63 loc) · 4.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./styles.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<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=Rubik:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Inter:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<script src="./script.js"></script>
<title>Niver do Luis</title>
<link rel="shortcut icon" href="./img/birthday.png" type="image/x-icon">
</head>
<body>
<h1 class="titulo">Hoje é o dia de alguém especial...</h1>
<h1> <img src="./img/thinking.gif"></h1>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<h1 class="titulo reveal">...e esse alguém é <span style="color: purple;">você</span>!</h1>
<h1 class="reveal"> <img src="./img/gift.svg" style="max-width: 100%;"></h1><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<script src="https://cdn.lordicon.com/libs/mssddfmo/lord-icon-2.1.0.js"></script>
<lord-icon src="https://cdn.lordicon.com/lupuorrc.json" trigger="loop" colors="primary:#121331,secondary:#2516c7" style="width:250px;height:250px; float: left;">
</lord-icon>
<h1 class="titulo reveal">Parabéns Lu!</h1>
<p class="reveal">Você está de parabéns, e não só pela data, mas também pela pessoa incrível que possuo muito carinho em chamar de amigo. Sempre atencioso, carinhoso e me faz feliz sempre!</p>
<br /><br /><br /><br />
<br /><br /><br /><br />
<h1 class="titulo reveal">Musiquinhas!</h1>
<h1><iframe style="max-width: 100%;" class="reveal" src="https://open.spotify.com/embed/playlist/305F6IY9TC6jm5nz5o3OAc?utm_source=generator " width="480 " height="380 " frameBorder="0 " allowfullscreen=" " allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture "></iframe></h1>
<p class="reveal">São músicas que foram recomendadas ou que ouvimos em algum momento juntos :)</p>
<br /><br /><br /><br />
<h1 class="titulo reveal">Luis: a coletânea</h1>
<div class="row md:flex md:flex-wrap" style=" max-width: 100%;">
<div class="coletanea reveal col-sm-4"> <br /><br /><img src="./img/engomadinho.jpg" style=" max-width: 100%;">
<p class="text-gray ">Com certeza era um dia especial, olha como ele estava arrumadinho!</p>
</div>
<div class="coletanea reveal col-sm-4">
<br /><br /><img src="./img/LUicornio.jpg" style=" max-width: 100%;">
<p class="text-gray">Outro espécime de Luis. Data indefinida.</p>
</div>
<div class="coletanea reveal col-sm-4"><br /><br /><img src="./img/luisgalinha.jpg" style=" max-width: 100%;">
<p class="text-gray">Imagem caótica com Luis segurando galinha.</p>
</div>
</div>
<br /><br /><br /><br />
<h1 class="titulo reveal">A gente 💛💙</h1>
<h1 class="reveal"><img src="./img/us.JPG "></h1>
<br /><br /><br /><br />
<p>Essa tentativa sutil de site é também um grande agradecimento por todas as horas em ligação e todos os momentos em que você foi extremamente paciente comigo. Você me ensinou e me ensina tanto! Que orgulho da pessoa que você é. Amo você e feliz aniversário!
<3</p>
<br /><br />
<footer style="font-family: 'Inter'; text-align: center;">Desenvolvido com amor por <a href="https://github.com/valencprado/niver-luis" target="_blank" class="final">Valen</a>.</footer>
</body>
</html>