-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
794 lines (782 loc) · 49.8 KB
/
index.html
File metadata and controls
794 lines (782 loc) · 49.8 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
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=BioRhyme:400,700|Ubuntu+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>GetHubby</title>
</head>
<body>
<!-- ===============
**NAVBAR**
================ -->
<nav class="navbar navbar-dark bg-dark navbar-expand-sm sticky-top">
<a href="#" class="navbar-brand">GetHubby</a>
<!-- toggler -->
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
<!-- /toggler -->
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav mr-auto">
<li class="active nav-item mr-2">
<a href="#about-section" class="nav-link">About</a>
</li>
<li class="active nav-item mr-2">
<a href="#testimonials-section" class="nav-link">Testimonials</a>
</li>
<li class="active nav-item mr-2">
<a href="#signup-section" class="nav-link">Sign-Up</a>
</li>
<li class="active nav-item mr-2 d-block d-sm-none">
<a href="#signup-secton" class="nav-link">Member Login</a>
</li>
</ul>
</div>
<div class="navButtonWrapper">
<a href="#signup-section" class="btn navButton d-none d-md-block">Member Login <i
class="fas fa-user-check"></i></a>
</div>
</nav>
<div class="container-fluid">
<!--=================
**JUMBOTRON / CTA**
=================-->
<section class="cta jumbotron text-center">
<!-- bootstrap carousel -->
<div class="carousel-wrapper">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<!-- first slide -->
<div class="carousel-item active">
<div class="overlay"></div>
<img src="images/carousel-1-lg.jpg" class="d-none d-md-block"
alt="group of people look at laptop screen">
<img src="images/carousel-1-sm.jpg" class="d-block d-md-none" alt="couple about to kiss">
<div class="carousel-caption carousel-caption-1">
<div class="type-anim">
<div class="anim-line-start">Ready to</div>
<div class="anim-word"><code>commit</code></div>
<div class="anim-line-end">?</div>
</div>
<h3 class="lead d-none d-md-block">Join a thriving community of
single-and-ready-to-mingle coders!</h3>
<div class="learnButtonOuter">
<a href="#about-section" class="learnButtonInner">
<p class="btn btn-lg learnButton">Learn
More</p>
<i class="fas fa-question"></i>
</a>
</div>
</div>
<!-- down icon -->
<a href="#about-section" class="jumbotronDownIcon">
<i class="far fa-hand-point-down"></i>
</a>
<!-- /down icon -->
</div>
<!-- /first slide -->
<!-- second slide -->
<div class="carousel-item">
<div class="overlay"></div>
<img src="images/carousel-2-lg.jpg" class="d-none d-md-block"
alt="man and woman forming heart shape with hands">
<img src="images/carousel-2-sm.jpg" class="d-block d-md-none"
alt="couple standing on top of a hill">
<div class="carousel-caption carousel-caption-2">
<div class="type-anim">
<div class="anim-line-start">Want a new relationship</div>
<div class="anim-word"><code>status</code></div>
<div class="anim-line-end">?</div>
</div>
<h3 class="lead d-none d-md-block">Our digital matchmaker has a success rate higher than
any other dating service!</h3>
<div class="userButtonOuter">
<a href="#testimonials-section" class="userButtonInner">
<p class="btn btn-lg userButton">User
Stories</p>
<i class="fas fa-user-friends"></i>
</a>
</div>
</div>
<!-- down icon -->
<a href="#about-section" class="jumbotronDownIcon">
<i class="far fa-hand-point-down"></i>
</a>
<!-- /down icon -->
</div>
<!-- /second slide -->
<!-- third slide -->
<div class="carousel-item">
<div class="overlay"></div>
<img src="images/carousel-3-lg.jpg" class="d-none d-md-block" alt="two women about to kiss">
<img src="images/carousel-3-sm.jpg" class="d-block d-md-none" alt="two women smiling">
<div class="carousel-caption carousel-caption-3">
<div class="type-anim">
<div class="anim-line-start">Looking to</div>
<div class="anim-word-short"><code>fetch</code></div>
<div class="anim-line-end">that special someone?</div>
</div>
<h3 class="lead d-none d-md-block">Sign-Up using your existing GitHub account!</h3>
<div class="joinButtonOuter">
<a href="#signup-section" class="joinButtonInner">
<p class="btn btn-lg joinButton">Join
Now</p>
<i class="fas fa-user-plus"></i>
</a>
</div>
</div>
<!-- down icon -->
<a href="#about-section" class="jumbotronDownIcon">
<i class="far fa-hand-point-down"></i>
</a>
<!-- /down icon -->
</div>
<!-- /third slide -->
</div>
<!-- carousel controls -->
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!-- /carousel controls -->
</div>
</div>
<!-- /carousel -->
</section>
<!--===================
**ABOUT**
==================-->
<section class="container-fluid about">
<div class="row" id="about-section">
<div class="about-overlay"></div>
<!-- section intro -->
<div class="col-12 about-title">
<h2 class="text-uppercase text-center">Why use <span>getHubby</span>?</h2>
<p><span class="about-intro d-none d-md-inline-block">Whether you're a code newbie or a seasoned
veteran GetHubby is
the best place to meet like-minded singles.</span></p>
</div>
<!-- /section intro -->
</div>
<div class="row about-body col-12">
<!-- bootstrap collapse (small screen) -->
<div class="accordion d-md-none" id="aboutAccordion">
<div class="card">
<div class="card-header" id="headingOne">
<button type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
<span class="mb-0 card-heading">
<span class="text-left">
Safety
</span>
<i class="fas fa-user-shield"></i>
</span>
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#aboutAccordion">
<div class="card-body">
<p class="card-text">At <span>GetHubby</span> our top priority is the safety of our
users.
All
users are
vetted to make sure they are who they claim.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<button class="collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
<span class="mb-0 card-heading">
<span class="text-left">
Privacy
</span>
<i class="fas fa-user-secret post-it-icon"></i>
</span>
</button>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#aboutAccordion">
<div class="card-body">
<p class="card-text">We have a strict no-log policy when it comes to user messages and
all
user
data is
securely encrypted on military grade servers.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<button class="collapsed" type="button" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
<span class="mb-0 card-heading">
<span class="text-left">
Repos
</span>
<i class="fab fa-github"></i>
</span>
</button>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#aboutAccordion">
<div class="card-body">
<p class="card-text">Our
GitHub
integration allows
you to pick which projects you're most proud of to be displayed on your
profile.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<button class="collapsed" type="button" data-toggle="collapse" data-target="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
<span class="mb-0 card-heading">
<span class="text-left">
Hackathon Date
</span>
<i class="fas fa-laptop-code"></i>
</span>
</button>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour"
data-parent="#aboutAccordion">
<div class="card-body">
<p class="card-text">Come to one of our
Speed-Date-Meets-Hackathon events
and you can get to know other singles while you code together!</p>
</div>
</div>
</div>
</div>
<!-- /collapse -->
<!-- flip-cards (medium and large screen) -->
<div class="flip-card flip-card-1 mx-auto" style="width: 20rem;">
<div class="flip-card-inner">
<div class="flip-card-front card-front-1">
<h3 class="card-title">Safety</h3>
<i class="fas fa-user-shield"></i>
<i class="fas fa-id-card"></i>
<i class="fas fa-eye"></i>
</div>
<div class="flip-card-back card-back-1">
<p class="card-text">At <span>GetHubby</span> our top priority is the safety of our
users.
All
users are
vetted to make sure they are who they claim.</p>
</div>
</div>
</div>
<div class="flip-card flip-card-2 mx-auto" style="width: 20rem;">
<div class="flip-card-inner">
<div class="flip-card-front card-front-2">
<h3 class="card-title">Privacy</h3>
<i class="fas fa-user-secret post-it-icon"></i>
<i class="fas fa-lock post-it-icon"></i>
<i class="fas fa-user-lock post-it-icon"></i>
</div>
<div class="flip-card-back card-back-2">
<p class="card-text">We have a strict no-log policy when it comes to user messages and
all
user
data is
securely encrypted on military grade servers.</p>
</div>
</div>
</div>
<div class="flip-card flip-card-3 mx-auto" style="width: 20rem;">
<div class="flip-card-inner">
<div class="flip-card-front card-front-3">
<h3 class="card-title">Repos</h3>
<i class="fab fa-github"></i>
<i class="fab fa-git-alt"></i>
<i class="fas fa-id-badge"></i>
</div>
<div class="flip-card-back card-back-3">
<p class="card-text">Our
GitHub
integration allows
you to pick which projects you're most proud of to be displayed on your
profile.
</p>
</div>
</div>
</div>
<div class="flip-card flip-card-4 mx-auto" style="width: 20rem;">
<div class="flip-card-inner">
<div class="flip-card-front card-front-4">
<h3 class="card-title">Hackathon Date</h3>
<i class="fas fa-laptop-code"></i>
<i class="fas fa-trophy"></i>
<i class="fas fa-utensils"></i>
</div>
<div class="flip-card-back card-back-4">
<p class="card-text">Come to one of our
Speed-Dating-Meets-Hackathon events
and you can get to know other singles while you code together!</p>
</div>
</div>
</div>
<div class="aboutDownIconWrapper">
<a href="#testimonials-section" class="aboutDownIcon">
<i class="far fa-hand-point-down"></i>
</a>
</div>
<!-- /flip-cards -->
</div>
</section>
<!--===================
**TESTIMONIALS**
===================-->
<section class="container-fluid testimonials" id="testimonials-section">
<div class="row">
<!-- section intro -->
<div class="col-12 testimonials-title">
<h2 class="text-uppercase text-center">User Stories</h2>
<p class="text-center d-none d-md-inline-block"><span class="testimonials-intro">With a match
success rate 20%
higher than any similar service we're confident we can find someone for you. Don't take it
from us though:</span></p>
</div>
<!-- section intro -->
</div>
<div class="row testimonials-body">
<!-- couple one -->
<blockquote class="blockquote couple-1 mt-2 col-md-6 col-lg-4">
<div class="media">
<div class="d-none d-md-block">
<img src="images/testimonials-couple-1.jpg" alt="couple just married"
class="couple-1 rounded-circle mr-3" height=100 width=100>
</div>
<div class="media-body couple-1-summary">
<h3><span class="couple-1-name">John and Ellen</span></h3>
<p><span class="couple-1-quote">"GetHubby allowed us to look for matches based on more than
just a couple of pics."</span></p>
<a class="btn btn-sm btn-light story-button-1 d-md-none" data-toggle="collapse"
href="#johnAndEllen" role="button" aria-expanded="false"
aria-controls="johnAndEllen">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-md-none hvr-pulse-1"></i>
<a class="btn btn-sm btn-light story-button-1 d-none d-md-inline-block" data-toggle="modal"
data-target="#johnAndEllenModal" href="#johnAndEllen" role="button"
aria-expanded="false" aria-controls="johnAndEllen">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-none d-md-inline-block hvr-pulse-1"></i>
<!-- bootstrap collapse (small screen) -->
<div class="collapse d-md-none" id="johnAndEllen">
<div class="card cardbody bg-gradient-dark">
<span class="question">What brought you to GetHubby?</span>
<p class="answer"><span class="name">John:</span> A co-worker met her husband on
GetHubby and was telling everyone about it. I figured it was worth a shot!
</p>
<p class="answer"><span class="name">Ellen:</span> I actually overheard John
talking about it in the canteen.</p>
<span class="question">You already knew each other?</span>
<p class="answer"><span class="name">Ellen:</span> Kind of. Not really. We
worked in
the same building but separate teams and I actually had been trying to catch
his
eye at lunch for like months.</p>
<p class="answer"><span class="name">John:</span> She claims.</p>
<p class="answer"><span class="name">Ellen:</span> It's true! So one day I heard
him
chatting to one of his team over lunch about using GetHubby so I joined that
night!</p>
<span class="question">So you didn't even really need to use GetHubby?</span>
<p class="answer"><span class="name">Ellen:</span> Oh we did. He's hopeless so I
don't think he ever would've noticed me.</p>
</div>
</div>
<!-- /collapse -->
<!-- bootstrap modal (med-lg screen) -->
<div class="modal fade" id="johnAndEllenModal" tabindex="-1" role="dialog"
aria-labelledby="johnAndEllenModalTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header modal-header-1">
<h5 class="modal-title" id="johnAndEllenModalTitle">John & Ellen</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span class="question">What brought you to GetHubby?</span>
<p class="answer"><span class="name">John:</span> A co-worker met her
husband on
GetHubby and was always talking about it. Figured it was worth a
shot!
</p>
<p class="answer"><span class="name">Ellen:</span> I actually overheard
John
talking about it in the canteen.</p>
<span class="question">You already knew each other?</span>
<p class="answer"><span class="name">Ellen:</span> Not really. We
worked in
the same building, separate teams. I'd actually had been trying to
catch
his
eye at lunch for months.</p>
<p class="answer"><span class="name">John:</span> She claims.</p>
<p class="answer"><span class="name">Ellen:</span> It's true! One day I
heard
him
chatting to one of his team about using GetHubby so I joined
that
night!</p>
<span class="question">So you didn't even really need to use
GetHubby?</span>
<p class="answer"><span class="name">Ellen:</span> Oh we did. He's hopeless
so I
don't think he ever would've noticed me.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- /modal -->
</div>
</div>
</blockquote>
<!-- /couple one -->
<!-- couple two -->
<blockquote class="blockquote couple-2 mt-2 col-md-6 col-lg-4">
<div class="media">
<div class="d-none d-md-block">
<img src="images/testimonials-couple-2.jpg" alt="couple kissing on beach"
class="couple-2 rounded-circle mr-3" height=100 width=100>
</div>
<div class="media-body">
<h3><span class="couple-2-name">Susan and Gordon</span></h3>
<p><span class="couple-2-quote">"The match suggestions were so great. They helped us to find
each other and great friends!"</span>
</p>
<a class="btn btn-sm btn-light story-button-2 d-md-none" data-toggle="collapse"
href="#susanAndGordon" role="button" aria-expanded="false"
aria-controls="susanAndGordon">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-md-none hvr-pulse-2"></i>
<a class="btn btn-sm btn-light story-button-2 d-none d-md-inline-block" data-toggle="modal"
data-target="#susanAndGordonModal" href="#susanAndGordon" role="button"
aria-expanded="false" aria-controls="susanAndGordon">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-none d-md-inline-block hvr-pulse-2"></i>
<!-- bootstrap collapse (small screen) -->
<div class="collapse d-md-none" id="susanAndGordon">
<div class="card cardbody">
<span class="question">What did you do for your first date?</span>
<p class="answer"><span class="name">Susan:</span> We went to a cheese festival.
We'd spoken about how we're both cheese fanatics so it was a natural choice!
</p>
<span class="question">Why GetHubby?</span>
<p class="answer"><span class="name">Gordon:</span> For me, I'd tried a
bunch of
other apps and just never felt comfortable. It was all a bit too...I
dunno,
superficial?</p>
<p class="answer"><span class="name">Susan:</span> Same for me pretty much.
I'd
gone
on a few dates using other apps but it was too much like just rolling a
dice
and
hoping you had something to talk about.</p>
<span class="question">Are you both developers?</span>
<p class="answer"><span class="name">Susan:</span> I am!</p>
<p class="answer"><span class="name">Gordon:</span> I was but I was always
more
into
the design side of things and an opportunity came up for me to move to
the
marketing design team.</p>
<p class="answer"><span class="name">Susan:</span> Traitor!</p>
<p class="answer"><span class="name">Gordon:</span> I know.</p>
</div>
</div>
<!-- /collapse -->
<!-- bootstrap modal (med-lg screen) -->
<div class="modal fade" id="susanAndGordonModal" tabindex="-1" role="dialog"
aria-labelledby="susanAndGordonModalTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header modal-header-2">
<h5 class="modal-title" id="susanAndGordonModalTitle">Susan & Gordon
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span class="question">What did you do for your first date?</span>
<p class="answer"><span class="name">Susan:</span> We went to a concert. It
was
my
idea. We'd talked about how we both love <em>Toad the Wet Sprocket</em>
so
when
I heard they were playing I took it as a sign and made the first move.
</p>
<span class="question">Why GetHubby?</span>
<p class="answer"><span class="name">Gordon:</span> For me, I'd tried a
bunch of
other apps and just never felt comfortable. It was all a bit too...I
dunno,
superficial?</p>
<p class="answer"><span class="name">Susan:</span> Same for me pretty much.
I'd
gone
on a few dates using other apps but it was too much like just rolling a
dice
and
hoping you had something to talk about.</p>
<span class="question">Are you both developers?</span>
<p class="answer"><span class="name">Susan:</span> I am!</p>
<p class="answer"><span class="name">Gordon:</span> I was but I was always
more
into
the design side of things and an opportunity came up for me to move to
the
marketing design team.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- /modal -->
</div>
</div>
</blockquote>
<!-- /couple two -->
<!-- couple three -->
<blockquote class="blockquote couple-3 mt-2 d-md-none d-lg-block col-lg-4">
<div class="media">
<div class="d-none d-md-block">
<img src="images/testimonials-couple-3.jpg" alt="couple sitting under tree"
class="couple-3 rounded-circle mr-3" height=100 width=100>
</div>
<div class="media-body">
<h3><span class="couple-3-name">Doug and Monte</span></h3>
<p><span class="couple-3-quote">"We'd be lost without each other. GetHubby really knocked it
out of the park for us."</span>
</p>
<a class="btn btn-sm btn-light story-button-3 d-md-none" data-toggle="collapse"
href="#dougAndMonte" role="button" aria-expanded="false"
aria-controls="dougAndMonte">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-md-none hvr-pulse-3"></i>
<a class="btn btn-sm btn-light story-button-3 d-none d-md-inline-block" data-toggle="modal"
data-target="#dougAndMonteModal" href="#dougAndMonte" role="button"
aria-expanded="false" aria-controls="dougAndMonte">Read full
Q&A</a>
<i class="fas fa-chevron-circle-left d-none d-md-inline-block hvr-pulse-3"></i>
<!-- bootstrap collapse (small screen) -->
<div class="collapse d-md-none" id="dougAndMonte">
<div class="card cardbody">
<span class="question">What did you do for your first date?</span>
<p class="answer"><span class="name">Doug:</span> We went to one of the GetHubby
Hackathons. It was a blast and we hit it off straight away.</p>
<span class="question">How did you fare in the hackathon?</span>
<p class="answer"><span class="name">Monte:</span> We got first place! We were
both
very happy about that. I dunno if there would've been a second date if we
hadn't
won.</p>
<p class="answer"><span class="name">Doug:</span> Hey!</p>
<p class="answer"><span class="name">Monte:</span> Kidding!</p>
<span class="question">Why GitHubby?</span>
<p class="answer"><span class="name">Doug:</span> We'd actually met previously at a
coding meetup.</p>
<p class="answer"><span class="name">Doug:</span> We live in the same neighbourhood.
</p>
<p class="answer"><span class="name">Monte:</span> Each of us was quite taken with
the other but were both too shy! Classic dev move.</p>
<p class="answer"><span class="name">Doug:</span> Definitely. I'd been using
GetHubby for a couple of weeks when Monte suddenly appeared in my matches and I
messaged him right away.</p>
</div>
</div>
<!-- /collapse -->
<!-- bootstrap modal (med-lg screen) -->
<div class="modal fade" id="dougAndMonteModal" tabindex="-1" role="dialog"
aria-labelledby="dougAndMonteModalTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header modal-header-3">
<h5 class="modal-title" id="dougAndMonteModalTitle">Doug & Monte
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span class="question">What did you do for your first date?</span>
<p class="answer"><span class="name">Doug:</span> We went to one of the
GetHubby
Hackathons. It was a blast and we hit it off straight away.</p>
<span class="question">Who started talking first?</span>
<p class="answer"><span class="name">Both in unison:</span> Me.</p>
<p class="answer"><span class="name">Doug:</span> It was me!</p>
<p class="answer"><span class="name">Monte:</span> I don't think so.</p>
<p class="answer"><span class="name">Doug:</span> It definitely was.</p>
<span class="question">How did you fare in the hackathon?</span>
<p class="answer"><span class="name">Monte:</span> We got first place! We
were
both
very happy about that. I dunno if there would've been a second date if
we
hadn't
won.</p>
<p class="answer"><span class="name">Doug:</span> Hey!</p>
<p class="answer"><span class="name">Monte:</span> Kidding!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- /modal -->
</div>
</div>
</blockquote>
<!-- /couple three -->
<!-- down icon -->
<div class="testimonialsDownIconWrapper">
<a href="#contribute-section" class="testimonialsDownIcon">
<i class="far fa-hand-point-down"></i>
</a>
</div>
<!-- /down icon -->
</div>
</section>
<!--==============
**SIGNUP**
==============-->
<section class="container-fluid signup">
<div class="row">
<!-- contribute section -->
<div class="contribute col-md-6 col-lg-6 mx-auto" id="contribute-section">
<h2 class="text-uppercase text-center">Contribute</h2>
<h3>Open Source</h3>
<p>GetHubby is completely open source.</p>
<img src="images/GitHeart.png" class="gitHeart d-block" alt="github logo with heart shape">
<div class="forkButtonWrapper">
<a href="https://github.com/nealbrophy/GetHubby" target="_blank" class="btn forkButton">Fork on
GitHub</a>
<i class="fab fa-git-alt"></i>
</div>
</div>
<!-- /contribute section -->
<!-- signup section -->
<div class="col-md-6 col-lg-4 mx-auto" id="signup-section">
<h2 class="text-uppercase text-center">Sign-Up/Sign-In
</h2>
<!-- code window OUTER -->
<div class="windowOuter">
<i class="fas fa-times-circle"></i>
<div class="windowInner" id="codeWindow">
<div class="row">
<div class="windowNumbersLeft col-1 ">
<div class="windowNumbers1">125</div>
<div class="windowNumbers1">126</div>
<div class="windowNumbers1">127</div>
<div class="windowNumbers1">128</div>
<div class="windowNumbers1">129</div>
<div class="windowNumbers1">130</div>
<div class="windowNumbers1">131</div>
<div class="windowNumbers1">132</div>
<div class="windowNumbers1">133</div>
<div class="windowNumbers1">134</div>
<div class="windowNumbers1">135</div>
<div class="windowNumbers1">136</div>
<div class="windowNumbers1">137</div>
<div class="windowNumbers1">138</div>
<div class="windowNumbers1">139</div>
<div class="windowNumbers1">140</div>
<div class="windowNumbers1">141</div>
<div class="windowNumbers1">142</div>
<div class="windowNumbers1">143</div>
<div class="windowNumbers1">144</div>
<div class="windowNumbers1">145</div>
<div class="windowNumbers1">146</div>
</div>
<!-- code window INNER -->
<div class="windowContentRight col-11">
<form>
<div class="form-group">
<label for="exampleInputEmail1"><span id="formEmail"
class="emailHelp form-text"><!--
Email Address --></span>
</label>
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="formEmail" placeholder="your email" required>
<div class="form-group">
<label for="exampleInputPassword1"><span
class="emailHelp form-text"><!--
Password --></span>
</label>
<input type="password" class="form-control" id="exampleInputPassword1"
placeholder="your password">
</div>
<div class="signButtonWrapper">
<button class="btn signButton" type="submit">GitHub
OAuth</button>
<i class="fas fa-sign-in-alt" id="sign-up-button"></i>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- /signup section -->
</div>
<div class="social-links text-center">
<a href="https://twitter.com/Linuckz" target="_blank" class="social-twitter"><i
class="fab fa-twitter-square"></i></a>
<a href="https://www.facebook.com/" target="_blank" class="social-facebook"><i
class="fab fa-facebook-square"></i></a>
<a href="https://ie.linkedin.com/in/nealbrophy" target="_blank" class="social-linkedin"><i
class="fab fa-linkedin"></i></a>
</div>
</section>
</div>
<!-- scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>