-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (30 loc) · 900 Bytes
/
index.html
File metadata and controls
44 lines (30 loc) · 900 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Huddle Layout Practice</title>
<link rel="stylesheet" type="text/css" href="huddlelayout.css">
<script src="https://kit.fontawesome.com/3168f1ff63.js" crossorigin="anonymous"></script>
</head>
<body>
<!--HEADERS !-->
<header>
<div>
<h1> Huddle </h1>
<h2 class="build"> Build the Community<br> Your Fans Will Love</h2>
<!-- TEXTO !-->
<p>Huddle re-images the way we build communties. You have<br> a voice,but so does the audience.Create connections with<br> your uses as engage in genuine discussion.</p>
<!-- FORMULÁRIO !-->
<form>
<input type="text" placeholder="Register">
</form>
</header>
<!-- IMAGENS !-->
<img src="images/illustration-mockups.png" >
<!-- ICONS !-->
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="far fa-comment-dots"></i>
</body>
</html>