Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- index.html +6 -4
index.html
CHANGED
|
@@ -45,7 +45,8 @@
|
|
| 45 |
margin: 1cm;
|
| 46 |
}
|
| 47 |
|
| 48 |
-
#lightbox,
|
|
|
|
| 49 |
display: none !important;
|
| 50 |
}
|
| 51 |
}
|
|
@@ -518,7 +519,7 @@
|
|
| 518 |
organization's mission. Thank you for considering my application.
|
| 519 |
</p>
|
| 520 |
|
| 521 |
-
<p class="editable" contenteditable="true
|
| 522 |
<span class="font-semibold text-zinc-900">Sincerely,</span><br>
|
| 523 |
<span class="text-zinc-900">Han Yoon</span>
|
| 524 |
</p>
|
|
@@ -830,7 +831,8 @@
|
|
| 830 |
<i data-lucide="eye" class="w-4 h-4 text-zinc-700"></i>
|
| 831 |
</div>
|
| 832 |
</div>
|
| 833 |
-
<div class="gallery-item aspect-video bg-zinc-100 flex items-center justify-center"
|
|
|
|
| 834 |
<div class="text-center">
|
| 835 |
<i data-lucide="plus" class="w-6 h-6 text-zinc-400 mx-auto mb-1"></i>
|
| 836 |
<span class="text-xs text-zinc-400">View More</span>
|
|
@@ -902,4 +904,4 @@
|
|
| 902 |
contenteditable="true">Divisions</p>
|
| 903 |
<div class="flex flex-wrap gap-2">
|
| 904 |
<a href="#" class="project-link project-link-primary">
|
| 905 |
-
<
|
|
|
|
| 45 |
margin: 1cm;
|
| 46 |
}
|
| 47 |
|
| 48 |
+
#lightbox,
|
| 49 |
+
#lightbox-overlay {
|
| 50 |
display: none !important;
|
| 51 |
}
|
| 52 |
}
|
|
|
|
| 519 |
organization's mission. Thank you for considering my application.
|
| 520 |
</p>
|
| 521 |
|
| 522 |
+
<p class="editable mt-6" contenteditable="true">
|
| 523 |
<span class="font-semibold text-zinc-900">Sincerely,</span><br>
|
| 524 |
<span class="text-zinc-900">Han Yoon</span>
|
| 525 |
</p>
|
|
|
|
| 831 |
<i data-lucide="eye" class="w-4 h-4 text-zinc-700"></i>
|
| 832 |
</div>
|
| 833 |
</div>
|
| 834 |
+
<div class="gallery-item aspect-video bg-zinc-100 flex items-center justify-center"
|
| 835 |
+
onclick="openLightbox('shapeshift', 2)">
|
| 836 |
<div class="text-center">
|
| 837 |
<i data-lucide="plus" class="w-6 h-6 text-zinc-400 mx-auto mb-1"></i>
|
| 838 |
<span class="text-xs text-zinc-400">View More</span>
|
|
|
|
| 904 |
contenteditable="true">Divisions</p>
|
| 905 |
<div class="flex flex-wrap gap-2">
|
| 906 |
<a href="#" class="project-link project-link-primary">
|
| 907 |
+
<i data-lucide="flask-conical" class="w-3.5 h-3.5"></
|