Spaces:
Running
Running
| <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 ; | |
| } | |
| @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;">جميع الحقوق محفوظة © 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> |