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 a860d7d commit aeafc42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,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-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">
<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">
</div>
</div>
</div>
Expand Down

0 comments on commit aeafc42

Please sign in to comment.