Skip to content

Commit

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

0 comments on commit 4998659

Please sign in to comment.