-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (181 loc) · 5.87 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!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 rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap"
rel="stylesheet"
/>
<!-- Fonte -->
<link rel="stylesheet" href="./assets/css/styles.css" />
<!-- Styles -->
<title>Nlw Challenge</title>
</head>
<body>
<header>
<div>
<img
src="https://www.github.com/oifelipesan.png"
alt="Foto de perfil do Felipe dos Santos"
/>
</div>
</header>
<main>
<section>
<div>
<h2>Meus filmes</h2>
<p>Os filmes que mais curto</p>
<ul>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/7xP0NhjE6AOJ1RTx5vh3Jw1aNCe.jpg"
alt="Capa do filme Samaritano"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/71XnRvkadkWZZowCGcuBi4XAKdJ.jpg"
alt="Capa do filme Thor: Amor e Trovão"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_bestv2/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg"
alt="Capa do filme Venom"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/r3pPehX4ik8NLYPpbDRAh0YRtMb.jpg"
alt="Capa do filme Clube da Luta"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_bestv2/aE5a2QPMbTEWYRAxyZpgelgNrZR.jpg"
alt="Capa do filme Vigilantes da Guerra"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_bestv2/2CYMFR1ufrAZwoZ11d8aRax1Ial.jpg"
alt="Capa do filme Guerra ao Terror"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_bestv2/8WtUjpboPESZbabGbC4ryd81KcR.jpg"
alt=""
/>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2>Minhas Séries</h2>
<p>Essas são as melhores!</p>
<ul>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/z9a3b7DePtdo2E8NzyPwoGHGsYk.jpg"
alt="Capa da série O Senhor dos Anéis: Os Anéis de Poder"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/l2ezB41chGDjXcKo24lseuXYtKP.jpg"
alt="Capa da série Game of Thrones"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/hdKxcoV5CFc3sGOmbGXDXbx1cTZ.jpg"
alt="Capa da série Lucifer"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/i0uajcHH9yogXMfDHpOXexIukG9.jpg"
alt="Capa da série Peaky Blinders: Sangue, Apostas e Navalhas"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/mY7SeH4HFFxW1hiI6cWuwCRKptN.jpg"
alt="Capa da série The Boys"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/oktTNFM8PzdseiK1X0E0XhB6LvP.jpg"
alt="Capa da série Vikings"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_face/ovFzkkKknAo2SbM2DfOabxRvzmy.jpg"
alt="Capa da série Sobrenatural"
/>
</li>
<li>
<img
src="https://www.themoviedb.org/t/p/w220_and_h330_bestv2/5hC8CertBqHbXNPcfm1LZ18VcjD.jpg"
alt="Capa da série Grimm"
/>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2>Minhas redes</h2>
<p>Se conecte comigo agora mesmo!</p>
<ul class="social-list">
<li>
<a
href="https://www.facebook.com/oifelipesan"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa-brands fa-square-facebook"></i>
</a>
</li>
<li>
<a
href="https://www.instagram.com/oifelipesan/"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/oifelipesan/"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a
href="https://github.com/oifelipesan"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa-brands fa-square-github"></i>
</a>
</li>
</ul>
</div>
</section>
</main>
<script src="https://kit.fontawesome.com/54bcbcf2d3.js" crossorigin="anonymous"></script>
</body>
</html>