Skip to content

Commit

Permalink
app menu
Browse files Browse the repository at this point in the history
orn8 authored Nov 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c0758f0 commit 478d15b
Showing 4 changed files with 36 additions and 9 deletions.
23 changes: 23 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -31,6 +31,29 @@
</ul>
</nav>

<!-- App Menu -->
<div id="app-menu-container">
<button id="app-menu-button"></button>
<div id="app-menu-grid">
<div class="app-menu-item" data-link="https://oragne.dev/">
<img src="https://oragne.dev/favicon/apple-icon-57x57.png" alt="oragne.dev" />
<p>VanishGames</p>
</div>
<div class="app-menu-item" data-link="https://vanishgames.oragne.dev/">
<img src="https://vanishgames.oragne.dev/android-chrome-512x512.png" alt="VanishGames" />
<p>VanishGames</p>
</div>
<div class="app-menu-item" data-link="https://kahootfetcher.oragne.dev/">
<img src="/assets/kahootfetcher.png" alt="KahootFetcher" />
<p>KahootFetcher</p>
</div>
<div class="app-menu-item" data-link="https://sga.oragne.dev/">
<img src="/assets/sga.png" alt="SGA Trainer" />
<p>SGA Trainer</p>
</div>
</div>
</div>

<section id="profile">
<div class="profile-box">
<img src="/assets/profile-pic.png" alt="Profile Picture" class="profile-pic" title="Discord: @wiseoragne">
Binary file added assets/kahootfetcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 13 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -35,17 +35,21 @@
<div id="app-menu-container">
<button id="app-menu-button"></button>
<div id="app-menu-grid">
<div class="app-menu-item" data-link="https://your-app-1.com">
<img src="https://via.placeholder.com/50" alt="App 1" />
<p>App 1</p>
<div class="app-menu-item" data-link="https://oragne.dev/">
<img src="https://oragne.dev/favicon/apple-icon-57x57.png" alt="oragne.dev" />
<p>VanishGames</p>
</div>
<div class="app-menu-item" data-link="https://your-app-2.com">
<img src="https://via.placeholder.com/50" alt="App 2" />
<p>App 2</p>
<div class="app-menu-item" data-link="https://vanishgames.oragne.dev/">
<img src="https://vanishgames.oragne.dev/android-chrome-512x512.png" alt="VanishGames" />
<p>VanishGames</p>
</div>
<div class="app-menu-item" data-link="https://your-app-3.com">
<img src="https://via.placeholder.com/50" alt="App 3" />
<p>App 3</p>
<div class="app-menu-item" data-link="https://kahootfetcher.oragne.dev/">
<img src="/assets/kahootfetcher.png" alt="KahootFetcher" />
<p>KahootFetcher</p>
</div>
<div class="app-menu-item" data-link="https://sga.oragne.dev/">
<img src="/assets/sga.png" alt="SGA Trainer" />
<p>SGA Trainer</p>
</div>
</div>
</div>

0 comments on commit 478d15b

Please sign in to comment.