File size: 11,062 Bytes
f8413c8
fb6f38d
f8413c8
 
 
2ad85ca
 
f8413c8
 
 
 
 
 
2ad85ca
f8413c8
085e7f7
2ad85ca
 
 
 
5740a63
 
 
 
085e7f7
 
f8413c8
085e7f7
2ad85ca
 
 
 
085e7f7
 
2ad85ca
 
 
 
f8413c8
a14c659
5740a63
 
f8413c8
5740a63
f8413c8
 
 
a14c659
 
 
 
 
 
 
 
2ad85ca
085e7f7
 
2ad85ca
a14c659
 
2ad85ca
a14c659
 
 
 
 
085e7f7
 
a14c659
 
 
 
 
6676747
50d0e4a
 
 
f8413c8
 
 
5740a63
 
50d0e4a
5740a63
6676747
5740a63
 
 
 
 
 
 
 
 
 
 
 
f8413c8
 
 
 
5740a63
 
 
 
50d0e4a
5740a63
 
50d0e4a
5740a63
 
f8413c8
5740a63
f8413c8
 
 
 
 
2ad85ca
 
50d0e4a
 
085e7f7
 
2ad85ca
 
 
 
f8413c8
2ad85ca
6676747
f8413c8
3d77a5c
 
f8413c8
 
 
 
 
 
3d77a5c
 
 
6676747
c1c0618
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6676747
 
 
c1c0618
 
 
 
 
 
6676747
c1c0618
 
 
 
 
 
 
 
 
 
 
 
 
 
3d77a5c
 
f8413c8
2ad85ca
 
 
 
 
 
 
 
 
 
 
f8413c8
 
2ad85ca
 
 
 
 
 
 
 
 
 
f8413c8
2ad85ca
f8413c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c1c0618
f8413c8
 
c1c0618
f8413c8
 
c1c0618
f8413c8
c1c0618
f8413c8
 
 
 
 
 
 
 
 
 
f57d469
8a49afe
a14c659
f8413c8
 
 
 
 
 
 
 
 
c1c0618
1d687ab
c1c0618
1d687ab
085e7f7
 
2ad85ca
 
085e7f7
 
 
53dfb00
f8413c8
 
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HER 2025 - متجر الأحذية المتميز</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Tajawal', sans-serif;
            font-weight: 900 !important;
        }
        @font-face {
            font-family: 'Tajawal';
            src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
        }
@keyframes ringSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
body {
            background-color: #f8f8f8;
            color: #333;
        }
        .logo {
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: 2.5rem;
            color: transparent;
            background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            background-clip: text;
            animation: gradient 5s ease infinite;
display: flex;
            align-items: center;
            position: relative;
            z-index: 1;
            text-shadow: 0 0 10px rgba(255,255,255,0.8);
        }
.logo-owner {
            font-size: 0.8rem;
            margin-right: 0.5rem;
            color: #666;
            position: relative;
        }
        .logo::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
            background-size: 800% 800%;
            animation: gradient 5s ease infinite;
            border-radius: 10px;
        }
@keyframes gradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        .logo span {
            background: linear-gradient(45deg, #ff6b6b, #feca57, #1dd1a1, #54a0ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            animation: gradient 3s ease infinite;
            background-size: 400% 400%;
        }
        header {
            background-color: #000000;
            padding: 1rem 2rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.5);
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            overflow: hidden;
            border-bottom: 3px solid #ff0000;
        }
header::after {
            content: "";
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200px;
            height: 200px;
            background-image: url('http://static.photos/jewelry/200x200/2');
            background-size: contain;
            background-repeat: no-repeat;
            animation: ringSpin 20s linear infinite;
            opacity: 0.7;
            z-index: 0;
        }
        nav ul {
            display: flex;
            list-style: none;
            position: relative;
            z-index: 1;
        }
        nav ul li a {
            text-shadow: 0 0 10px rgba(255,0,0,0.8);
            transition: all 0.3s ease;
        }
nav ul li a:hover {
            color: #ff6b6b;
            transform: scale(1.1);
        }
