-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuyPolotshirt.html
More file actions
174 lines (166 loc) · 8.03 KB
/
Copy pathBuyPolotshirt.html
File metadata and controls
174 lines (166 loc) · 8.03 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
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BuyPolotshirt at IIITSwear</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="BuyPolotshirt.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-menu"><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>
<!-----------------------------------------------Mug Templates--------------------------------------------------------------------------------------->
<div class="Showcase-Mugs">
<h2 id="Mug-Collection">Explore Our Polotshirts Collection</h2>
<p id="Descyption">Stay hydrated and show off your personality with the wide selection of Shirts available at IIITSwear.com.
Our Shirts are perfect for every interest, including coding Shirts for tech enthusiasts, anime Shirts, and casual Shirts for everyday use.
All of our Shirts are made with high-quality materials and are designed to be durable and long-lasting.
Shop now and find the perfect mug for you!</p>
<div class="Tshirt-Gallery">
<div class="Card" id="Picture1">
<img src="ImagesProject/Polotshirts_Css.webp">
<div class="Content">
<span>Programming T-Shirt</span>
<span style ="font-weight:800;font-size: 1.5rem;">Css T-Shirt</span>
</div>
</div>
<div class="Card" id="Picture2">
<img src="ImagesProject/Polotshirts_Html.webp">
<div class="Content">
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">Programming T-Shirt</span>
<span style ="font-weight:800;font-size: 1.5rem;">Html T-shirt</span>
</div>
</div>
<div class="Card" id="Picture3">
<img src="ImagesProject/Polotshirts_Jss.webp">
<div class="Content">
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">Programming T-Shirt</span>
<span style ="font-weight:800;font-size: 1.5rem;">Jss T-shirt</span>
</div>
</div>
<div class="Card" id="Picture4">
<img src="ImagesProject/Polotshirts_Valorant.webp">
<div class="Content">
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">T-Shirt</span>
<span style ="font-weight:800; font-size: 1.5rem;">V is Valorant </span>
</div>
</div>
<div class="Card" id="Picture5">
<img src="ImagesProject/Polotshirts_Toxic.webp">
<div class="Content">
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">T-Shirt</span>
<span style ="font-weight:800;font-size: 1.5rem;">I am very much Toxic..</span>
</div>
</div>
<div class="Card" id="Picture6">
<img src="ImagesProject/Polotshirts_Hunter.webp">
<div class="Content">
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">T-Shirt</span>
<span style ="font-weight:800;font-size: 1.5rem;">Hunter</span>
</div>
</div>
</div>
</div>
</div>
</main>
<!---************************************************ 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>
<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>