-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnp.html
63 lines (63 loc) · 2.57 KB
/
np.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
<!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 rel="stylesheet" href="stylecat.css">
<link rel="shortcut icon" href="imagens/Icon.ico" type="image/x-icon">
<title>IFPets</title>
</head>
<body>
<header>
<img src="imagens/Icon.ico" alt="">
</header>
<nav>
<ul>
<li><a href="index.html">Instituição</a></li>
<li><a href="dogs.html">Cachorros</a></li>
<li><a href="cats.html">Gatos</a></li>
<li><a href="mk.html">Macacos</a></li>
<li><a href="np.html">Nossos Pets</a></li>
<li><a href="sn.html">Sobre Nós</a></li>
</ul>
</nav>
<main>
<h3>Meus pets (Gustavo)</h3>
<section class="cat-section">
<img src="animlsimgs/thom1.jfif" alt="Gato 1">
<img src="animlsimgs/thom2.jfif" alt="Gato 2">
<div class="cat-description">
<h2>Thom</h2>
<p> Thom é um macho muito bipolar. Na maioria do tempo ele pula nas pernas dos humanos, mas quando está com fome é o gato mais dengoso do mundo.
Ele gosta de deitar na geladeira e de dormir no sofá!
</p>
</div>
<img src="animlsimgs/irmaos.jfif" alt="Gatos 4">
<div class="cat-description">
<h2>Miadão e Miadinho</h2>
<p>Esses "3" são irmãos, falta um na foto o Rabugento, são gatos da rua mas considero de casa. São todos machos e todos adoram um carinho, inclusive,
carinho entre eles mesmos.</p>
</div>
</section>
<h3>Meus pets (Beatriz)</h3>
<section class="cat-section">
<img src="animlsimgs/kelvin1.jfif" alt="Gato 5">
<img src="animlsimgs/kelvin2.jfif" alt="Gato 6">
<div class="cat-description">
<h2>Kelvin</h2>
<p> Kelvin é um gato muito carente, que sempre está pronto pra um carinho de um humano e também sempre está com fome
</p>
</div>
<img src="animlsimgs/jonas.jfif" alt="Gato 7">
<div class="cat-description">
<h2>Jonas</h2>
<p>Jonas baby é um gato esperto, com princípios e muita sabedoria, que ensina aos mais novos seu grande saber.</p>
</div>
</section>
</main>
<footer>
<p>© 2023 IFPB. Gustavo Lopes e Ana Beatriz.</p>
</footer>
</body>
</html>