Skip to content

Commit

Permalink
Make download buttons work
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed May 27, 2024
1 parent ca4eae8 commit a8d3118
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="h3">Inochi Creator</h1>
</div>

<div class="card__footer stack stack--thin">
<a href="#" class="button js-os-download">Try for Windows</a>
<a href="https://github.com/Inochi2D/inochi-session/releases/latest/download/inochi-creator-win32-x86_64.msi" class="button js-os-download">Try for Windows</a>
<button id="creator_button" class="button button--primary">Buy Inochi Creator</button>
</div>

Expand All @@ -46,9 +46,9 @@ <h1 class="h3">Inochi Creator</h1>
<details>
<summary>Other downloads</summary>
<div class="stack stack--thin js-os-downloads">
<a href="#" class="button js-windows-download">Try for Windows</a>
<a href="#" class="button js-mac-download">Try for macOS</a>
<a href="#" class="button js-linux-download">Try for Linux</a>
<a href="https://github.com/Inochi2D/inochi-creator/releases/latest/download/inochi-creator-win32-x86_64.msi" class="button js-windows-download">Try for Windows</a>
<a href="https://github.com/Inochi2D/inochi-creator/releases/latest/download/Install_Inochi_Session.dmg" class="button js-mac-download">Try for macOS</a>
<a href="https://flathub.org/apps/com.inochi2d.inochi-creator" class="button js-linux-download">Try for Linux</a>
</div>
</details>
</footer>
Expand All @@ -65,7 +65,7 @@ <h1 class="h3">Inochi Session</h1>
<p>Inochi Session is completely free with no purchase reminders.</p>
</div>
<div class="card__footer stack stack--thin">
<a href="#" class="button button--primary js-os-download">Download for Windows</a>
<a href="https://github.com/Inochi2D/inochi-session/releases/latest/download/inochi-session-win32-x86_64.zip" class="button button--primary js-os-download">Download for Windows</a>
</div>

</div>
Expand All @@ -75,9 +75,9 @@ <h1 class="h3">Inochi Session</h1>
<details>
<summary>Other downloads</summary>
<div class="stack stack--thin js-os-downloads">
<a href="#" class="button js-windows-download">Download for Windows</a>
<a href="#" class="button js-mac-download">Download for macOS</a>
<a href="#" class="button js-linux-download">Download for Linux</a>
<a href="https://github.com/Inochi2D/inochi-session/releases/latest/download/inochi-session-win32-x86_64.zip" class="button js-windows-download">Download for Windows</a>
<a href="https://github.com/Inochi2D/inochi-session/releases/latest/download/Install_Inochi_Session.dmg" class="button js-mac-download">Download for macOS</a>
<a href="https://github.com/Inochi2D/inochi-session/releases/latest/download/inochi-session-linux-x86_64.zip" class="button js-linux-download">Download for Linux</a>
</div>
</details>
</footer>
Expand Down

0 comments on commit a8d3118

Please sign in to comment.