Skip to content

Commit 29faf1e

Browse files
committed
Deploying to gh-pages from @ e1540d5 🚀
1 parent 52d961b commit 29faf1e

53 files changed

Lines changed: 1228 additions & 14428 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 0 additions & 124 deletions
This file was deleted.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SlashOS Website
2+
3+
A modern, responsive website for SlashOS - Unified Desktop and Mobile Experience.
4+
5+
## Structure
6+
7+
- `index.html` - Main landing page
8+
- `releases.html` - Release archive page
9+
- `css/` - Stylesheets
10+
- `style.css` - Main stylesheet (imports others)
11+
- `base.css` - Base styles, variables, glass effect
12+
- `header.css` - Header and navigation
13+
- `components.css` - Reusable components (buttons, pills)
14+
- `sections.css` - Page sections (hero, features, etc.)
15+
- `footer.css` - Footer styles
16+
- `responsive.css` - Media queries
17+
- `js/` - JavaScript modules
18+
- `script.js` - Main initialization
19+
- `release.js` - GitHub releases API handling
20+
- `menu.js` - Mobile menu functionality
21+
- `utils.js` - Utility functions
22+
- `assets/` - Static assets
23+
- `images/` - Image files and integrity hashes
24+
25+
## Development
26+
27+
This is a static website hosted on GitHub Pages. No build process required.
28+
29+
## Deployment
30+
31+
Push to the `main` branch to deploy via GitHub Pages.

0 commit comments

Comments
 (0)