This repository contains the final assessment project for TAFE. It includes a complete multi-page website built using HTML, CSS, TailwindCSS, and minimal JavaScript.
The website is made up of six core pages:
- Home / Landing Page
- Contact Page
- About Page
- Resume Page
- Projects Page
- Project Sample Page
- Copyright
Each page has been structured, styled, and validated according to industry-standard practices.
The project includes:
- Initial design concepts
- Wireframes
- Layout plans
- Colour palettes
- Typography choices
- Component organisation
These are stored in the Evidence directory.
The evidence/ folder contains all supporting documents demonstrating the design and development workflow:
- Wireframes
- Initial sketches
- Colour and layout planning
- Notes and decision logs
- Screenshots of validation results
- HTML5
- CSS
- TailwindCSS
- JavaScript (as needed)
All pages will be validated using the W3C HTML and CSS validation tools and stored in the Evidence folder.
project-folder
│ index.html
│ contact.html
│ about.html
│ resume.html
│ projects.html
│ project-sample.html
| copyright.html
│ README.md
│
├── assets/
│ ├── css/
│ └── styles.css
│ └── additional.css
│ ├── js/
│ └── main.css
│ └── additional.css
│ ├── img/
│ └── image-files.css
│ ├── font/
│ └── font-files.css
│ └── downloads/
│ └── download-files.css
│ └── media/
│ └── media-files.css
│
└── evidence/
├── designs/
├── wireframes/
├── colour-palettes/
├── validation-results/
└── notes/