Skip to content
Merged
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# ObsidianOS Website
The official ObsidianOS website. hosted [here](https://obsidianos.xyz) with Github Pages. feel free to contribute

## Extra Credits
- "Apps Overview" background image - [VanillaOS](https://github.com/Vanilla-OS/website/blob/v2/public/assets/images/backgrounds/apps-overview.png)
Binary file added assets/apps-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
112 changes: 59 additions & 53 deletions download.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,62 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>You should be redirected...</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/logo.svg" type="image/svg+xml">
<meta http-equiv="refresh" content="0; url=https://files.obsidianos.xyz/" />
</head>
<body>
<div class="background-container"></div>
<div class="mouse-follower mouse-follower-1"></div>
<div class="mouse-follower mouse-follower-2"></div>
<div class="mouse-follower mouse-follower-3"></div>
<nav>
<div class="nav-container">
<div class="nav-left">
<img src="logo.svg" alt="ObsidianOS Logo" class="nav-logo">
<a href="/" class="nav-title">ObsidianOS</a>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>You should be redirected...</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
<meta
http-equiv="refresh"
content="0; url=https://files.obsidianos.xyz/"
/>
</head>
<body>
<div class="background-container"></div>
<div class="mouse-follower mouse-follower-1"></div>
<div class="mouse-follower mouse-follower-2"></div>
<div class="mouse-follower mouse-follower-3"></div>
<nav>
<div class="nav-container">
<div class="nav-left">
<img
src="logo.svg"
alt="ObsidianOS Logo"
class="nav-logo"
/>
<a href="/" class="nav-title">ObsidianOS</a>
</div>
<div class="nav-links">
<a href="/download.html">Install</a>
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a
href="https://github.com/Obsidian-OS/"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
<a
href="https://www.reddit.com/r/obsidian_OS/"
target="_blank"
rel="noopener noreferrer"
>Reddit</a
>
<a
href="https://dsc.gg/obsidianos"
target="_blank"
rel="noopener noreferrer"
>Discord</a
>
</div>
</div>
<div class="nav-links">
<a href="/download.html">Install</a>
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a href="https://github.com/Obsidian-OS/" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.reddit.com/r/obsidian_OS/" target="_blank" rel="noopener noreferrer">Reddit</a>
<a href="https://dsc.gg/obsidianos" target="_blank" rel="noopener noreferrer">Discord</a>
</div>
</div>
</nav>
<main>
<header>
<h1 class="main-title">You should be redirected soon...</h1>
<p class="subtitle">Get up and running with the future of Arch Linux.</p>
</header>
</main>
<footer>
<p>&copy; 2026 ObsidianOS Project</p>
<div class="footer-links">
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a href="https://github.com/Obsidian-OS/" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</footer>
<script>
const followers = document.querySelectorAll('.mouse-follower');
document.addEventListener('mousemove', (e) => {
followers.forEach((follower, index) => {
setTimeout(() => {
follower.style.left = e.pageX + 'px';
follower.style.top = e.pageY + 'px';
}, index * 100);
});
});
</script>
</body>
</nav>
<main>
<header>
<h1 class="main-title">You should be redirected soon...</h1>
<p class="subtitle">
Get up and running with the future of GNU/Linux.
</p>
</header>
</main>
</body>
</html>
118 changes: 53 additions & 65 deletions git.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,56 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ObsidianOS Git</title>
<link rel="stylesheet" href="https://obsidianos.xyz/styles.css">
<link rel="icon" href="/logo.svg" type="image/svg+xml">
</head>
<body>
<div class="background-container"></div>
<div class="mouse-follower mouse-follower-1"></div>
<div class="mouse-follower mouse-follower-2"></div>
<div class="mouse-follower mouse-follower-3"></div>
<nav>
<div class="nav-container">
<div class="nav-left">
<img src="logo.svg" alt="ObsidianOS Logo" class="nav-logo">
<a href="/" class="nav-title">ObsidianOS</a>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>You should be redirected...</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
<meta
http-equiv="refresh"
content="0; url=https://github.com/Obsidian-OS"
/>
</head>
<body>
<div class="background-container"></div>
<nav>
<div class="nav-container">
<div class="nav-left">
<img
src="logo.svg"
alt="ObsidianOS Logo"
class="nav-logo"
/>
<a href="/" class="nav-title">ObsidianOS</a>
</div>
<div class="nav-links">
<a href="/download.html">Install</a>
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a
href="https://github.com/Obsidian-OS/"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
<a
href="https://www.reddit.com/r/obsidian_OS/"
target="_blank"
rel="noopener noreferrer"
>Reddit</a
>
<a
href="https://dsc.gg/obsidianos"
target="_blank"
rel="noopener noreferrer"
>Discord</a
>
</div>
</div>
<div class="nav-links">
<a href="https://files.obsidianos.xyz/">Downloads</a>
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a href="https://obsidianos.xyz/git" rel="noopener noreferrer">Git</a>
<a href="https://www.reddit.com/r/obsidian_OS/" target="_blank" rel="noopener noreferrer">Reddit</a>
<a href="https://dsc.gg/obsidianos" target="_blank" rel="noopener noreferrer">Discord</a>
</div>
</div>
</nav>
<main>
<header>
<img src="logo.svg" alt="ObsidianOS Logo" class="logo">
<h1 class="main-title">Git</h1>
<p class="subtitle">Free and Open Source Software!</p>
</header>
<section class="features">
<div id="repo-list"></div>
</section>
<section class="community">
<h2>Join the Community</h2>
<p>Have questions or want to connect with other users? Join our community on Reddit or Discord.</p>
<div class="community-links">
<a href="https://www.reddit.com/r/obsidian_OS/" target="_blank" rel="noopener noreferrer" class="community-link">Reddit</a>
<a href="https://dsc.gg/obsidianos" target="_blank" rel="noopener noreferrer" class="community-link">Discord</a>
</div>
</section>
</main>
<footer>
<p>&copy; 2025 ObsidianOS Project</p>
<div class="footer-links">
<a href="https://wiki.obsidianos.xyz/">Wiki</a>
<a href="https://github.com/Obsidian-OS/" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</footer>
<script>
const followers = document.querySelectorAll('.mouse-follower');
document.addEventListener('mousemove', (e) => {
followers.forEach((follower, index) => {
setTimeout(() => {
follower.style.left = e.pageX + 'px';
follower.style.top = e.pageY + 'px';
}, index * 100);
});
});
</script>
<script src="/git.js"></script>
</body>
</nav>
<main>
<header>
<h1 class="main-title">You should be redirected soon...</h1>
</header>
</main>
</body>
</html>
Loading
Loading