-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·504 lines (451 loc) · 18.8 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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="main.css" />
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<title>Heidi M. Puskar Architecture</title>
</head>
<body id='home' class='scrollspy'>
<!-- MAIN HEADER -->
<section class="main-header">
<div class="primary-overlay-not">
<div class="navbar-fixed">
<nav class="grey">
<div class="container">
<div class="nav-wrapper">
<a href="#home" class="brand-logo" style='position:relative; top:1px'>Heidi M. Puskar Architecture</a>
<a href="#" data-activates='mobile-nav' class="button-collapse">
<i class="material-icons">menu</i>
</a>
<ul class="right hide-on-med-and-down">
<li><a href="#home" >Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact" class="btn blue">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- SIDE NAV -->
<ul class="side-nav" id="mobile-nav">
<h5 class="blue-grey darken-3 center white-text">HMP Architecture</h5>
<div class="divider"></div>
<li><a href="#home" >Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</section>
<!-- CONTENT SLIDER CAROUSEL-->
<section class="carousel-container">
<div class='carousel carousel-slider center' data-indicators='true'>
<a href="#one!" class="carousel-item"><img src='img/nardian-way2.jpg'></a>
<a href="#two!" class="carousel-item"><img src='img/nardian-way3.jpg'></a>
<a href="#three!" class="carousel-item"><img src='img/nardian-way5.jpg'></a>
<a href="#four!" class="carousel-item"><img src='img/mallot1.jpg'></a>
<a href="#five!" class="carousel-item"><img src='img/mills_residence2.jpg'></a>
<a href="#six!" class="carousel-item"><img src='img/howl-moon2.jpg'></a>
<div class="next blue"><i class="material-icons small">navigate_next</i></div>
<div class="prev blue"><i class="material-icons small">navigate_before</i></div>
<!-- <div class='carousel-item blue white-text' href="#one!">
<a><img src="img/nardian-way2.jpg"></a>
<h2>Nardian Way</h2>
<p>Residential renovation</p>
<div class='carousel-fixed-item center'>
<a class='btn white black-text'>see more</a>
</div>
</div> -->
</div>
</section>
<!-- SHOWCASE DELETED-->
<!-- <div class="showcase container">
<div class="row">
<div class="col s12 main-text">
<h4>Architectural design</h4>
<a href="#projects" class="btn btn-large white black-text">See Projects</a>
<br>
<div class="row">
<a href="#boxes" class="white-text">
<i class="material-icons medium scroll-icon center scrollspy">arrow_drop_down_circle</i>
</a>
</div>
</div>
</div>
</div> -->
<!-- SECTION: ABOUT -->
<section id='about' class="section section-about grey lighten-3 center scrollspy">
<div class="container">
<h3>About Heidi M. Puskar Architecture</h3>
<p class='flow-text' >
Specializes in residential and small commercial projects.
</p>
<p class='flow-text' >
For 25 years, Heidi has integrated her unique blend of international design skills with each project. Her office handles the entire process including consultation, design, drafting, engineering, Title-24, LID, and building permits throughout greater Los Angeles County and surrounding areas.
</p>
<p class='flow-text' >
Heidi was born and raised in Helsinki, Finland moving to the United States to later attend SCI-ARC and the University of Hawaii where she obtained her BArch degree, a professional degree in Architecture. Heidi has been licensed practice in California since 2000.
</p>
<div class="row">
<div class="col s12 m6">
<img src="img/heidi.jpg" alt="heidi" class="responsive-img circle" style='height:280px;'>
</div>
<div class="col s12 m5 offset-m1">
<br>
<ul class="collection with-header z-depth-4">
<li class="collection-header">
<h5>Services</h5>
</li>
<li class="collection-item">
<i class="material-icons left">check</i>
New constructions and renovations
</li>
<li class="collection-item">
<i class="material-icons left">check</i>
Commercial & residential buildings
</li>
<li class="collection-item">
<i class="material-icons left">check</i>
Architectural plans drafting
</li>
<li class="collection-item">
<i class="material-icons left">check</i>
City of Los Angeles Building and Safety and surrounding cities permits
</li>
<li class="collection-item">
<i class="material-icons left">check</i>
From Santa Barbara and Kern to Orange & Riverside Counties
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- SECTION: PROJECTS -->
<section id='projects' class="section section-projects scrollspy">
<div class="container-box">
<h3 class='center'> <span class='white-text'> Selected Projects</span></h3>
<div class="row">
<!-- PROJECT ONE -->
<div class="col s12 m4">
<div class="card ste z-depth-3">
<div class="card-image ">
<img class='materialboxed responsive-img' src='img/mills_residence2.jpg' alt="Mills Residence">
<span class="card-title">Mills Residence</span>
</div>
<div class="card-content">
<p>New residential construction. <br>
Frazier Park, CA</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/yoga-word1.jpg' alt="Yoga Wolrd">
<span class="card-title">Yoga Works</span>
</div>
<div class="card-content">
<p>Commercial space renovation. </br>
Long Beach, CA</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/nardian-way3.jpg' alt="nardian">
<span class="card-title">Nardian Way</span>
</div>
<div class="card-content">
<p>Residential Renovation.<br>
Westchester, CA</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image ">
<img class='materialboxed responsive-img' src='img/redwood_studios1.jpg' alt="redwood">
<span class="card-title">Redwood Studios</span>
</div>
<div class="card-content">
<p> Old warehouse turned into tenant spaces. <br>
Marina Del Rey, CA</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/lili-bleu1.jpg' alt="lili-bleu">
<span class="card-title">Lily Bleu Girl's Fashion</span>
</div>
<div class="card-content">
<p>Fashion design studio and office renovations. <br>
Gardena, CA.</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/howl-moon1.jpg' alt="Howl at the Moon">
<span class="card-title">Howl at the Moon</span>
</div>
<div class="card-content">
<p>Piano bar renovation at Universal City Walk. <br>
Hollywood, CA</p>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image ">
<img class='materialboxed responsive-img' src='img/nardian-way1.jpg' alt="redwood">
<span class="card-title">Nardian Way</span>
</div>
<div class="card-content">
<p> Old warehouse turned into tenant spaces. <br>
Marina Del Rey, CA</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/mallot1.jpg' alt="lili-bleu">
<span class="card-title">Malott residence</span>
</div>
<div class="card-content">
<p>2nd story addition and new garage <br>
Lomita, CA</p>
</div>
</div>
</div>
<div class="col s12 m4 sample">
<div class="card ste z-depth-3">
<div class="card-image">
<img class='materialboxed responsive-img' src='img/ridge-route-museum.jpg' alt="Howl at the Moon">
<span class="card-title">Ridge Route Museum</span>
</div>
<div class="card-content">
<p>Ridge Route Museum gas station <br>
Frazier Park, CA</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section id='projects' class="section section-testimonials blue white-text center scrollspy">
<div class="container-box">
<h3>Selected Projects</h3>
<div class="row">
<div class="col s12 m4">
<div class="card grey lighten-4 black-text z-depth-4">
<div class="card-content">
<p><em>Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet quas neque excepturi qui laborum
temporibus inventore nihil optio cumque velit!</em></p>
</div>
<div class="card-action">
<p>Ruff Puskar, from ABC Inc.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card grey lighten-4 black-text z-depth-4">
<div class="card-content">
<p><em>Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet quas neque excepturi qui laborum
temporibus inventore nihil optio cumque velit!</em></p>
</div>
<div class="card-action">
<p>Julie Feldman-Abe</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card grey lighten-4 black-text z-depth-4">
<div class="card-content">
<p><em>Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet quas neque excepturi qui laborum
temporibus inventore nihil optio cumque velit!</em></p>
</div>
<div class="card-action">
<p>Lisel Puskar, from ABC Inc.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- SECTION CONTACT -->
<section id='contact' class="section section-contact center scrollspy">
<div id="googlemap" class="">
<iframe width="100%" height="600"
src="https://maps.google.com/maps?width=100%&height=600&hl=en&q=rancho%20palos%20verdes+(rancho%20palos%20verdes)&ie=UTF8&t=&z=14&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
<div class="container">
<div class="row">
<div class="col s12 m6 offset-m6">
<div class="card-panel z-depth-5">
<h4>Contact</h4>
<div class="input-field">
<input type="text" id="name" />
<label for="name" class=""> Name</label>
</div>
<div class="input-field">
<input type="email" id="email" />
<label for="email" > Email</label>
</div>
<div class="input-field">
<input type="text" id="phone" />
<label for="phone" > Phone</label>
</div>
<div class="input-field">
<textarea class="materialize-textarea" id="message"></textarea>
<label for="message"> Message</label>
</div>
<input type="submit" value="Submit" class='btn blue-grey'>
</div>
</div>
</div>
</div>
</section>
<!-- SECTION FOOTER -->
<footer class="page-footer blue-grey darken-1">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class='white-text' >Heidi M. Puskar Architecture</h5>
<p class="grey-text text-lighten-4">29431 N Enrose Ave. | Rancho Palos Verdes; CA 90275</p>
<p>Phone: (310) 770-2791</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text"></h5>
<ul>
<li><a href="#home" class='white-text'>Home</a></li>
<li><a href="#about" class='white-text'>About</a></li>
<li><a href="#projects" class='white-text'>Projects</a></li>
<!-- <li><a href="#contact" class='white-text'>Contact</a></li> -->
</ul>
</div>
</div>
</div>
<div class="footer-copyright blue-grey darken-4">
<div class="container">
Heidi M. Puskar Architecture | Copyright 2019
<a class="grey-text text-lighten-4 right" href="#">
<i class="material-icons left">keyboard_arrow_up</i>
</a>
</div>
</div>
</footer>
<!-- SECTON MODALS -->
<!-- <button data-target="img-modal" class="btn modal-trigger"
onClick="$('.carousel').carousel('set', 2);">Modal</button>
<div id="img-modal" class="modal">
<div class="modal-content">
<div class="carousel carousel-slider center">
<a class="carousel-item responsive-img"><img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00290.jpg"></a>
<a class="carousel-item responsive-img"><img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00383.jpg"></a>
<a class="carousel-item responsive-img"><img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00445.jpg"></a>
<a class="carousel-item responsive-img"><img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00448.jpg"></a>
<a class="carousel-item responsive-img"><img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00453.jpg"></a>
</div>
</div>
</div> -->
<!-- SCRIPTS FROM HERE TO THE END -->
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="jquery.matchHeight.js" type="text/javascript"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src='http://maps.googleapis.com/maps/api/js'></script>
<script>
$(document).ready(function () {
// MODAL
$('.modal').modal();
// Init Sidenav
$('.button-collapse').sideNav();
//scrollspy
$('.scrollspy').scrollSpy();
// Carousel
$('.carousel-slider').carousel
({
fullWidth: true,
indicators:true,
// height:625.5, // define your height here
transition:500,
interval:6000,
});
$('.prev').click(function(){
$('.carousel').carousel('prev');
});
$('.next').click(function(){
$('.carousel').carousel('next');
});
//MODAL
var elems = document.querySelectorAll('.modal');
var instances = M.Modal.init(elems, {
'onOpenEnd': initCarouselModal
});
function initCarouselModal() {
var elems = document.querySelectorAll('.carousel');
var instances = M.Carousel.init(elems, {'fullWidth': true});
instances[0].set(2);
}
//scrollfire
const options = [
{
selector: '.main-text',
offset: 0,
callback: function(el){
Materialize.fadeInImage($(el));
}
},
{
selector: '.navbar-fixed',
offset: 1200,
callback: function(){
$('nav').removeClass('transparent').addClass('blue-grey darken-3');
}
}
];
Materialize.scrollFire(options);
//MAPS
const position = [34.744461, -118.387017];
const centerPosition= [34.744461, -118.387017];
function showGoogleMaps(){
const latLng = new google.maps.LatLng(position[0], position[1]);
const centerLatLng = new google.maps.LatLng(centerPosition[0], centerPosition[1]);
const mapOptions = {
zoom: 12,
streetViewControl: false,
scaleControl: true,
mapTypeId: google.maps.mapTypeId.ROADMAP,
center: centerLatLng,
};
map = new google.maps.Map(document.getElementById('googlemap'), mapOptions);
marker = new google.maps.Marker({
position: latLng,
map: map,
draggable: false,
animation: google.maps.Animation.DROP
});
}
google.maps.event.addDomListener(window, 'load', showGoogleMaps);
});
</script>
</body>
</html>