Update index.html
This commit is contained in:
parent
20a423fb4e
commit
1341f14b11
1 changed files with 0 additions and 104 deletions
104
index.html
104
index.html
|
@ -1,104 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
* {
|
|
||||||
font-family: sans-serif !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>nin0dev</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://unpkg.com/7.css">
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
<link rel="icon" type="image/x-icon" href="logo-but-round.png">
|
|
||||||
<meta name="theme-color" content="#00D0D0">
|
|
||||||
<meta property="og:url" content="https://nin0.dev" />
|
|
||||||
<meta property="og:title" content="nin0dev" />
|
|
||||||
<meta property="og:description" content="Hey, I'm nin0dev, a Canadian software developer." />
|
|
||||||
<meta property="og:image" content="https://nin0.dev/logo.png" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="window" id="main-window">
|
|
||||||
<div class="title-bar">
|
|
||||||
<div class="title-bar-text">Home</div>
|
|
||||||
</div>
|
|
||||||
<div class="window-body">
|
|
||||||
<div id="header">
|
|
||||||
<img src="logo.png" alt="the nin0dev logo" id="pfp">
|
|
||||||
<h3>nin0dev <span style="font-size: 0.4em;">(he/him)</span></h3>
|
|
||||||
</div>
|
|
||||||
<br/>
|
|
||||||
<div id="presence" style="display: none; margin-bottom: 12px;">
|
|
||||||
<img src="game.ico" id="presence-icon">
|
|
||||||
<p id="presence-content"></p>
|
|
||||||
</div>
|
|
||||||
<fieldset>
|
|
||||||
<legend>About me</legend>
|
|
||||||
I'm a Canadian self-taught software developer that makes useless things in Python, HTML, JavaScript, and Kotlin.
|
|
||||||
<br/>
|
|
||||||
yeah that's it
|
|
||||||
</fieldset>
|
|
||||||
<br/>
|
|
||||||
<fieldset>
|
|
||||||
<legend>My projects</legend>
|
|
||||||
<ul style="margin-top: 5px; margin-bottom: 5px; padding-left: 20px;">
|
|
||||||
<li>
|
|
||||||
VendroidEnhanced: A Discord client for Android that loads the mobile website and injects Vencord.
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/VendroidEnhanced/Vendroid">GitHub repo</a></li>
|
|
||||||
<li>Actively maintained</li>
|
|
||||||
<li>Fork of <a href="https://github.com/Vencord/Vendroid">Vencord/Vendroid</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
website: The website you're currently viewing
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/nin0-dev/website">GitHub repo</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
nin0-bot: An in-development kitchen-sink Discord Bot with moderation, fun and utility
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/nin0-dev/Sink">GitHub repo</a></li>
|
|
||||||
<li>In development</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
</br>
|
|
||||||
<fieldset>
|
|
||||||
<legend>Reach out!</legend>
|
|
||||||
<ul style="margin-top: 5px; margin-bottom: 5px; padding-left: 20px;">
|
|
||||||
<li>Discord: @nin0.dev</li>
|
|
||||||
<li>
|
|
||||||
Email: <a href="mailto:support@nin0.dev">support@nin0.dev</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
<li>Telegram: <a href="https://t.me/nin0dev">@nin0dev</a></li>
|
|
||||||
<li>GitHub: <a href="https://github.com/nin0-dev">nin0-dev</a></li>
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
<span id="credits" style="display: none;">
|
|
||||||
<br/>
|
|
||||||
<fieldset>
|
|
||||||
<legend>Credits</legend>
|
|
||||||
<ul style="margin-top: 5px; margin-bottom: 5px; padding-left: 20px;">
|
|
||||||
<li>UI library: <a href="https://jdan.github.io/98.css/">98.css by jdan</a></li>
|
|
||||||
<li>Presence/status API: <a href="https://discord.gg/lanyard">Lanyard</a></li>
|
|
||||||
<li>Icons: <a href="https://win98icons.alexmeub.com/">official Windows 98 icons</a></li>
|
|
||||||
</ul>
|
|
||||||
</fieldset>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<div id="bottom-actions" style="margin-top: 13px;">
|
|
||||||
<button onclick="showCredits()" id="credits-button">Credits</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script src="oneko.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/lanyard-wrapper/dist/index.browser.js"></script>
|
|
||||||
<script src="index.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue