140 lines
No EOL
5.4 KiB
HTML
140 lines
No EOL
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
|
<title>LimePot - About</title>
|
|
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
|
</head>
|
|
<body>
|
|
<nav class="navbar" role="navigation" aria-label="main navigation">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="https://limepot.xyz/">
|
|
<img src="assets/branding/self-portrait.png" style="border-radius: 20%">
|
|
LimePot
|
|
</a>
|
|
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
|
<span aria-hidden="true"></span>
|
|
<span aria-hidden="true"></span>
|
|
<span aria-hidden="true"></span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="navbar-menu" id="navMenu">
|
|
<div class="navbar-start">
|
|
<a class="navbar-item" href="https://limepot.xyz/about">
|
|
About
|
|
</a>
|
|
<a class="navbar-item" href="https://limepot.xyz/blog">
|
|
Blog
|
|
</a>
|
|
<div class="navbar-item has-dropdown is-hoverable">
|
|
<a class="navbar-link" href="https://limepot.xyz/projects">
|
|
Projects
|
|
</a>
|
|
<div class="navbar-dropdown">
|
|
<a class="navbar-item" href="https://github.com/LimePotato">
|
|
Github
|
|
</a>
|
|
<a class="navbar-item" href="http://direct.limepot.xyz/explore/repos">
|
|
Self-Hosted Gitea
|
|
</a>
|
|
<a class="navbar-item" href="https://nullafati.xyz">
|
|
The Library
|
|
</a>
|
|
<a class="navbar-item" href="http://direct.limepot.xyz/limepot/Kenophobia/releases">
|
|
Kenophobia
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="navbar-item has-dropdown is-hoverable">
|
|
<a class="navbar-link">
|
|
More
|
|
</a>
|
|
|
|
<div class="navbar-dropdown">
|
|
<hr class="navbar-divider">
|
|
<a class="navbar-item" href="https://limepot.xyz/Contact">
|
|
Contact
|
|
</a>
|
|
<a class="navbar-item" href="https://limepot.xyz/old">
|
|
Old Site
|
|
</a>
|
|
<a class="navbar-item" href="https://limepot.xyz/ALPHA">
|
|
Alpha Site
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="navbar-end">
|
|
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
|
<img src="assets/other-branding/ko-fi-button-red.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
|
|
<script>document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
// Get all "navbar-burger" elements
|
|
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
|
|
|
|
// Add a click event on each of them
|
|
$navbarBurgers.forEach( el => {
|
|
el.addEventListener('click', () => {
|
|
|
|
// Get the target from the "data-target" attribute
|
|
const target = el.dataset.target;
|
|
const $target = document.getElementById(target);
|
|
|
|
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
|
|
el.classList.toggle('is-active');
|
|
$target.classList.toggle('is-active');
|
|
|
|
});
|
|
});
|
|
|
|
});</script>
|
|
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
|
|
</nav>
|
|
|
|
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="content">
|
|
<h1 class="title"><a href="https://github.com/LimePotato">My Github</a></h1>
|
|
<br>
|
|
<h1 class="title"><a href="http://direct.limepot.xyz:3000/explore/repos">My Self-Hosted Gitea</a></h1>
|
|
<br><br><br>
|
|
<h1 class="title"><a href="https://nullafati.xyz">The Library</a></h1>
|
|
<h3 class="subtitle">The Library is a self-hosted Archive.</h3>
|
|
<br><br>
|
|
<h1 class="title"><a href="http://direct.limepot.xyz:3000/limepot/Kenophobia/releases">Kenophobai</a></h1>
|
|
<h3 class="subtitle">A game where I learn godot, and try to tell a meaningful story at the same time.</h3>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<center>
|
|
<footer class="footer">
|
|
<div class="content has-text-centered">
|
|
<a href="https://bulma.io">
|
|
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
|
|
</a>
|
|
<a href="https://github.com/LimePotato/limepot.xyz">
|
|
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="95" height="20">
|
|
</a>
|
|
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
|
|
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
|
|
</a>
|
|
</div>
|
|
</footer></center>
|
|
</section>
|
|
</body>
|
|
</html> |