omicreativedev / ThemeSwitcher

Free website template with theme switcher and page switcher in Javascript
https://omicreativedev.github.io/ThemeSwitcher/
Creative Commons Zero v1.0 Universal
16 stars 32 forks source link

Create new default css classes and framework #27

Closed omicreativedev closed 1 year ago

omicreativedev commented 1 year ago

Currently, all of the theme templates have primarily custom classes used in the few pages that are already in the website.

What this issue will resolve is the having a basic framework for creating new pages in the future. For instance, if we look at Bootstrap, there are classes already defined for what H1, H2, H3, code, etc. look like. Currently, the themes don't have this.

Trying to work around the current theme classes, create a default scheme that doesn't break any of the current pages. Include the new scheme in all of the current theme files. It should not duplicate or alter any of the classes that are already there. It may be needed to edit the pages and utilize some of your new classes so that things work smoothly. The objective will be so that future pages have a broader option of classes to use when making pages.

You may also alter and diversify the existing themes. For instance, the galaxy theme might have a square profile picture where the light theme has a round avatar.

There may be some conflicts when merging (but that's what we want, practice!) Be creative! Read the Docs. Give a ⭐ Don't break anything. :)

omicreativedev commented 1 year ago

Solved by admin to move things along