apr 19th changes

This commit is contained in:
Left4Code
2025-04-19 23:15:58 -04:00
parent a157f68243
commit 4d055f0712
20 changed files with 2315 additions and 61 deletions

66
index.html Normal file
View File

@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html>
<head>
<title>Left4Code - (Home)</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" type="image/x-icon" href="favicon/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
</head>
<body>
<div class="container">
<header>
<span>Left4Code</span>
</header>
<div class="large">
<nav>
<a href="index.html">Home</a>
<a href="blog.html">Blog / Courses</a>
</nav>
</div>
<section class="half">
<h1>Socials & Coins</h1>
<h4>
</h4>
<h4>
<a href="https://git.i2pd.xyz/Left4Code">Gitea</a>
</h4>
<hr>
<h4>
<a href="left4code_gpg.txt">Email & GPG Key</a> | <a href="blogs/apr-19-2025.html">How to Use GPG!</a>
</h4>
<hr>
</section>
<section class="half">
<h2>Changelog:</h2>
<h3>4/19/25 - Added GPG key & Email</h3>
<h3>4/14/25 - Added Cute Favicon</h3>
<h3>10/13/24 - Added Digital Forensics</h3>
<h3>09/26/24 - Courses & blog section</h3>
<h3>09/10/24 - Fixed Blog CSS</h3>
<h3>09/09/24 - Site Finally Online</h3>
</section>
</div>
<footer>
<p>CSS forked & modified from eyechi.neocities.org (Cool site!), originally from ribo.zone (You legend!)</p>
<h5>This entire site and it's material are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License</h5>
<h5>and is not allowed to be used for Commercial purposes or educational purposes which require tuition (or any money at all) to access.</h5>
<p><a href="https://creativecommons.org/licenses/by-nc/4.0/">https://creativecommons.org/licenses/by-nc/4.0/</a></p>
<p>🧟</p>
</footer>
</body>
</html>