-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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. | ||
|
@@ -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> | ||
|