-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
404 lines (353 loc) · 21.7 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta charset="UTF-8"/>
<title id="windowtittle">Arquitectura en Regla</title>
<meta name="description" content="PONER ALGUN TIPO DE DESCRIPCION DEL ESTUDIO"/>
<meta name="keywords" content="Canon y diseño en arquitectura"/>
<meta name="author" content="ARQ EN REGLA VERBIEN NOMBRE"/>
<meta name="viewport" content="=width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="ARQ EN REGLA VERBIEN NOMBRE"/>
<meta name="google-site-verification" content=""/>
<meta property="og:description" content="PONER ALGUN TIPO DE DESCRIPCION DEL ESTUDIO"/>
<meta property="og:url" content="https://rgf.uy/proyectos PONER LA PAGINA"/>
<link rel="stylesheet" type="text/css" href="styles/styles.css"/>
<link rel="stylesheet" type="text/css" href="styles/fortaleza.css"/>
<link rel="stylesheet" type="text/css" href="styles/habilitaciones.css"/>
<link rel="stylesheet" type="text/css" href="styles/outsourcing.css"/>
<link rel="stylesheet" type="text/css" href="styles/myhistory.css"/>
<link rel="stylesheet" type="text/css" href="styles/footer.css"/>
<link rel="stylesheet" type="text/css" href="styles/animation.css"/>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Source+Sans+Pro:wght@200&display=swap" rel="stylesheet">
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<!-- navbar effect-->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#" onclick="closeNav()">INICIO</a>
<a href="#tecnic" onclick="closeNav()">FORTALEZAS</a>
<a href="#services" onclick="closeNav()">SERVICIOS</a>
<a href="#outsourcing" onclick="closeNav()">OUTSOURCING</a>
<a href="#myhistory" onclick="closeNav()" >NOSOTROS</a>
<a href="#footer" onclick="closeNav()">CONTACTO</a>
</div>
</div>
<header id="header"> <!-- seccion header imagen-->
<div class="header-container" id="navbar-noboots">
<div class="subheader-container" >
<div class="items">
<!--<a onclick="openNav()" id="title-menu">menu</a>-->
<span onclick="openNav()">☰</span>
</div>
</div>
<div class="subheader-container">
<div class="title-contact">
<a href="#footer" id="title-contact">contacto</a>
</div>
</div>
</div>
</header>
<section><!-- seccion imagen-->
<div class="image-container-two home-intro" >
<div class="real-title fade-in" >
<h1>CANON
</h1>
<h5>arquitectura, norma y gestión
</h5>
</div>
<div class="bg_overlay"></div>
<img src="img/Design.jpg" alt="">
<i class="angle-down"></i>
</div>
</section>
<section id="tecnic"><!--seccion tecnica fortaleza-->
<div class="text-container fade-in">
<p>Servicio multidisciplinar en gestiones de arquitectura, urbanismo e ingeniería. Nos
especializamos en gestionar la habilitación, regularización, certificación entre otros, de locales comerciales e industriales. de alguna manera poner el outsourcing</p>
</div>
<div class="fortalezas">
<div class="text-fortaleza slide-in from-left"><p> Aca un poco de hisotria laboral y profesional , but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></div>
<div class="text2-fortaleza slide-in from-right"">
<div class="subtitle-fortaleza">
<p>SERVICIO PROFESIONAL</p>
</div>
<div class="fortaleza-list">
<ul>
<li>
Arquitectura
</li>
<li>
Ingeniería
</li>
<li>
Habilitaciones
</li>
<li>
Regularizaciones
</li>
<li>
Certificados
</li>
<li>
Informes
</li>
<li>
Permisos
</li>
<li>
Declaraciones
</li>
<li>
Asesoramiento
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="services">
<div id="localesComerciales" class="overlayTwo">
<a href="javascript:void(0)" class="closebtn" onclick="closeNavTwo()">×</a>
<div class="overlay-contentTwo" id="overlay-contentTwoId">
<h2 class="changingTitle">
Aca un titulo
</h2>
<h3 class="changingTitle">
Aca un titulo
</h3>
<p class="changingText">
Aca es un texto que se cambia
</p>
<p class="changingText">
Aca es un texto que se cambia
</p>
</div>
<div class="overlaylinks">
<p onclick="openNavTwoComerciosOnly()">Locales comerciales y/o industriales</p>
<p onclick="openNavTwoBromatologOnly()">Bromatológica</p>
<p>Bomberos</p>
<p>SIME</p>
</div>
</div>
<div class="general-container-services">
<div class="box-container0">
</div>
<div class="box-container1">
<div class="habilitaciones slide-in from-left">
<div class="img1" id="imagen2">
<div class="texthabilitaciones" onclick="openNavTwoComercios()"><p>HABILITACIONES</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text" onclick="openNavTwoComercios()"> Locales comerciales y/o industriales </li>
<li class="services-title services-text" onclick="openNavTwoBromatolog()"> Bromatológica </li>
<li class="services-title services-text"> Bomberos </li>
<li class="services-title services-text"> Servicios de Instalaciones Mecánicas y Eléctricas </li>
</ul>
</div>
</a>
</div>
</div>
<div class="habilitaciones fade-in">
<div class="img1" id="imagen2">
<div class="texthabilitaciones"><p>CERTIFICADOS</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text"> Antiguedad de las construcciones </li>
<li class="services-title services-text"> Especial de BPS </li>
<li class="services-title services-text"> Incombustibilidad </li>
</ul>
</div>
</a>
</div>
</div>
<div class="habilitaciones slide-in from-right">
<div class="img1" id="imagen2">
<div class="texthabilitaciones"><p>REGULARIZACIONES</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text"> Obra ante la Intendencia </li>
<li class="services-title services-text"> Obra ante BPS </li>
</ul>
</div>
</a>
</div>
</div>
</div>
<div class="box-container2">
<div class="habilitaciones slide-in from-right">
<div class="img1" id="imagen2">
<div class="texthabilitaciones"><p>INFORMES</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text"> Informe Técnico Profesional </li>
<li class="services-title services-text"> Inspección ocular </li>
<li class="services-title services-text"> Asesoramiento en compra de inmuebles </li>
</ul>
</div>
</a>
</div>
</div>
<div class="habilitaciones fade-in">
<div class="img1" id="imagen2">
<div class="texthabilitaciones"><p>PERMISOS</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text"> Permiso de Construcción </li>
<li class="services-title services-text"> Permiso de Demolición </li>
</ul>
</div>
</a>
</div>
</div>
<div class="habilitaciones slide-in from-left">
<div class="img1" id="imagen2">
<div class="texthabilitaciones"><p>DECLARACIONES</p></div>
<div class="fadedbox">
<ul class="list-habilitaciones">
<li class="services-title services-text"> Declaración Jurada de Caracterización Urbana </li>
</ul>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="outsourcing"><!--seccion tecnica fortaleza-->
<div class="text-container fade-in">
<p>Las modalidades de trabajo se están transformando y el <strong>OUTSOURCING</strong> aparece como alternativa. Permite a una organización aumentar su capacidad para desarrollar cierta actividad, delegando dicho desarrollo en una empresa que está especializada en el tipo de actividades que se externalizan.</p>
<p><i>"Alone we can do so little, together we can do so much"</i></p>
</div>
<div class="fortalezas">
<div class="text-outsourcing fade-in slide-in from-left ">
<p><strong>¿PORQUE TERCERIZAR?</strong></p>
<p><strong>Tiempo</strong></p>
<p>El tiempo es un recurso invaluable. Por lo tanto, nuestro principal servicio es descomprimir el tiempo de nuestros clientes para que puedan ocuparlo en lo que realmente importa y es fundamental para su negocio.
</p>
<p><strong>Flexibilidad</strong></p>
<p>Sortea de manera exitosa aquellos momentos donde la demanda de trabajo crece imprevistamente por períodos de tiempo inciertos extendiendo tu equipo de trabajo con nosotros.
</p>
<p><strong>Calidad</strong></p>
<p>Posibilidad de acceder a un producto de excelente calidad creado por un equipo asignado exclusivamente a la tarea.
</p>
</div>
<div class="text2-fortaleza fade-in slide-in from-right">
<div class="subtitle-fortaleza">
<p>STAGES DE TRABAJO</p>
</div>
<div class="fortaleza-list">
<ul>
<li>
<strong>01 </strong> - Reunion Inicial
</li>
<li>
<strong>02 </strong> - Análisis
</li>
<li>
<strong>03 </strong> - Presupuesto
</li>
<li>
<strong>04 </strong> - Cronograma
</li>
<li>
<strong>05 </strong> - Producción
</li>
<li>
<strong>06 </strong> - Cordinación
</li>
<li>
<strong>07 </strong> - Entrega
</li>
</ul>
</div>
</div>
</div>
<section id="myhistory">
<div class="myhistorycontainer">
<div class="myhistoryresume">
<div class="historyparagraph slide-in from-left">
<p><strong>MI HISTORIA</strong> chas been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div class="historyimage slide-in from-right">
</div>
</div>
</div>
<div class="myhistorycontainer2">
<div class="carosuel-container">
<h3>Preguntas frecuentes</h3>
<div class="slideshow-container slide-in from-right">
<div class="comments">
<a href="" target="_blank"> ¿No se que tal cosa de pregunta? </a>
<p>"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the indus."</p>
</div>
<div class="comments">
<p>"standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has".</p>
<a href="" target="_blank"> Arq. Pierina no se que </a>
</div>
<div class="comments ">
<p>"survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem."</p>
<a href="" target="_blank"> Ing. Matias Marichal</a>
</div>
<div class="comments">
<p>"Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."</p>
<a href="" target="_blank"> Sr. Matias De Angelis </a>
</div>
<div class="arrowsprevnext">
<a class="prev" onclick="plusSlides(-1)">❮</a>
</div>
<div class="arrowsprevnext">
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
</div>
</div>
</div>
</section>
<div class="myhistorycontainer3">
<div class="historyContainer3p ">
<p onclick="openNav()" class="textStartWorkingTogether slide-in from-left"><strong>COMENCEMOS A TRABAJAR</strong></p>
</div>
</div>
<section id="footer">
<div class="footer-container">
<div class="footerName">
<p>CANON</p>
<p>Antonio Salieri,San José de Carrasco, Canelones</p>
<p>Galicia 1376 Centro, Montevideo</p>
<p>+598 99 712 213</p>
<p class="rights">© 2022 Canon Arquitectura. Todos los derechos reservados</p>
</div>
<div class="social-icon">
<ul class="listFooter">
<li>
- INSTAGRAM
</li>
<li>
- FACEBOOK
</li>
<li>
- LINKEDIN
</li>
</ul>
</div>
</div>
</section>
<!-- End Footer -->
<script src="js/reviews.js"></script>
<script src="js/app.js"></script>
<script src="js/navbarmove.js"></script><!--navbar move-->
<script src="js/animation.js"></script>
</body>
</html>