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 9814211 commit 573fc67
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@ <h2 id="documents" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 d
<div class="max-w-screen-lg text-gray-500 sm:text-lg dark:text-gray-400">
<h2 id="documents" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white">
Documents</h2>
<p>
Below are the documents for the project. Click on the links to view the documents.
I would recommend you to start with the Project Report as the other documents are outdated and does not reflect the final product.
</p>
<p>
Below are the documents for the project. Click on the links to view the documents.
I would recommend you to start with the Project Report as the other documents are outdated and does not
reflect the final product.
</p>
<br>
<div class="grid gap-3">
<a href="./pdf/Functional Specification.pdf"
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Functional Specification</h5>
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Functional
Specification</h5>
</a>
<a href="./pdf/Design Manual.pdf"
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
Expand All @@ -66,7 +69,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<div class="max-w-screen-lg text-gray-500 sm:text-lg dark:text-gray-400">
<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"/>
<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.
I am currently studying Software Development and I am passionate about programming and technology.
Expand All @@ -80,7 +83,7 @@ <h2 id="creator" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dar
<div class="max-w-screen-lg text-gray-500 sm:text-lg dark:text-gray-400">
<h2 id="contact" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white">Contact</h2>
<p>
Name: Chi Huu Huynh
Name: Chi Huu Huynh
</p>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a>
Expand Down

0 comments on commit 573fc67

Please sign in to comment.