-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (83 loc) · 2.83 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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>Dancer Homepage</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="navbar">
<div class="logo">
<img src="./Assets/Logo.svg" alt="logo">
</div>
<div class="line">
</div>
<div>
<ul class="list">
<li class="list-item">Home</li>
<li class="list-item">About Us</li>
<li class="list-item">Portifolio</li>
<li class="list-item">Contact</li>
</ul>
</div>
</nav>
<section class="sec-1">
<div class="sec-11">
<h1>
Crea-<br><span>tivity.
</span>
</h1>
</div>
<div class="sec-12">
<h3> is our <br> ingredient.
</h3>
</div>
<div class="sec-13">
<ul>
<li class="icons">
<img src="./Assets/Twitter Icon.svg" alt="">
</li>
<li class="icons"><img src="./Assets/Instagram Icon.svg" alt=""></li>
<li class="icons"><img src="./Assets/Facebook Icon.svg" alt="" class="fb"></li>
<li class="icons"><img src="./Assets/Email Icon.svg" alt=""></li>
</ul>
</div>
</section>
<div class="btn">
<button>
Check Our Package
</button>
</div>
<section class="sec-2">
<div class="big-list">
<span class="dot-line"></span>
<div class="active">
<span class="black-dot dot "></span><p>Photography</p>
</div>
<div>
<span class="dot"></span><p>Videography</p>
</div>
<div>
<span class="dot"></span><p>Graphic Design</p>
</div>
<div>
<span class="dot"></span><p>Illustration</p>
</div>
<div>
<span class="dot"></span><p>Animation</p>
</div>
</div>
<div class="sec-22">
<div><i class="fa-solid fa-quote-right"></i></div>
<p>We help you to create best graphics, <br> photos, and animations illustrations,</p>
<img src="./Assets/pexels-cottonbro-7974875.jpg" alt="">
</div>
<div class="arrow">
<img src="./Assets/arrow.svg" alt="">
</div>
</section>
</body>
</html>