-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 2.22 KB
/
index.html
File metadata and controls
59 lines (52 loc) · 2.22 KB
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
<!DOCTYPE html>
<html lang="en">
<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">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="img/Favicon.svg">
<title>Aline Pimenta Petshop Estética Animal</title>
</head>
<body>
<section>
<header class="container">
<div class="page-header">
<div class="logo">
<a href="#">Aline Pimenta Petshop</a>
</div>
<input type="checkbox" id="click">
<label for="click" class="mainicon">
<div class="menu">
<i class='bx bx-menu'></i>
</div>
</label>
<ul>
<li><a href="index.html" class="active" style="--navAni:1">Home</a></li>
<li><a href="tosa.html" style="--navAni:2">Tosa</a></li>
<li><a href="banho.html" style="--navAni:3">Banho</a></li>
<li><a href="contato.html" style="--navAni:4">Contato</a></li>
<li><a href="#" style="--navAni:5"></a></li>
</ul>
</div>
</header>
<div class="container">
<div class="main">
<div class="detail">
<h3>Olá, eu sou</h3>
<h1><span style="color:#52489C;">Aline</span> Pimenta</h1>
<p>Prazer, meu nome é Aline, tenho 32 anos. Possuo algumas formações na área veterinária como
auxiliar veterinária, porém há 14 anos que faço o que
mais amo e é na área de banho e tosa. Uma das minhas paixões e especialização é a tosa na
tesoura!
</p>
</div>
<div class="images">
<img src="Img/Aline.svg" alt="" class="img-w">
</div>
</div>
</div>
</section>
</body>
</html>