-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagenciaviagem.html
97 lines (91 loc) · 3.52 KB
/
agenciaviagem.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="description" content="Dicas para quem ama viajar">
<meta name="keywords" content="travel, trip, viagem, wanderlust, turista, traveller">
<link rel="stylesheet" type="text/css" href="css\estilo_.css" />
<title> É Pra Lá Que Eu Vou </title>
</head>
<body>
<div class ="banner">
<img src="img\logo.png" alt="É Pra Lá Que Eu Vou">
</div>
<div>
<nav>
<ul class="menu">
<li><a href="index.html">Home</a> </li>
<li><a href="#">Sobre</a>
<ul>
<li><a href="#">Quem Somos</a></li>
<li><a href="equipe.html">Equipe</a></li>
</ul>
</li>
<li><a href="#">Cultura</a>
<ul>
<li><a href="cinema.html">Cinema</a></li>
<li><a href="eventos.html">Eventos</a></li>
<li><a href="#">Música</a></li>
<li><a href="#">Teatro</a></li>
</ul>
</li>
<li><a href="gastronomia.html">Gastronomia</a></li>
<li><a href="#">Educação</a>
<ul>
<li><a href="bolsaestudo.html">Bolsas de Estudo</a></li>
<li><a href="intercamio.html">Intercâmbio</a></li>
</ul>
</li>
<li><a href="#">Viagens</a>
<ul>
<li><a href="#">Agências de Viagem </a></li>
<li><a href="#">Destinos</a></li>
<li><a href="#">Fórum</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class = "agenciaviagem">
<h2> <b> Agências de Viagem </b> </h2>
<br><br>
<a href="http://www.grupomaringa.com.br/"> <img src="img\maringa.png" alt="maringa" height="170" width="350"> </a>
<a href="http://www.alaturjtb.com/"> <img src="img\alatur.png" alt="alatur" height="170" width="350"> </a>
<a href="http://www.trendoperadora.com.br/#nacional"> <img src="img\trend.jpg" alt="trend" height="170" width="350"> </a>
<a href="https://www.esferatur.com.br/"> <img src="img\esferatur.png" alt="esferatur" height="170" width="350"> </a>
<br><br>
<a href="https://www.gapnet.com.br/"> <img src="img\gapnet.png" alt="gapnet" height="170" width="350"> </a>
<a href="http://rexturadvance.com.br/"> <img src="img\advance.png" alt="advance" height="170" width="350"> </a>
<a href="https://www.flytour.com.br/"> <img src="img\flytour.png" alt="flytour" height="170" width="350"> </a>
<a href="http://www.cvc.com.br/pacotes/index.aspx?pmkt=63&gclid=CJeEqp-YqswCFVQHkQodzH8DWw&gclsrc=aw.ds"> <img src="img\cvc.png" alt="cvc" height="170" width="350"> </a>
<br>
<a href="http://www.carlsonwagonlit.com/content/cwt/global/en/home.html"> <img src="img\carlson.png" alt="carlson" height="170" width="350"> </a>
<a href=" http://www.decolar.com/seguro-viagem/"> <img src="img\decolar.png" alt="decolar" height="170" width="350"> </a>
</div>
<br><br><br>
<footer id ="main-footer">
<div id = "authors">
<p>
Todos os direitos reservados ®
<br />
<br />
Jade Nogueira Costa
<br />
Kelly Ortiz Figueiredo
<br/>
Rafaela Larissa Guimarães dos Santos
</p>
</div>
<div id = "redes-sociais">
<p> Siga-nos nas redes sociais: </p>
<nav>
<a href="https://www.facebook.com/"><img src="img\Facebook.png" alt="Facebook"></a>
<a href="https://www.Twitter.com/"><img src="img\Twitter.png" alt="Twitter"></a>
<a href="https://www.youtube.com/"><img src="img\Youtube.png" alt="Youtube"></a>
<a href="https://www.tumblr.com/"><img src="img\Tumblr.png" alt="Tumblr"></a>
</nav>
</div>
</footer>
<br />
</body>
</html>