forked from CloudCannon/frisco-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 2.63 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
---
title: Home
description: The latest app to help you find new friends with common interests.
image: https://source.unsplash.com/j5LSbCqB1wA/2000x1322?a=.png
bottom_image: https://unsplash.it/2000/1322?a=.png
---
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">
Make a new friend today
</h1>
<p class="subtext editable">
Frisco helps you find new friends with common interests. Search for a new Tennis partner, find a baking side-kick or befriend a new drinking buddy.
</p>
<div class="cta button alt"><a href="#">Join Now</a></div>
</div>
</div>
<div class="learn-more"><a href="#learn-more">Learn more <span class="arrow">▼</span></a></div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">
Introduce yourself
</h2>
<p class="editable">
Making news friends in the adult world is hard. Frisco is the perfect filter matching you the most interesting people in your area.
</p>
</div>
<div class="image">
<img class="editable" alt="Screenshot" src="http://placehold.it/650x1300" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">
Pick your interests
</h2>
<p class="editable">
The more you tell Frisco the better it gets to know you. Frisco matches you with people who share similar interests with you.
</p>
</div>
<div class="image">
<img class="editable" alt="Screenshot" src="http://placehold.it/650x1300" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">
Swipe and go
</h2>
<p class="editable">
Frisco shows you cards with people who might be a good match for friendship. Swipe left to move to the next card or right to start talking.
</p>
</div>
<div class="image">
<img class="editable" alt="Screenshot" src="http://placehold.it/650x1300" />
</div>
</div>
</section>
<section class="hero" style="background-image: url({% include relative-src.html src=page.bottom_image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h2 class="editable">
Find your buddy today
</h2>
<p class="subtext editable">
It's free, fun and an exciting way to meet new people.
</p>
<div class="cta button alt"><a href="#">Join Now</a></div>
</div>
</div>
</section>
</div>