99 lines
4.5 KiB
HTML
99 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
To change the theme, change the class on the html tag below to one of:
|
|
- theme-auto: Automatically switches based on user's system preferences
|
|
- theme-light: Forces light theme
|
|
- theme-dark: Forces dark theme
|
|
-->
|
|
|
|
<html class="theme-auto" lang="en"> <!-- Update`class="theme-auto" with your preference -->
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
|
<title>Onkel_Noxy - vtube.gay</title>
|
|
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
|
|
|
|
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
|
<meta name="description" content="Replace this with your own, this appears in search results and when sharing.">
|
|
|
|
<!-- Keywords
|
|
<meta name="keywords" content="your name, industry, and specialties">-->
|
|
|
|
<!-- Canonical URL - Helps prevent duplicate content issues -->
|
|
<meta rel="canonical" href="https://noxy.vtube.gay">
|
|
|
|
<!-- Author Information
|
|
<meta name="author" content="Your Name">-->
|
|
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="css/reset.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="stylesheet" href="css/brands.css">
|
|
|
|
<!-- LittleLink Extended Stylesheet (Optional) -->
|
|
<!-- <link rel="stylesheet" href="css/brands-extended.css"> -->
|
|
<!-- Learn more at https://github.com/sethcottle/littlelink-extended.
|
|
Remove comments if you've added LittleLink Extended dependencies -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="column">
|
|
|
|
<!--
|
|
By default, the Avatar is rounded. Use the following:
|
|
- avatar--rounded: Automatically rounds the image
|
|
- avatar--soft: Slightly rounds the image
|
|
- avatar--none: Removes any rounding
|
|
|
|
Be sure to replace the src with your own image path and update the alt text
|
|
-->
|
|
<img class="avatar avatar--soft" src="images/avatar.png" srcset="images/avatar@2x.png 2x" alt="A cartoon character with wavy blue hair, one blue eye, and one red eye is making a peace sign. They have cat-like ears and wear a purple suit with a black tie featuring a button. A small Piplup is perched on their shoulder, smiling. The background is plain white.">
|
|
|
|
<!-- Replace with your name or brand -->
|
|
<h1>
|
|
<div>Onkel_Noxy</div>
|
|
</h1>
|
|
|
|
<!-- Add a short description about yourself or your brand -->
|
|
<p>Cutter, Streamer, Pokémon Nerd</p>
|
|
|
|
<!-- All your buttons go here -->
|
|
<div class="button-stack" role="navigation">
|
|
|
|
<!-- VGen -->
|
|
<a class="button button-vgen" href="https://vgen.co/onkel_noxy" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/vgen.png" alt="VGen icon">VGen</a>
|
|
|
|
<!-- Bluesky -->
|
|
<a class="button button-bluesky" href="https://bsky.app/profile/noxy.vtube.gay" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/bluesky.svg" alt="Bluesky Logo">Bluesky</a>
|
|
|
|
<!-- TikTok -->
|
|
<a class="button button-tiktok" href="https://www.tiktok.com/@onkel_noxy" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/tiktok.svg" alt="TikTok Logo">TikTok</a>
|
|
|
|
<!-- Twitch -->
|
|
<a class="button button-twitch" href="https://www.twitch.tv/onkel_noxy" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/twitch.svg" alt="Twitch Logo">Twitch</a>
|
|
|
|
<!-- X -->
|
|
<a class="button button-x" href="https://x.com/Onkel__Noxy" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/x.svg" alt="X Logo">Follow on X</a>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Feel free to add your own footer information, including updating `privacy.html` to reflect how your LittleLink fork is set up -->
|
|
<footer>
|
|
Hosted on <a href="https://vtube.gay" target="_blank">vtube.gay</a> by <a href="https://link.jaxoff.tv" target="_blank">Jax</a> :3| Built with <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>
|
|
</footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|