nav ul li {
            margin-right: 1.5rem;
        }
        nav ul li a {
            text-decoration: none;
            color: #333;
            font-weight: 900;
            font-size: 1.2rem;
            text-shadow: 0 0 5px rgba(255,0,0,0.8);
transition: all 0.3s ease;
            background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            animation: gradient 5s ease infinite;
        }
.hero {
            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');
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            flex-direction: column;
            position: relative;
            animation: heroZoom 15s infinite alternate;
        }
.hero-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            display: flex;
            overflow: hidden;
        }
        .hero-slide {
            min-width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: 1s;
        }
        .banner {
            background: linear-gradient(rgba(255, 192, 203, 0.8), rgba(255, 192, 203, 0.8)), url('file:///C:/Users/new/Desktop/Shoeroom%20%E2%80%93%20shoeroom%20egypt.html');
            background-size: cover;
            background-position: center;
            padding: 1.5rem;
            margin: 2rem 0;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
.banner h2 {
            font-weight: bold;
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        .banner-img {
            width: 200px;
            height: 200px;
            margin: 0 auto;
            background-image: url('http://static.photos/jewelry/640x360/1');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
@keyframes heroZoom {
            0% { background-size: 100% auto; }
            100% { background-size: 120% auto; }
        }
        .hero h1 {
            font-size: 4rem;
            margin-bottom: 1.5rem;
            font-weight: 900;
            background: linear-gradient(45deg, #ffffff, #ffcccc, #ffffcc, #ccffff);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            animation: gradient 5s ease infinite;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
        }
        .hero p {
            font-size: 1.5rem;
            max-width: 700px;
            font-weight: 900;
            background: linear-gradient(45deg, #ffffff, #ffcccc, #ffffcc);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            animation: gradient 5s ease infinite;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
        }
.products {
            padding: 4rem 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 2rem;
        }
        .product-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .product-image {
            height: 200px;
            background-size: cover;
            background-position: center;
        }
        .product-info {
            padding: 1rem;
        }
        .product-info h3 {
            margin-bottom: 0.5rem;
            font-weight: 700;
        }
        .price {
            font-weight: 800;
            color: #e63946;
            margin: 0.5rem 0;
            font-size: 1.2rem;
        }
footer {
            background-color: #333;
            color: white;
            padding: 2rem;
            text-align: center;
        }
    </style>
</head>
<body>
    <header>
        <div class="logo">
            <span class="logo-owner">AYV-WVLID</span>
</div>
<nav>
            <ul>
                <li><a href="#">الرئيسية</a></li>
                <li><a href="#">المنتجات</a></li>
                <li><a href="#">عن المتجر</a></li>
                <li><a href="#">اتصل بنا</a></li>
            </ul>
        </nav>
    </header>
    <section class="hero">
        <div class="hero-slider">
            <div class="hero-slide" style="background-image: url('https://huggingface.co/spaces/hotmemeh/deepsite-project/resolve/main/images/Untitled.png')"></div>
            <div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
</div>
        <h1 style="font-weight: 900; text-shadow: 3px 3px 6px rgba(0,0,0,0.8); color: #000000; background: linear-gradient(45deg, #000000, #333333, #666666); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 5s ease infinite;">أحذية أنيقة لعالم أنيق</h1>
<p style="font-weight: 900; font-size: 3rem; color: #000000; text-shadow: 4px 4px 8px rgba(0,0,0,0.7); letter-spacing: 2px; line-height: 1.8; padding: 15px; border-left: 6px solid #ff0000; transform: perspective(500px) rotateX(10deg); background: linear-gradient(to right, #000000, #ff0000); -webkit-background-clip: text; background-clip: text; color: transparent;">اكتشف أحدث تشكيلات الأحذية لعام 2025 بأسعار تنافسية وجودة عالية</p>
</section>
    <footer>
        <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>
        <p style="font-size: 1.5rem; font-weight: 900; transform: perspective(500px) rotateX(10deg); text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 30px rgba(255,0,255,0.8); background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite; letter-spacing: 2px; padding: 10px; border-radius: 10px; display: inline-block; margin-top: 20px;">OWNER: AYV-WVLID</p>
        <p style="font-size: 1.2rem; transform: perspective(500px) rotateX(10deg); text-shadow: 0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,0,255,0.7); background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite;">تطوير: 2025</p>
</footer>
</body>
</html>