-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Huddle landing page with single introductory section</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section class="common">
<div class="heading">
<img src="images/logo.svg" alt="logo">
</div>
<div class="main-part">
<div class="main-img">
<img src="images/illustration-mockups.svg" alt="" class="mockup-image">
</div>
<div class="main-content">
<h1 class="main-heading">Build The Community Your Fans Will Love</h1>
<p class="paragraph">
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 type="button" name="button" class="main-btn">Register</button>
</div>
</div>
</section>
<footer class="social-icon">
<div class="creater-part">
<div class="text-right">
<p>Coded with <i class="fas fa-heart"> by Anees Kunwar</i> <span>CodeAndCreate</span> </p>
</div>
<div class="social-icons">
<a href="https://github.com/4neesc0des"target="_blank"title="Anees gitHub page"class="icon"><i class="fab fa-github-square"></i></a>
<a href="https://twitter.com/Anishku48057912"target="_blank"title="Anees twitter page"class="icon"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/anish-kuar-44686819b/"target="_blank"title="Anees linkdin page"class="icon">
<i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
</body>
</html>