-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (145 loc) · 7.74 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
<!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" />
<link rel="stylesheet" href="./css/main.css" />
<title>Huddle Landing Page</title>
<meta name="author" content="mdmahikaishar [email protected]">
<meta name="description" content="Landing page for huddle.">
</head>
<body>
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- Head ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<header class="head">
<div class="hold">
<a class="headLogo" href="/"><img src="./images/logo.svg" alt="" /></a>
<button class="headBtn">Try It Free</button>
</div>
</header>
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- Hero ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<section class="hero">
<div class="hold">
<div class="heroHead">
<h1 class="heroTitle">Build The Community Your Fans Will Love</h1>
<p class="heroDiscribtion">
Huddle re-imagines the way we build communities. You have a voice, but so does your auience. Create connections with your
users as you engage in genuiene discssion.
</p>
<button class="heroBtn">Get Started For Free</button>
</div>
<img class="heroImg" src="./images/screen-mockups.svg" alt="" />
<div class="heroCount">
<article class="heroCard">
<img class="heroCardImg" src="./images/icon-communities.svg" alt="" />
<h1 class="heroCardTitle">1.4k+</h1>
<p class="heroCardDiscribtion">Communities Formed</p>
</article>
<article class="heroCard">
<img class="heroCardImg" src="./images/icon-messages.svg" alt="" />
<h1 class="heroCardTitle">2.7m+</h1>
<p class="heroCardDiscribtion">Messages Sent</p>
</article>
</div>
</div>
</section>
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- Feature ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<section class="feature">
<div class="featureRow">
<div class="hold">
<div class="featureTxt">
<h1 class="featureTitle">Grow Together</h1>
<p class="featureDiscribtion">
Generate meaningful discussions with your audience and build a stron, loyal commmunity. Think of the insightful
conversations you miss out on with a feedback form.
</p>
</div>
<img class="featureImg" src="./images/illustration-grow-together.svg" alt="" />
</div>
<div class="featureBgTop"></div>
<div class="featureBgBottom"></div>
</div>
<div class="featureRow featureRowReverse">
<div class="hold">
<img class="featureImg" src="./images/illustration-flowing-conversation.svg" alt="" />
<div class="featureTxt">
<h1 class="featureTitle">Flowing Conversationsr</h1>
<p class="featureDiscribtion">
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="featureRow">
<div class="hold">
<div class="featureTxt">
<h1 class="featureTitle">Your Users</h1>
<p class="featureDiscribtion">
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>
<img class="featureImg" src="./images/illustration-your-users.svg" alt="" />
</div>
<div class="featureBgTop"></div>
<div class="featureBgBottom"></div>
</div>
</section>
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- Started ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<section class="started">
<div class="hold">
<h1 class="startedTitle">Ready To Build Your Community?</h1>
<button class="startedBtn">Get Started From Free</button>
</div>
</section>
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- Foot ----- ----- ----- ----- ----- -->
<!-- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -->
<footer class="foot">
<div class="footBgTop"></div>
<div class="hold">
<div class="footInfo">
<a class="footLogo" href="/"><img src="./images/logo.svg" alt="" /></a>
<p class="footDiscribtion">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris nulla quam, hendrerit lacini vestibulum a, ultrices quis sem.
</p>
<div class="footContact">
<div class="footContactItem">
<img class="footContactImg" src="./images/icon-phone.svg" alt="" />
<p class="footContactDiscribtion">Phone: +1-543-123-4567</p>
</div>
<div class="footContactItem">
<img class="footContactImg" src="./images/icon-email.svg" alt="" />
<p class="footContactDiscribtion">[email protected]</p>
</div>
</div>
<div class="footMedias">
<a class="footMedia" href="/"><img src="./images/icon-facebook.svg" alt="" /></a>
<a class="footMedia" href="/"><img src="./images/icon-instagram.svg" alt="" /></a>
<a class="footMedia" href="/"><img src="./images/icon-twitter.svg" alt="" /></a>
</div>
</div>
<div class="footLetter">
<h1 class="footTitle">NEWSLETTER</h1>
<p class="footDiscribtion">
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="footForm">
<input class="footFormInput" type="text" />
<button class="footFormBtn" type="submit">Subscibe</button>
</form>
</div>
</div>
</footer>
</body>
</html>