-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.46 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
<!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 with Single Introductory Section</title>
<meta name="author" content="mdmahikaishar mahikaishar@gmail.com">
<meta name="description" content="Landing page for Huddle.">
</head>
<body>
<header class="header hold">
<a href="/"><img src="./images/logo.svg" alt="" /></a>
</header>
<section class="hero hold">
<img
class="heroImg"
src="./images/illustration-mockups.svg"
alt=""
/>
<div class="heroTxt">
<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 with
your users as you engage in genuine discussion
</p>
<button>Register</button>
</div>
<div class="heroLinks">
<a href="/"><strong>f</strong></a>
<a href="/"><strong>f</strong></a>
<a href="/"><strong>f</strong></a>
</div>
</section>
</body>
</html>