<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel = "icon" href = "assets/branding/obo-icon.png"> <title>LimePot - Home</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/obo-icon.png"> 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/"> Home </a> <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="https://limepot.xyz/photography"> Photography </a> <a class="navbar-item" href="https://limepot.xyz/videography"> Youtube </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"> </div> </div> </div> </div> <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> </nav> <section class="section"> <div class="container"> <h1 class="title"> Hello World </h1> <div class="content"> <br> <a href="#">0 Days since last incident.</a> <br><br> <p class="subtitle">"Forever - is composed of Nows</p> <p class="subtitle">`Tis not a different time -</p> <p class="subtitle">Except for Infiniteness -</p> <p class="subtitle">And Latitude of Home -</p> <br> <p class="subtitle">From this - experienced Here -</p> <p class="subtitle">Remove the Dates - to These -</p> <p class="subtitle">Let Months dissolve in further Months -</p> <p class="subtitle">And Years - exhale in Years ..."</p> <p class="subtitle"></p><strong>- Emily Dickinson</strong></p> <br> <script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> <script> kofiWidgetOverlay.draw('limepot', { 'type': 'floating-chat', 'floating-chat.donateButton.text': 'Support Me', 'floating-chat.donateButton.background-color': '#00bfa5', 'floating-chat.donateButton.text-color': '#fff' }); </script> <br><br> <a href="https://bulma.io"> <img src="https://bulma.io/images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24"> </a> </div> </div> </section> </body> </html>