-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (110 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Huddle</title>
<link rel="stylesheet" href="../HUDDLE/styles.css" />
<link rel="icon" href="../HUDDLE/image/logo.svg" />
</head>
<body>
<header class="header">
<nav class="nav-bar">
<div class="logo">
<a href="#"
><img
src="../HUDDLE/image/logo.svg"
alt="there is an image logo here"
/></a>
</div>
<a href="/page.html" class="link" target="_blank" style="text-decoration: none;">
<div class="nav-link">Try it Free</div>
</a>
</nav>
</header>
<main>
<article class="article article-1">
<div class="container container-1">
<h1>Build The Community Your Fans Will Love</h1>
<h5>
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.
</h5>
<button class="btn">Get Started For Free</button>
</div>
<img src="../HUDDLE/image/phone.svg" alt="there is an image here" />
</article>
<div class="cards">
<div class="card">
<div class="card-content">
<h1>Grow Together</h1>
<h4>
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.
</h4>
</div>
<img src="../HUDDLE/image/img-1.svg" alt="" />
</div>
<div class="card">
<img src="../HUDDLE/image/img-2.svg" alt="there is an image here" />
<div class="card-content">
<h1>Flowing Conversations</h1>
<h4>
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.
</h4>
</div>
</div>
<div class="card">
<div class="card-content">
<h1>Your Users</h1>
<h4>
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.
</h4>
</div>
<img src="../HUDDLE/image/img-3.svg" alt="there is an image here" />
</div>
</div>
</main>
<div class="crd">
<h2>Ready To Build Your Community?</h2>
<button class="btn">Get Started For Free</button>
</div>
<footer>
<div class="footer">
<div class="footer-1">
<img src="../HUDDLE/image/logo.svg" class="ft-logo" alt="there is an image here" />
<div class="ft">
<img src="../HUDDLE/image/map.svg" alt="there is an image here" />Ikeja,
Lagos
</div>
<div class="ft">
<img
src="../HUDDLE/image/call.svg"
alt="there is an image here" />+1-543-123-4567
</div>
<div class="ft">
<img
src="../HUDDLE/image/email.svg"
alt="there is an image here" />[email protected]
</div>
</div>
<div class="ft-links ft-links-1">
<a href="#">About Us</a>
<a href="#">What we do</a>
<a href="#">FAQ</a>
</div>
<div class="ft-links-2 ft-links">
<a href="#">Career</a>
<a href="#">Blog</a>
<a href="#">Contact Us</a>
</div>
</div>
</footer>
</body>
</html>