-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
340 lines (309 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chroma Estudio</title>
<!-- small icon in the browser tag -->
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"/>
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<!-- bootstrap css and mobile device settings -->
<link href="css/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- css page link -->
<link rel="stylesheet" href="css/styles.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130239876-1"></script>
<script>
window.dataLayer = window.dataLayer || []; function
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',
'UA-130239876-1');
</script>
</head>
<body>
<header>
<!-- start navigation bar -->
<nav class="navigation-bar">
<div class="logo-icon">
<a class="logo" href="index.html">
<img alt="Logo Chroma-Estudio" src="images/logo2.png" width="200">
</a>
</div>
<!-- Mobile-navigation bar -->
<label class="hamburger-icon" for="toggle">☰</label>
<input type="checkbox" id="toggle"/>
<div class="dropdown-menu pull-right">
<ul class="hamburger-menu">
<li class="dropdown-header">PROJECTS</li>
<li id="residentialFilter"><a href="#">RESIDENTIAL</a></li>
<li id="multiFamilyFilter"><a href="#" >MULTI-FAMILY</a></li>
<li id="commercialFilter"><a href="#" >COMMERCIAL</a></li>
<li id="officesFilter"><a href="#" >OFFICES</a></li>
<li class="divider"></li>
<li class="dropdown-header">CONTACT</li>
<li><a href="contactus.html">CONTACT</a></li>
<li class="divider"></li>
<li class="dropdown-header">SOCIAL</li>
<li>
<a class="facebook-icon" href="https://www.facebook.com/chromaestudio.com.ar" target="_blank">FACEBOOK</a>
</li>
<li>
<a class="instagram-icon" href="https://www.instagram.com/chroma_estudio/" target="_blank" >INSTAGRAM</a>
</li>
</ul>
</div>
<!-- Ends Mobile-navigation bar -->
<!-- start desktop navigation bar -->
<div class="menus">
<ul class="navigation">
<li id="projectsFilter"><a class="menu-nav" data-toggle="collapse" data-target="#demo" href="#demo">PROJECTS</a></li>
<li><a class="menu-nav" href="contactus.html">CONTACT</a></li>
</ul>
<ul class="dropdown collapse" id="demo">
<li id="residentialFilter"><a href="#">RESIDENTIAL</a></li>
<li id="multiFamilyFilter"><a href="#" >MULTI-FAMILY</a></li>
<li id="commercialFilter"><a href="#" >COMMERCIAL</a></li>
<li id="officesFilter"><a href="#" >OFFICES</a></li>
</ul>
</div>
<div class="menu-social">
<ul class="social-menu">
<li>
<a class="facebook-icon" href="https://www.facebook.com/chromaestudio.com.ar" target="_blank">
<img alt="facebook icon @clipartmax.com" src="images/f-icon-black-c.png" width="30">
</a>
</li>
<li>
<a class="instagram-icon" href="https://www.instagram.com/chroma_estudio/" target="_blank">
<img alt="instagram icon @clipartmax.com" src="images/i-icon-b-2.png" width="30">
</a>
</li>
</ul>
</div>
<!-- Ends desktop navigation bar -->
</nav>
</header>
<!-- images grid -->
<div class="container">
<div class="gallery-container">
<div class="responsive">
<div class="gallery commercial">
<article>
<a class="projectName" href="bazhars.html">
<img alt="Bazhars" src="images/bazhars/bazhars2.jpeg" width="293" height="293">
<div class="description">
<h3>Bazhars</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="allendehouse.html">
<img alt="Allende" src="images/Allende2.jpg" width="293" height="293">
<div class="description">
<h3>Allende</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery multiFamily">
<article>
<a class="projectName" href="boedo531.html">
<img alt="Boedo 531" src="images/boedo531.jpg" width="293" height="293">
<div class="description">
<h3>Boedo 531</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery multiFamily">
<article>
<a class="projectName" href="bolivia1144.html">
<img alt="Bolivia 1144" src="images/bolivia_hall.jpg" width="293" height="293">
<div class="description">
<h3>Bolivia 1144</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="penahouse.html">
<img alt="Peña House" src="images/pena_house.jpg" width="293" height="293">
<div class="description">
<h3>Peña House</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="bellavistahouse.html">
<img alt="Bellavista house" src="images/bellavista_house.jpg" width="293" height="293">
<div class="description">
<h3>Bella Vista house</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery offices">
<article>
<a class="projectName" href="cype.html">
<img alt="Cype Office" src="images/cype_office.jpg" width="293" height="293">
<div class="description">
<h3>Cype Office</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery commercial">
<article>
<a class="projectName" href="doctor_obra_sm.html">
<img alt="Doctor Obra San Martin" src="images/doctor_obra_sm.jpg" width="293" height="293">
<div class="description">
<h3>Doctor Obra San Martin</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="ezeizahouse.html">
<img alt="Ezeiza house" src="images/ezeiza_main.jpg" width="293" height="293">
<div class="description">
<h3>Ezeiza House</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery offices">
<article>
<a class="projectName" href="gobuilding.html">
<img alt="Go Building office" src="images/gobuilding_office.jpg" width="293" height="293">
<div class="description">
<h3>Go Building Office</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery multiFamily">
<article>
<a class="projectName" href="jaramillo1685.html">
<img alt="Jaramillo 1685" src="images/jaramillo1685.jpg" width="293" height="293">
<div class="description">
<h3>Jaramillo 1685</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery commercial">
<article>
<a class="projectName" href="lacoste.html">
<img alt="Lacoste Alto Palermo" src="images/lacoste_altopalermo2.jpg" width="293" height="293">
<div class="description">
<h3>Lacoste Alto Palermo</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="azara.html">
<img alt="Azara House" src="images/azara/Cocina_01.jpg" width="293" height="293">
<div class="description">
<h3>Azara House</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery offices">
<article>
<a class="projectName" href="lnoffice.html">
<img alt="Ln Office" src="images/ln_office2.jpg" width="293" height="293">
<div class="description">
<h3>Ln Office</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="maipohouse.html">
<img alt="Maipo house" src="images/maipohouse.jpg" width="293" height="293">
<div class="description">
<h3>Maipo House</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery house">
<article>
<a class="projectName" href="besareshouse.html">
<img alt="Besares house" src="images/besares.jpg" width="293" height="293">
<div class="description">
<h3>Besares House</h3>
</div>
</a>
</article>
</div>
</div>
<div class="responsive">
<div class="gallery offices">
<article>
<a class="projectName" href="scvoffice.html">
<img alt="SCV office" src="images/scv_office2.jpg" width="293" height="293">
<div class="description">
<h3>SCV office</h3>
</div>
</a>
</article>
</div>
</div>
</div>
</div>
<!-- Ends images grid -->
<footer class="footer">
<span class="text-muted"> Tel: (54911) 6868 2874 - mail:[email protected] -
<a class="facebook-icon" href="https://www.facebook.com/chromaestudio.com.ar" target="_blank"><img alt="facebook icon @clipartmax.com" src="images/f-icon-black-c.png" width="25"></a>
<a class="instagram-icon" href="https://www.instagram.com/chroma_estudio/" target="_blank"><img alt="instagram icon @clipartmax.com" src="images/i-icon-b-2.png" width="25"></a></span>
</footer>
<!-- jquery and javascript links -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>