Skip to content

Commit 33fe2d6

Browse files
committed
Well that was ez
Revert this once files.obsidianos.xyz is revamped to have the correct style.
1 parent 675d9e0 commit 33fe2d6

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta charset="UTF-8">
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1313
<title>ARbs, the ObsidianOS installer</title>
14-
<link rel="stylesheet" href="https://files.obsidianos.xyz/styles.css">
14+
<link rel="stylesheet" href="https://obsidianos.xyz/styles.css">
1515
<link rel="icon" href="https://obsidianos.xyz/logo.svg" type="image/svg+xml">
1616
</head>
1717
<body>
@@ -41,11 +41,7 @@
4141
<img src="https://obsidianos.xyz/logo.svg" alt="ObsidianOS Logo" class="logo">
4242
<h1 class="main-title">ARbs for ObsidianOS</h1>
4343
<p class="subtitle">Get ObsidianOS up and running as fast as possible</p>
44-
</header>
45-
46-
<section class="features">
47-
<div class="card-grid" id="builds-container">
48-
</section>
44+
</header>
4945
5046
<section class="install-options">
5147
<h2 style="text-align: center; margin-bottom: 2rem; color: var(--accent-blue); font-size: 2rem;">How to install</h2>
@@ -55,19 +51,22 @@ <h2>Step 1:</h2><h2>Launch ARbs</h2>
5551
<p>Install ObsidianOS directly from an existing Arch Linux system using our installer script.</p><br>
5652
<p>Just download this page's URL and run it with bash</p>
5753
</div>
54+
<br>
5855
<div class="install-card">
5956
<h2>Step 1.1: </h2><h2>Quickly launch ARbs</h2>
6057
<p>If you are launching this often, use the following line:</p>
6158
<pre><code>sudo bash -c "$(curl -fsSL https://ba.sh/ARbs)"</code></pre>
6259
</div>
60+
<br>
6361
<div class="install-card">
6462
<h2>Step 2:</h2><h2>Choose your settings</h2>
6563
<p>Configure the soon to be installed with an sfs/mkobsfs file and choose your partitioning scheme</p><br>
66-
<p>YOU NEED AT LEAST 25GB OF SPACE.</p>
64+
<p>YOU NEED AT LEAST 40GB OF SPACE.</p>
6765
</div>
66+
<br>
6867
<div class="install-card">
6968
<h2>Step 3:</h2><h2>Install!</h2>
70-
<p>Hit the big install button and start!.</p>
69+
<p>Hit the big install button and start!</p>
7170
<a href="https://files.obsidianos.xyz" class="download-btn">INSTALL!</a>
7271
</div>
7372
</div>

0 commit comments

Comments
 (0)