-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (79 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1">
<title>Document</title>
</head>
<body>
<header>
<div class="logo"><img src="images/logo.svg">
</div>
<div class="try_free">
<p class="try">Try it Free</p>
</div>
</header>
<div class="continer">
<div class="subContiner">
<h1>Buil The Community Your Fans Will Love</h1>
<p>Huddle re-imagines the way we build communities. You have a voice, but so does your. Creater connections
with your user as you engage in genuine discussion.</p>
<button class="get-start">Get Started For Free</button>
</div>
<img src="images/screen-mockups.svg" alt="">
<div class="subContiner" id="quanty">
<div class="continer-2">
<img src="images/icon-communities.svg" alt="">
<span class="quanty">1.4k+</span>
<span class="name">Communities Formed</span>
</div>
<div class="continer-2">
<img src="images/icon-messages.svg" alt="">
<span class="quanty">2.7M+</span>
<span class="name">Messages Sents</span>
</div>
</div>
<img src="images/illustration-grow-together.svg" alt="">
<div class="subContiner">
<h2>Grow Together</h2>
<p>Generate meaningful discussion with your audience and buil a strong,loyal community.Think of the
insightful conversations you miss out on whith a feedback form.</p>
</div>
<img src="images/illustration-flowing-conversation.svg" alt="">
<div class="subContiner">
<h2>Flowing conversations</h2>
<p>You wouldn't paginate a conversations in real life, so why do it online? Our threads have just-in-time
loading for a more natural flow.</p>
</div>
<img src="images/illustration-your-users.svg" alt="">
<div class="subContiner">
<h2>Your Users</h2>
<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 con start chatting immediatelay.</p>
</div>
<div class="subContiner"></div>
<div class="subContiner">
<h1>Ready To Build Your Community?</h1> <button class="get-start">Get Started For Free</button>
</div>
<div class="subContiner"></div>
</div>
<footer> <img src="images/bg-footer-top-mobile.svg" alt="">
<div class="footer">
<div class="subFooter">
<h1>NEWSLETTER</h1>
<p>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 action=""> <input type="text">
<p>Subscribe</p></form>
</div>
<div class="subFooter">
<img src="images/logo copy.svg" alt="">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam obcaecati ex repellendus eius dolores illo,</p>
<span><img src="images/icon-phone.svg" alt="">Phone: +1-543-123-4567</span>
<span><img src="images/icon-email.svg" alt="">example@company.com</span>
</div>
</div>
</footer>
</body>
</html>