limepot-xyz/BETA/index.html
LimePot 76722fec47 Beta Site
Going to slowly work on a Bulma site, which will end up being the main site.

Currently under the /BETA/ folder so Alpha site will still be main site.
2022-12-20 16:23:37 -07:00

98 lines
No EOL
3 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/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
</a>
<a class="navbar-item" href="https://limepot.xyz/BETA/About">
About
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="https://limepot.xyz/BETA/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/BETA/Photography">
Photography
</a>
<a class="navbar-item" href="https://limepot.xyz/BETA/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>
<p class="subtitle">
My first website with <strong>Bulma</strong>!
</p>
</div>
</section>
</body>
</html>