lol & Custodian Work
This commit is contained in:
parent
4434108939
commit
b933ed8706
3 changed files with 122 additions and 5 deletions
|
@ -103,6 +103,7 @@
|
||||||
'floating-chat.donateButton.text-color': '#fff'
|
'floating-chat.donateButton.text-color': '#fff'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<br><br><br>
|
||||||
<a href="https://bulma.io">
|
<a href="https://bulma.io">
|
||||||
<img
|
<img
|
||||||
src="https://bulma.io/images/made-with-bulma.png"
|
src="https://bulma.io/images/made-with-bulma.png"
|
||||||
|
|
|
@ -109,7 +109,9 @@
|
||||||
Socials
|
Socials
|
||||||
</h1>
|
</h1>
|
||||||
<a rel="me" href="https://tech.lgbt/@LimePotato">Mastodon</a>
|
<a rel="me" href="https://tech.lgbt/@LimePotato">Mastodon</a>
|
||||||
|
<br><br><br>
|
||||||
|
<br><br><br>
|
||||||
|
<a href="lol.html">...</a>
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -120,7 +122,7 @@
|
||||||
'floating-chat.donateButton.text-color': '#fff'
|
'floating-chat.donateButton.text-color': '#fff'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<br><br><br>
|
||||||
<a href="https://bulma.io">
|
<a href="https://bulma.io">
|
||||||
<img
|
<img
|
||||||
src="https://bulma.io/images/made-with-bulma.png"
|
src="https://bulma.io/images/made-with-bulma.png"
|
||||||
|
|
120
lol.html
120
lol.html
|
@ -1,5 +1,119 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
DONT LET SAMANTHA SEE THIS HANNAH!!!
|
<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>lol...</title>
|
||||||
|
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
||||||
|
|
||||||
|
|
||||||
limepotato#6850
|
</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" 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/">
|
||||||
|
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/Socials">
|
||||||
|
Socials
|
||||||
|
</a>
|
||||||
|
<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>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="section">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="title">
|
||||||
|
lol...
|
||||||
|
</h1>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/CR1TvxyLS_M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
|
||||||
|
<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><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>
|
Loading…
Reference in a new issue