-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·769 lines (723 loc) · 33.7 KB
/
index.html
File metadata and controls
executable file
·769 lines (723 loc) · 33.7 KB
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!DOCTYPE html>
<html lang="en">
<link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Noto+Serif' rel='stylesheet' type='text/css'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Kyle & Hedieh</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="masthead">
<img src="assets/img/1.jpg" class="img-responsive"/>
</div>
<div class="navbar transparent navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">K&H</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!-- <li class="active"><a href="#">Home</a></li> -->
<li><a href="#about">Our Story</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#weddingparty">Wedding Party</a></li>
<li><a href="#reception">Reception</a></li>
<li><a href="#registry">Registry</a></li>
<li><a href="#travel">Travel</a></li>
<li><a href="#miami">Miami</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="starter-template">
<h1>Kyle & Hedieh</h1>
<p class="lead">March 15th, 2014</p>
<!-- <img src="assets/img/2.jpg" class="img-responsive"> -->
</div>
</div><!-- /.container -->
<!-- bgin uncomment here -->
<a name="about" id="about"></a>
<div class="border"></div>
<div class="aboutus">
<div class="container">
<div class="row">
<div class="span12">
<!-- Title -->
<div class="head">
<div class="bor"></div>
<h2>Our Story</h2>
<div class="bor"></div>
</div>
</div>
<div class="span4">
<!-- <div class="well center"> -->
<!-- <div class="head"> -->
<!-- Our love story -->
<!-- <h3>Our Story</h3> -->
<div class="bor"></div>
<p>On February 26, 2011, Kyle says he fell in love at first sight. Hedieh smiles shyly and admits she felt the same. February 26th was the day that both of their lives would change forever. Kyle and Hedieh met on a ski trip. They spent the day skiing on different slopes in perfect Tahoe powder. Midway through the day, Kyle got trapped up to his neck in a tree well that took him two hours to dig free from. Meanwhile, unaware of the situation, Hedieh had decided to call it a half day and enjoy cocktails at the resort lounge. When they reconnected in the lounge, they swapped adventure stories like old friends and the chemistry was surreal. The rest of that night was spent sipping on wine, listening to Gotan Project, and talking all night by a cozy fire. All it took was one meeting for Kyle and Hedieh to become inseperable. Three years later on March 15th, 2014, they will start a new chapter of their eternal fairytale in a secret garden with all of their dearest family and friends.</p>
<!-- </div> -->
<!-- </div> -->
<!-- <div class="col-md-6"> -->
<!-- <div class="about"> -->
<!-- <h3>Kyle <span class="ameta">- Groom</span></h3> -->
<!-- <p>He looooves Hedieh</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="col-md-6"> -->
<!-- <div class="about"> -->
<!-- <h3>Hedieh <span class="ameta">- Bride</span></h3> -->
<!-- <p>She is a princess and means the world to Kyle.</p> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
</div>
<!-- end uncomment -->
<div class="border"></div>
<a name="gallery" id="gallery"></a>
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<div class="border"></div>
<div class="container">
<div class="row">
<div class="span12">
<div class="head">
<div class="bor"></div>
<h2>Gallery</h2>
<div class="bor"></div>
</div>
</div>
<div class="span12">
<!-- begin carousel -->
<div id="myCarousel" class="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item"><img src="./assets/img/2.jpg" alt=""></div>
<div class="item"><img src="./assets/img/3.jpg" alt=""></div>
<div class="item"><img src="./assets/img/4.jpg" alt=""></div>
<div class="item"><img src="./assets/img/5.jpg" alt=""></div>
<div class="item"><img src="./assets/img/6.jpg" alt=""></div>
<div class="item"><img src="./assets/img/7.jpg" alt=""></div>
<div class="item"><img src="./assets/img/8.jpg" alt=""></div>
<div class="item"><img src="./assets/img/9.jpg" alt=""></div>
<div class="item"><img src="./assets/img/10.jpg" alt=""></div>
<div class="item"><img src="./assets/img/11.jpg" alt=""></div>
<div class="item"><img src="./assets/img/12.jpg" alt=""></div>
<div class="item"><img src="./assets/img/13.jpg" alt=""></div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
<!-- end carousel -->
<!-- Slider (Flex Slider -->
<!-- Flex slider -->
<!-- <div class="flexslider"> -->
<!-- <div class="flex-viewport" style="overflow: hidden; position: relative;"><ul class="slides" style="width: 1400%; -webkit-transition: 0s; transition: 0s; -webkit-transform: translate3d(-936px, 0, 0);"><li class="clone" style="width: 936px; float: left; display: block;"> -->
<!-- <img src="./assets/img/5.jpg" alt=""> -->
<!-- <div class="flex-caption"> -->
<!-- <h3>Title #5</h3> -->
<!-- <p>Ut commodo ullamcorper risus nec mattis. Fusce imperdiet ornare dignissim. Donec aliquet convallis tortor, et placerat quam posuere posuere. Morbi tincidunt posuere turpis eu laoreet. </p> -->
<!-- </div> -->
<!-- </li> -->
<!-- <ul class="slides"> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/2.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/3.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/4.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/5.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/6.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/7.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/8.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/9.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/10.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/11.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/12.jpg" alt=""> -->
<!-- </li> -->
<!-- <li style="width: 936px; float: left; display: block;" class="flex-active-slide"> -->
<!-- <\!-- Image -\-> -->
<!-- <img src="./assets/img/13.jpg" alt=""> -->
<!-- </li> -->
<!-- <\!-- Slide #2 -\-> -->
<!-- <li style="width: 936px; float: left; display: block;"> -->
<!-- <img src="./assets/img/3.jpg" alt=""> -->
<!-- <div class="flex-caption"> -->
<!-- <h3>Title #2</h3> -->
<!-- <p>Ut commodo ullamcorper risus nec mattis. Fusce imperdiet ornare dignissim. Donec aliquet convallis tortor, et placerat quam posuere posuere. Morbi tincidunt posuere turpis eu laoreet. </p> -->
<!-- </div> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </div> -->
<!-- <ol class="flex-control-nav flex-control-paging"><li><a class="flex-active">1</a></li><li><a>2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li></ol><ul class="flex-direction-nav"><li><a class="flex-prev" href="#">Previous</a></li><li><a class="flex-next" href="#">Next</a></li></ul></div> -->
<!-- Slider ends -->
</div>
</div>
</div>
<!-- begin wedding party -->
<div class="border"></div>
<a name="weddingparty" id="weddingparty"></a>
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<div class="weddingparty">
<div class="container">
<!-- <div class="wedding"> -->
<!-- Wedding details -->
<div class="row">
<div class="col-md-4">
<h2><i class="icon-glass"></i>Wedding Party</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Bridesmaids</h3>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/simah.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Simah Bargzie</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
Simah and I met when I was 15, and re-connected one sunny day at Americano over wine 8 years later. It felt like we always knew each other and the trust was instantly there. Friends like Simah are rare and don't come often. I can always count on Simah to give me quality advice, have my back when I most need her, and make me smile over a glass of Syrah on any given night. Her heart is pure gold and her intelligence, beauty, and sophistication is unmatched. She may have 5 blood sisters, but she's always treated me like another in her family. Oh, just don't put us in charge of directions together otherwise you may be waiting a while. ;)
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/mory.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Morvarid Noorivaziri</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Mory and I have known each other for as long as I can remember, we met right after high school and shortly after became inseparable. She is the only person that can take my full attention on text, over the phone, or just sitting on a couch for hours straight and keep me fully engaged and entertained. So much so that we actually had a full date night just texting back and forth one night and had a blast... I know... When we hang out, which is often, it's always a new adventure, new laugh, new outfit, and more memories to treasure. We also concluded a few years ago that our ancestors back in Shiraz are connected, which makes us cousins.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/laly.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Laura Moreno</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Laly and I met about 6 years ago when she approached me during a party at the Xyz bar - W hotel. She asked me if I was a model and invited me to model for her next fashion show. Since that night Laly has been my glitter, sparkles, and rock. We do everything together and trust each other like family. She is always happy, believes strongly in making everything you do fun, and throws one hell of a party. Our friendship continues to evolve and grow, but I can say that I'm lucky to have found a best friend for life.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/alice.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Alice Chang</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Alice and I met through mutual friends back in college. We instantly connected and she became my weekend party buddy. Every friday she'd pack her stuff up, come over to my apartment and we would start the weekend off right! Alice is trustworthy, and a great mediator - she knows how to treat her friends and has always been a special person in my life. She's my tall - asian - doctor - barbie doll. Our bond is not breakable and no matter how long it goes between seeing each other we can pick up the phone and pick right back up at anytime.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/kera.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Kera Hagan</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>I met Kera through Alice, even though I instantly thought she was gorgeous and smart - I wasn't sure our personalities meshed. It was when I finally got to know her that I realized how compatible we are as friends and how amazing of a person she is. Kera has the strongest sense of self I've ever seen in anyone. She's a wonderful friend, and would drive any distance or do anything for her friends because she is loyal. Throughout the years, Kera and I have created memories in Miami, LA, and SF, and I can't wait to have her stand next to me when I get married!</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/lena.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Lena Ameri</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Lena was the first person I met during orientation at UCLA. She is the blue eyed, black haired girl in a tie dye dress that instantly became my partner in crime, best friend, and family throughout college. We experienced what has turned out to be some of the most important years of our lives - together. Whether we were blasting and singing along to Arabic music while driving down Sunset Blvd, cheering each other up with candy and DD reese, taking dance breaks at the library (and during red lights), or conquering LA together, it was all done together and that's what made it memorable.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/leslie.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4> Leslie Gantan</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Leslie and I met at a birthday party years ago through mutual friends. She had the most bubbly, infectious personality and her positive energy quickly drew me to her. Our friendship started off with dress up fashion parties through Laly and gradually turned into a solid connection. When Leslie met Paul, the four of us quickly realized that we have a lot of common interests and the bond became even tighter. What two couples can enjoy first class dining and wining into the night after a 12 mile run, 8,610 ft above ground level with mud, ice, and electricity all in the same day? Me, my girl Leslie, and our men can and manage to laugh off the pain the next day. I'll be standing in her wedding this month and feel honored to have her be a part of my beginning next year.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/sadia.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
<div class="bridesmaidname">
<h4>Sadia Mirza</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>The day I met Sadia we had a 30 minute conversation all about eyebrows. I started spotting her around campus at UCLA frequently, and eventually we realized we needed to be friends. Sadia has been my study buddy, cuddle buddy, and fellow post finals UCLA run kitty kat (yes, we have dressed up as cats and frolicked on campus before) during some of the best years of our lives.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-md-offset-1">
<h3>Groomsmen</h3>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/noah.JPG" class="img-responsive"/>
</div>
<div class="col-md-6">
Noah Randolph
</div>
</div>
<div class="row">
<div class="col-md-12">
My brother Noah and I have a very close bond. We've traveled to Costa Rica and Ireland together, crusing through lush, tropical mountains to a volcano. I've learned a lot from Noah's worldly view acquired from years of globetrotting, as well as his compassion for others.
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/ola.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Ola Nordstrom
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Ola and I met our senior year at Georgia Tech. After moving down to Fort Lauderdale for work, I was asked to find some new people to join the team. My first thought was to call the smartest guy I knew in college, Ola. We've shared years of good times at the gym, the beach, and plenty of bars. We've spoken on stage together to a big room filled with nerds and co-wrote a book together in record time. Ola also owns the blame for introducing me my favorite cult of fitness, Crossfit.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/brandon.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Brandon Olekas
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Brandon joined Ola and me in Fort Lauderdale after finishing at Georgia Tech. Always the partier, Brandon has always had my back for anything I needed. Pool parties, dinner parties, birthday parties, beach parties, or even ghetto parties, Brandon ensures that they've all been over the top. I miss our daily 300-inspired workouts, blasting Pantera, pumping our scrawny muscles, and cracking countless Arnold jokes.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/steve.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Steve Hantman
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Steve and I earned our MBAs as a team, meeting every third weekend in a resort conference room. After putting in countless hours in classes and studying, we would cruise around Fort Lauderdale and Miami, sometimes on Steve's boat. Steve has been an outstanding friend and the source of much wisdom.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/ed.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Ed Acle
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Ed and I embarked on a multi-year whirlwind tour of destruction across South Beach, leaving no bar or lounge untouched. More recently we've matured into great friends who pass the time sipping whiskey on the porch.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/justin.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Justin Silver
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Justin and I both left high school after 10th grade to get a head start on college. We were freshman buddies and caused a lot of dorm mischief for the sake of a laugh. Several years later, Justin introduced me to San Francisco when I moved there and didn't know anyone. I admire Justin's accomplishment of a 4-hour-work-week so that he can spend as many days as possible snowboarding and traveling all over the Americas.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/vale.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Chris Vale
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Chris and I were instant best buddies when we met at the GT Alumni's weekly football viewing at a San Francisco bar, usually at 9am. We grill together. Chris has a unique enthusiasm for whatever the problem is at hand, and if I ever need someone to debug a live Saturn V rocket, he'll be the guy to call.</p>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-6">
<img src="assets/img/andrei.jpg" class="img-responsive"/>
</div>
<div class="col-md-6">
Andrei Karkar
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Andrei and I frequently hung out at the same spots in SF, and evenutally met through mutual friends. Through those same mutual friends, I was fortunate enough to meet Hedieh. I like that Andrei has much to say on a wide variety of topics like art, traveling, and investing.</p>
</div>
</div>
</div>
</div>
</div> <!-- row -->
<!-- </div> --><!-- wedding -->
</div> <!-- container -->
<!-- end wedding party -->
</div>
<!-- Begin Reception -->
<div class="border"></div>
<a name="reception" id="reception"></a>
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<div class="span4 offset4">
<div class="vizcayapic">
</div>
</div>
<div class="border"></div>
<!-- <a name="reception" id="reception"></a> -->
<hr>
<!-- <div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div> -->
<!-- <div class="border"></div> -->
<div class="span8 offset2">
<div class="vizcaya">
<div class="container">
<div class="row">
<div class="span12">
<div class="head">
<div class="bor"></div>
<h2>Reception</h2>
<div class="bor"></div>
</div>
</div>
</div>
<div class="row">
<div class="span4">
<div class="wedding">
<!-- Ceremony details -->
<h4><i class="icon-heart"></i> Ceremony and Reception</h4>
<h5>Saturday, March 15th at 6:00pm</h5>
<a href="#">Vizcaya Gardens</a><br>
3251 S Miami Ave<br>
Miami, FL 33129<br>
<a href="https://www.google.com/maps/preview#!data=!1m4!1m3!1d3135!2d-80.2114402!3d25.746634!4m13!3m12!1m0!1m1!1s3251+S+Miami+Ave%2C+Miami%2C+FL+33129!3m8!1m3!1d100940!2d-122.4376!3d37.7577!3m2!1i1024!2i768!4f13.1&fid=0">Get Directions</a>
<hr>
</div>
</div>
<div class="span4"></div>
</div>
</div>
</div>
</div>
<!-- end reception -->
<!-- begin registry -->
<a name="registry" id="registry"></a>
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<div class="border"></div>
<div class="container">
<div class="row">
<div class="span12">
<div class="head">
<div class="bor"></div>
<h2>Registry</h2>
<div class="bor"></div>
</div>
</div>
<div class="span4">
<div class="registry">
<p><a href="http://www1.bloomingdales.com/registry/wedding/guest/?registryId=6037991"><img alt="Bloomingdale's" src="http://www.logotypes101.com/logos/728/8E1BD87B4CFF02C32015F184D6E8F005/Bloomingdales.png"></a></p>
<p><a href="http://www.williams-sonoma.com/registry/wbqkh59tvb/registry-list.html"><img alt="Williams-Sonoma" src="http://rk.wsimgs.com/wsimgs/rk/images/i/201401/0020/images/common/logo-hires.png"></a><p>
<hr>
</div>
</div>
</div>
</div>
<a name="travel" id="travel"></a>
<div class="travelout">
<div class="span12">
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<div class="border"></div>
<div class="container">
<div class="row">
<div class="span12">
<div class="head">
<div class="bor"></div>
<h2>Travel</h2>
<div class="bor"></div>
</div>
</div>
<div class="span4">
<div class="travel">
<!-- Travel and Accomodation -->
<h4><i class="icon-home"></i> Airports</h4>
<p>Fly into either Fort Lauderdale (FLL) or Miami (MIA) airports.</p>
<h4><i class="icon-home"></i> Accommodations</h4>
<a href="http://www.groveisle.com">Grove Isle Hotel & Spa</a><br>
4 Grove Isle Dr<br>
Miami, FL 33133<br>
(305) 858-8300<br>
<a href="https://www.google.com/maps/preview#!q=Grove+Isle+Hotel+%26+Spa%2C+Grove+Isle+Drive%2C+Miami%2C+FL&data=!4m10!1m9!4m8!1m3!1d6271!2d-80.2170108!3d25.7409927!3m2!1i1059!2i670!4f13.1">Get Directions</a>
<p/>
<p>Mention the Randolph & Haghighi Wedding to get the special group rate:</p>
<dl class="dl-horizontal">
<dt>Luxury Bay</dt><dd>$255/night</dd>
<dt>Luxury Bayfront</dt><dd>$290/night</dd>
<dt>Grand Luxury Bay</dt><dd>$340/night</dd>
<dt>Grand Luxury Bayfront</dt><dd>$400/night</dd>
</dl>
<a href="http://www.sonesta.com/coconutgrove/">Sonesta</a><br>
2889 McFarlane Road<br>
Miami, FL 33133<br>
(305) 529-2828<br>
<a href="https://www.google.com/maps/preview/place/Sonesta+Bayfront+Hotel+Coconut+Grove/@25.727069,-80.2407977,17z/data=!3m1!4b1!4m2!3m1!1s0x88d9b7cfb157ce31:0x6c8a8f0314aace04">Get Directions</a>
<p/>
<p>Click <a href="https://gc.synxis.com/rez.aspx?Hotel=12604&Chain=5157&arrive=3/13/2014&depart=3/17/2014&adult=1&child=0&group=0314HAGHIG">this link</a> or call and mention the Randolph & Haghighi Wedding (<b>Code 0314HAGHIG</b>) to get the special group rate of <b>$209</b></p>
<p>You also have plenty of hotels nearby to choose from, check <a href="kayak.com">kayak.com</a> for deals. We recommend the Residence Inn, Conrad, Viceroy are all nearby. If you want to stay on South Beach, check out the Standard or Mondrian.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="span12"> -->
<div class="miamiouter">
<div class="miami">
<a name="miami" id="miami"></a>
<hr>
<div class="itop"><a href="#home" class="anchorLink"><i class="icon-chevron-up"></i></a></div>
<!-- <div class="border"></div> -->
<div class="container">
<div class="row">
<div class="head">
<div class="bor"></div>
<h2>Miami</h2>
<div class="bor"></div>
</div>
</div>
</div>
<div class="container">
<!-- <div class="row"> -->
<!-- <div class="span4"> -->
<!-- </div> -->
<!-- </div> -->
<div class="row">
<div class="col-md-4">
<h4>Experience</h4>
<ul class="list-unstyled">
<li><a href="">Design District</a></li>
<li><a href="http://content.time.com/time/travel/cityguide/article/0,31489,1925375_1925376_1925391,00.html">Wynwood</a></li>
<li><a href="http://www.newworldcenter.com/">New World Symphony</a></li>
<li><a href="http://miamiseaquarium.com/">Seaquarium</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Beaches</h4>
<ul class="list-unstyled">
<li><a href="https://www.google.com/maps/preview#!q=4th+st+at+ocean+dr+miami+beach%2C+fl&data=!1m4!1m3!1d3134!2d-80.1333495!3d25.7734188!4m10!1m9!4m8!1m3!1d3134!2d-80.1306793!3d25.7718062!3m2!1i1199!2i670!4f13.1">South Beach</a></li>
<li><a href="https://www.google.com/maps/preview#!q=key+biscayne&data=!1m4!1m3!1d12546!2d-80.1616125!3d25.6923757!4m10!1m9!4m8!1m3!1d3134!2d-80.1333495!3d25.7734188!3m2!1i1199!2i670!4f13.1">Key Biscayne</a></li>
<li><a href="https://www.google.com/maps/preview#!q=Sailboards+Miami&data=!1m4!1m3!1d25084!2d-80.1898937!3d25.7347533!4m29!2m16!1m14!1s0x0%3A0x37c3982fe321dd40!3m8!1m3!1d100371!2d-80.1671057!3d25.6922984!3m2!1i1199!2i670!4f13.1!4m2!3d25.745767!4d-80.1923847!5e4!6swindsurfing+near+key+biscayne!5m11!1m10!1swindsurfing+near+key+biscayne!4m8!1m3!1d12546!2d-80.1616125!3d25.6923757!3m2!1i1199!2i670!4f13.1">Windsurfing Beach</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Culture</h4>
<ul class="list-unstyled">
<li><a href="http://travel.nationalgeographic.com/travel/city-guides/miami-walking-tour-3/">Little Havana</a></li>
<li><a href="http://www.tripadvisor.com/Attraction_Review-g34439-d109886-Reviews-Lincoln_Road-Miami_Beach_Florida.html">Lincoln Road</a></li>
<li><a href="http://www.bassmuseum.org/">Bass Museum</a></li>
<li><a href="http://www.wolfsonian.org/">Wolfsonian Museum</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4>Eat</h4>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h5>South Beach</h5>
<ul class="list-unstyled">
<li><a href="http://www.montyssobe.com/">Monty's</a></li>
<li><a href="http://www.agorestaurant.com/">Ago</a></li>
<li><a href="http://casatualifestyle.com/miami/">Casa Tua</a></li>
</ul>
</div>
<div class="col-md-4">
<h5>Downtown</h5>
<ul class="list-unstyled">
<li><a href="http://www.theoceanaire.com/">Oceanaire</a></li>
<li><a href="http://www.mandarinoriental.com/miami/fine-dining/la-mar-by-gaston-acurio/">La Mar</a></li>
<li><a href="http://www.perricones.com/">Perricone's</a></li>
<li><a href="http://michysmiami.com">Michy's</a></li>
</ul>
</div>
<div class="col-md-4">
<h5>Coral Gables / Coconut Grove</h5>
<ul class="list-unstyled">
<li><a href="http://www.lapalmarestaurant.net/">La Palma Ristorante</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4>Lounge</h4>
<ul class="list-unstyled">
<li><a href="www.delano-hotel.com">Delano</a></li>
<li><a href="http://www.shoreclub.com/">Shore Club</a></li>
<li><a href="http://www.thesetaihotel.com/">Setai</a></li>
<li><a href="http://www.sagamorehotel.com/">Sagamore</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Drink</h4>
<ul class="list-unstyled">
<li><a href="http://www.sze-originale.com/">Segafredo</a></li>
<li><a href="http://standardhotels.com/spa-miami-beach">The Standard</a></li>
<li><a href="http://www.montyssobe.com">Monty's</a></li>
<li><a href="http://www.lapiaggiabeach.com/">La Piaggia</a></li>
<li><a href="http://www.theotheroom.com/">The Room</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Dance</h4>
<ul class="list-unstyled">
<li><a href="https://www.facebook.com/automaticslimsmiami">Automatic Slims</a></li>
<li><a href="http://www.setmiami.com/">SET</a></li>
<li><a href="http://www.livnightclub.com/">LIV</a></li>
<li><a href="http://www.mokaimiami.com">Mokai</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
<script src="assets/js/jquery.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>