-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (43 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6bd5762926.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Huddle landing page with single introductory section</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<div class="logo">
<img class="logo" src="images/logo.svg" alt="logo" />
</div>
<section class="flex">
<div class="img">
<img class="img" src="images/illustration-mockups.svg" alt="illustration-mockups" />
</div>
<div class="content">
<h1> <i class="fad fa-user-astronaut fa-spin"></i> Build The Community<br> Your Fans Will Love</h1>
<p class="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 genuine discussion.
Register</p>
<input class="btn" type="button" value="Registar" >
</div>
</section>
<footer class="footer">
<button class="Co"> <i class="fab fa-facebook-f"></i> </button>
<button class="Co"> <i class="fab fa-twitter"></i> </button>
<button class="Co"> <i class="fab fa-instagram"></i> </button>
<button class="Co"> <i class="fab fa-pinterest-p"></i> </button>
<a class="Git" href="https://github.com/Abdurahmanm2020"> <button class="Co"> <i class="fab fa-github"></i> </button></a>
<!--<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</p>-->
</footer>
</body>
</html>