-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp2projeto.html
More file actions
98 lines (79 loc) · 3.48 KB
/
p2projeto.html
File metadata and controls
98 lines (79 loc) · 3.48 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
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
94
95
96
97
98
<!DOCTYPE html>
<html>
<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="atelie-digital.css">
<title>ge ♥ ArtScript</title>
<link rel="shortcut icon" href="https://i.pinimg.com/280x280_RS/15/6d/b6/156db64c87633b77c9958dc445096ffd.jpg" />
</head>
<body>
<h1> ♥ </h1>
<section class="logotipo">
<img src="img/Ge.artscript.png" alt="logotipo com um desenho de flores no meio envolto do lome do ateliê">
</section>
<header>
<section>
<!--Area de navegação e acesso à outras partes do site-->
<nav class="principal">
<!--Está é uma lista não ordenada, devido ao uso do UL-->
<ul>
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="p2projeto.html">PROJETOS</a>
</li>
<li>
<a href="orçamento-p3.html">ORÇAMENTO</a>
</li>
</ul>
</nav>
</section>
</header>
<!--Mesclagem de listas-->
<h2>Artes Visuais trabalhadas nos projetos</h2>
<ol>
<li><b>Muralismo</b></li>
<section class=" ">
<img src="img/mural1.jfif" alt="mural com fundo branco e azul e desenhos de folhagem em preto e branco">
</section>
<section class=" ">
<img src="img/mural2.jfif" alt="mural perto de um vitrine com fundo branco e folhagens em preto">
</section>
<section class=" ">
<img src="img/mural3.jfif" alt="desenho em uma porta com uma flore com um olho no meio e aface de uma mulhere cercada de flores em P&B">
</section>
<section class=" ">
<img src="img/mural5.jfif" alt="mural com fundo branco com desenho de folhas feitas com tinta spray">
</section>
<li><b>Grafite</b></li>
<section class=" ">
<img src="img/projeto-2.JPG" alt="desenho do rosto de um homem de perfil">
</section>
<table>
<tr>
<th><img src="img/drawtab1.jfif" alt="desenho da dona e um pet em preto e branco ao lado da imagem original"></th>
<td><img src="img/drawtab2.jfif" alt="desenho da dona e um pet em preto e branco ao lado da imagem original"></td>
</tr>
</table>
<ul>
<li><b>Realismo colorido</b></li>
<br>
<section class=" ">
<img src="img/draw1.jfif" alt="desenho de um gato feito com lapis de cor">
</section>
<section class=" ">
<img src="img/draw3.jfif" alt="desenho de um cachorro feito com lapis de cor">
</section>
<!--Footer com imagem da logo e informaços básicas-->
<footer>
<!-- <img src="img/icon-footer.JPG"> -->
. 📍 Salvador/BA . <a href="https://www.instagram.com/geisa.art/" target="_blank">Instagram</a> . 🎨 .
<br>
<p><b>© Copyright 2021</b> desenvolvido por <b><a href="https://github.com/altgsp" target="_blank">Geisa
Santos</a></b> . 👾 . - Todos os direitos reservados.</p>
</footer>
</body>
</html>