Cleanup a bit
This commit is contained in:
parent
7b5bbf317f
commit
ab6d71274e
12 changed files with 60 additions and 73 deletions
50
dist/about/index.html
vendored
50
dist/about/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -41,10 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -64,13 +64,13 @@
|
|||
|
||||
<p>Howdy Traveller!</p>
|
||||
<br>
|
||||
<p>Privacy Activist, Public Domain (<a href="https://unlicense.ouroboros.group"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
||||
<!-- <p>Privacy Activist, Public Domain (<a href="https://unlicense.ouroboros.group"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
||||
Love long talks about theoretical physics, astronomy, and possibilities of the impossible.</p>
|
||||
<br>
|
||||
<br>-->
|
||||
<p>do a lot of tinkering with various things, hardware and software. Currently messing around with web-development, Minecraft mods, 3D Printing, Linux, and Game Design. Checkout my <a href="https://limepot.xyz/projects.html"><u>Projects</u></a> to see what I'm currently working on.</p>
|
||||
<p>Also dabble in photography.</p>
|
||||
<br>
|
||||
<small>Don't ask about time travel. 🏳️⚧️✊🏾</small>
|
||||
<!-- <small>Don't ask about time travel. 🏳️⚧️✊🏾</small>-->
|
||||
<br><br>
|
||||
<center><p class="instructions"><strong>Where to find/contact me:</strong></p></center><br>
|
||||
<ul role="list" class="link-card-grid">
|
||||
|
@ -97,31 +97,17 @@
|
|||
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="link-card astro-DOHJNAO5">
|
||||
<a href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA" class="informational astro-DOHJNAO5">
|
||||
<h2 class="astro-DOHJNAO5">
|
||||
<img src="/assets/icons/logo-youtube.svg" width="24" height="24" class="astro-DOHJNAO5">
|
||||
Youtube
|
||||
<span class="astro-DOHJNAO5">→</span>
|
||||
</h2>
|
||||
<p class="astro-DOHJNAO5">
|
||||
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="link-card astro-DOHJNAO5">
|
||||
<a href="https://steamcommunity.com/id/limepot/" class="informational astro-DOHJNAO5">
|
||||
<h2 class="astro-DOHJNAO5">
|
||||
<img src="/assets/icons/logo-steam.svg" width="24" height="24" class="astro-DOHJNAO5">
|
||||
Steam
|
||||
<span class="astro-DOHJNAO5">→</span>
|
||||
</h2>
|
||||
<p class="astro-DOHJNAO5">
|
||||
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</li><!--
|
||||
<Card
|
||||
source="/assets/icons/logo-youtube.svg"
|
||||
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
title="Youtube"
|
||||
/>
|
||||
<Card
|
||||
source="/assets/icons/logo-steam.svg"
|
||||
href="https://steamcommunity.com/id/limepot/"
|
||||
title="Steam"
|
||||
/>-->
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
|
|
12
dist/blog/index.html
vendored
12
dist/blog/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -41,10 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -74,11 +74,11 @@
|
|||
<li class="link-card astro-3ZWAQ7YM">
|
||||
<a href="/posts/post-2" class="informational astro-3ZWAQ7YM">
|
||||
<h2 class="astro-3ZWAQ7YM">
|
||||
My Secpmd Blog Post
|
||||
My Second Blog Post
|
||||
<span class="astro-3ZWAQ7YM">→</span>
|
||||
</h2>
|
||||
<p class="astro-3ZWAQ7YM">
|
||||
This is the secpmd post of my new blog.
|
||||
This is the second post of my new blog.
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
|
8
dist/boilerplate/index.html
vendored
8
dist/boilerplate/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -19,7 +19,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -40,10 +40,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
|
8
dist/index.html
vendored
8
dist/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -19,7 +19,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -40,10 +40,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
|
8
dist/policy/index.html
vendored
8
dist/policy/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -19,7 +19,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -40,10 +40,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
|
8
dist/posts/post-1/index.html
vendored
8
dist/posts/post-1/index.html
vendored
|
@ -3,7 +3,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -16,7 +16,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -37,10 +37,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
|
12
dist/posts/post-2/index.html
vendored
12
dist/posts/post-2/index.html
vendored
|
@ -3,7 +3,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -16,7 +16,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -37,10 +37,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -50,8 +50,8 @@
|
|||
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
|
||||
</nav>
|
||||
<center>
|
||||
<h1 class="title">My Secpmd Blog Post</h1>
|
||||
<h2 class="subtitle"><em>Summary: This is the secpmd post of my new blog. - Written by LimePotato on 2023-10-29</em></h2>
|
||||
<h1 class="title">My Second Blog Post</h1>
|
||||
<h2 class="subtitle"><em>Summary: This is the second post of my new blog. - Written by LimePotato on 2023-10-29</em></h2>
|
||||
<br>
|
||||
</center>
|
||||
<p>Welcome to my <em>new blog</em> this is a test post while I make the framework.</p>
|
||||
|
|
1
dist/posts/post-3/index.html
vendored
Normal file
1
dist/posts/post-3/index.html
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html>
|
8
dist/projects/index.html
vendored
8
dist/projects/index.html
vendored
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg">
|
||||
<meta name="generator" content="Astro v2.10.7">
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -41,10 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Personal website to LimePotato">
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/profileimages/lunanelle.jpeg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
|
||||
<img src="/assets/profileimages/lunanelle.jpeg" style="border-radius: 20%">
|
||||
<span class="text-gradient">LimePot</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
@ -24,10 +24,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-end"><!--
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="/assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -12,13 +12,13 @@ import Card from '../components/Card.astro';
|
|||
|
||||
<p>Howdy Traveller!</p>
|
||||
<br>
|
||||
<p>Privacy Activist, Public Domain (<a href="https://unlicense.ouroboros.group"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
||||
<!-- <p>Privacy Activist, Public Domain (<a href="https://unlicense.ouroboros.group"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
||||
Love long talks about theoretical physics, astronomy, and possibilities of the impossible.</p>
|
||||
<br>
|
||||
<br>-->
|
||||
<p>do a lot of tinkering with various things, hardware and software. Currently messing around with web-development, Minecraft mods, 3D Printing, Linux, and Game Design. Checkout my <a href="https://limepot.xyz/projects.html"><u>Projects</u></a> to see what I'm currently working on.</p>
|
||||
<p>Also dabble in photography.</p>
|
||||
<br>
|
||||
<small>Don't ask about time travel. 🏳️⚧️✊🏾</small>
|
||||
<!-- <small>Don't ask about time travel. 🏳️⚧️✊🏾</small>-->
|
||||
<br><br>
|
||||
<center><p class="instructions"><strong>Where to find/contact me:</strong></p></center><br>
|
||||
<ul role="list" class="link-card-grid">
|
||||
|
@ -31,7 +31,7 @@ import Card from '../components/Card.astro';
|
|||
source="https://upload.wikimedia.org/wikipedia/commons/9/93/Fediverse_logo_proposal.svg"
|
||||
href="https://ouroboros.gay/@limepot"
|
||||
title="Fediverse"
|
||||
/>
|
||||
/><!--
|
||||
<Card
|
||||
source="/assets/icons/logo-youtube.svg"
|
||||
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
|
@ -41,7 +41,7 @@ import Card from '../components/Card.astro';
|
|||
source="/assets/icons/logo-steam.svg"
|
||||
href="https://steamcommunity.com/id/limepot/"
|
||||
title="Steam"
|
||||
/>
|
||||
/>-->
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue