Comment out navigation and project sections

Comment out navigation and project sections in index.html.
This commit is contained in:
2026-03-16 14:01:10 +10:30
committed by GitHub
parent 43ccd12a47
commit 9b75db60de

View File

@@ -42,7 +42,7 @@
<li><a href="#bitcoin" class="icon brands fa-btc"><span class="label">Bitcoin</span></a></li>
</ul>
</div>
<nav>
<!--<nav>
<ul>
<li><a href="#intro">About</a></li>
<li><a href="#projects">Projects</a></li>
@@ -80,78 +80,6 @@
<script src="https://widgets.coingecko.com/gecko-coin-price-chart-widget.js"></script>
<gecko-coin-price-chart-widget locale="en" dark-mode="true" outlined="true" coin-id="bitcoin" initial-currency="usd" width="100" height="0"></gecko-coin-price-chart-widget>
</article>
<!-- Projects -->
<article id="projects">
<h2 class="major">Projects</h2>
<!--<span class="image main"><img src="images/pic02.jpg" alt="" /></span>-->
<h3>didi-cogs</h3>
<p>A collection of cogs that I made for <a target="_blank" href="https://github.com/Cog-Creators/Red-DiscordBot">Red-DiscordBot.</a> To go to the repo, <a href="https://github.com/DidiDidi129/didi-cogs">click here!</a></p>
<h3>Project Didi</h3>
<p>My own private instance of <a target="_blank" href="https://github.com/Cog-Creators/Red-DiscordBot">Red-DiscordBot</a>, uses Cogs from <a href="https://github.com/DidiDidi129/didi-cogs">didi-cogs</a>.</p>
<p>Features include:
<ol>
<li>AI</li>
<li>Moderation Tools</li>
<li>Tickets</li>
<li>Gambling/Economy</li>
<li>Music</li>
<li>Way way more</li>
</ol>
</p>
<p>If you are interested in adding the bot to your server, open a ticket in my discord (See homepage of this site) and wait for a response from me!</p>
<h3>SpaceSMP</h3>
<p>My Minecraft server, co-founded by <a target="_blank" href="https://www.mrastro.party">MrAstrophysicist</a>. We are a friendly community and would love to have you play!</p>
You can play by joining the discord, which is linked <a target="_blank" href="https://discord.gg/Z54HGXHwAw">here!</a></p>
<h3>PiTest</h3>
<p>A small little single HTML "game" that I made while waiting for the first Minecraft Live of 2025. You can play <a target="_blank" href="pitest.html">here!</a> I probably won't update this again, but its cool to mention.</p>
<h3>DidiClicker</h3>
<p>A small clicker game, simalar to <a target="_blank" href="https://orteil.dashnet.org/cookieclicker">Cookie Clicker</a>, I made with the iOS shortcuts app, which recived a port to SwiftUI. You can download here:
<ol>
<li><a target="_blank" href="https://github.com/DidiDidi129/DidiClicker">Swift Version</a></li>
<li><a target="_blank" href="https://www.icloud.com/shortcuts/66c784a368d74724b598328bcccdd1ae">Shortcuts Version</a></li>
</ol>
</p>
<h3>DidiCount</h3>
<p>My first Swift project, allows user to have multiple counters and add to them independently. Build the project <a target="_blank" href="https://github.com/DidiDidi129/DidiCount">here.</a></p>
<a href="#moderation" class="button primary">Next Page</a>
</article>
<!-- Moderation -->
<article id="moderation">
<h2 class="major">Moderation</h2>
<p>Here are the communities I currently moderate!</p>
<div class="moderation-container">
<!-- Discord -->
<div class="category">
<h3>Discord</h3>
<div class="button-container">
<a target="_blank" href="https://discord.gg/qsaTHzknAZ" class="buttonLow secondary">ManicEMU</a>
<a target="_blank" href="https://discord.gg/eKsqy4feXT" class="buttonLow secondary">MeloNX</a>
<a target="_blank" href="https://discord.gg/2Nawcg2fwY" class="buttonLow secondary">r/EmulationOniOS</a>
<a target="_blank" href="https://discord.gg/HqYRKvDDpM" class="buttonLow secondary">The Tech Terminal</a>
</div>
</div>
<!-- Reddit -->
<div class="category">
<h3>Reddit</h3>
<div class="button-container">
<a target="_blank" href="https://reddit.com/r/ExplainTheJoke" class="buttonLow secondary">r/ExplainTheJoke</a>
<a target="_blank" href="https://reddit.com/r/EmulationOniOS" class="buttonLow secondary">r/EmulationOniOS</a>
<a target="_blank" href="https://reddit.com/r/actualsecretteenagers" class="buttonLow secondary">r/actualsecretteenagers</a>
<a target="_blank" href="https://reddit.com/r/RevolutionIdle" class="buttonLow secondary">r/RevolutionIdle</a>
</div>
</div>
</div>
<p style="padding-top: 20px;">To go back home, where you can see my social links, press the close button at the top right of the card.</p>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">&copy; Didi 2025</p>
@@ -169,8 +97,8 @@
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<canvas id="snowCanvas" style="position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:9999;"></canvas>
<script src="assets/js/snow.js"></script>
<!--<canvas id="snowCanvas" style="position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:9999;"></canvas>
<script src="assets/js/snow.js"></script>-->