-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (90 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="box-1">
<div class="nav">
<div class="img">
<img src="./images/logo.svg" alt="">
</div>
<button>Try it for free</button>
</div>
<div class="inner-box-1">
<div class="text">
<h1>Build the community <br> your fans will love</h1>
<p>Huddle re-imagines the way we build communities. You have <br> a voice. but so does your audience. Create connections with <br> your users as you engage in geniune discussions</p>
<button>Get started for free</button>
</div>
<img src="./images/illustration-mockups.svg" alt="" width="500px">
</div>
</div>
<div class="gen-box">
<div class="box-3">
<div class="text-2">
<h2>Grow together</h2>
<p>Generate meaningful discussions with your audience and <br> build a strong,loyal community .Think of the insightful <br> conversations you miss out with a feedback form . </p>
</div>
<img src="./images/illustration-grow-together.svg" alt="" width="250" style="text-align: center;">
</div>
<div class="box-4">
<img src="./images/illustration-flowing-conversation.svg" alt="" width="250">
<div class="text-3">
<h2>Flowing Conversation </h2>
<p>You wouldn't pagiante a coversation in real life so why do <br> it online? our threads have just-in-time loading for a more <br> natural flow.</p>
</div>
</div>
<div class="box-5">
<div class="text-2">
<h2>Your Users</h2>
<p>It takes no time at all to integrate huddle with your app's <br> authentication solution. This means, once signed in to <br> your app, your users can start chatting immediately.</p>
</div>
<img src="./images/illustration-your-users.svg" alt="" width="250">
</div>
</div>
<div class="box-6">
<h1>Ready to Build your community?</h1>
<button>Get started for free</button>
</div>
<div class="foot">
<div class="hud">
<div class="loc">
<div class="img">
<img src="./images/icon-location.svg" alt="">
</div>
<p>Lorem ipsum dolor sit amet </p>
</div>
<div class="loc">
<div class="img">
<img src="./images/icon-phone.svg" alt="">
</div>
<p>+1-543-123-4567</p>
</div>
<div class="loc">
<div class="img">
<img src="./images/icon-email.svg" alt="">
</div>
<p>example@huddle.com</p>
</div>
</div>
<div class="about">
<ul>
<li>About us</li>
<li>What We Do</li>
<li>FAQ</li>
</ul>
</div>
<div class="career">
<ul>
<li>Career</li>
<li>Blog</li>
<li>Contact Us</li>
</ul>
</div>
</div>
</body>
</html>