-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (184 loc) · 7.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<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="styles.css">
<title>Frontend Mentor | Huddle landing page with alternating feature blocks</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<!-- Banner -->
<div class="Banner Section-Padding">
<div class="row text-center">
<div class="col-md text-md-left align-self-center p-0">
<img src="images/logo.svg" alt="Logo">
</div>
<div class="col-md text-md-right">
<button class="Try-button mt-5 mt-md-0">
Try It Free
</button>
</div>
</div>
<div class="header-content">
<div class="row text-center text-lg-left">
<div class="col-lg-4 header-text-box">
<h1>Build The Community Your Fans Will Love</h1>
<p>
Huddle re-imagines the way we build communities. You have a voice, but so does your audience.
Create connections with your users as you engage in genuine discussion.
</p>
<button>
Get Started For Free
</button>
</div>
<div class="col-lg-8 p-0 text-sm-center text-md-center text-lg-right">
<img class="header-img" src="images/illustration-mockups.svg" alt="mockup">
</div>
</div>
</div>
</div>
<!-- Contents -->
<div class="Section-Padding Content-Section">
<div class="Content">
<div class="row">
<div class="col-12 col-lg-6 align-self-center text-center text-lg-left">
<h3>
Grow Together
</h3>
<p>
Generate meaningful discussions with your audience and build a strong, loyal community.
Think of the insightful conversations you miss out on with a feedback form.
</p>
</div>
<div class="col-12 col-lg-6 text-center">
<img src="images/illustration-grow-together.svg" alt="Grow Together Image">
</div>
</div>
</div>
<div class="Content">
<div class="row">
<div class="order-2 order-lg-1 col-12 col-lg-6 text-center">
<img src="images/illustration-flowing-conversation.svg" alt="Grow Together Image">
</div>
<div class="order-1 order-lg-2 col-12 col-lg-6 align-self-center text-center text-lg-left">
<h3>
Flowing Conversations
</h3>
<p>
You wouldn't paginate a conversation in real life, so why do it online? Our threads
have just-in-time loading for a more natural flow.
</p>
</div>
</div>
</div>
<div class="Content">
<div class="row">
<div class="col-12 col-lg-6 align-self-center text-center text-lg-left">
<h3>
Your Users
</h3>
<p>
It takes no time at all to integrate Huddle with your app's authentication solution.
This means, once signed in to your app, your users can start chatting immediately.
</p>
</div>
<div class="col-12 col-lg-6 text-center">
<img src="images/illustration-your-users.svg" alt="Grow Together Image">
</div>
</div>
</div>
</div>
<!-- CALL TO ACTION -->
<div id="Call-to-actions">
<div class="CTA-box">
<h2>
Ready To Build Your Community?
</h2>
<button>
Get Started For Free
</button>
</div>
</div>
<!-- Footer -->
<div class="Footer Section-Padding">
<img src="images/logo copy.svg" alt="Logo">
<div class="row mt-5">
<div class="col-12 col-sm-12 col-md-12 col-lg-3">
<table>
<tr>
<td><img src="images/icon-location.svg" alt="location"></td>
<td>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua</td>
</tr>
<tr>
<td><img src="images/icon-phone.svg" alt="phone"></td>
<td>+1-543-123-4567</td>
</tr>
<tr>
<td><img src="images/icon-email.svg" alt="email"></td>
<td>[email protected]</td>
</tr>
</table>
</div>
<div class="col-12 col-sm-6 col-md-3 footer-element">
<ul>
<li>About Us</li>
<li>What We Do</li>
<li>FAQ</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-3 footer-element">
<ul>
<li>Career</li>
<li>Blog</li>
<li>Contact Us</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-3 footer-element">
<ul>
<li>
<ion-icon class="Social-icons" name="logo-facebook"></ion-icon>
<ion-icon class="Social-icons" name="logo-twitter"></ion-icon>
<ion-icon class="Social-icons" name="logo-instagram"></ion-icon>
</li>
</ul>
</div>
</div>
<div>
<p class="Copyright">© Copyright 2018 Huddle. All rights reserved.</p>
</div>
</div>
<footer>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Jiraphat Orachaipunlap</a>.
</p>
</footer>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<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>