Skip to content

Commit

Permalink
feat: general html improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 12, 2024
1 parent eb35c6d commit e5f8f61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
15 changes: 7 additions & 8 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<meta name="author" content="intergrav" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>downloads · skywardmc/additive</title>
<title>downloads - skywardmc/additive</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"
Expand All @@ -32,15 +32,14 @@ <h4>skywardmc/additive</h4>
<h1>downloads</h1>
<p>This is the place to download Additive from.</p>
<nav>
<a href="/">home</a>
<a>downloads</a>
<a href="https://modrinth.com/project/additive">modrinth</a>
<a href="https://github.com/skywardmc/additive/wiki">wiki</a>
<a href="/">home</a> / <a href="/downloads">downloads</a> /
<a href="https://modrinth.com/project/additive">modrinth</a> /
<a href="https://github.com/skywardmc/additive/wiki">wiki</a> /
<a href="https://github.com/skywardmc/additive">git</a>
</nav>
</header>

<h1>Downloads</h1>
<h2>How do I get it?</h2>
<p>
Additive is distributed on Modrinth. You can install it through any
third-party launcher that supports Modrinth packs, or through our
Expand All @@ -58,7 +57,7 @@ <h1>Downloads</h1>
>
</p>

<h2>With third-party launchers</h2>
<h2>Third-party launchers</h2>
<p>
If you prefer to use a third-party option such as the Modrinth App, Prism
Launcher, ATLauncher, or anything else that supports Modrinth modpacks,
Expand All @@ -68,7 +67,7 @@ <h2>With third-party launchers</h2>
>.
</p>

<h2>For the Mojang launcher</h2>
<h2>Mojang launcher</h2>
<p>
If you don't want to install any third-party stuff, you can use the
Additive installer which lets you select a version to download and install
Expand Down
15 changes: 6 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<meta name="author" content="intergrav" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>home · skywardmc/additive</title>
<title>skywardmc/additive</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"
Expand All @@ -30,19 +30,16 @@
<header>
<h4>skywardmc/additive</h4>
<h1>home</h1>
<p>
A simple and fast open-source OptiFine alternative.
</p>
<p>A simple and fast open-source OptiFine alternative.</p>
<nav>
<a>home</a>
<a href="/downloads">downloads</a>
<a href="https://modrinth.com/project/additive">modrinth</a>
<a href="https://github.com/skywardmc/additive/wiki">wiki</a>
<a href="/">home</a> / <a href="/downloads">downloads</a> /
<a href="https://modrinth.com/project/additive">modrinth</a> /
<a href="https://github.com/skywardmc/additive/wiki">wiki</a> /
<a href="https://github.com/skywardmc/additive">git</a>
</nav>
</header>

<h1>Modern OptiFine alternative.</h1>
<h2>What is this?</h2>
<p>
Additive is a simple, modern, open-source alternative to OptiFine for the
most recent versions of Minecraft. It has basically every feature from
Expand Down

0 comments on commit e5f8f61

Please sign in to comment.