forked from Lokendrakushwah12/Ani-Chill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (97 loc) · 4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/logo.svg" type="image/svg+xml" />
<title>Ani & Chill</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="main">
<div id="nav-bar" class="nav-bar">
<div class="logo">
<img src="./assets/logo.svg" alt="Ani & Chill" />
<div class="logo-text">Ani & Chill</div>
</div>
<div class="nav-items">
<a class="nav-links" href="#">Home</a>
<a class="nav-links" href="#trending">Trending</a>
<a class="nav-links" href="#community">Community</a>
</div>
<div class="nav-btn">
<div class="login-btn">Login</div>
<div class="login-btn sign-up-btn">Sign up</div>
</div>
</div>
<section id="hero">
<div class="bg-blur"></div>
<div class="hero-center">
<h1>
Discover, Stream, Repeat:<br />
Ani & Chill – Unleash Your Inner Otaku
</h1>
<p>Streaming Dreams, One Click Away – Welcome to Ani & Chill!</p>
<div class="search-btn">
<div class="box">
<input type="text" placeholder="Search..." class="search-box" />
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
<path
d="M14.8333 29C22.4119 29 28.5555 22.8563 28.5555 15.2778C28.5555 7.69919 22.4119 1.55554 14.8333 1.55554C7.25473 1.55554 1.11108 7.69919 1.11108 15.2778C1.11108 22.8563 7.25473 29 14.8333 29Z"
stroke="#E7DEFE" stroke-width="2.16667" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M30 30.4444L27.1111 27.5555" stroke="#E7DEFE" stroke-width="2.16667"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
</div>
<div class="cover-img"></div>
<div class="cover-img y"></div>
<div class="caro">
<div class="carousel">
<img src="./assets/1.png" alt="" />
<img src="./assets/2.png" alt="" />
<img src="./assets/3.png" alt="" />
<img src="./assets/4.png" alt="" />
<img src="./assets/5.png" alt="" />
<img src="./assets/6.png" alt="" />
<img src="./assets/7.png" alt="" />
<img src="./assets/8.png" alt="" />
</div>
<div class="carousel">
<img src="./assets/1.png" alt="" />
<img src="./assets/2.png" alt="" />
<img src="./assets/3.png" alt="" />
<img src="./assets/4.png" alt="" />
<img src="./assets/5.png" alt="" />
<img src="./assets/6.png" alt="" />
<img src="./assets/7.png" alt="" />
<img src="./assets/8.png" alt="" />
</div>
</div>
</section>
</div>
<!-- Top Airing -->
<section id="trending" class="Pages">
<div class="content">
<h1>Top Airing</h1>
</div>
</section>
<!-- Most Popular -->
<section id="Most-Polpular" class="Pages">
<div class="content">
<h1>Most Popular</h1>
</div>
</section>
<!-- FAQ -->
<section id="FAQ" class="Pages">
<div class="content">
<h1>Frequently Asked Questions</h1>
</div>
</section>
<!-- Footer -->
<section id="footer"></section>
<script src="./script.js"></script>
</body>
</html>