-
Notifications
You must be signed in to change notification settings - Fork 0
/
dd.html
749 lines (732 loc) · 43.3 KB
/
dd.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
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
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang="en">
<![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" lang="en">
<![endif]-->
<!--[if gt IE 8]>
<!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--Site charset-->
<meta charset="utf-8">
<!--Site title-->
<title>Family with kids</title>
<!--Meta-->
<meta name="description" content="Premium landing page for families">
<meta name="author" content="Kidoo">
<!--Set the viewport width to device width for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Foundation Framework-->
<link rel="stylesheet" href="assets/styles/foundation.min.css">
<!--Plugins-->
<link rel="stylesheet" href="assets/styles/font-awesome.min.css">
<link rel="stylesheet" href="assets/styles/prettyPhoto.css">
<!--Main Stylesheet (change this to modify template)-->
<link rel="stylesheet" href="assets/styles/app.css">
<link rel="stylesheet" href="assets/styles/updates.css">
<link rel="stylesheet" href="assets/styles/custom.css">
<!--Google Fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Yesteryear' rel='stylesheet'
type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" href="assets/styles/font-awesome-ie7.min.css">
<script src="assets/scripts/ie6/warning.js"></script>
<script>
window.onload = function() {
e("assets/scripts/ie6/")
}
</script>
<![endif]-->
<!--Favicons-->
<link rel="shortcut icon" href="assets/images/icons/favicon.gif">
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/apple-touch-icon-144x144.png">
<!-- jQuery & Foundation Framework -->
<script type="text/javascript" src="assets/scripts/modernizr.foundation.js"></script>
</head>
<body>
<!-- Page================================================- ->
<!--Attributes-->
<!--class=p age wide-style / boxed-style-->
<div class="inner page wide-style">
<!-- HEADER SECTION================================================- ->
<header>
<div class="header-bg">
<div id="header">
<div class="row">
<!-- Main Navigation -->
<div class="five columns push-four">
<div class="space-b-20 hide-for-small"> </div>
<nav class="top-bar">
<section>
<!-- Nav Section -->
</section>
<!-- End Nav Section -->
</nav>
</div>
<!-- end Main Navigation -->
<!-- Logo -->
<div class="four columns pull-five">
<h1 id="logo">A premium landing page made for families
<a href="index.html"><img src="assets/images/logo.png" width="294" height="108" alt="Landing Page HTML Template"></a>
</h1>
</div>
<!--end logo-->
<!-- Login/Register/Forgot username/password Modal forms - Hidded by default
to be opened through modal - For faster loading we put all forms at the
bottom of page -->
<!--Login buttons-->
<div class="three columns login-buttons">
<div class="space-b-20 hide-for-small"> </div>
<ul class="button-group radius right">
<li>
<a href="#" data-reveal-id="login_panel" class="small secondary button radius"><i class="icon-user hide-for-medium-down"></i> LOG IN</a>
</li>
<li>
<a href="#" data-reveal-id="register_panel" class="small button radius"><i class="icon-group hide-for-medium-down"></i> SIGN UP</a>
</li>
</ul>
</div>
<!--end login buttons-->
</div>
<!--end row-->
</div>
<!--end #header-->
</div>
<!--end header-bg-->
</header>
<!--END HEADER SECTION-->
<!-- BREADCRUMBS SECTION================================================-
->
<section>
<div id="breadcrumbs-wrapp">
<div class="row">
<div class="nine columns">
<ul class="breadcrumbs hide-for-small">
<li><a href="index.html">Home</a></li>
<li class="current"><a href="profile.html">Andrew family profile</a></li>
</ul>
</div>
<div class="three columns">
<!--<ul class="inline-list right">
<li>Next profile </li>
<li><a href="#" title="Previous profile"><i class="icon-chevron-left"></i></a></li>
<li><a href="#" title="Next profile"><i class="icon-chevron-right"></i></a></li>
</ul>-->
</div>
</div>
<!--end row-->
</div>
<!--end breadcrumbs-wrapp-->
</section>
<!--END BREADCRUMBS SECTION-->
<!-- PROFILE SECTION================================================-
->
<section>
<div id="profile">
<div class="row">
<div class="twelve columns">
<h2 class="sweetfont left">Andrew Family</h2>
<hr>
<h6 class="subheader">Couple| 2 kids | Bremen, Germany</h6>
<div class="row">
<div class="five columns">
<!--Profile Slider-->
<div class="profile-slider-wrapp">
<div class="circular-item" title="Compatibility match">
<small class="icon strong">match</small>
<input type="text" value="74" class="greenCircle">
</div>
<div id="profile-slider">
<div class="big-profile-image" data-thumb="assets/images/gallery-carousel/big_image_profile_00.jpg">
<img src="assets/images/gallery-carousel/big_image_profile_00.jpg" alt="">
</div>
<div class="big-profile-image" data-thumb="assets/images/gallery-carousel/big_image_profile_08.jpg">
<img src="assets/images/gallery-carousel/big_image_profile_08.jpg" alt="">
</div>
</div>
<!--end profile-slider-->
</div>
<!--end profile-slider-wrapp-->
</div>
<!--end five-->
<div class="seven columns">
<!--Profile Custom Pill Tabs-->
<dl class="tabs pill custom">
<dd class="active">
<a href="#looking-for">Family info</a>
<!--<span class="notch"></span>-->
</dd>
<dd class="sliderEvent">
<a href="#my-photos">My photos</a>
</dd>
<dd class="">
<a href="#third">Children</a>
</dd>
<dd class="">
<a href="#fourth">Contact us</a>
</dd>
</dl>
<div class="clearfix"></div>
<ul class="tabs-content custom">
<!--First Tab Content-->
<li class="active" id="looking-forTab">
<p>We are a family with 2 kids interested in traveling and hanging out with
other families.</p>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">The one think we are most passionate about:</div>
<cite>adventure :)</cite>
</div>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">The most think we are looking for in a person is:</div>
<cite>good energy and a positive outlook on life</cite>
</div>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">Mother:</div>
<cite>Lisa Andrew, 38 years old, passionate about nature.</cite>
</div>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">Father:</div>
<cite>Tom Andrew, 39 years old, working as a programmer and collecting coins.</cite>
</div>
<h4>Interests</h4>
<ul>
<li>Cooking</li>
<li>Cars</li>
</ul>
<p>We are willing to spend around 1500 euros on a trip to Greece.</p>
</li>
<!--end First Tab Content-->
<!--Second Tab Content-->
<li class="mySlider" id="my-photosTab">
<div id="gallery-carousel">
<span class="circle">
<a href="assets/images/gallery-carousel/big_image_profile_00.jpg" class="imagelink"
data-rel="prettyPhoto[gallery2]">
<span class="overlay"></span>
<span class="read"><i class="icon-heart"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_00.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="assets/images/gallery-carousel/big_image_profile_08.jpg" class="imagelink"
data-rel="prettyPhoto[gallery2]">
<span class="overlay"></span>
<span class="read"><i class="icon-heart"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_08.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_07.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_04.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_06.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_01.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_02.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_03.jpg" alt="">
</a>
</span>
<span class="circle">
<a href="#" class="imagelink" data-reveal-id="login_panel">
<span class="overlay"></span>
<span class="read"><i class="icon-lock"></i></span>
<img src="assets/images/gallery-carousel/gallery_profile_05.jpg" alt="">
</a>
</span>
</div>
<!--end #gallery-carousel-->
<div class="four columns centered btn-carousel hide-for-small">
<small>
<a href="#" id="stanga-prev">PREVIOUS</a> |
<a href="#" id="dreapta-next">NEXT</a>
</small>
</div>
</li>
<!--End Second Tab Content-->
<!--Third Tab Content-->
<li id="thirdTab">
<p>We have 2 children</p>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">Margaret</div>
<cite>Our 3 year old daugther</cite>
</div>
<div class="callout-speech-wrapp six columns">
<div class="callout-speech">Dan</div>
<cite>Our young explorer ;)</cite>
</div>
</li>
<!--end Third Tab Content-->
<!--Fourth Tab Content-->
<li id="fourthTab">
<form action="contact.php" method="post">Your name
<input type="text" name="name">Your e-mail
<input type="text" name="email">Message
<textarea name="message"></textarea>
<input type="submit" value="Send" class="button radius" />
</form>
</li>
<!--end Fourth Tab Content-->
</ul>
<!--end tabs-content-->
</div>
<!--end seven-->
</div>
<!--end row-->
</div>
<!--end twelve-->
</div>
<!--end row-->
</div>
<!--end profile-->
</section>
<!--END PROFILE SECTION-->
<!-- MAIN SECTION================================================- ->
<section>
<div id="main">
<div class="row">
<div class="eleven columns">
<!--Info Tabs-->
<dl class="tabs info two-up">
<dd class="active">
<a href="#simple1">Reviews</a>
</dd>
<dd class="five">
<a href="#simple3">Suggested activities</a>
</dd>
</dl>
<!--Content Info Tabs-->
<ul class="tabs-content">
<!--Second Info Tab Content-->
<li id="simple1Tab" class="active">
<div class="messages">
<h4>You have 5 messages:</h4>
<!--Messages Lists-->
<ol class="messages-list">
<li class="message">
<div class="avatar">
<img src="assets/images/profile-carousel/thumb_01.jpg" width="50" height="50"
alt="Avatar">
</div>
<div class="message-meta">
<h5 class="author">
<a href="#">Davaki L. says:</a>-
<a href="#" class="message-reply-link show-form"><i class="icon-reply"></i> Message to</a>-
<a href="#" class="message-reply-link"><i class="icon-star-empty"></i> Favorite</a>
</h5>
<p class="date">January 06, 2013</p>
</div>
<div class="message-body clearfix">
<p>Morbi velit eros, sagittis in facilisis non, rhoncus et erat. Nam posuere
tristique sem, eu ultricies tortor imperdiet vitae. Curabitur lacinia neque
non metus.</p>
</div>
<!--Reply message form-->
<form action="#" method="post" class="leave-message clearfix">
<fieldset>
<legend>Write me a message :)</legend>
<div class="row">
<div class="six columns">
<label>Name
<span>(required)</span>
</label>
<input type="text" name="msg-name" id="msg-name" required>
</div>
<div class="six columns">
<label>E-mail
<span>(required)</span>
</label>
<input type="email" name="msg-email" id="msg-email" required>
</div>
</div>
<div class="row">
<div class="twelve columns">
<label>Message
<span>(required)</span>
</label>
<textarea required></textarea>
</div>
</div>
<button type="submit" class="radius button right">Send message</button>
</fieldset>
</form>
<!--end Reply message form-->
</li>
<li class="message">
<div class="avatar">
<img src="assets/images/profile-carousel/thumb_12.jpg" width="50" height="50"
alt="Avatar">
</div>
<div class="message-meta">
<h5 class="author">
<a href="#">Davaki L. says:</a>-
<a href="#" class="message-reply-link"><i class="icon-reply"></i> Message to</a>-
<a href="#" class="message-reply-link"><i class="icon-star-empty"></i> Favorite</a>
</h5>
<p class="date">January 06, 2013</p>
</div>
<div class="message-body">
<p>Morbi velit eros, sagittis in facilisis non, rhoncus et erat. Nam posuere
tristique sem, eu ultricies tortor imperdiet vitae. Curabitur lacinia neque
non metus.</p>
</div>
<!--Reply message form-->
<form action="#" method="post" class="leave-message clearfix">
<fieldset>
<legend>Write me a message :)</legend>
<div class="row">
<div class="six columns">
<label>Name
<span>(required)</span>
</label>
<input type="text" name="msg-name" id="msg-name" required>
</div>
<div class="six columns">
<label>E-mail
<span>(required)</span>
</label>
<input type="email" name="msg-email" id="msg-email" required>
</div>
</div>
<div class="row">
<div class="twelve columns">
<label>Message
<span>(required)</span>
</label>
<textarea required></textarea>
</div>
</div>
<button type="submit" class="radius button right">Send message</button>
</fieldset>
</form>
<!--end Reply message form-->
</li>
<!--Message Reply-->
<ul class="children">
<li class="message">
<div class="avatar">
<img src="assets/images/profile-carousel/thumb_13.jpg" width="50" height="50"
alt="Avatar">
</div>
<div class="message-meta">
<h5 class="author">
<a href="#">John Doe</a>-
<a href="#" class="message-reply-link"><i class="icon-reply"></i> Message to</a>
</h5>
<p class="date">January 06, 2013</p>
</div>
<div class="message-body">
<p>Morbi velit eros, sagittis in facilisis non, rhoncus et erat. Nam posuere
tristique sem, eu ultricies tortor imperdiet vitae. Curabitur lacinia neque
non metus.</p>
</div>
</li>
</ul>
<!--end Message Reply-->
</li>
</ol>
<!--end messages-list-->
</div>
<!--end messages-->
</li>
<!--end simple2Tab-->
<!--Third Info Tab Content-->
<li id="simple3Tab">
<ul class="no-bullet">
<li class="four columns">
<div class="circle">
<a href="assets/images/ad1.jpg" class="imagelink" data-rel="prettyPhoto[gallery1]"
rel="prettyPhoto[gallery1]">
<span class="overlay"></span>
<img src="assets/images/ad1.jpg" alt="">
</a>
</div>
<h4>Tripadvisor</h4>
<p>You can register and create your profile for FREE! Lorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
</li>
<li class="four columns">
<div class="circle">
<a href="assets/images/ad2.jpg" class="imagelink" data-rel="prettyPhoto[gallery1]"
rel="prettyPhoto[gallery1]">
<span class="overlay"></span>
<img src="assets/images/ad2.jpg" alt="">
</a>
</div>
<h4>Marine ad</h4>
<p>Invite friends to help you find your perfect match. Sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.</p>
</li>
<li class="four columns">
<div class="circle">
<a href="assets/images/ad3.gif" class="imagelink" data-rel="prettyPhoto[gallery1]"
rel="prettyPhoto[gallery1]">
<span class="overlay"></span>
<img src="assets/images/ad3.gif" alt="">
</a>
</div>
<h4>Disney trip</h4>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat.</p>
</li>
</ul>
</li>
</ul>
<!--end Content Info Tabs-->
</div>
<!--end seven-->
<!-- SIDEBAR SECTION================================================-
->
<aside class="four columns offset-by-one hide-for-small">
<!--Widgets Container-->
<div class="widgets-container"></div>
<!--end Widgets Container-->
</aside>
<!--end four columns-->
<!--END SIDEBAR SECTION-->
</div>
<!--end row-->
</div>
<!--end main-->
</section>
<!--END MAIN SECTION-->
<!-- FOOTER SECTION================================================- ->
<footer>
<div id="footer">
<div class="row">
<div class="twelve columns">
<hr>
<p>Copyright © 2013 Kidoo. All Rights Reserved.</p>
</div>
</div>
</div><!--end footer--></footer>
<!--END FOOTER SECTION-->
<!-- POP-UP MODAL FORMS================================================-
->
<!--Login panel-->
<div id="login_panel" class="reveal-modal">
<div class="row">
<div class="twelve columns">
<h5 class="pink-text">
<i class="icon-user icon-large"></i>SIGN IN YOUR ACCOUNT
<span class="subheader right small-link">
<a href="#" data-reveal-id="register_panel" class="radius secondary small button">CREATE NEW ACCOUNT</a>
</span>
</h5>
</div>
<form id="login_form" name="login_form" method="post" class="clearfix">
<div class="six columns">
<input type="text" id="username" name="username" class="inputbox" placeholder="Username"
required>
</div>
<div class="six columns">
<input type="password" id="password" name="password" class="inputbox"
placeholder="Password" required>
</div>
<p class="twelve columns">
<small>
<i class="icon-lock"></i>Your
<a href="#">privacy</a>is important to us and we will never rent or sell your information.</small>
</p>
<div class="twelve columns">
<button type="submit" id="login" name="submit" class="radius secondary button">
<i class="icon-unlock"></i> LOG IN</button>
<a href="#" class="radius button facebook"><i class="icon-facebook-sign"></i> LOG IN WITH Facebook</a>
</div>
</form>
<div class="twelve columns">
<hr>
<ul class="inline-list">
<li>
<small>
<a href="#" data-reveal-id="forgot_panel">FORGOT YOUR USERNAME?</a>
</small>
</li>
<li>
<small>
<a href="#" data-reveal-id="forgot_panel">FORGOT YOUR PASSWORD?</a>
</small>
</li>
</ul>
</div>
</div>
<!--end row-->
<a href="#" class="close-reveal-modal">×</a>
</div>
<!--end login panel-->
<!-- Register panel -->
<div id="register_panel" class="reveal-modal">
<div class="row">
<div class="twelve columns">
<h5 class="pink-text">
<i class="icon-magic icon-large"></i>CREATE ACCOUNT
<span class="subheader right small-link">
<a href="#" data-reveal-id="login_panel" class="radius secondary small button">ALREADY HAVE AN ACCOUNT?</a>
</span>
</h5>
</div>
<form id="register_form" name="register_form" method="post">
<div class="six columns">
<input type="text" id="reg-username" name="username" class="inputbox"
placeholder="Username">
</div>
<div class="six columns">
<input type="text" id="fullname" name="fullname" class="inputbox" placeholder="Your full name">
</div>
<div class="twelve columns">
<input type="text" id="reg-email" name="email" class="inputbox" placeholder="Your email">
</div>
<div class="six columns">
<input type="password" id="reg-password" name="password" class="inputbox"
placeholder="Desired password">
</div>
<div class="six columns">
<input type="password" id="confirm_password" name="confirm_password" class="inputbox"
placeholder="Confirm password">
</div>
<div class="twelve columns">
<p>
<small>Check our
<a href="#"><strong>terms and conditions</strong></a>before sign up. If you familiar with our terms, go ahead click CREATE
MY ACCOUNT button.</small>
</p>
<button type="submit" id="signup" name="submit" class="radius alert button">
<i class="icon-heart"></i> CREATE MY ACCOUNT</button>
</div>
</form>
</div>
<!--end row-->
<a href="#" class="close-reveal-modal">×</a>
</div>
<!-- end register panel -->
<!-- Forgot panel -->
<div id="forgot_panel" class="reveal-modal">
<div class="row">
<div class="twelve columns">
<h5 class="pink-text">
<i class="icon-lightbulb icon-large"></i>FORGOT YOUR DETAILS?</h5>
</div>
<form id="forgot_form" name="forgot_form" method="post" class="clearfix">
<div class="twelve columns">
<input type="text" id="forgot-email" name="email" class="inputbox" placeholder="Email Address">
<button type="submit" id="recover" name="submit" class="radius secondary button">SEND MY DETAILS!
<i class="icon-envelope"></i>
</button>
</div>
</form>
<div class="twelve columns">
<hr>
<small>
<a href="#" data-reveal-id="login_panel" class="radius secondary label">AAH, WAIT, I REMEMBER NOW!</a>
</small>
</div>
</div>
<!--end row-->
<a href="#" class="close-reveal-modal">×</a>
</div>
<!-- end register panel -->
<!-- end login register stuff -->
<p id="btnGoUp">Go up</p>
</div>
<!--end page-->
<!--END POP-UP MODAL FORMS-->
<!-- JAVASCRIPTS================================================- ->
<!-- jQuery & Foundation Framework -->
<script type="text/javascript" src="assets/scripts/jquery.js"></script>
<script type="text/javascript" src="assets/scripts/foundation.min.js"></script>
<!-- 3rd Plugins -->
<!-- include carouFredSel plugin -->
<script type="text/javascript" src="assets/scripts/plugins/carouFredSel/jquery.carouFredSel-6.2.0-packed.js"></script>
<!-- optionally include helper for carouFredSel plugins -->
<script type="text/javascript" src="assets/scripts/plugins/carouFredSel/helper-plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/carouFredSel/helper-plugins/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/carouFredSel/helper-plugins/jquery.transit.min.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/carouFredSel/helper-plugins/jquery.ba-throttle-debounce.min.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/knob/jquery.knob.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/tweet/jquery.tweet.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/fittext/jquery.fittext.js"></script>
<script type="text/javascript" src="assets/scripts/plugins/quovolver/jquery.quovolver.js"></script>
<!--Quote rotator-->
<script type="text/javascript" src="assets/scripts/plugins/backgroundSize/jquery.backgroundSize.js"></script>
<!--BackgroundSize for IE8-->
<script type="text/javascript" src="assets/scripts/plugins/prettyPhoto/jquery.prettyPhoto.js"></script>
<!-- Custom JS effects, tweaks and inits -->
<script type="text/javascript" src="assets/scripts/app.js"></script>
<script type="text/javascript">
<!-- Load slider gallery into tabs -->
function loadSlider(sliderId) {
// Gallery carousel
$("#" + sliderId).carouFredSel({
width: "100%",
auto: false,
scroll: 1,
swipe: {
onMouse: true,
onTouch: true
},
prev: {
button: "#stanga-prev",
key: "left"
},
next: {
button: "#dreapta-next",
key: "right"
}
});
}
$(window).ready(function() {
// put here your slider ID
var sliderID = "gallery-carousel";
//load the slider on page load
loadSlider(sliderID);
//when someone calls the tab with the slider update the slider sizes
$(".sliderEvent").live("click", function() {
$(".mySlider").show();
loadSlider(sliderID);
});
});
</script>
</body>
</html>