Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 22, 2024
1 parent 861c396 commit 026dbb6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ <h2 id="about" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:
<h2 id="documents" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white">
Images of the Application</h2>
<div class="grid gap-3">
<img src="./static/app/1.png" alt="Image 1" class="rounded-lg shadow-lg">
<img src="./static/app/2.png" alt="Image 2" class="rounded-lg shadow-lg">
<img src="./static/app/3.png" alt="Image 3" class="rounded-lg shadow-lg">
<img src="./static/app/4.png" alt="Image 4" class="rounded-lg shadow-lg">
<img src="./static/app/5.png" alt="Image 5" class="rounded-lg shadow-lg">
<img src="./static/app/6.png" alt="Image 6" class="rounded-lg shadow-lg">
<img src="./static/app/7.png" alt="Image 7" class="rounded-lg shadow-lg">
<!-- reduce size -->
<img src="./static/app/1.png" alt="Image 1" class="rounded-lg shadow-lg w-8">
<img src="./static/app/2.png" alt="Image 2" class="rounded-lg shadow-lg w-8">
<img src="./static/app/3.png" alt="Image 3" class="rounded-lg shadow-lg w-8">
<img src="./static/app/4.png" alt="Image 4" class="rounded-lg shadow-lg w-8">
<img src="./static/app/5.png" alt="Image 5" class="rounded-lg shadow-lg w-8">
<img src="./static/app/6.png" alt="Image 6" class="rounded-lg shadow-lg w-8">
<img src="./static/app/7.png" alt="Image 7" class="rounded-lg shadow-lg w-8">
</div>
</div>
</div>
Expand Down

0 comments on commit 026dbb6

Please sign in to comment.