Spaces:
Running
Running
Upload 6 files
Browse files- css/style.css +26 -47
- index.html +206 -70
css/style.css
CHANGED
@@ -520,11 +520,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
520 |
margin-bottom: 2.5rem;
|
521 |
}
|
522 |
|
523 |
-
.mx-2 {
|
524 |
-
margin-left: 0.5rem;
|
525 |
-
margin-right: 0.5rem;
|
526 |
-
}
|
527 |
-
|
528 |
.mx-3 {
|
529 |
margin-left: 0.75rem;
|
530 |
margin-right: 0.75rem;
|
@@ -558,24 +553,20 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
558 |
display: grid;
|
559 |
}
|
560 |
|
561 |
-
.
|
562 |
-
|
563 |
-
}
|
564 |
-
|
565 |
-
.h-6 {
|
566 |
-
height: 1.5rem;
|
567 |
}
|
568 |
|
569 |
-
.h-
|
570 |
-
height:
|
571 |
}
|
572 |
|
573 |
.h-4 {
|
574 |
height: 1rem;
|
575 |
}
|
576 |
|
577 |
-
.h-
|
578 |
-
height:
|
579 |
}
|
580 |
|
581 |
.w-full {
|
@@ -586,18 +577,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
586 |
width: 50%;
|
587 |
}
|
588 |
|
589 |
-
.w-6 {
|
590 |
-
width: 1.5rem;
|
591 |
-
}
|
592 |
-
|
593 |
.w-4 {
|
594 |
width: 1rem;
|
595 |
}
|
596 |
|
597 |
-
.w-5 {
|
598 |
-
width: 1.25rem;
|
599 |
-
}
|
600 |
-
|
601 |
.max-w-fit {
|
602 |
max-width: -webkit-fit-content;
|
603 |
max-width: -moz-fit-content;
|
@@ -628,6 +611,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
628 |
align-items: center;
|
629 |
}
|
630 |
|
|
|
|
|
|
|
|
|
631 |
.gap-x-5 {
|
632 |
-moz-column-gap: 1.25rem;
|
633 |
column-gap: 1.25rem;
|
@@ -647,12 +634,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
647 |
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
|
648 |
}
|
649 |
|
650 |
-
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
651 |
-
--tw-space-x-reverse: 0;
|
652 |
-
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
653 |
-
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
654 |
-
}
|
655 |
-
|
656 |
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
657 |
--tw-space-x-reverse: 0;
|
658 |
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
@@ -671,18 +652,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
671 |
border-radius: 1.5rem;
|
672 |
}
|
673 |
|
674 |
-
.rounded-md {
|
675 |
-
border-radius: 0.375rem;
|
676 |
-
}
|
677 |
-
|
678 |
.rounded-sm {
|
679 |
border-radius: 0.125rem;
|
680 |
}
|
681 |
|
682 |
-
.border {
|
683 |
-
border-width: 1px;
|
684 |
-
}
|
685 |
-
|
686 |
.border-r {
|
687 |
border-right-width: 1px;
|
688 |
}
|
@@ -707,21 +680,11 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
707 |
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
708 |
}
|
709 |
|
710 |
-
.bg-gray-300 {
|
711 |
-
--tw-bg-opacity: 1;
|
712 |
-
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
713 |
-
}
|
714 |
-
|
715 |
.bg-black {
|
716 |
--tw-bg-opacity: 1;
|
717 |
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
718 |
}
|
719 |
|
720 |
-
.bg-IconBg {
|
721 |
-
--tw-bg-opacity: 1;
|
722 |
-
background-color: rgb(232 237 240 / var(--tw-bg-opacity));
|
723 |
-
}
|
724 |
-
|
725 |
.object-contain {
|
726 |
-o-object-fit: contain;
|
727 |
object-fit: contain;
|
@@ -867,6 +830,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
867 |
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
868 |
}
|
869 |
|
|
|
|
|
|
|
|
|
870 |
.md\:w-2\/5 {
|
871 |
width: 40%;
|
872 |
}
|
@@ -875,6 +842,18 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
875 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
876 |
}
|
877 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
878 |
.md\:p-14 {
|
879 |
padding: 3.5rem;
|
880 |
}
|
|
|
520 |
margin-bottom: 2.5rem;
|
521 |
}
|
522 |
|
|
|
|
|
|
|
|
|
|
|
523 |
.mx-3 {
|
524 |
margin-left: 0.75rem;
|
525 |
margin-right: 0.75rem;
|
|
|
553 |
display: grid;
|
554 |
}
|
555 |
|
556 |
+
.hidden {
|
557 |
+
display: none;
|
|
|
|
|
|
|
|
|
558 |
}
|
559 |
|
560 |
+
.h-full {
|
561 |
+
height: 100%;
|
562 |
}
|
563 |
|
564 |
.h-4 {
|
565 |
height: 1rem;
|
566 |
}
|
567 |
|
568 |
+
.h-3 {
|
569 |
+
height: 0.75rem;
|
570 |
}
|
571 |
|
572 |
.w-full {
|
|
|
577 |
width: 50%;
|
578 |
}
|
579 |
|
|
|
|
|
|
|
|
|
580 |
.w-4 {
|
581 |
width: 1rem;
|
582 |
}
|
583 |
|
|
|
|
|
|
|
|
|
584 |
.max-w-fit {
|
585 |
max-width: -webkit-fit-content;
|
586 |
max-width: -moz-fit-content;
|
|
|
611 |
align-items: center;
|
612 |
}
|
613 |
|
614 |
+
.gap-1 {
|
615 |
+
gap: 0.25rem;
|
616 |
+
}
|
617 |
+
|
618 |
.gap-x-5 {
|
619 |
-moz-column-gap: 1.25rem;
|
620 |
column-gap: 1.25rem;
|
|
|
634 |
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
|
635 |
}
|
636 |
|
|
|
|
|
|
|
|
|
|
|
|
|
637 |
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
638 |
--tw-space-x-reverse: 0;
|
639 |
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
|
652 |
border-radius: 1.5rem;
|
653 |
}
|
654 |
|
|
|
|
|
|
|
|
|
655 |
.rounded-sm {
|
656 |
border-radius: 0.125rem;
|
657 |
}
|
658 |
|
|
|
|
|
|
|
|
|
659 |
.border-r {
|
660 |
border-right-width: 1px;
|
661 |
}
|
|
|
680 |
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
681 |
}
|
682 |
|
|
|
|
|
|
|
|
|
|
|
683 |
.bg-black {
|
684 |
--tw-bg-opacity: 1;
|
685 |
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
686 |
}
|
687 |
|
|
|
|
|
|
|
|
|
|
|
688 |
.object-contain {
|
689 |
-o-object-fit: contain;
|
690 |
object-fit: contain;
|
|
|
830 |
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
831 |
}
|
832 |
|
833 |
+
.md\:inline-block {
|
834 |
+
display: inline-block;
|
835 |
+
}
|
836 |
+
|
837 |
.md\:w-2\/5 {
|
838 |
width: 40%;
|
839 |
}
|
|
|
842 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
843 |
}
|
844 |
|
845 |
+
.md\:flex-row {
|
846 |
+
flex-direction: row;
|
847 |
+
}
|
848 |
+
|
849 |
+
.md\:items-center {
|
850 |
+
align-items: center;
|
851 |
+
}
|
852 |
+
|
853 |
+
.md\:justify-between {
|
854 |
+
justify-content: space-between;
|
855 |
+
}
|
856 |
+
|
857 |
.md\:p-14 {
|
858 |
padding: 3.5rem;
|
859 |
}
|
index.html
CHANGED
@@ -162,50 +162,66 @@
|
|
162 |
<!--Huggies section-->
|
163 |
<section id="Huggies" class="">
|
164 |
<!--Section Title-->
|
165 |
-
<div class="
|
|
|
|
|
166 |
|
167 |
<!--GRID Container-->
|
168 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-x-5 gap-y-10">
|
169 |
|
170 |
<!--Modern Huggies-->
|
|
|
171 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
172 |
<img src="images/modern Huggies/Doodle Huggy.gif" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
173 |
<!--Info box-->
|
174 |
-
<div class="
|
175 |
<h5 class="text-lg font-sans text-BluishDark">Doodle Huggy</h5>
|
176 |
<!--Download Buttons-->
|
177 |
-
|
|
|
|
|
|
|
178 |
</div>
|
179 |
</div>
|
180 |
-
|
|
|
181 |
<!-- Component 1 Container -->
|
182 |
<div class="w-full flex flex-col">
|
183 |
<img src="images/modern Huggies/Acedemic Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
184 |
<!--Info box-->
|
185 |
-
<div class="
|
186 |
<h5 class="text-lg font-sans text-BluishDark">Acedemic Huggy</h5>
|
187 |
<!--Download Buttons-->
|
188 |
-
|
|
|
|
|
|
|
189 |
</div>
|
190 |
</div>
|
191 |
<!-- Component 2 Container -->
|
192 |
<div class="w-full flex flex-col">
|
193 |
<img src="images/modern Huggies/computer vision Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
194 |
<!--Info box-->
|
195 |
-
<div class="
|
196 |
<h5 class="text-lg font-sans text-BluishDark">Vision Huggy</h5>
|
197 |
<!--Download Buttons-->
|
198 |
-
|
|
|
|
|
|
|
199 |
</div>
|
200 |
</div>
|
201 |
<!-- Component 1 Container -->
|
202 |
<div class="w-full flex flex-col">
|
203 |
<img src="images/modern Huggies/D Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
204 |
<!--Info box-->
|
205 |
-
<div class="
|
206 |
<h5 class="text-lg font-sans text-BluishDark">D Huggy</h5>
|
207 |
<!--Download Buttons-->
|
208 |
-
|
|
|
|
|
|
|
209 |
</div>
|
210 |
</div>
|
211 |
|
@@ -213,9 +229,13 @@
|
|
213 |
<div class="w-full flex flex-col">
|
214 |
<img src="images/modern Huggies/Transformer Agent Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
215 |
<!--Info box-->
|
216 |
-
<div class="
|
217 |
<h5 class="text-lg font-sans text-BluishDark">Coding Huggy</h5>
|
218 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
219 |
|
220 |
</div>
|
221 |
</div>
|
@@ -225,9 +245,13 @@
|
|
225 |
<div class="w-full flex flex-col">
|
226 |
<img src="images/modern Huggies/Game Jam Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
227 |
<!--Info box-->
|
228 |
-
<div class="
|
229 |
<h5 class="text-lg font-sans text-BluishDark">Game Jam Huggy</h5>
|
230 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
231 |
|
232 |
</div>
|
233 |
</div>
|
@@ -235,9 +259,13 @@
|
|
235 |
<div class="w-full flex flex-col">
|
236 |
<img src="images/modern Huggies/IDEFICS Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
237 |
<!--Info box-->
|
238 |
-
<div class="
|
239 |
<h5 class="text-lg font-sans text-BluishDark">IDEFICS Huggy</h5>
|
240 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
241 |
|
242 |
</div>
|
243 |
</div>
|
@@ -246,9 +274,13 @@
|
|
246 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
247 |
<img src="images/modern Huggies/Vibing Huggy.gif" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
248 |
<!--Info box-->
|
249 |
-
<div class="
|
250 |
<h5 class="text-lg font-sans text-BluishDark">Vibing Huggy</h5>
|
251 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
252 |
|
253 |
</div>
|
254 |
</div>
|
@@ -256,9 +288,13 @@
|
|
256 |
<div class="w-full flex flex-col">
|
257 |
<img src="images/modern Huggies/Karaoke Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
258 |
<!--Info box-->
|
259 |
-
<div class="
|
260 |
<h5 class="text-lg font-sans text-BluishDark">Karaoke Huggy</h5>
|
261 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
262 |
|
263 |
</div>
|
264 |
</div>
|
@@ -266,9 +302,13 @@
|
|
266 |
<div class="w-full flex flex-col">
|
267 |
<img src="images/modern Huggies/Lora Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
268 |
<!--Info box-->
|
269 |
-
<div class="
|
270 |
<h5 class="text-lg font-sans text-BluishDark">Lora Huggy</h5>
|
271 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
272 |
|
273 |
</div>
|
274 |
</div>
|
@@ -277,9 +317,13 @@
|
|
277 |
<div class="w-full flex flex-col">
|
278 |
<img src="images/modern Huggies/Robot Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
279 |
<!--Info box-->
|
280 |
-
<div class="
|
281 |
<h5 class="text-lg font-sans text-BluishDark">iHuggy</h5>
|
282 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
283 |
|
284 |
</div>
|
285 |
</div>
|
@@ -287,9 +331,13 @@
|
|
287 |
<div class="w-full flex flex-col">
|
288 |
<img src="images/modern Huggies/Text Generation Wizard Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
289 |
<!--Info box-->
|
290 |
-
<div class="
|
291 |
<h5 class="text-lg font-sans text-BluishDark">Wizard Huggy</h5>
|
292 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
293 |
|
294 |
</div>
|
295 |
</div>
|
@@ -297,9 +345,13 @@
|
|
297 |
<div class="w-full flex flex-col col-span-2">
|
298 |
<img src="images/modern Huggies/Optimum Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow px-3 rounded-3xl object-contain">
|
299 |
<!--Info box-->
|
300 |
-
<div class="
|
301 |
<h5 class="text-lg font-sans text-BluishDark">Optimum Huggy</h5>
|
302 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
303 |
|
304 |
</div>
|
305 |
</div>
|
@@ -307,9 +359,13 @@
|
|
307 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
308 |
<img src="images/modern Huggies/Super Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
309 |
<!--Info box-->
|
310 |
-
<div class="
|
311 |
<h5 class="text-lg font-sans text-BluishDark">Super Huggy!</h5>
|
312 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
313 |
|
314 |
</div>
|
315 |
</div>
|
@@ -317,27 +373,39 @@
|
|
317 |
<div class="w-full flex flex-col">
|
318 |
<img src="images/modern Huggies/Back of a Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
319 |
<!--Info box-->
|
320 |
-
<div class="
|
321 |
<h5 class="text-lg font-sans text-BluishDark">Huggy back</h5>
|
322 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
323 |
</div>
|
324 |
</div>
|
325 |
|
326 |
<div class="w-full flex flex-col">
|
327 |
<img src="images/modern Huggies/Wine Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
328 |
<!--Info box-->
|
329 |
-
<div class="
|
330 |
<h5 class="text-lg font-sans text-BluishDark">Wine Huggy</h5>
|
331 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
332 |
</div>
|
333 |
</div>
|
334 |
|
335 |
<div class="w-full flex flex-col">
|
336 |
<img src="images/modern Huggies/Dragon Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
337 |
<!--Info box-->
|
338 |
-
<div class="
|
339 |
<h5 class="text-lg font-sans text-BluishDark">Dragon Huggy</h5>
|
340 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
341 |
</div>
|
342 |
</div>
|
343 |
|
@@ -345,153 +413,221 @@
|
|
345 |
<div class="w-full flex flex-col">
|
346 |
<img src="images/Outlined Huggies/GPU Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
347 |
<!--Info box-->
|
348 |
-
<div class="
|
349 |
<h5 class="text-lg font-sans text-BluishDark">GPU Huggy</h5>
|
350 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
351 |
</div>
|
352 |
</div>
|
353 |
|
354 |
<div class="w-full flex flex-col">
|
355 |
<img src="images/Outlined Huggies/Comic Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
356 |
<!--Info box-->
|
357 |
-
<div class="
|
358 |
<h5 class="text-lg font-sans text-BluishDark">Comic Huggy</h5>
|
359 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
360 |
</div>
|
361 |
</div>
|
362 |
|
363 |
<div class="w-full flex flex-col">
|
364 |
<img src="images/Outlined Huggies/Curious Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
365 |
<!--Info box-->
|
366 |
-
<div class="
|
367 |
<h5 class="text-lg font-sans text-BluishDark">Curious Huggy</h5>
|
368 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
369 |
</div>
|
370 |
</div>
|
371 |
|
372 |
<div class="w-full flex flex-col">
|
373 |
<img src="images/Outlined Huggies/Rocket Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
374 |
<!--Info box-->
|
375 |
-
<div class="
|
376 |
<h5 class="text-lg font-sans text-BluishDark">To the moon</h5>
|
377 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
378 |
</div>
|
379 |
</div>
|
380 |
|
381 |
<div class="w-full flex flex-col">
|
382 |
<img src="images/Outlined Huggies/Diffusor guide Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
383 |
<!--Info box-->
|
384 |
-
<div class="
|
385 |
<h5 class="text-lg font-sans text-BluishDark">Diffusor Huggy</h5>
|
386 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
387 |
</div>
|
388 |
</div>
|
389 |
|
390 |
<div class="w-full flex flex-col">
|
391 |
<img src="images/Outlined Huggies/Fishing Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
392 |
<!--Info box-->
|
393 |
-
<div class="
|
394 |
<h5 class="text-lg font-sans text-BluishDark">Fishing Huggy</h5>
|
395 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
396 |
</div>
|
397 |
</div>
|
398 |
|
399 |
<div class="w-full flex flex-col">
|
400 |
<img src="images/Outlined Huggies/Global Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
401 |
<!--Info box-->
|
402 |
-
<div class="
|
403 |
<h5 class="text-lg font-sans text-BluishDark">Global Huggy</h5>
|
404 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
405 |
</div>
|
406 |
</div>
|
407 |
|
408 |
<div class="w-full flex flex-col">
|
409 |
<img src="images/Outlined Huggies/Greeting Huggy left.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
410 |
<!--Info box-->
|
411 |
-
<div class="
|
412 |
<h5 class="text-lg font-sans text-BluishDark">Greeting Huggy l</h5>
|
413 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
414 |
</div>
|
415 |
</div>
|
416 |
|
417 |
<div class="w-full flex flex-col">
|
418 |
<img src="images/Outlined Huggies/Greeting Huggy right.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
419 |
<!--Info box-->
|
420 |
-
<div class="
|
421 |
<h5 class="text-lg font-sans text-BluishDark">Greeting Huggy r</h5>
|
422 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
423 |
</div>
|
424 |
</div>
|
425 |
|
426 |
<div class="w-full flex flex-col">
|
427 |
<img src="images/Outlined Huggies/Growing model Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
428 |
<!--Info box-->
|
429 |
-
<div class="
|
430 |
<h5 class="text-lg font-sans text-BluishDark">Caring Huggy</h5>
|
431 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
432 |
</div>
|
433 |
</div>
|
434 |
|
435 |
<div class="w-full flex flex-col">
|
436 |
<img src="images/Outlined Huggies/Guide Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
437 |
<!--Info box-->
|
438 |
-
<div class="
|
439 |
<h5 class="text-lg font-sans text-BluishDark">Guide Huggy</h5>
|
440 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
441 |
</div>
|
442 |
</div>
|
443 |
|
444 |
<div class="w-full flex flex-col">
|
445 |
<img src="images/Outlined Huggies/Loving modelndataset Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
446 |
<!--Info box-->
|
447 |
-
<div class="
|
448 |
<h5 class="text-lg font-sans text-BluishDark">in-love Huggy</h5>
|
449 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
450 |
</div>
|
451 |
</div>
|
452 |
|
453 |
<div class="w-full flex flex-col">
|
454 |
<img src="images/Outlined Huggies/Manager Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
455 |
<!--Info box-->
|
456 |
-
<div class="
|
457 |
<h5 class="text-lg font-sans text-BluishDark">Manager Huggy</h5>
|
458 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
459 |
</div>
|
460 |
</div>
|
461 |
|
462 |
<div class="w-full flex flex-col">
|
463 |
<img src="images/Outlined Huggies/Paper Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
464 |
<!--Info box-->
|
465 |
-
<div class="
|
466 |
<h5 class="text-lg font-sans text-BluishDark">Paper Huggy</h5>
|
467 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
468 |
</div>
|
469 |
</div>
|
470 |
|
471 |
<div class="w-full flex flex-col">
|
472 |
<img src="images/Outlined Huggies/Scan Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
473 |
<!--Info box-->
|
474 |
-
<div class="
|
475 |
<h5 class="text-lg font-sans text-BluishDark">Scan Huggy</h5>
|
476 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
477 |
</div>
|
478 |
</div>
|
479 |
|
480 |
<div class="w-full flex flex-col">
|
481 |
<img src="images/Outlined Huggies/Violinist Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
482 |
<!--Info box-->
|
483 |
-
<div class="
|
484 |
<h5 class="text-lg font-sans text-BluishDark">Violinist Huggy</h5>
|
485 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
486 |
</div>
|
487 |
</div>
|
488 |
|
489 |
<div class="w-full flex flex-col">
|
490 |
<img src="images/Outlined Huggies/X-ray Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
491 |
<!--Info box-->
|
492 |
-
<div class="
|
493 |
<h5 class="text-lg font-sans text-BluishDark">X-ray Huggy</h5>
|
494 |
-
<!--Download Buttons-->
|
|
|
|
|
|
|
|
|
495 |
</div>
|
496 |
</div>
|
497 |
|
|
|
162 |
<!--Huggies section-->
|
163 |
<section id="Huggies" class="">
|
164 |
<!--Section Title-->
|
165 |
+
<div class="flex items-center mb-5">
|
166 |
+
<div class="font-mono max-w-fit text-3xl bg-blue-500 text-white py-3 px-6 rounded-full">Huggies</div>
|
167 |
+
</div>
|
168 |
|
169 |
<!--GRID Container-->
|
170 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-x-5 gap-y-10">
|
171 |
|
172 |
<!--Modern Huggies-->
|
173 |
+
|
174 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
175 |
<img src="images/modern Huggies/Doodle Huggy.gif" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
176 |
<!--Info box-->
|
177 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
178 |
<h5 class="text-lg font-sans text-BluishDark">Doodle Huggy</h5>
|
179 |
<!--Download Buttons-->
|
180 |
+
<button x-data="{ filename: 'Doodle Huggy.gif', imageUrl: 'images/modern Huggies/Doodle Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
181 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
182 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
183 |
+
</button>
|
184 |
</div>
|
185 |
</div>
|
186 |
+
|
187 |
+
|
188 |
<!-- Component 1 Container -->
|
189 |
<div class="w-full flex flex-col">
|
190 |
<img src="images/modern Huggies/Acedemic Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
191 |
<!--Info box-->
|
192 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
193 |
<h5 class="text-lg font-sans text-BluishDark">Acedemic Huggy</h5>
|
194 |
<!--Download Buttons-->
|
195 |
+
<button x-data="{ filename: 'Acedemic Huggy.png', imageUrl: 'images/modern Huggies/Acedemic Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
196 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
197 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
198 |
+
</button>
|
199 |
</div>
|
200 |
</div>
|
201 |
<!-- Component 2 Container -->
|
202 |
<div class="w-full flex flex-col">
|
203 |
<img src="images/modern Huggies/computer vision Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
204 |
<!--Info box-->
|
205 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
206 |
<h5 class="text-lg font-sans text-BluishDark">Vision Huggy</h5>
|
207 |
<!--Download Buttons-->
|
208 |
+
<button x-data="{ filename: 'computer vision Huggy.png', imageUrl: 'images/modern Huggies/computer vision Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
209 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
210 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
211 |
+
</button>
|
212 |
</div>
|
213 |
</div>
|
214 |
<!-- Component 1 Container -->
|
215 |
<div class="w-full flex flex-col">
|
216 |
<img src="images/modern Huggies/D Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
217 |
<!--Info box-->
|
218 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
219 |
<h5 class="text-lg font-sans text-BluishDark">D Huggy</h5>
|
220 |
<!--Download Buttons-->
|
221 |
+
<button x-data="{ filename: 'D Huggy', imageUrl: 'images/modern Huggies/D Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
222 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
223 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
224 |
+
</button>
|
225 |
</div>
|
226 |
</div>
|
227 |
|
|
|
229 |
<div class="w-full flex flex-col">
|
230 |
<img src="images/modern Huggies/Transformer Agent Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
231 |
<!--Info box-->
|
232 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
233 |
<h5 class="text-lg font-sans text-BluishDark">Coding Huggy</h5>
|
234 |
+
<!--Download Buttons-->
|
235 |
+
<button x-data="{ filename: 'Coding Huggy', imageUrl: 'images/modern Huggies/Transformer Agent Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
236 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
237 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
238 |
+
</button>
|
239 |
|
240 |
</div>
|
241 |
</div>
|
|
|
245 |
<div class="w-full flex flex-col">
|
246 |
<img src="images/modern Huggies/Game Jam Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
247 |
<!--Info box-->
|
248 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
249 |
<h5 class="text-lg font-sans text-BluishDark">Game Jam Huggy</h5>
|
250 |
+
<!--Download Buttons-->
|
251 |
+
<button x-data="{ filename: 'Gameing Huggy', imageUrl: 'images/modern Huggies/Game Jam Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
252 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
253 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
254 |
+
</button>
|
255 |
|
256 |
</div>
|
257 |
</div>
|
|
|
259 |
<div class="w-full flex flex-col">
|
260 |
<img src="images/modern Huggies/IDEFICS Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
261 |
<!--Info box-->
|
262 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
263 |
<h5 class="text-lg font-sans text-BluishDark">IDEFICS Huggy</h5>
|
264 |
+
<!--Download Buttons-->
|
265 |
+
<button x-data="{ filename: 'IDEFICS Huggy', imageUrl: 'images/modern Huggies/IDEFICS Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
266 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
267 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
268 |
+
</button>
|
269 |
|
270 |
</div>
|
271 |
</div>
|
|
|
274 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
275 |
<img src="images/modern Huggies/Vibing Huggy.gif" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
276 |
<!--Info box-->
|
277 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
278 |
<h5 class="text-lg font-sans text-BluishDark">Vibing Huggy</h5>
|
279 |
+
<!--Download Buttons-->
|
280 |
+
<button x-data="{ filename: 'Vibing Huggy', imageUrl: 'images/modern Huggies/Vibing Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
281 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
282 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
283 |
+
</button>
|
284 |
|
285 |
</div>
|
286 |
</div>
|
|
|
288 |
<div class="w-full flex flex-col">
|
289 |
<img src="images/modern Huggies/Karaoke Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
290 |
<!--Info box-->
|
291 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
292 |
<h5 class="text-lg font-sans text-BluishDark">Karaoke Huggy</h5>
|
293 |
+
<!--Download Buttons-->
|
294 |
+
<button x-data="{ filename: 'Karaoke Huggy', imageUrl: 'images/modern Huggies/Karaoke Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
295 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
296 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
297 |
+
</button>
|
298 |
|
299 |
</div>
|
300 |
</div>
|
|
|
302 |
<div class="w-full flex flex-col">
|
303 |
<img src="images/modern Huggies/Lora Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
304 |
<!--Info box-->
|
305 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
306 |
<h5 class="text-lg font-sans text-BluishDark">Lora Huggy</h5>
|
307 |
+
<!--Download Buttons-->
|
308 |
+
<button x-data="{ filename: 'Lora Huggy', imageUrl: 'images/modern Huggies/Lora Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
309 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
310 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
311 |
+
</button>
|
312 |
|
313 |
</div>
|
314 |
</div>
|
|
|
317 |
<div class="w-full flex flex-col">
|
318 |
<img src="images/modern Huggies/Robot Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
319 |
<!--Info box-->
|
320 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
321 |
<h5 class="text-lg font-sans text-BluishDark">iHuggy</h5>
|
322 |
+
<!--Download Buttons-->
|
323 |
+
<button x-data="{ filename: 'Robot Huggy', imageUrl: 'images/modern Huggies/Robot Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
324 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
325 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
326 |
+
</button>
|
327 |
|
328 |
</div>
|
329 |
</div>
|
|
|
331 |
<div class="w-full flex flex-col">
|
332 |
<img src="images/modern Huggies/Text Generation Wizard Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
333 |
<!--Info box-->
|
334 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
335 |
<h5 class="text-lg font-sans text-BluishDark">Wizard Huggy</h5>
|
336 |
+
<!--Download Buttons-->
|
337 |
+
<button x-data="{ filename: 'Wizard Huggy', imageUrl: 'images/modern Huggies/Text Generation Wizard Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
338 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
339 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
340 |
+
</button>
|
341 |
|
342 |
</div>
|
343 |
</div>
|
|
|
345 |
<div class="w-full flex flex-col col-span-2">
|
346 |
<img src="images/modern Huggies/Optimum Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow px-3 rounded-3xl object-contain">
|
347 |
<!--Info box-->
|
348 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
349 |
<h5 class="text-lg font-sans text-BluishDark">Optimum Huggy</h5>
|
350 |
+
<!--Download Buttons-->
|
351 |
+
<button x-data="{ filename: 'Optimum Huggy', imageUrl: 'images/modern Huggies/Optimum Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
352 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
353 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
354 |
+
</button>
|
355 |
|
356 |
</div>
|
357 |
</div>
|
|
|
359 |
<div class="w-full flex flex-col col-span-2 row-span-2">
|
360 |
<img src="images/modern Huggies/Super Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
361 |
<!--Info box-->
|
362 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
363 |
<h5 class="text-lg font-sans text-BluishDark">Super Huggy!</h5>
|
364 |
+
<!--Download Buttons-->
|
365 |
+
<button x-data="{ filename: 'Super Huggy!', imageUrl: 'images/modern Huggies/Super Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
366 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
367 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
368 |
+
</button>
|
369 |
|
370 |
</div>
|
371 |
</div>
|
|
|
373 |
<div class="w-full flex flex-col">
|
374 |
<img src="images/modern Huggies/Back of a Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
375 |
<!--Info box-->
|
376 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
377 |
<h5 class="text-lg font-sans text-BluishDark">Huggy back</h5>
|
378 |
+
<!--Download Buttons-->
|
379 |
+
<button x-data="{ filename: 'Huggy back', imageUrl: 'images/modern Huggies/Back of a Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
380 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
381 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
382 |
+
</button>
|
383 |
</div>
|
384 |
</div>
|
385 |
|
386 |
<div class="w-full flex flex-col">
|
387 |
<img src="images/modern Huggies/Wine Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
388 |
<!--Info box-->
|
389 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
390 |
<h5 class="text-lg font-sans text-BluishDark">Wine Huggy</h5>
|
391 |
+
<!--Download Buttons-->
|
392 |
+
<button x-data="{ filename: 'Wine Huggy', imageUrl: 'images/modern Huggies/Wine Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
393 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
394 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
395 |
+
</button>
|
396 |
</div>
|
397 |
</div>
|
398 |
|
399 |
<div class="w-full flex flex-col">
|
400 |
<img src="images/modern Huggies/Dragon Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
401 |
<!--Info box-->
|
402 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
403 |
<h5 class="text-lg font-sans text-BluishDark">Dragon Huggy</h5>
|
404 |
+
<!--Download Buttons-->
|
405 |
+
<button x-data="{ filename: 'Dragon Huggy', imageUrl: 'images/modern Huggies/Dragon Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
406 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
407 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
408 |
+
</button>
|
409 |
</div>
|
410 |
</div>
|
411 |
|
|
|
413 |
<div class="w-full flex flex-col">
|
414 |
<img src="images/Outlined Huggies/GPU Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
415 |
<!--Info box-->
|
416 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
417 |
<h5 class="text-lg font-sans text-BluishDark">GPU Huggy</h5>
|
418 |
+
<!--Download Buttons-->
|
419 |
+
<button x-data="{ filename: 'GPU Huggy', imageUrl: 'images/Outlined Huggies/GPU Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
420 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
421 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
422 |
+
</button>
|
423 |
</div>
|
424 |
</div>
|
425 |
|
426 |
<div class="w-full flex flex-col">
|
427 |
<img src="images/Outlined Huggies/Comic Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
428 |
<!--Info box-->
|
429 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
430 |
<h5 class="text-lg font-sans text-BluishDark">Comic Huggy</h5>
|
431 |
+
<!--Download Buttons-->
|
432 |
+
<button x-data="{ filename: 'Comic Huggy', imageUrl: 'images/Outlined Huggies/Comic Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
433 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
434 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
435 |
+
</button>
|
436 |
</div>
|
437 |
</div>
|
438 |
|
439 |
<div class="w-full flex flex-col">
|
440 |
<img src="images/Outlined Huggies/Curious Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
441 |
<!--Info box-->
|
442 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
443 |
<h5 class="text-lg font-sans text-BluishDark">Curious Huggy</h5>
|
444 |
+
<!--Download Buttons-->
|
445 |
+
<button x-data="{ filename: 'Curious Huggy', imageUrl: 'images/Outlined Huggies/Curious Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
446 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
447 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
448 |
+
</button>
|
449 |
</div>
|
450 |
</div>
|
451 |
|
452 |
<div class="w-full flex flex-col">
|
453 |
<img src="images/Outlined Huggies/Rocket Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
454 |
<!--Info box-->
|
455 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
456 |
<h5 class="text-lg font-sans text-BluishDark">To the moon</h5>
|
457 |
+
<!--Download Buttons-->
|
458 |
+
<button x-data="{ filename: 'To the moon', imageUrl: 'images/Outlined Huggies/Rocket Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
459 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
460 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
461 |
+
</button>
|
462 |
</div>
|
463 |
</div>
|
464 |
|
465 |
<div class="w-full flex flex-col">
|
466 |
<img src="images/Outlined Huggies/Diffusor guide Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
467 |
<!--Info box-->
|
468 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
469 |
<h5 class="text-lg font-sans text-BluishDark">Diffusor Huggy</h5>
|
470 |
+
<!--Download Buttons-->
|
471 |
+
<button x-data="{ filename: 'Diffusor Huggy', imageUrl: 'images/Outlined Huggies/Diffusor guide Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
472 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
473 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
474 |
+
</button>
|
475 |
</div>
|
476 |
</div>
|
477 |
|
478 |
<div class="w-full flex flex-col">
|
479 |
<img src="images/Outlined Huggies/Fishing Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
480 |
<!--Info box-->
|
481 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
482 |
<h5 class="text-lg font-sans text-BluishDark">Fishing Huggy</h5>
|
483 |
+
<!--Download Buttons-->
|
484 |
+
<button x-data="{ filename: 'Fishing Huggy', imageUrl: 'images/Outlined Huggies/Fishing Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
485 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
486 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
487 |
+
</button>
|
488 |
</div>
|
489 |
</div>
|
490 |
|
491 |
<div class="w-full flex flex-col">
|
492 |
<img src="images/Outlined Huggies/Global Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
493 |
<!--Info box-->
|
494 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
495 |
<h5 class="text-lg font-sans text-BluishDark">Global Huggy</h5>
|
496 |
+
<!--Download Buttons-->
|
497 |
+
<button x-data="{ filename: 'Global Huggy', imageUrl: 'images/Outlined Huggies/Global Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
498 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
499 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
500 |
+
</button>
|
501 |
</div>
|
502 |
</div>
|
503 |
|
504 |
<div class="w-full flex flex-col">
|
505 |
<img src="images/Outlined Huggies/Greeting Huggy left.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
506 |
<!--Info box-->
|
507 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
508 |
<h5 class="text-lg font-sans text-BluishDark">Greeting Huggy l</h5>
|
509 |
+
<!--Download Buttons-->
|
510 |
+
<button x-data="{ filename: 'Greeting Huggy l', imageUrl: 'images/Outlined Huggies/Greeting Huggy left.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
511 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
512 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
513 |
+
</button>
|
514 |
</div>
|
515 |
</div>
|
516 |
|
517 |
<div class="w-full flex flex-col">
|
518 |
<img src="images/Outlined Huggies/Greeting Huggy right.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
519 |
<!--Info box-->
|
520 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
521 |
<h5 class="text-lg font-sans text-BluishDark">Greeting Huggy r</h5>
|
522 |
+
<!--Download Buttons-->
|
523 |
+
<button x-data="{ filename: 'Greeting Huggy r', imageUrl: 'images/Outlined Huggies/Greeting Huggy right.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
524 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
525 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
526 |
+
</button>
|
527 |
</div>
|
528 |
</div>
|
529 |
|
530 |
<div class="w-full flex flex-col">
|
531 |
<img src="images/Outlined Huggies/Growing model Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
532 |
<!--Info box-->
|
533 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
534 |
<h5 class="text-lg font-sans text-BluishDark">Caring Huggy</h5>
|
535 |
+
<!--Download Buttons-->
|
536 |
+
<button x-data="{ filename: 'Caring Huggy', imageUrl: 'images/Outlined Huggies/Growing model Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
537 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
538 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
539 |
+
</button>
|
540 |
</div>
|
541 |
</div>
|
542 |
|
543 |
<div class="w-full flex flex-col">
|
544 |
<img src="images/Outlined Huggies/Guide Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
545 |
<!--Info box-->
|
546 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
547 |
<h5 class="text-lg font-sans text-BluishDark">Guide Huggy</h5>
|
548 |
+
<!--Download Buttons-->
|
549 |
+
<button x-data="{ filename: 'Guide Huggy', imageUrl: 'images/Outlined Huggies/Guide Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
550 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
551 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
552 |
+
</button>
|
553 |
</div>
|
554 |
</div>
|
555 |
|
556 |
<div class="w-full flex flex-col">
|
557 |
<img src="images/Outlined Huggies/Loving modelndataset Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
558 |
<!--Info box-->
|
559 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
560 |
<h5 class="text-lg font-sans text-BluishDark">in-love Huggy</h5>
|
561 |
+
<!--Download Buttons-->
|
562 |
+
<button x-data="{ filename: 'in-love Huggy', imageUrl: 'images/Outlined Huggies/Loving modelndataset Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
563 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
564 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
565 |
+
</button>
|
566 |
</div>
|
567 |
</div>
|
568 |
|
569 |
<div class="w-full flex flex-col">
|
570 |
<img src="images/Outlined Huggies/Manager Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
571 |
<!--Info box-->
|
572 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
573 |
<h5 class="text-lg font-sans text-BluishDark">Manager Huggy</h5>
|
574 |
+
<!--Download Buttons-->
|
575 |
+
<button x-data="{ filename: 'Manager Huggy', imageUrl: 'images/Outlined Huggies/Manager Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
576 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
577 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
578 |
+
</button>
|
579 |
</div>
|
580 |
</div>
|
581 |
|
582 |
<div class="w-full flex flex-col">
|
583 |
<img src="images/Outlined Huggies/Paper Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
584 |
<!--Info box-->
|
585 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
586 |
<h5 class="text-lg font-sans text-BluishDark">Paper Huggy</h5>
|
587 |
+
<!--Download Buttons-->
|
588 |
+
<button x-data="{ filename: 'Paper Huggy', imageUrl: 'images/Outlined Huggies/Paper Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
589 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
590 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
591 |
+
</button>
|
592 |
</div>
|
593 |
</div>
|
594 |
|
595 |
<div class="w-full flex flex-col">
|
596 |
<img src="images/Outlined Huggies/Scan Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
597 |
<!--Info box-->
|
598 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
599 |
<h5 class="text-lg font-sans text-BluishDark">Scan Huggy</h5>
|
600 |
+
<!--Download Buttons-->
|
601 |
+
<button x-data="{ filename: 'Scan Huggy', imageUrl: 'images/Outlined Huggies/Scan Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
602 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
603 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
604 |
+
</button>
|
605 |
</div>
|
606 |
</div>
|
607 |
|
608 |
<div class="w-full flex flex-col">
|
609 |
<img src="images/Outlined Huggies/Violinist Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
610 |
<!--Info box-->
|
611 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
612 |
<h5 class="text-lg font-sans text-BluishDark">Violinist Huggy</h5>
|
613 |
+
<!--Download Buttons-->
|
614 |
+
<button x-data="{ filename: 'Violinist Huggy', imageUrl: 'images/Outlined Huggies/Violinist Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
615 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
616 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
617 |
+
</button>
|
618 |
</div>
|
619 |
</div>
|
620 |
|
621 |
<div class="w-full flex flex-col">
|
622 |
<img src="images/Outlined Huggies/X-ray Huggy.png" alt="Image 1" class="w-full h-full bg-white shadow-DropShadow md:p-7 p-3 rounded-3xl object-contain">
|
623 |
<!--Info box-->
|
624 |
+
<div class="px-3 pt-3 flex flex-col gap-1 md:flex-row md:justify-between md:items-center">
|
625 |
<h5 class="text-lg font-sans text-BluishDark">X-ray Huggy</h5>
|
626 |
+
<!--Download Buttons-->
|
627 |
+
<button x-data="{ filename: 'X-ray Huggy', imageUrl: 'images/Outlined Huggies/X-ray Huggy.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
628 |
+
<img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
|
629 |
+
<p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
|
630 |
+
</button>
|
631 |
</div>
|
632 |
</div>
|
633 |
|