limepot-xyz/index.html

111 lines
3.6 KiB
HTML
Raw Normal View History

2022-10-16 23:17:19 -06:00
<!DOCTYPE html>
<html>
2023-01-27 19:21:00 -07:00
<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>Home - Beta</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/BETA">
<img src="assets/obo-icon.png">
LimePot
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="https://limepot.xyz/BETA">
Home
2022-12-19 14:49:25 -07:00
</a>
2023-01-27 19:21:00 -07:00
<a class="navbar-item" href="https://limepot.xyz/about">
About
</a>
2023-01-27 19:21:00 -07:00
<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">
<a class="navbar-item" href="https://limepot.xyz/BETA/Socials">
Socials
</a>
<hr class="navbar-divider">
<a class="navbar-item" href="https://limepot.xyz/BETA/Contact">
Contact
</a>
<a class="navbar-item" href="https://limepot.xyz/old">
Old Site
</a>
<a class="navbar-item" href="https://limepot.xyz">
Alpha Site
</a>
</div>
</div>
</div>
<div class="navbar-end">
</div>
</div>
</div>
</div>
</nav>
<section class="section">
<div class="container">
<h1 class="title">
Hello World - LimePot Beta
</h1>
<div class="content">
2022-12-19 20:12:48 -07:00
<br><br><br>
2022-12-19 20:36:54 -07:00
<a href="#">0 Days since last incident.</a>
2022-12-19 20:12:48 -07:00
<br><br>
2023-01-27 19:21:00 -07:00
<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>
2022-12-19 15:27:23 -07:00
<br>
2023-01-27 19:21:00 -07:00
<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>
2022-12-19 21:42:02 -07:00
<br><br><br>
</div>
2023-01-27 19:21:00 -07:00
</div>
</section>
</body>
2022-12-19 05:37:53 -07:00
</html>