-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
93 lines (70 loc) · 3.36 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
<!DOCTYPE html>
<html lang="pt">
<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, user-scalable=no">
<title>CR Funcional</title>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/partials/header.css">
<link rel="stylesheet" href="assets/css/partials/style.css">
<link rel="stylesheet" href="assets/css/partials/footer.css">
<link rel="icon" href="assets/images/LOGO2_Prancheta_1.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</head>
<body>
<div class="conteiner">
<header>
<div class="navBar">
<div class="logoNav">
<a href="./index.html"><img src="assets/images/LOGO2_Prancheta_1.png" alt="Cross Fit"></a>
</div>
<div class="bar">
<nav>
<input id="hamburguer" type="checkbox">
<label for="hamburguer">
<div class="hamburguer active"></div>
</label>
<ul class="menu active">
<li><a href="./index.html">SOBRE</a></li>
<li><a href="./planos.html">PLANOS</a></li>
<li><a href="./contato.html">CONTATO</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="sobre">
<div>
<h1 class="treine">TREINO</h1>
<h1 class="treine ma-bottom">FUNCIONAL</h1>
<p class="treine2">Obtenha bons resultados</p>
<p class="treine2">e alcance seus objetivos.</p>
<p class="treine2">Faça parte do nosso time!</p>
</div>
</section>
<div>
<a href="https://api.whatsapp.com/send?phone=5561991963981&text=Ol%C3%A1!%20Gostaria%20de%20conhecer%20mais%20sobre%20a%20DuoForce."
target="_blanck"><img class="wpp" src="assets/images/wpp2.png"> </a>
</div>
</div>
<footer>
<div class="socials">
<a href=""><img src="assets/images/instagram.png" alt="instagram"></a>
<a href=""><img src="assets/images/facebook.png" alt="facebook"></a>
<a href=""><img src="assets/images/youtube .png" alt="youtube"></a>
</div>
<p>© Copyright - CR Funcional | Lucas Rosa ;D</p>
</footer>
<script src="./assets/js/script.js"></script>
</body>
</html>