-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeseja_anunciar.html
73 lines (56 loc) · 2.23 KB
/
deseja_anunciar.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>∑ Trade</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<a href="inicio.html">
<img src="img/menu.png" alt="botão de menu" >
</a>
<h1>
∑ Trade
</h1>
<a class='img2' href="notificacao.html">
<img src="img/notificacao.png" alt="notificacao" >
</a>
</header>
<main>
<h1>O que deseja anunciar?</h1>
<ul class='coluna1'>
<li>
<a href="anuncio.html">
<h2>Produtos</h2>
</a>
</li>
<li>
<a href="anuncio.html">
<h2>Veículos</h2>
</a>
</li>
</ul>
<ul class='coluna2'>
<li>
<a href="anuncio.html">
<h2>Ímoveis</h2>
</a>
</li>
<li>
<a href="anuncio.html">
<h2>Serviços</h2>
</a>
</li>
</ul>
</main>
</body>
</html>