-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (101 loc) · 3.91 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
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="video-background">
<video autoplay muted loop id="background-video">
<source src="BANKAI [ AMV _ EDIT ] - 4K- BLEACH Thousand-Year Blood War - Sayz Edit (1080p, h264, youtube).mp4" type="video/mp4">
</video>
</div>
<div class="header">
<div id="logo">
<a href="index.html">
<div>
<img src="WhatsApp_Image_2024-11-26_at_17.17.06-removebg-preview.png" alt="" height="50">
<div>BANKAI</div>
</div>
</a>
</div>
<div id="home">
<a href="index.html">
<p>HOME</p>
</a>
</div>
<div id="categories">
<a href="">
<p>CATEGORIES</p>
</a>
</div>
<div id="about-us">
<a href="aboutus.html">
<p>ABOUT US</p>
</a>
</div>
<div id="contact">
<a href="contact.html">
<p>CONTACT US</p>
</a>
</div>
<div id="search">
<a href="">
<img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/search--v1.png" alt="search--v1"/>
</a>
</div>
<div id="cart">
<a href="">
<img width="24" height="24" src="https://img.icons8.com/material-rounded/24/FFFFFF/shopping-cart.png" alt="shopping-cart"/>
</a>
</div>
<div id="login">
<a href="login.html">
<p>LOG IN</p>
</a>
</div>
</div>
<div class="start-empty">
<div>
<h1>BANKAI</h1>
<p>Unleash your anime spirit with Bankai – the ultimate destination for anime merchandise. From T-shirts and hoodies to swords and figures, we’ve got everything you need to show off your love for your favourite anime characters.With official collaborations and exclusive designs, our products bring your anime passion to life. Shop now and level up your collection!</p>
</div>
</div>
<div class="main">
<div class="main-heading">
<p>ANIME WITH BANKAI</p>
<p>GET YOUR FAV ANIME MERCH , REQUEST THEM AT THE WEBSITE CHAT IF YOU CAN'T FIND THEM AT THE STORE</p>
</div>
<section class="sword-catalog">
<h2>Our Swords</h2>
<div class="sword-list">
<div class="sword-item">
<img src="sword.webp" alt="Sword 1" style="border-radius: 10%;">
<h3>Excalibur</h3>
<p>$499.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
<div class="sword-item">
<img src="sword2.webp" alt="Sword 2" style="border-radius: 10%;" >
<h3>Samurai Katana</h3>
<p>$299.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
<div class="sword-item">
<img src="sword3.webp" alt="Sword 3" style="border-radius: 10%;">
<h3>Viking Sword</h3>
<p>$399.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
</div>
</section>
<footer>
<div class="lastpart_x">Bankai</div>
<div class="lastpart">Made with 🤍 by Vansh, Parth, Manmath and Hemant</div>
<div class="lastpart"></div>
</footer>
</div>
</body>
</html>