Asset Organization

This commit is contained in:
nelle 2022-12-20 20:02:09 -07:00
parent 3f2c0d230c
commit f97d6ade16
7 changed files with 129 additions and 0 deletions

39
BETA/404.html Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Page Not Found!
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/branding/obo-icon.png"
type = "image/x-icon">
<style>
*{
margin: 0
padding: 0;
box-sizing: border-box;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
body{
width: 100%;
height: 100vh;
background-image: url('assets/404/crt.gif');
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
marquee{
height: 100vh;
}
</style></head>
<body>
<marquee behavior="alternate" scrollamount="30">
<marquee behavior="alternate" scrollamount="30" direction="down">
<img src="assets/404/404.png">
</marquee>
</marquee>
</body>
</html>

0
BETA/about.html Normal file
View file

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View file

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

90
BETA/photography.html Normal file
View file

@ -0,0 +1,90 @@
<!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>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>