-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmen.html
200 lines (155 loc) · 7.77 KB
/
men.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/logo-light.png">
<link rel="stylesheet" href="css/fontawesome-free-6.6.0-web/css/all.css">
<title>ChanZel</title>
<style>
.items{
background-color: #70967775;
}
main div{
background-color: rgba(112, 150, 119, 0.36);
}
.backk{
position: absolute;
z-index: -5;
animation-name: back;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
background-color: #9cb1a4;
min-width: 100%;
height: 250px;
left: 0;
margin-top: 64px;
}
.backk p{
font-size: 100px;
margin-top: 60px;
}
@keyframes back {
0%{
background-color: #0b654b;
}
50%{
background-color: #591a9a;
}
100%{
background-color: #9c6733;
}
}
.back{
position: absolute;
z-index: -5;
animation-name: backk;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-play-state: running;
animation-timing-function: linear;
left: 0;
background-color: #9cb1a4;
min-width: 100%;
height: 250px;
margin-top: 64px;
}
.back p{
font-size: 100px;
margin-top: 60px;
}
@keyframes backk {
0%{
background-color: #0b654b;
}
50%{
background-color: #591a9a;
}
100%{
background-color: #9c6733;
}
}
</style>
</head>
<body>
<div class="container-fluid body" data-bs-theme="light">
<!-- <button class="position-fixed btn btn-dark btn-sm cust" type="button" onclick=darkmode()><svg style="margin-right: 7px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#578eb7" d="M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>Customize</button>-->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">
<img src="img/Chazel.png" id="logo" alt="Chanzel" width="111px" height="82px">
</a>
<div class="collapse navbar-collapse" id="x">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link h" aria-current="page" href="index.html">HOME</a></li>
<li class="nav-item"><a class="nav-link h" href="women.html">WOMEN</a></li>
<li class="nav-item"><a class="nav-link active alert-link" href="men.html">MEN</a></li>
<li class="nav-item"><a class="nav-link h" href="about.html">ABOUT</a></li>
<li class="nav-item"><a class="nav-link h" href="#contact">CONTACT</a></li>
</ul>
</div>
<ul class="navbar-nav vv">
<i class="fa-solid fa-magnifying-glass ico-btn"></i>
<h6 class="nav-item dolar">$0.00</h6>
<i class="fa-solid fa-cart-shopping ico-btn"></i>
<a class="nav-link login" href="login.html">LOG IN</a>
</ul>
<a href="#x" data-toggle="collapse" class="navbar-toggler navbar-dark alink">
<span class="navbar-toggler-icon"></span>
</a>
</nav>
<main class="container-fluid position-relative">
<div class="z-1 position-absolute p-5 rounded-3 main-bg">
<h2 class="h2">Men <span class="side">Side</span></h2>
<h3 class="slick"> Slick. Modern. <br> Awesome.</h3>
<button type="button" class="btn btn-darkk btn-sm">Shop NOW!</button>
</div>
<img src="img/man.jpg" class="img-fluid" alt="home-bg">
</main>
<section class="container-lg mt-5 flexx">
<h3 class="h33 text-center mb-4">Categories</h3>
<div class="d-flex flex-row mb-3">
<div class="backk"></div>
<div class="p-2 items"><h4 class="mt-2">Hats</h4><img src="img/Hats-Category.jpg" style="display: block"> <button>GO!</button></div>
<div class="p-2 items"><h4 class="mt-2">Pants</h4><img src="img/men-pants.jpg" style="display: block"><button>GO!</button></div>
<div class="p-2 items"><h4 class="mt-2">T-shirt</h4><img src="img/shirts.jpg" style="display: block"><button>GO!</button></div>
</div>
<div class="d-flex flex-row-reverse reverse-do">
<div class="back"></div>
<div class="p-2 items"><h4 class="mt-2">Watches</h4><img src="img/Watch-Category.jpg" style="display: block"><button>GO!</button></div>
<div class="p-2 items"><h4 class="mt-2">Suits</h4><img src="img/men-suits.jpg" style="display: block"><button>GO!</button></div>
<div class="p-2 items"><h4 class="mt-2">Shoes</h4><img src="img/shoes.jpg" style="display: block"><button>GO!</button></div>
</div>
</section>
<footer class="container-fluid mt-5" id="contact">
<div class="d-flex align-items-center flex-column foo">
<h2 class="textt fo">Subscribe To Get Offers In Your Inbox</h2>
<span class="text fon" style="font-size: 20px">Lorem ipsum dolor sit amet, adipiscing elit sed do eiusmod condimentum<br> <br></span>
<div class="navbar-nav vvv">
<a href="index.html" class="nav-link text mr-4">Buy T-Shirts</a>
<a href="women.html" class="nav-link text mr-4">Women</a>
<a href="men.html" class="nav-link text mr-4">Men</a>
<a href="about.html" class="nav-link text mr-4">About</a>
<a href="#contact" class="nav-link text">Contact</a>
</div>
<div class="d-flex mt-3 btns">
<a class="ico-btn btn btn-lightt" type="button" href="https://www.facebook.com/NermeenKamalEldin">
<i class="fa-brands fa-facebook"></i></a>
<a class="ico-btn btn btn-lightt" type="button" href="https://github.com/NermeenKamal">
<i class="fa-brands fa-github"></i></a>
<a class="ico-btn btn btn-lightt" type="button" href="https://www.linkedin.com/in/nirmn-kamal/">
<i class="fa-brands fa-linkedin"></i></a>
<a class="ico-btn btn btn-lightt" type="button" href="https://www.behance.net/Nermeen_Kamal">
<i class="fa-brands fa-square-behance"></i></a>
</div>
</div>
<div class="last-div copy mb-4">Copyright © 2024 ChanZel By NERMEEN</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="script.js"></script>
</body>
</html>