This commit is contained in:
nelle 2023-04-26 04:15:45 -06:00
parent fdc27ad7cf
commit 86267101dc
8 changed files with 34 additions and 5 deletions

View file

@ -12,7 +12,11 @@
<link rel = "icon" href = "assets/branding/self-portrait.png"> <link rel = "icon" href = "assets/branding/self-portrait.png">
<title>LimePot - About</title> <title>LimePot - About</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar" role="navigation" aria-label="main navigation">
@ -90,9 +94,9 @@
<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">Projects</a> to see what I'm currently working on.</p> <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">Projects</a> to see what I'm currently working on.</p>
<p>Also dabble in photography.</p> <p>Also dabble in photography.</p>
<br><br><br> <br>
<p>Don't ask about time travel.</p> <p>Don't ask about time travel.</p>
<br><br><br> <br><br>
<h2>Socials</h2> <h2>Socials</h2>
<a href="https://krimsonlocker.xyz/@limepot">Fediverse</a><a href="https://krimsonlocker.xyz/@limepot.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a> ||| <a href="https://snowdin.town/users/LimePotato">Old Fediverse Acc</a><a href="https://snowdin.town/users/LimePotato.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a> <a href="https://krimsonlocker.xyz/@limepot">Fediverse</a><a href="https://krimsonlocker.xyz/@limepot.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a> ||| <a href="https://snowdin.town/users/LimePotato">Old Fediverse Acc</a><a href="https://snowdin.town/users/LimePotato.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a>
<br> <br>
@ -107,7 +111,7 @@
<a href="https://limepot.xyz/irc">IRC (still kinda being worked on)</a> <a href="https://limepot.xyz/irc">IRC (still kinda being worked on)</a>
<br> <br>
<a href="#">Fosscord (Soon)</a> <a href="#">Fosscord (Soon)</a>
<br><br><br> <br><br>
<h2>Dev Links</h2> <h2>Dev Links</h2>
<a href="https://github.com/LimePotato/">Github</a> <a href="https://github.com/LimePotato/">Github</a>
<!-- <!--

BIN
assets/background.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

View file

@ -5,6 +5,11 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<a href="https://gitlab.com/LimePotato/limepot-xyz">Website Sourcecode</a> <a href="https://gitlab.com/LimePotato/limepot-xyz">Website Sourcecode</a>

View file

@ -12,6 +12,11 @@
<link rel = "icon" href = "assets/branding/self-portrait.png"> <link rel = "icon" href = "assets/branding/self-portrait.png">
<title>LimePot - Blog</title> <title>LimePot - Blog</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
html{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar" role="navigation" aria-label="main navigation">

View file

@ -12,6 +12,11 @@
<link rel = "icon" href = "assets/branding/self-portrait.png"> <link rel = "icon" href = "assets/branding/self-portrait.png">
<title>LimePot - Home</title> <title>LimePot - Home</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar" role="navigation" aria-label="main navigation">

View file

@ -1,4 +1,5 @@
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700"); @import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
/*MY STUFF*/
/* Bulma Utilities */ /* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta, .button, .input, .textarea, .select select, .file-cta,
.file-name { .file-name {

View file

@ -12,6 +12,11 @@
<link rel = "icon" href = "assets/branding/self-portrait.png"> <link rel = "icon" href = "assets/branding/self-portrait.png">
<title>LimePot - Projects</title> <title>LimePot - Projects</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar" role="navigation" aria-label="main navigation">

View file

@ -12,7 +12,11 @@
<link rel = "icon" href = "assets/branding/self-portrait.png"> <link rel = "icon" href = "assets/branding/self-portrait.png">
<title>Security and Privacy</title> <title>Security and Privacy</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css"> <link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar" role="navigation" aria-label="main navigation">