WIP Refactor-Moyo #52

Open
moyo wants to merge 9 commits from Refactor-Moyo into master

9 Commits (master)

Author SHA1 Message Date
MOYO NKOSANA THABO 36d739c923 Separating CSS to reduce LOC in the code 2022-12-24 16:51:19 +08:00
MOYO NKOSANA THABO ec71ad164d Merge remote-tracking branch 'origin/Refactor-Moyo' into Refactor-Moyo 2022-12-19 21:02:15 +08:00
MOYO NKOSANA THABO 47e3eb90d1 Bug 32 CSS slowing things down
Solution taken was to remove font-awesome from the header and replace everything and use bootstrap with performs better than font-awesome as said by
https://downtimemonkey.com/blog/how-we-boosted-page-load-speed.php
font awesome is slow
2022-12-19 17:29:46 +08:00
MOYO NKOSANA THABO b551f6269e Bug 32 CSS slowing things down
Solution taken was to remove font-awesome from the header and replace everything and use bootstrap with performs better than font-awesome as said by
https://downtimemonkey.com/blog/how-we-boosted-page-load-speed.php
font awesome is slow
2022-12-19 17:24:33 +08:00
MOYO NKOSANA THABO 1b31229fb2 Removal of inline CSS in Header.php as it is bad design and moved it to main.css to enable DRY concept
The page header is defined in a single stylesheet so that if you want to change how a page header looks across the entire site, you change the css in one place.
2022-12-19 14:36:43 +08:00
MOYO NKOSANA THABO 77ebd6ac3e Bug 37 has been fixed for the index page as this page is now optimized and dynamic CSS has been used
Applying DRY principles and better coding practices to index.php

Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
2022-12-19 14:15:40 +08:00
MOYO NKOSANA THABO 518e1eef1a Bug 37 has been fixed for the index page as this page is now optimized and dynamic CSS has been used
Applying DRY principles and better coding practices to index.php

Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
2022-12-19 14:12:43 +08:00
MOYO NKOSANA THABO deac064cf5 Bug 519 - Typos and grammar errors in the program
Admin.php:
"Intial Password": "Intial" is a typo.

Courses.php:
"Dealine Date/Time": "Dealine" is a typo.

"Ttle" is a typo.
"Invidual" is a typo.

Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo.  Should be "Grade".

Student.php:
"STUEDNT" is a typo.  Should be "Student".
2022-12-19 12:20:19 +08:00
MOYO NKOSANA THABO 7d56b3df60 Bug 519 - Typos and grammar errors in the program
Admin.php:
"Intial Password": "Intial" is a typo.

Courses.php:
"Dealine Date/Time": "Dealine" is a typo.

"Ttle" is a typo.
"Invidual" is a typo.

Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo.  Should be "Grade".

Student.php:
"STUEDNT" is a typo.  Should be "Student".
2022-12-19 12:12:25 +08:00