Short Description. (Optional)
Table of Contents
Description of the project in details.
Guiding Question:
- What is the project
- Whats the purpose
- What are key components
- What technology used and how it is used
- MultiPage Website/Single Page Website
- Parallax transition
- Transactional
- Always use
WD-
in the front of the Title of the Project for the Subject followed by your custom naming. - Do not rename any .html files; always use
index.html
as the filename. - Place Files in their respective folders.
- All file naming are in camel case.
- Camel case is naming format where there is no white space in separation of each words, the first word is in all lower case while the succeding words first letter are in upper followed by lower cased letters.
- ex.: buttonAnimatedStyle.css
- Use only
External CSS
. - Renaming of Pages folder names are a must, and relates to what it is doing or data it holding.
- File Structure to follow below.
WD-ProjectName
└─ assets
| └─ css
| | └─ style.css
| └─ img
| | └─ fileWith.jpeg/.jpg/.webp/.png
| └─ js
| └─ script.js
└─ pages
| └─ pageName
| └─ assets
| | └─ css
| | | └─ style.css
| | └─ img
| | | └─ fileWith.jpeg/.jpg/.webp/.png
| | └─ js
| | └─ script.js
| └─ index.html
└─ index.html
└─ readme.md
Title | Purpose | Link |
---|---|---|
Sample Title | Sample purpose would be here like this and this is the example of what it is. | trykolang.com |