hotmemeh commited on
Commit
c1c0618
·
verified ·
1 Parent(s): 3d77a5c

add a banner of a girly ring and bold the fonts and add a screen saver background with 2 photos same as in the showroom home

Browse files
Files changed (1) hide show
  1. index.html +59 -10
index.html CHANGED
@@ -74,10 +74,10 @@ header {
74
  nav ul li a {
75
  text-decoration: none;
76
  color: #333;
77
- font-weight: 500;
78
  }
79
- .hero {
80
- background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://shoeroom.shoes/wp-content/uploads/2023/01/shoeroom_hero_image.jpg');
81
  background-size: cover;
82
  background-position: center;
83
  height: 100vh;
@@ -90,7 +90,46 @@ header {
90
  position: relative;
91
  animation: heroZoom 15s infinite alternate;
92
  }
93
- @keyframes heroZoom {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  0% { background-size: 100% auto; }
95
  100% { background-size: 120% auto; }
96
  }
@@ -124,13 +163,15 @@ header {
124
  }
125
  .product-info h3 {
126
  margin-bottom: 0.5rem;
 
127
  }
128
  .price {
129
- font-weight: bold;
130
  color: #e63946;
131
  margin: 0.5rem 0;
 
132
  }
133
- footer {
134
  background-color: #333;
135
  color: white;
136
  padding: 2rem;
@@ -153,13 +194,21 @@ header {
153
  </ul>
154
  </nav>
155
  </header>
156
-
157
  <section class="hero">
158
- <h1>أحذية أنيقة لعالم أنيق</h1>
159
- <p>اكتشف أحدث تشكيلات الأحذية لعام 2023 بأسعار تنافسية وجودة عالية</p>
 
 
 
 
160
  </section>
161
 
162
- <section class="products">
 
 
 
 
 
163
  <div class="product-card">
164
  <div class="product-image" style="background-image: url('http://static.photos/fashion/640x360/2')"></div>
165
  <div class="product-info">
 
74
  nav ul li a {
75
  text-decoration: none;
76
  color: #333;
77
+ font-weight: 700;
78
  }
79
+ .hero {
80
+ background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
81
  background-size: cover;
82
  background-position: center;
83
  height: 100vh;
 
90
  position: relative;
91
  animation: heroZoom 15s infinite alternate;
92
  }
93
+ .hero-slider {
94
+ position: absolute;
95
+ top: 0;
96
+ left: 0;
97
+ width: 100%;
98
+ height: 100%;
99
+ z-index: -1;
100
+ display: flex;
101
+ overflow: hidden;
102
+ }
103
+ .hero-slide {
104
+ min-width: 100%;
105
+ height: 100%;
106
+ background-size: cover;
107
+ background-position: center;
108
+ transition: 1s;
109
+ }
110
+ .banner {
111
+ background: linear-gradient(rgba(255, 192, 203, 0.8), rgba(255, 192, 203, 0.8));
112
+ padding: 1.5rem;
113
+ margin: 2rem 0;
114
+ text-align: center;
115
+ border-radius: 10px;
116
+ box-shadow: 0 4px 15px rgba(0,0,0,0.1);
117
+ }
118
+ .banner h2 {
119
+ font-weight: bold;
120
+ font-size: 2rem;
121
+ margin-bottom: 1rem;
122
+ }
123
+ .banner-img {
124
+ width: 200px;
125
+ height: 200px;
126
+ margin: 0 auto;
127
+ background-image: url('http://static.photos/jewelry/640x360/1');
128
+ background-size: contain;
129
+ background-repeat: no-repeat;
130
+ background-position: center;
131
+ }
132
+ @keyframes heroZoom {
133
  0% { background-size: 100% auto; }
134
  100% { background-size: 120% auto; }
135
  }
 
163
  }
164
  .product-info h3 {
165
  margin-bottom: 0.5rem;
166
+ font-weight: 700;
167
  }
168
  .price {
169
+ font-weight: 800;
170
  color: #e63946;
171
  margin: 0.5rem 0;
172
+ font-size: 1.2rem;
173
  }
174
+ footer {
175
  background-color: #333;
176
  color: white;
177
  padding: 2rem;
 
194
  </ul>
195
  </nav>
196
  </header>
 
197
  <section class="hero">
198
+ <div class="hero-slider">
199
+ <div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2023/01/shoeroom_hero_image.jpg')"></div>
200
+ <div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
201
+ </div>
202
+ <h1 style="font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);">أحذية أنيقة لعالم أنيق</h1>
203
+ <p style="font-weight: 700; text-shadow: 1px 1px 2px rgba(0,0,0,0.5);">اكتشف أحدث تشكيلات الأحذية لعام 2023 بأسعار تنافسية وجودة عالية</p>
204
  </section>
205
 
206
+ <div class="banner">
207
+ <h2>خواتم أنثوية أنيقة</h2>
208
+ <p style="font-weight: 600;">تصاميم حصرية تضيف لمسة جمالية لأناقتك اليومية</p>
209
+ <div class="banner-img"></div>
210
+ </div>
211
+ <section class="products">
212
  <div class="product-card">
213
  <div class="product-image" style="background-image: url('http://static.photos/fashion/640x360/2')"></div>
214
  <div class="product-info">