-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtmlcode.html
34 lines (29 loc) · 938 Bytes
/
htmlcode.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Huddle landing page with single introductory section</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div >
<img src="./images/logo.svg" alt="logo"/>
</div>
<div>
<div class="three">
<img src="./images/illustration-mockups.svg" alt="illustration" />
</div>
<div class="one">
<h1>Build The Community <br>Your Fans Will Love</h1>
<p>Huddle re-imagines the way we build communities. You have <br> voice, but so does your audience.
Create connections with <br>your users as you engage in genuine discussion.</p>
<div class="but";>
<button>Register</button>
</div>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</body>
</html>