-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (149 loc) · 5.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing|page</title>
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<div class="header-container">
<nav>
<a href="#"><img src="./images/logo.svg" alt=""></a>
<div class="butt-1">
<button type="submit">Try It Free</button>
</div>
</nav>
<header>
<div class="header-container-1">
<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 width
your users as you engage in genuine discussion.
</p>
<button type="submit">Get Started For Free</button>
</div>
<div class="header-container-2">
<img src="./images/illustration-mockups.svg" alt="">
</div>
</header>
</div>
<section>
<article class="card-1">
<div class="card-content-1">
<h2>
Grow Together
</h2>
<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="card-image-1">
<img src="./images/illustration-grow-together.svg" alt="">
</div>
</article>
<article class="card-2">
<div class="card-image-2">
<img src="./images/illustration-flowing-conversation.svg" alt="">
</div>
<div class="card-content-2">
<h2>
Flowing conversations
</h2>
<p>
You wouldn't paginate a conversation in real life, so why do
it online? Our threads have just in-time loading a more
natural flow.
</p>
</div>
</article>
<article class="card-3">
<div class="card-content-3">
<h2>
Your Users
</h2>
<p>
it takes no time at all to integrate Huddle with your app's
authetication solutions. This means, once signed in to
your app, your users can start chatting immediately.
</p>
</div>
<div class="card-image-3">
<img src="./images/illustration-your-users.svg" alt="">
</div>
</article>
<article class="card-4">
<h2>
Ready To Build Your Community?
</h2>
<div class="butt-3">
<button type="submit">
Get Started For Free
</button>
</div>
</article>
<footer>
<div class="footer-logo">
<a href="#"><img src="./images/logo.svg" alt=""></a>
</div>
<div class="footer-container">
<img src="./images/icon-location.svg" alt="">
<p>
Lorem ipsum dolor sit amet, consectetur
adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua
</p>
<div class="wrap-1">
<p>
<a href="#"> About Us</a>
</p>
<p>
<a href="#"> What We Do</a>
</p>
<p>
<a href="#"> FAQ</a>
</p>
</div>
<div class="wrap-2">
<p>
<a href="#">Career</a>
</p>
<p>
<a href="#">Blog</a>
</p>
<p>
<a href="#"> Contact Us</a>
</p>
</div>
<div class="images-link">
<a href="facebook.com"><img src="./images/icons8-facebook-48.png" alt=""></a>
<a href="instagram.com"><img src="./images/icons8-instagram-48.png" alt=""></a>
<a href="twitter.com"><img src="./images/icons8-twitter-48.png" alt=""></a>
</div>
</div>
<div class="footer-content-2">
<img src="./images/icon-phone.svg" alt="">
<p>+1-543-123-4567</p>
</div>
<div class="footer-sub-content">
<img src="./images/icon-email.svg" alt="">
<p>[email protected]</p>
</div>
<div class="footer-paragraph">
<p>® Copyright 2018 Huddle. All rights reserved</p>
</div>
</footer>
</section>
</body>
</html>