-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.89 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>F Disigner</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Abril+Fatface|Adamina|Lato|Open+Sans|Pacifico|Permanent+Marker|Playfair+Display|Raleway|Righteous&display=swap"
rel="stylesheet">
</head>
<body>
<div class="texto">
<header>
<nav id="menu">
<ul>
<img src="Sem título-2.png" class="logo"></img>
<a href="index.html" class="btn btn-purple">Home</a>
<a href="artes.html" class="btn btn-purple">Artes</a>
</ul>
</nav>
</header>
<h1>O que é ser um Designer <b>Gráfico?</b></h1>
<p>Design gráfico é um segmento do design visual em que o Designer projeta soluções funcionais e de apelo
estético
através da comunicação visual aplicadas em peças gráficas.
A comunicação utilizada em projetos de design gráfico é realizada através do uso de imagens, textos e
ilustrações que são distribuídos harmoniosamente aplicando-se os fundamentos do design necessários.</p>
</div>
<div class="inferior">
<Table>
<tr>
<td>
<figure class="rodape">
<a href="https://www.instagram.com/ffelipedesigner/"><IMG src="174855.png" WIDTH=60%></a>
</figure>
<td>
<figure class="rodape">
<a href="https://twitter.com/FFelipeBFR"><IMG src="unnamed.png" WIDTH=60%></a>
</figure>
<td>
</table>
</div>
</body>
</html>