-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathnintendo.html
133 lines (119 loc) · 4.95 KB
/
nintendo.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Importante para SEO -->
<title>Nintendo</title>
<!--Link com a folha de estilo -->
<link rel="stylesheet" href="style.css">
<!-- Importante para SEO -->
<meta name="description"
content="Seu Nintendo Switch está com defeito? Fale conosco e nós resolvemos agora o seu problema!">
<!-- Define o favicon-->
<link rel="icon" href="img/logofinal.png">
</head>
<body>
<!-- Cabeçalho -->
<header>
<div class="FlexMenu">
<div id="logo">
<img src="./img/logofinal99.png" alt="logo outlaw games">
</div>
<nav>
<input type="checkbox" id="check">
<label for=check>☰
</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="playstation.html">Playstation</a></li>
<li><a href="xbox.html">Xbox</a></li>
<li><a href="nintendo.html">Nintendo</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="sobre.html">Sobre</a></li>
</ul>
</nav>
</div>
</header>
<!-- Conteúdo Principal -->
<main class="Flex">
<div class="Container">
<h1 class="textbanner">Nintendo Switch</h1>
</div>
</main>
<!-- Section Título e Imagem -->
<section id="titleps4">
<div class="Container">
<div id="imgps4">
<h2>Manutenção Switch</h2>
<img src="img/switchpag.jfif" alt="banner ps5">
</div>
</div>
</section>
<!-- Section Content -->
<section id="txtcontent">
<div class="Container">
<h3>Seu Nintendo Switch não funciona como deveria? Então você precisa de ajuda da Outlaw Games!</h3>
<p>Somos especialistas nos reparos desse console. Nossos serviços possuem uma qualidade altíssima que irão
te surpreender. </p>
</div>
</section>
<!-- Section Serviços -->
<section>
<div class="Container">
<div class="txtservicos">
<div class="conteudoflex">
<h4>Somos experts em reparos</h4>
<p><span class="simbolo">✔</span> Temos mais de x anos de experiência</p>
<p><span class="simbolo">✔</span> Orçamento Gratuito</p>
<p><span class="simbolo">✔</span> Melhor Custo-Benefício da Região</p>
<p><span class="simbolo">✔</span> Reparos na hora</p>
<p><span class="simbolo">✔</span> Garantia de até 1 ano</p>
<p><span class="simbolo">✔</span> Serviços Rápidos</p>
</div>
<br>
<div class="conteudoflex">
<h4>Reparamos os mais frequentes defeitos</h4>
<p><span class="simbolo">✔</span> Joysticks com Defeito</p>
<p><span class="simbolo">✔</span> Superaquecimento</p>
<p><span class="simbolo">✔</span> Travamentos e Baixo Desempenho</p>
<p><span class="simbolo">✔</span> Leitor de cartão com defeito</p>
<p><span class="simbolo">✔</span> Atualização de Software</p>
<p><span class="simbolo">✔</span> Sem imagem ou Som</p>
</div>
</div>
</div>
</section>
<!-- Section youtube -->
<section class="zap">
<div class="Container FlexSection">
<div class="textzap">
<h2>Chama a gente no <span class="spanzap">Whatsapp!</span></h2>
<p>Entra em contato que a gente resolve seu problema</p>
<a href="https://api.whatsapp.com/send?phone=5511123456789" target="_blank" class="Buttonzap">Chama
aí!</a>
</div>
<div class="imagemzap">
<img src="./img/qrcodezap.PNG" alt="qrcode zap">
</div>
</div>
</section>
<!-- Rodapé -->
<footer>
<div class="Container Flex">
<div id="social">
<a href="https://www.instagram.com/andradejao_/" target="_blank"><img src="./img/insta.png"
alt="instagram"></a>
<a href="https://m.facebook.com/profile.php/?id=100014107095782" target="_blank"><img
src="./img/face.png" alt="facebook"></a>
<a href="https://web.whatsapp.com/" target="_blank"><img src="./img/whats.png" alt="whatsapp"></a>
</div>
<div id="copyright">
<p>©2024 - Outlaw Games</p>
</div>
</div>
</footer>
<a href="#logo" id="topo"><img src="./img/setacima.png" alt="seta topo"></a>
<!-- Topo -->
</body>
</html>