rename
This commit is contained in:
parent
6822d06c13
commit
976af83049
2 changed files with 2 additions and 92 deletions
|
@ -1,90 +0,0 @@
|
|||
<!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>Photography - 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/about">
|
||||
About
|
||||
</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">
|
||||
<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>
|
||||
|
||||
<figure class="image is-128x128">
|
||||
<img src="assets/photogallery/japan-2018/PSX_1.jpg">
|
||||
</figure>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -46,13 +46,13 @@
|
|||
<li class="list" style="--clr:rgb(0, 196, 157);">
|
||||
<a href="videography.html">
|
||||
<span class="icon"><ion-icon name="videocam"></ion-icon></span>
|
||||
<span class="text">Videography</span>
|
||||
<span class="text">Youtube</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="list" style="--clr:rgb(0, 196, 157);">
|
||||
<a href="discord.html">
|
||||
<span class="icon"><ion-icon name="logo-discord"></ion-icon></span>
|
||||
<span class="text">Discord Server</span>
|
||||
<span class="text">Discord</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="list" style="--clr:rgb(0, 196, 157);">
|
||||
|
|
Loading…
Reference in a new issue