-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
89 lines (59 loc) · 2.56 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
<!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">
<title>SoulGym - Home</title>
<!--RESET CSS-->
<link rel="stylesheet" href="css/reset.css">
<!--STYLE CSS-->
<link rel="stylesheet" href="css/style.css">
<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=Supermercado+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="parte1">
<div id="carrosel">
<img class="slider" src="img/imagem 4.jpg" alt="Image1">
<img src="img/meio pg2 - 3.jpg" alt="Image2">
<img src="img/imagem 1.jpg" alt="Image3">
<img src="img/imagem 2.jpg" alt="Image4">
<img src="img/academia-vazia.jpeg" alt="Image5">
</div>
<section class="topo">
<button disabled class="logo">SoulGym</button>
<a href="index.html" target="_self">Home</a>
<a href="pagina2.html" target="_self">Planos</a>
<a href="pagina3.html" target="_self">Localização</a>
</section>
</header>
<section class="parte2">
<h2> Sobre </h2>
<article>
<p class="sobre"> A SoulGym é uma rede de academias nacional espalhada por todos os estados da
Federação. Fundada em 1997, a SoulGym se iniciou na cidade
de São José dos Campos, em São Paulo. Atualmente, em 2022, chegamos à marca de mais de 100 mil
alunos espalhados em todo país. Desde São Paulo
até a Bahia, estamos presentes em todo o território nacional.
</p>
</article>
</section>
<section class="parte3">
<img src="img/meio p1.jpg" alt="">
</section>
<section class="parte4">
<p class="p-parte4">✆ 8 495 646-56-45</p>
<p class="email-parte4">✉ [email protected]</p>
</section>
<section class="parte5">
<a href="index.html" target="_self">Home</a>
<a href="pagina2.html" target="_self">Planos</a>
<a href="pagina3.html" target="_self">Localização</a>
</section>
</div>
</body>
<script src="js/slider.js"></script>
</html>