https://github.com/leechy/smart-cyber-panel
Static markup for the Smart Cyber admin panel
https://github.com/leechy/smart-cyber-panel
Last synced: 5 months ago
JSON representation
Static markup for the Smart Cyber admin panel
- Host: GitHub
- URL: https://github.com/leechy/smart-cyber-panel
- Owner: leechy
- Created: 2023-02-20T21:50:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T09:05:23.000Z (over 3 years ago)
- Last Synced: 2025-01-10T16:37:43.106Z (over 1 year ago)
- Language: HTML
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart-cyber-panel
Static markup for the Smart Cyber admin panel
This is a static HTML and CSS. It is not connected to any backend.
## Components
Different components are just HTML-elements with a class. Separated in the HTML files with comments about the usage of the component.
## CSS
Only unique classes are used. No IDs. No inline styles.
Naming of the classes follows the BEM-methodology: http://getbem.com/introduction/
CSS for all the components is in the same file for simplicity.
## JavaScript
Just a simple DOM-manipulation to show and hide the different components. No frameworks or libraries.