-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (149 loc) · 7.92 KB
/
Copy pathindex.html
File metadata and controls
165 lines (149 loc) · 7.92 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IIITswear.com : An Exclusive Online Shopping Platform for IIITSians </title>
<link rel="icon" href="ImagesProject/Tab_Icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="Homestyle.css" />
</head>
<body>
<header>
<!--------------------------------------- Logo for Navbar-------------------------------------------------------------------------->
<div class="navbar">
<div class="Logo"><img src="ImagesProject/Logo.png" alt="logo" width="300px" height="100px"> </div>
<span onclick= showSidebar() id="menu" class="Hide"><i class="fa-solid fa-bars fa-xl" style="color: #da2b60"></i></span>
<div class="searchbar">
<input placeholder="Search IIITS goodies" class="search-input" id="search-input"/><span class="search-icon"><i
class="fa-solid fa-magnifying-glass fa-xl" style="color: #ffffff"></i></span>
</div>
<!---------------------------- Sidebar on Mobile ------------------------------------ -------------------->
<nav id="Onmobile">
<ul class="sidebar Hide-sidebar">
<li onclick= hideSidebar()>
<a href="#"><i class="fa-solid fa-xmark fa-xl"
style="color: #da2b60"></i></a>
</li>
<li><a href="#">Tshirts</a></li>
<li><a href="#">Hoodies</a></li>
<li><a href="#">Caps</a></li>
<li><a href="#">SweatShirts</a></li>
</ul>
</nav>
<!----------------------------------- List items on Laptop ----------------------------------------------------------------------->
<div class="Navlist Hide-navlist">
<ul >
<li><a href="#">Tshirt</a></li>
<li><a href="#">Hoodies</a></li>
<li><a href="#">Caps</a></li>
<li><a href="#">SweatShirts</a></li>
<li><a href="#"><button class="Cart" type="button"><i class="fa-solid fa-cart-shopping fa-2xl"
style="color: #ff9b9b;"></i></button></a></li>
<li><a href="Login Form/LoginForm.html"><button class="Login" id="Login" type="button">Login</button></a></li>
<li><a href="#"><button onclick= DarkMode() class="Night-form"><i class="fa-solid fa-moon fa-2x"
style="color:#ff9b9b;"></i></button></a></li>
</ul>
</div>
</div>
</header>
<main>
<!--------------------------------------- SLIDESHOW -------------------------------------------------------------------------------------->
<div class="slideshow-container Hide-slideshow">
<div class="mySlides fade">
<img id="hideimage1" src="ImagesProject/3(1).webp" width="100%"/>
<img id="hideimage2" src="ImagesProject/4.webp" width="100%" />
</div>
<div class="mySlides fade">
<img id="hideimage1" src="ImagesProject/6(1).webp" width="100%"/>
<img id="hideimage2" src="ImagesProject/6.webp" width="100%" />
</div>
<div class="mySlides fade">
<img id="hideimage1" src="ImagesProject/4(1).webp" width="100%" />
<img id="hideimage2" src="ImagesProject/3.webp" width="100%" />
</div>
<!-- Next and previous buttons -->
<a id="prev" onclick="plusSlides(-1)">❮</a>
<a id="next" onclick="plusSlides(1)">❯</a>
</div>
<br />
<div class="Dots Hide-dots" style="text-align: center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<!-------------------------------------------Image Gallery--------------------------------------------------------------------->
<h1 id="Collection">Collections</h1>
<div class="container Hide-container">
<div class="box"><a href="BuyCaps.html"><img src="ImagesProject/caps.webp" height="388.26px" width="388.26px"></a></div>
<div class="box"><a href="BuyHoddie.html"><img src="ImagesProject/hoodie.webp" height="388.26px" width="388.26px"alt=""></a></div>
<div class="box"><a href="BuyMousepad.html"><img src="ImagesProject/mousepad.webp"height="388.26px" width="388.26px" alt=""></a></div>
<div class="box"><a href="BuyMugs.html"><img src="ImagesProject/mugs.webp" height="388.26px" width="388.26px"alt=""></a></div>
<div class="box"><a href="BuyTshirts.html"><img src="ImagesProject/oversizedtshirt.webp" height="388.26px" width="388.26px"alt=""></a></div>
<div class="box"><a href="BuyPolotshirt.html"><img src="ImagesProject/polotshirts.webp" height="388.26px" width="388.26px"alt=""></a></div>
</div>
</main>
<!--------------------------------------------------------FOOTER SECTION ----------------------------------------------------------------->
<!---************************************************ Footer ****************************************-->
<footer id="Computer-Footer">
<div class="Footer-container Hide-Footer-container">
<div class="footLogo">
<a class="logo" href="/"> <img src="ImagesProject/Logo.png" alt="hello" width="300px" height="100px" ></a>
<br>
<p>Wear the code<br>Premium coding tshirts, hoodies and apparals</p>
</div>
<div class="footShop">
<h2><u>Shop</u></h2>
<ul>
<li>Tshirts</li>
<li>SweatShirts</li>
<li>Hoodies</li>
<li>Caps</li>
<li>Mugs</li>
</ul>
</div>
<div class="footService">
<h2><u>Customer Service</u></h2>
<ul>
<li>Contact Us</li>
<li>About Us</li>
<li>Return Policy</li>
</ul>
</div>
<div class="Policy">
<h2><u>Policy</u></h2>
<ul>
<li>Privacy Policy</li>
<li>Terms and Conditions</li>
</ul>
</div>
</div>
<div class="Copyright Hide-Copyright">
<p>©2024 IIITSwear.com — All Rights Not Reserved</p>
</div>
</footer>
<!--*************************************************** NAV for Mobile****************************************-->
<footer>
<div class="navbar_down hidefooter">
<button type="button" class="Backnone">
<a href="#"><i class="fa-solid fa-house fa-2x" style="color: #da2b60"></i></a>
</button>
<button type="button" class="Backnone">
<a href="#search-input"><i class="fa-solid fa-magnifying-glass fa-2x" style="color: #da2b60"></i></a>
</button>
<button type="button" class="Backnone">
<a href="/"><i class="fa-solid fa-cart-shopping fa-2x" style="color: #da2b60"></i></a>
</button>
<button type="button" onclick= DarkMode() class="Backnone">
<i class="fa-solid fa-moon fa-2x" id="icon" style="color: #da2b60"></i>
</button>
<button type="button" class="Backnone">
<a href="Login Form/LoginForm.html"><i class="fa-solid fa-user fa-2x" style="color: #da2b60"></i></a>
</button>
</div>
</footer>
<script src="Homescript.js"></script>
</body>
</html>