-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (34 loc) · 1.39 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
<!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">
<title>Discover. Connect.Collaborate </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<header>
<h2><a href="#" class="logo" > <img src="https://firebasestorage.googleapis.com/v0/b/notes-shareing.appspot.com/o/Test%2FIMG-20230718-WA0008.jpg?alt=media&token=7efe67f1-420f-4d52-bd24-53ab3a7262a8" alt="logo"></a></h2>
<div class="navigation">
<a href="#">Brand</a>
<a href="#">Influencers</a>
<a href="#">pricing</a>
<a href="#">blogs</a>
<a href="#">contact</a>
</div>
</header>
<div class="content">
<div class="info">
<h1>Discover. Connect. <br> Collaborate.</h1>
<p>An ecosystem for Social media Influencers and Brands.</p>
<div class="img">
</div>
<a href="#" class="info-btn">I'M AN INFLUENCER </a>
<a href="#" class="info-btn">I'M A BRAND </a>
</div>
</div>
</section>
</body>
</html>