-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (99 loc) · 2.2 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,nofollow">
<title>Link Bio Neymar</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="assets/Logo-Neymar.png" type="image/x-icon">
</head>
<body>
<main class="Container-Conteúdo">
<section class="First-section">
<video src="video/videoneymar.mp4" type="videoneymar/mp4" muted loop autoplay></video>
<div class="Section-Links">
<figure>
<img src="assets/neymar.jpg" alt="neymar.jpg">
</figure>
<div class="Title-And-Icon">
<h2 class="Heading">Neymar JR </h2>
<p class="icon-apoio"></p>
</div>
<ul class="Navigation-Redes-Sociais">
<li><a href="https://www.facebook.com/neymarjr/?locale=pt_BR" target="_blank" class="icon-one">Siga meu Facebook</a></li>
<li><a href="https://www.instagram.com/neymarjr/" target="_blank" class="icon-two">Siga-me no meu Instagram</a></li>
<li><a href="https://www.twitch.tv/neymarjr" target="_blank" class="icon-three">Siga-me na Twitch</a></li>
<li><a href="https://twitter.com/neymarjr" target="_blank" class="icon-four">Siga-me no Twitter</a></li>
<li><a href="https://www.youtube.com/channel/UC5da8mf7_m2eLIlq-GUyxRw" target="_blank" class="icon-five">Me siga no Youtube</a></li>
</ul>
</div>
</section>
<section class="Second-section">
<div class="Section-Links no-margin">
<h2 class="text-align">Estatísticas</h2>
<table>
<tr>
<th>Times</th>
<th>Temporadas</th>
<th>Jogos</th>
<th>Gols</th>
<th>Assistências</th>
<th>Títulos</th>
</tr>
<tr>
<td>
<p class="Brasil">Brasil</p>
</td>
<td>13</td>
<td>124</td>
<td>77</td>
<td>77</td>
<td>2</td>
</tr>
<tr>
<td>
<p class="Santos">Santos</p>
</td>
<td>5</td>
<td>230</td>
<td>138</td>
<td>77</td>
<td>6</td>
</tr>
<tr>
<td>
<p class="Barcelona">Barcelona</p>
</td>
<td>6</td>
<td>186</td>
<td>195</td>
<td>77</td>
<td>8</td>
</tr>
<tr>
<td>
<p class="PSG">PSG</p>
</td>
<td>6</td>
<td>173</td>
<td>118</td>
<td>77</td>
<td>13</td>
</tr>
<tr>
<td>
<p class="Hilal">Al-Hillal</p>
</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</section>
</main>
</body>
</html>