Update README.md
Browse files
README.md
CHANGED
@@ -136,67 +136,100 @@ body {
|
|
136 |
color: #333;
|
137 |
}
|
138 |
|
139 |
-
/*
|
140 |
-
.
|
141 |
-
|
142 |
-
width: 100%;
|
143 |
-
max-width: 600px;
|
144 |
margin: auto;
|
145 |
-
|
|
|
|
|
|
|
146 |
}
|
147 |
|
148 |
-
.
|
149 |
-
|
150 |
-
width: 100%;
|
151 |
-
transition: transform 0.5s ease;
|
152 |
}
|
153 |
|
154 |
-
.
|
155 |
-
|
156 |
-
|
157 |
}
|
158 |
|
159 |
-
.
|
160 |
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
162 |
}
|
163 |
|
164 |
-
.
|
|
|
165 |
position: absolute;
|
166 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
width: 100%;
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
171 |
}
|
172 |
|
173 |
-
.
|
174 |
-
|
175 |
-
|
176 |
-
color: white;
|
177 |
-
border: none;
|
178 |
-
padding: 10px;
|
179 |
-
cursor: pointer;
|
180 |
}
|
181 |
|
|
|
|
|
|
|
|
|
|
|
182 |
.dot-container {
|
183 |
-
|
184 |
-
|
|
|
|
|
185 |
}
|
186 |
|
187 |
.dot {
|
188 |
height: 15px;
|
189 |
width: 15px;
|
190 |
-
margin: 0
|
191 |
background-color: #bbb;
|
192 |
border-radius: 50%;
|
193 |
-
|
194 |
-
transition: background-color 0.
|
195 |
}
|
196 |
|
197 |
-
.active,
|
198 |
.dot:hover {
|
199 |
-
background-color: #
|
|
|
200 |
}
|
201 |
|
202 |
.detail {
|
@@ -482,56 +515,48 @@ body {
|
|
482 |
<h2 class="section-title">🖼️ Example Images</h2>
|
483 |
</div>
|
484 |
<div class="section-content">
|
485 |
-
<div class="
|
486 |
-
<
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
<div class="carousel-item">
|
494 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Extraterrestrial%20Market%20on%20a%20Desert%20Planet.jpg" alt="Extraterrestrial Market on a Desert Planet">
|
495 |
-
</div>
|
496 |
-
<div class="carousel-item">
|
497 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Generate%20an%20image%20depicting%20a%20sprawling%20fantasy%20city%20at%20dusk.jpg" alt="Sprawling Fantasy City at Dusk">
|
498 |
-
</div>
|
499 |
-
<div class="carousel-item">
|
500 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Post-Apocalyptic%20Landscape.jpg" alt="Post-Apocalyptic Landscape">
|
501 |
-
</div>
|
502 |
-
<div class="carousel-item">
|
503 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Space%20Station%20Orbiting%20a%20Distant%20Planet.jpg" alt="Space Station Orbiting a Distant Planet">
|
504 |
-
</div>
|
505 |
-
<div class="carousel-item">
|
506 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Steampunk%20Adventure%20Setting.jpg" alt="Steampunk Adventure Setting">
|
507 |
-
</div>
|
508 |
-
<div class="carousel-item">
|
509 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Steampunk%20Airship%20Fleet%20Over%20a%20Cloudy%20Sky.jpg" alt="Steampunk Airship Fleet Over a Cloudy Sky">
|
510 |
-
</div>
|
511 |
-
<div class="carousel-item">
|
512 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Underwater%20City%20of%20the%20Future.jpg" alt="Underwater City of the Future">
|
513 |
-
</div>
|
514 |
-
<div class="carousel-item">
|
515 |
-
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/rudolph%20with%20red%20nose%20in%20cartoon%208k%20very%20detailed.jpg" alt="Rudolph with Red Nose in Cartoon 8k Very Detailed">
|
516 |
-
</div>
|
517 |
-
</div>
|
518 |
-
<div class="carousel-controls">
|
519 |
-
<button class="carousel-control-prev" onclick="prevSlide()">❮</button>
|
520 |
-
<button class="carousel-control-next" onclick="nextSlide()">❯</button>
|
521 |
-
</div>
|
522 |
</div>
|
523 |
-
<div class="
|
524 |
-
<
|
525 |
-
<span class="dot" onclick="currentSlide(2)"></span>
|
526 |
-
<span class="dot" onclick="currentSlide(3)"></span>
|
527 |
-
<span class="dot" onclick="currentSlide(4)"></span>
|
528 |
-
<span class="dot" onclick="currentSlide(5)"></span>
|
529 |
-
<span class="dot" onclick="currentSlide(6)"></span>
|
530 |
-
<span class="dot" onclick="currentSlide(7)"></span>
|
531 |
-
<span class="dot" onclick="currentSlide(8)"></span>
|
532 |
-
<span class="dot" onclick="currentSlide(9)"></span>
|
533 |
-
<span class="dot" onclick="currentSlide(10)"></span>
|
534 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
</div>
|
536 |
</div>
|
537 |
</div>
|
|
|
136 |
color: #333;
|
137 |
}
|
138 |
|
139 |
+
/* Container and Section Styles */
|
140 |
+
.container {
|
141 |
+
max-width: 1200px;
|
|
|
|
|
142 |
margin: auto;
|
143 |
+
padding: 20px;
|
144 |
+
background-color: #f8f9fa;
|
145 |
+
border-radius: 8px;
|
146 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
147 |
}
|
148 |
|
149 |
+
.section {
|
150 |
+
margin-bottom: 40px;
|
|
|
|
|
151 |
}
|
152 |
|
153 |
+
.section-header {
|
154 |
+
text-align: center;
|
155 |
+
margin-bottom: 30px;
|
156 |
}
|
157 |
|
158 |
+
.section-title {
|
159 |
+
font-size: 28px;
|
160 |
+
font-weight: bold;
|
161 |
+
color: #333;
|
162 |
+
position: relative;
|
163 |
+
display: inline-block;
|
164 |
+
padding-bottom: 10px;
|
165 |
+
margin-bottom: 10px;
|
166 |
}
|
167 |
|
168 |
+
.section-title::after {
|
169 |
+
content: '';
|
170 |
position: absolute;
|
171 |
+
width: 50px;
|
172 |
+
height: 4px;
|
173 |
+
background-color: #007bff;
|
174 |
+
bottom: 0;
|
175 |
+
left: 50%;
|
176 |
+
transform: translateX(-50%);
|
177 |
+
}
|
178 |
+
|
179 |
+
/* Grid Styles */
|
180 |
+
.section-content {
|
181 |
+
display: grid;
|
182 |
+
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
183 |
+
gap: 20px;
|
184 |
+
}
|
185 |
+
|
186 |
+
.grid-item {
|
187 |
+
position: relative;
|
188 |
+
overflow: hidden;
|
189 |
+
border-radius: 8px;
|
190 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
|
191 |
+
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
192 |
+
}
|
193 |
+
|
194 |
+
.grid-item img {
|
195 |
width: 100%;
|
196 |
+
height: 100%;
|
197 |
+
display: block;
|
198 |
+
object-fit: cover;
|
199 |
+
transition: transform 0.5s ease;
|
200 |
}
|
201 |
|
202 |
+
.grid-item:hover {
|
203 |
+
transform: translateY(-10px);
|
204 |
+
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
|
205 |
}
|
206 |
|
207 |
+
.grid-item:hover img {
|
208 |
+
transform: scale(1.1);
|
209 |
+
}
|
210 |
+
|
211 |
+
/* Dot Styles */
|
212 |
.dot-container {
|
213 |
+
display: flex;
|
214 |
+
justify-content: center;
|
215 |
+
align-items: center;
|
216 |
+
margin-top: 20px;
|
217 |
}
|
218 |
|
219 |
.dot {
|
220 |
height: 15px;
|
221 |
width: 15px;
|
222 |
+
margin: 0 8px;
|
223 |
background-color: #bbb;
|
224 |
border-radius: 50%;
|
225 |
+
cursor: pointer;
|
226 |
+
transition: background-color 0.3s ease, transform 0.3s ease;
|
227 |
}
|
228 |
|
229 |
+
.dot.active,
|
230 |
.dot:hover {
|
231 |
+
background-color: #007bff;
|
232 |
+
transform: scale(1.2);
|
233 |
}
|
234 |
|
235 |
.detail {
|
|
|
515 |
<h2 class="section-title">🖼️ Example Images</h2>
|
516 |
</div>
|
517 |
<div class="section-content">
|
518 |
+
<div class="grid-item">
|
519 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Ancient%20Temple%20in%20a%20Lush%20Jungle.jpg" alt="Ancient Temple in a Lush Jungle">
|
520 |
+
</div>
|
521 |
+
<div class="grid-item">
|
522 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Cyberpunk%20Metropolis%20Scene.jpg" alt="Cyberpunk Metropolis Scene">
|
523 |
+
</div>
|
524 |
+
<div class="grid-item">
|
525 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Extraterrestrial%20Market%20on%20a%20Desert%20Planet.jpg" alt="Extraterrestrial Market on a Desert Planet">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
</div>
|
527 |
+
<div class="grid-item">
|
528 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Generate%20an%20image%20depicting%20a%20sprawling%20fantasy%20city%20at%20dusk.jpg" alt="Sprawling Fantasy City at Dusk">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
</div>
|
530 |
+
<div class="grid-item">
|
531 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Post-Apocalyptic%20Landscape.jpg" alt="Post-Apocalyptic Landscape">
|
532 |
+
</div>
|
533 |
+
<div class="grid-item">
|
534 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Space%20Station%20Orbiting%20a%20Distant%20Planet.jpg" alt="Space Station Orbiting a Distant Planet">
|
535 |
+
</div>
|
536 |
+
<div class="grid-item">
|
537 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Steampunk%20Adventure%20Setting.jpg" alt="Steampunk Adventure Setting">
|
538 |
+
</div>
|
539 |
+
<div class="grid-item">
|
540 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Steampunk%20Airship%20Fleet%20Over%20a%20Cloudy%20Sky.jpg" alt="Steampunk Airship Fleet Over a Cloudy Sky">
|
541 |
+
</div>
|
542 |
+
<div class="grid-item">
|
543 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/Underwater%20City%20of%20the%20Future.jpg" alt="Underwater City of the Future">
|
544 |
+
</div>
|
545 |
+
<div class="grid-item">
|
546 |
+
<img src="https://huggingface.co/ayjays132/CustomImageGenerator/resolve/main/ImageFiles/rudolph%20with%20red%20nose%20in%20cartoon%208k%20very%20detailed.jpg" alt="Rudolph with Red Nose in Cartoon 8k Very Detailed">
|
547 |
+
</div>
|
548 |
+
</div>
|
549 |
+
<div class="dot-container">
|
550 |
+
<span class="dot" onclick="currentSlide(1)"></span>
|
551 |
+
<span class="dot" onclick="currentSlide(2)"></span>
|
552 |
+
<span class="dot" onclick="currentSlide(3)"></span>
|
553 |
+
<span class="dot" onclick="currentSlide(4)"></span>
|
554 |
+
<span class="dot" onclick="currentSlide(5)"></span>
|
555 |
+
<span class="dot" onclick="currentSlide(6)"></span>
|
556 |
+
<span class="dot" onclick="currentSlide(7)"></span>
|
557 |
+
<span class="dot" onclick="currentSlide(8)"></span>
|
558 |
+
<span class="dot" onclick="currentSlide(9)"></span>
|
559 |
+
<span class="dot" onclick="currentSlide(10)"></span>
|
560 |
</div>
|
561 |
</div>
|
562 |
</div>
|