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 55677f9 commit 1747871
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ <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 h-32">
<img src="./static/app/2.png" alt="Image 2" class="rounded-lg shadow-lg h-32">
<img src="./static/app/3.png" alt="Image 3" class="rounded-lg shadow-lg h-32">
<img src="./static/app/4.png" alt="Image 4" class="rounded-lg shadow-lg h-32">
<img src="./static/app/5.png" alt="Image 5" class="rounded-lg shadow-lg h-32">
<img src="./static/app/6.png" alt="Image 6" class="rounded-lg shadow-lg h-32">
<img src="./static/app/7.png" alt="Image 7" class="rounded-lg shadow-lg h-32">
<img src="./static/app/1.png" alt="Image 1" class="rounded-lg shadow-lg h-20">
<img src="./static/app/2.png" alt="Image 2" class="rounded-lg shadow-lg h-20">
<img src="./static/app/3.png" alt="Image 3" class="rounded-lg shadow-lg h-20">
<img src="./static/app/4.png" alt="Image 4" class="rounded-lg shadow-lg h-20">
<img src="./static/app/5.png" alt="Image 5" class="rounded-lg shadow-lg h-20">
<img src="./static/app/6.png" alt="Image 6" class="rounded-lg shadow-lg h-20">
<img src="./static/app/7.png" alt="Image 7" class="rounded-lg shadow-lg h-20">
</div>
</div>
</div>
Expand Down Expand Up @@ -71,7 +71,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
<h2 id="creator" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white">Creator</h2>
<img class="w-24 h-24 mb-3 rounded-full shadow-lg" src="./static/Chi.png" alt="Bonnie image" />
<p>
Hello, my name is Chi Huu Huynh. I am a student at South East Technological University.
Hello, my name is Chi Huu Huynh. I am a student at <a href="https://setu.ie/" target="_blank">South East Technological University</a> (SETU).
I am currently studying Software Development and I am passionate about programming and technology.
I love complex programming languages and I am always looking for new challenges.
</p>
Expand Down

0 comments on commit 1747871

Please sign in to comment.