hotmemeh commited on
Commit
2ad85ca
·
verified ·
1 Parent(s): 6536270

update it to 2025 , update all web font to bold and multi colors

Browse files
Files changed (1) hide show
  1. index.html +62 -27
index.html CHANGED
@@ -3,16 +3,21 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>HER - متجر الأحذية</title>
7
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
8
  <style>
9
  * {
10
  margin: 0;
11
  padding: 0;
12
  box-sizing: border-box;
13
  font-family: 'Tajawal', sans-serif;
 
14
  }
15
- @keyframes ringSpin {
 
 
 
 
16
  0% { transform: rotate(0deg); }
17
  100% { transform: rotate(360deg); }
18
  }
@@ -21,11 +26,16 @@ body {
21
  color: #333;
22
  }
23
  .logo {
24
- font-family: 'Arial', sans-serif;
25
- font-weight: bold;
26
- font-size: 2rem;
27
- color: #000;
28
- display: flex;
 
 
 
 
 
29
  align-items: center;
30
  position: relative;
31
  z-index: 1;
@@ -43,13 +53,13 @@ body {
43
  bottom: -5px;
44
  left: 0;
45
  width: 100%;
46
- height: 2px;
47
- background: linear-gradient(90deg, #ff6b6b, #feca57, #1dd1a1, #54a0ff, #5f27cd);
48
- background-size: 400% 400%;
49
- animation: gradient 3s ease infinite;
50
  border-radius: 10px;
51
  }
52
- @keyframes gradient {
53
  0% { background-position: 0% 50%; }
54
  50% { background-position: 100% 50%; }
55
  100% { background-position: 0% 50%; }
@@ -109,9 +119,18 @@ nav ul li {
109
  nav ul li a {
110
  text-decoration: none;
111
  color: #333;
112
- font-weight: 700;
 
 
 
 
 
 
 
 
 
113
  }
114
- .hero {
115
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('file:///C:/Users/new/Desktop/Shoeroom%20%E2%80%93%20shoeroom%20egypt.html');
116
  background-size: cover;
117
  background-position: center;
@@ -170,15 +189,31 @@ nav ul li {
170
  0% { background-size: 100% auto; }
171
  100% { background-size: 120% auto; }
172
  }
173
- .hero h1 {
174
- font-size: 3rem;
175
- margin-bottom: 1rem;
 
 
 
 
 
 
 
 
176
  }
177
  .hero p {
178
- font-size: 1.2rem;
179
- max-width: 600px;
 
 
 
 
 
 
 
 
180
  }
181
- .products {
182
  padding: 4rem 2rem;
183
  display: grid;
184
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
@@ -236,12 +271,12 @@ footer {
236
  <div class="hero-slide" style="background-image: url('https://huggingface.co/spaces/hotmemeh/deepsite-project/resolve/main/images/Untitled.png')"></div>
237
  <div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
238
  </div>
239
- <h1 style="font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);">أحذية أنيقة لعالم أنيق</h1>
240
- <p style="font-weight: 700; text-shadow: 1px 1px 2px rgba(0,0,0,0.5);">اكتشف أحدث تشكيلات الأحذية لعام 2023 بأسعار تنافسية وجودة عالية</p>
241
- </section>
242
- <footer>
243
- <p>جميع الحقوق محفوظة &copy; 2023 HER - متجر الأحذية</p>
244
- <p>تطوير: AyvWvlid</p>
245
  </footer>
246
  </body>
247
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>HER 2025 - متجر الأحذية المتميز</title>
7
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
8
  <style>
9
  * {
10
  margin: 0;
11
  padding: 0;
12
  box-sizing: border-box;
13
  font-family: 'Tajawal', sans-serif;
14
+ font-weight: 900 !important;
15
  }
16
+ @font-face {
17
+ font-family: 'Tajawal';
18
+ src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
19
+ }
20
+ @keyframes ringSpin {
21
  0% { transform: rotate(0deg); }
22
  100% { transform: rotate(360deg); }
23
  }
 
26
  color: #333;
27
  }
28
  .logo {
29
+ font-family: 'Tajawal', sans-serif;
30
+ font-weight: 900;
31
+ font-size: 2.5rem;
32
+ color: transparent;
33
+ background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
34
+ background-size: 400% 400%;
35
+ -webkit-background-clip: text;
36
+ background-clip: text;
37
+ animation: gradient 5s ease infinite;
38
+ display: flex;
39
  align-items: center;
40
  position: relative;
41
  z-index: 1;
 
53
  bottom: -5px;
54
  left: 0;
55
  width: 100%;
56
+ height: 4px;
57
+ background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
58
+ background-size: 800% 800%;
59
+ animation: gradient 5s ease infinite;
60
  border-radius: 10px;
61
  }
62
+ @keyframes gradient {
63
  0% { background-position: 0% 50%; }
64
  50% { background-position: 100% 50%; }
65
  100% { background-position: 0% 50%; }
 
119
  nav ul li a {
120
  text-decoration: none;
121
  color: #333;
122
+ font-weight: 900;
123
+ font-size: 1.2rem;
124
+ text-shadow: 0 0 5px rgba(255,255,255,0.5);
125
+ transition: all 0.3s ease;
126
+ background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00);
127
+ background-size: 400% 400%;
128
+ -webkit-background-clip: text;
129
+ background-clip: text;
130
+ color: transparent;
131
+ animation: gradient 5s ease infinite;
132
  }
133
+ .hero {
134
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('file:///C:/Users/new/Desktop/Shoeroom%20%E2%80%93%20shoeroom%20egypt.html');
135
  background-size: cover;
136
  background-position: center;
 
189
  0% { background-size: 100% auto; }
190
  100% { background-size: 120% auto; }
191
  }
192
+ .hero h1 {
193
+ font-size: 4rem;
194
+ margin-bottom: 1.5rem;
195
+ font-weight: 900;
196
+ background: linear-gradient(45deg, #ffffff, #ffcccc, #ffffcc, #ccffff);
197
+ background-size: 400% 400%;
198
+ -webkit-background-clip: text;
199
+ background-clip: text;
200
+ color: transparent;
201
+ animation: gradient 5s ease infinite;
202
+ text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
203
  }
204
  .hero p {
205
+ font-size: 1.5rem;
206
+ max-width: 700px;
207
+ font-weight: 900;
208
+ background: linear-gradient(45deg, #ffffff, #ffcccc, #ffffcc);
209
+ background-size: 400% 400%;
210
+ -webkit-background-clip: text;
211
+ background-clip: text;
212
+ color: transparent;
213
+ animation: gradient 5s ease infinite;
214
+ text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
215
  }
216
+ .products {
217
  padding: 4rem 2rem;
218
  display: grid;
219
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
 
271
  <div class="hero-slide" style="background-image: url('https://huggingface.co/spaces/hotmemeh/deepsite-project/resolve/main/images/Untitled.png')"></div>
272
  <div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
273
  </div>
274
+ <h1 style="font-weight: 900; text-shadow: 3px 3px 6px rgba(0,0,0,0.8);">أحذية أنيقة لعالم أنيق</h1>
275
+ <p style="font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.6);">اكتشف أحدث تشكيلات الأحذية لعام 2025 بأسعار تنافسية وجودة عالية</p>
276
+ </section>
277
+ <footer>
278
+ <p style="font-size: 1.2rem; background: linear-gradient(45deg, #ffffff, #ffcccc); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 5s ease infinite;">جميع الحقوق محفوظة &copy; 2025 HER - متجر الأحذية المتميز</p>
279
+ <p style="font-size: 1rem; background: linear-gradient(45deg, #ffffff, #ccffff); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 5s ease infinite;">تطوير: AyvWvlid</p>
280
  </footer>
281
  </body>
282
  </html>