-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpaginainicialautonomo.html
88 lines (67 loc) · 2.9 KB
/
paginainicialautonomo.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
<!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">
<title>Chance</title>
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body style="background-color: #f7f6f4;">
<header class="header">
<a href="#" class="logo"> <img src="image/logo.png" alt=""> </a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="sobre copy.html">Sobre</a>
<a href="categorias.html">Categorias</a>
<a href="servicos.html">Serviços</a>
<a href="blog.html">Blog</a>
<a href="contato.html">Contato</a>
</nav>
<div class="icons">
<div class="fas fa-bars" id="menu-btn"></div>
<div class="fas fa-search" id="search-btn"></div>
<a href="login.php">
<div class="fas fa-user" id="login-btn"></div>
</a>
</div>
<form action="" class="search-form">
<input type="search" id="search-box" placeholder="Pesquise aqui...">
<label for="search-box" class="fas fa-search"></label>
</form>
</header>
<section class="footer">
<div class="box-container">
<div class="box">
<h3>
<a href="#" class="logo"> <img src="image/logo.png" alt=""> </a>
</h3>
<p>Acompanhe nossas redes sociais</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</div>
<div class="box">
<h3>links</h3>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> home </a>
<a href="contato.html" class="links "> <i class="fas fa-arrow-right "></i>Contato</a>
<a href="condições.html" class="links "> <i class="fas fa-arrow-right "></i>Termos e condições</a>
</div>
<div class="box">
<h3>Novidades</h3>
<p>Se inscreva para receber novidades</p>
<input type="email" placeholder="email" class="email">
<input type="submit" value="Quero receber novidades" class="btn">
</div>
</div>
<div class="credit"> © | <span>GRUPO 7 - PROA </span> | Todos os direitos reservados.
< </div>
</section>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>