-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
191 lines (168 loc) · 8.02 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
<!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 href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<script src="https://kit.fontawesome.com/eeee9b5a6a.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<title>Frontend Mentor | Huddle landing page with curved sections</title>
</head>
<body>
<nav class="navigation-bar">
<div class="">
<img class="logo" src="images/logo.svg" alt="">
<button class="btn navigation-button" type="button" name="button">Try it free</button>
</div>
</nav>
<div class="top-container">
<h1>Build The Community Your Fans Will Love</h1>
<p class="top-container-text">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 class="btn top-container-button" type="button" name="button">Get Started For Free</button>
</div>
<img class="screen-mockups" src="images/screen-mockups.svg" alt="">
<div class="statistics-container">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-3 icon-full">
<h2><img class="icon-images" src="images/icon-communities.svg" alt="">1.4k+</h2>
<p class="icon-text">Communities Formed</p>
</div>
<div class="col-md-3"></div>
<div class="col-md-3 icon-full">
<h2><img class="icon-images" src="images/icon-messages.svg" alt="">2.7m+</h2>
<p class="icon-text">Messages Sent</p>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
<img class="bg-section-top1" src="images/bg-section-top-desktop-1.svg" alt="">
<div class="grow-together-container">
<div class="container">
<div class="row">
<div class="invisible-first">
<img class="grow-together-image" src="images/illustration-grow-together.svg" alt="">
</div>
<div class="col-md-6 grow-together-text">
<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-md-6 invisible-later">
<img class="grow-together-image" src="images/illustration-grow-together.svg" alt="">
</div>
</div>
</div>
</div>
<img class="bg-section-bottom1" src="images/bg-section-bottom-desktop-1.svg" alt="">
<div class="flowing-together-container">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="flowing-together-image" src="images/illustration-flowing-conversation.svg" alt="">
</div>
<div class="col-md-6 flowing-together-text">
<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>
<img class="bg-section-top2" src="images/bg-section-top-desktop-2.svg" alt="">
<div class="your-users-container">
<div class="container">
<div class="row">
<div class="invisible-first">
<img class="your-users-image" src="images/illustration-your-users.svg" alt="">
</div>
<div class="col-md-6 your-users-text">
<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-md-6 invisible-later">
<img class="your-users-image" src="images/illustration-your-users.svg" alt="">
</div>
</div>
</div>
</div>
<img class="bg-section-bottom2" src="images/bg-section-bottom-desktop-2.svg" alt="">
<div class="bottom-container">
<h3>Ready To Build Your Community?</h3>
<button class="btn top-container-button" type="button" name="button">Get Started For Free</button>
</div>
<img class="bg-section-footer" src="images/bg-footer-top-desktop.svg" alt="">
<div class="footer-container">
<div class="container">
<div class="row">
<div class="col-md-4 invisible-later">
<img class="bottom-logo" src="images/logo.svg" alt="">
<p class="footer-container-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris nulla quam, hendrerit lacinia
vestibulum a, ultrices quis sem.</p>
<p class="contact-text"><i class="fas fa-phone-alt"></i>Phone: +1-543-123-4567</p>
<p class="contact-text"><i class="far fa-envelope"></i>example@huddle.com</p>
</div>
<div class="col-md-2"></div>
<div class="col-md-6 invisible-later">
<h4>Newsletter</h4>
<p class="footer-container-text newsletter-text">To recieve tips on how to grow your community, sign up to
our weekly newsletter. We’ll never
send you spam or pass on your email address</p>
<form class="form-inline">
<div class="form-group">
<input type="email" class="newsletter-input" id="inputPassword2" placeholder="">
</div>
<button type="submit" class="btn cta-button">Subscribe</button>
</form>
</div>
<div class="invisible-first newsletter-container">
<h4>Newsletter</h4>
<p class="footer-container-text newsletter-text">To recieve tips on how to grow your community, sign up to
our weekly newsletter. We’ll never
send you spam or pass on your email address</p>
<form class="form-inline">
<div class="form-group">
<input type="email" class="newsletter-input" id="inputPassword2" placeholder="">
</div>
<button type="submit" class="btn cta-button">Subscribe</button>
</form>
</div>
<div class="invisible-first">
<img class="bottom-logo" src="images/logo.svg" alt="">
<p class="footer-container-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris nulla quam, hendrerit lacinia
vestibulum a, ultrices quis sem.</p>
<p class="contact-text"><i class="fas fa-phone-alt"></i>Phone: +1-543-123-4567</p>
<p class="contact-text"><i class="far fa-envelope"></i>example@huddle.com</p>
</div>
<div class="social-media">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter-square"></i>
</div>
</div>
</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="#">Serif Cetin</a>.
</p>
</footer>
</body>
</html>