-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (200 loc) · 12.1 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head><!--Aca comienza el head-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="There are places where you stay and places that stay in you. Let Argentina stay in you and let Reinvent Travel make your dreams come true. Discover more!">
<meta name="keywords" content="Travel, Events, Incentives, Argentina">
<meta name="author" content="Facundo Ruiz Diaz">
<meta name="copyright" content="Reinvent Travel & Events">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Marcellus&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!--Estilos personales-->
<link rel="stylesheet" href="css/estilos.css">
<title>Reinvent Travel & Events - Travel is living</title>
</head><!--Aca termina el head-->
<body><!--Aca comienza el body-->
<header class="encabezado__estilo">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<img class="logoNav encabezado__logo" src="imagenes/logo_reinvent_horizontal.png" alt="logoReinvent">
<button class="navbar-toggler bordeBoton" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end encabezado__barra" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item encabezado__efectoMenu">
<a class="nav-link colorMenu" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item encabezado__efectoMenu">
<a class="nav-link colorMenu" href="nosotros.html">ABOUT US</a>
</li>
<li class="nav-item encabezado__efectoMenu">
<a class="nav-link colorMenu" href="servicios.html">SERVICES</a>
</li>
<li class="nav-item dropdown encabezado__efectoMenu">
<a class="nav-link dropdown-toggle colorMenu" href="destinos.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
DESTINATIONS
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item encabezado__efectoMenu" href="bariloche.html">Bariloche</a></li>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">Buenos Aires</a></li>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">Calafate</a></li>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">Iguazu Falls</a></li>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">Mendoza</a></litml>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">NOA</a></li>
<li><a class="dropdown-item encabezado__efectoMenu" href="index.html">Ushuaia</a></li>
</ul>
</li>
<li class="nav-item encabezado__efectoMenu">
<a class="nav-link colorMenu" href="contacto.html" tabindex="-1">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
</header><!--Aca termina el header-->
<main><!--Aca empieza el main-->
<div id="carouselExampleControls" class="carousel slide principal__carrousel" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="imagenes/index/carrousel4.jpg" class="d-block w-100" alt="Private Transfer">
</div>
<div class="carousel-item">
<img src="imagenes/index/carrousel2.jpg" class="d-block w-100" alt="Family at Airport">
</div>
<div class="carousel-item">
<img src="imagenes/index/carrousel3.jpg" class="d-block w-100" alt="People Beach">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
<div>
<h1 id="aumentoTitulo" class="principal__titulo">TURNING YOUR DREAMS INTO REALITY</h1>
</div>
<section id="paginaPrincipal">
<div class="parrafo principal__textos">
<p>Reinvent Travel & Events arose from the fusion of two professionals with vast experience, who for many years enjoyed working together as a team and finally, decided formalized their bond. We always feel enthusiastic with each request, as for us, it is not only an opportunity to do business, but also to show the world the beauty of our wonderful country.</p>
<p>With over 15 years of experience in the MICE industry ,we can offer our clients unique proposals full of alternative options to suit any budget, and we can guarantee successful itineraries as well a seamless execution of each event.</p>
<p>Our main goal is to create experiences, generate sensations and achieve indelible emotions...that accompany forever the soul and heart of those who choose us. Realize dreams, refine details, turn a vision into a reality , are our commandments to work each project. <b>Dare to dream... Reinvent makes it come true.</b></p>
</div>
<div class="principal__centrado">
<div class="principal__tarjeta1">
<div class="card borde__tarjetas">
<img src="imagenes/index/calafateGaleria1.jpg" class="card-img-top principal__estiloTarjeta" alt="News Image">
<div class="card-body">
<h5 class="card-title">News</h5>
<p class="card-text">Los Glaciares National Park reopens its doors and receives its first tourists.</p>
<a href="index.html" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
</div>
<div class="principal__centrado">
<div class="principal__tarjeta2">
<div class="card borde__tarjetas" >
<img src="imagenes/index/mendozaGaleria1.jpg" class="card-img-top principal__estiloTarjeta" alt="VIP Program">
<div class="card-body">
<h5 class="card-title">VIP Programs</h5>
<p class="card-text">Wine Route, one of the most exclusive programs visiting our main vineyards.</p>
<a href="index.html" class="btn btn-primary">Visit</a>
</div>
</div>
</div>
</div>
<div id="principal__centradoTarjeta3" class="principal__centrado">
<div id="principal__tamanioTarjeta3" class="principal__tarjeta3">
<div class="card borde__tarjetas">
<img src="imagenes/index/ushuaiaGaleria1.png" class="card-img-top principal__estiloTarjeta" alt="VIP Program">
<div class="card-body">
<h5 class="card-title">Latest Experience</h5>
<p class="card-text">Ushuaia: End of the World, beginning of everything. An unique experience!</p>
<a href="index.html" class="btn btn-primary">Explore</a>
</div>
</div>
</div>
</div>
</section>
</main><!--Aca termina el Main-->
<!----------- Aca Inicia el Footer ------------>
<footer class="footer-bs">
<div class="row">
<div class="col-md-4 footer-brand animated fadeInLeft">
<h2>Reinvent Travel & Events</h2>
<p>Alicia Moreau de Justo 954 - Oficina 901</p>
<p>Tel: +54 11 123 4567</p>
<p>Email: info@reinvent-events.com</p>
</div>
<div class="col-md-3 footer-nav animated fadeInUp">
<h4>Menu —</h4>
<div class="col-md-6">
<ul class="pages">
<li><a href="index.html">Home</a></li>
<li><a href="nosotros.html">About Us</a></li>
<li><a href="servicios.html">Services</a></li>
<li><a href="bariloche.html">Destinations</a></li>
<li><a href="contacto.html">Contac Us</a></li>
</ul>
</div>
<div class="col-md-6">
<ul class="list">
<li><a href="bariloche.html">Bariloche</a></li>
<li><a href="index.html">Buenos Aires</a></li>
<li><a href="index.html">Calafate</a></li>
<li><a href="index.html">Iguazu Falls</a></li>
<li><a href="index.html">Mendoza</a></li>
<li><a href="index.html">NOA</a></li>
<li><a href="index.html">Ushuaia</a></li>
</ul>
</div>
</div>
<div class="col-md-2 footer-social animated fadeInDown">
<h4>Follow Us</h4>
<ul>
<li><a href="www.facebook.com">Facebook</a></li>
<li><a href="www.twitter.com">Twitter</a></li>
<li><a href="www.instagram.com">Instagram</a></li>
<li><a href="www.linkedin.com">LinkedIn</a></li>
</ul>
</div>
<div class="col-md-3 footer-ns animated fadeInRight">
<h4>Newsletter</h4>
<p>Subscribe to our newsletter and find out about all the news!</p>
<p>
<div class="input-group">
<input type="email" class="form-control" placeholder="Email...">
<button type="button" class="btn btn-light">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
</svg>
</button>
</div><!-- /input-group -->
</p>
</div>
</div>
</footer>
<!--Aca termina el footer-->
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
<!--Animations-->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>