This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 41e5111 Author: black-backdoor <[email protected]> Date: Sat Jan 4 15:05:42 2025 +0100 Update .eleventy.js commit 0d31828 Author: black-backdoor <[email protected]> Date: Sat Jan 4 15:03:09 2025 +0100 htaccess (#136) commit 0b1572c Author: black-backdoor <[email protected]> Date: Sat Jan 4 12:41:59 2025 +0100 fix component `<taskbar-clock>` text align (#148) commit 11166af Author: black-backdoor <[email protected]> Date: Sat Jan 4 12:32:14 2025 +0100 Update console-related scripts (#140) commit 8df4725 Author: black-backdoor <[email protected]> Date: Fri Jan 3 14:29:30 2025 +0100 fix css lint errors (#146) commit 85a8830 Author: black-backdoor <[email protected]> Date: Fri Jan 3 09:13:58 2025 +0100 default CSS in `partials/head.njk` (#144) commit f7e91d8 Author: black-backdoor <[email protected]> Date: Fri Jan 3 09:06:42 2025 +0100 simplify `/update/` page (HTML, CSS, JS) (#135) commit fc15a99 Author: black-backdoor <[email protected]> Date: Fri Jan 3 08:58:25 2025 +0100 Lock screen (#132) commit 4a23d92 Author: black-backdoor <[email protected]> Date: Fri Jan 3 08:50:52 2025 +0100 Update `taskbar` CSS (#129) commit 1d0bae1 Author: black-backdoor <[email protected]> Date: Fri Jan 3 08:43:44 2025 +0100 simplifyed CSS for 404, 501, 520 Error Page (#131) commit a4b715d Author: black-backdoor <[email protected]> Date: Fri Jan 3 08:43:12 2025 +0100 Update `menu-bar` CSS (#130) commit 9533d18 Author: black-backdoor <[email protected]> Date: Fri Jan 3 08:39:18 2025 +0100 updated components & component file structure (#145) commit 09418fd Author: black-backdoor <[email protected]> Date: Thu Jan 2 21:03:59 2025 +0100 Update package-lock.json commit a512697 Author: black-backdoor <[email protected]> Date: Thu Jan 2 20:53:29 2025 +0100 Update .eleventy.js commit 3f34437 Author: black-backdoor <[email protected]> Date: Thu Jan 2 12:34:04 2025 +0100 Update .stylelintrc.json (#143) commit 4eff517 Author: black-backdoor <[email protected]> Date: Thu Jan 2 12:29:34 2025 +0100 Devices (#133) commit 7157625 Author: black-backdoor <[email protected]> Date: Thu Jan 2 11:57:35 2025 +0100 Update components\windows.js (#137)
- Loading branch information
1 parent
1128974
commit cc0578a
Showing
83 changed files
with
1,512 additions
and
1,268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
- [serviceWorker](serviceWorker.md) | ||
|
||
* [Taskbar](taskbar.md) | ||
* [Menu Bar](menu-bar.md) | ||
* [Menubar](menubar.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Menubar | ||
The menubar is a horizontal bar located at the top of the screen. | ||
|
||
|
||
## Components | ||
The menubar is composed of the following components: | ||
|
||
* HTML in `index.html` | ||
* CSS in `/css/menubar.css` | ||
|
||
|
||
|
||
## Properties | ||
|
||
### Variants | ||
The menubar variant can be changed by adding the following classes to the menubar element: | ||
|
||
* `menubar--minimal` - A minimal menubar | ||
* `menubar--floating` - A floating menubar | ||
* `menubar--none` - No menubar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.