From 905f1981f4b6b08f231318338b5ed55dd26d74fa Mon Sep 17 00:00:00 2001
From: Logan
Date: Mon, 22 Jul 2024 05:50:53 -0500
Subject: [PATCH] post redesign
---
dist/index.html | 77 ++++++++++++++++++-----------
src/index.js | 9 ----
src/main.css | 48 ++++++++++++++++---
src/main.rs | 125 +++++++++++++++++++++---------------------------
4 files changed, 146 insertions(+), 113 deletions(-)
diff --git a/dist/index.html b/dist/index.html
index 1b271f6..7782063 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -18,12 +18,26 @@ body {
line-height: 1.75em;
}
-main {
+.container {
+ max-width: 1000px;
+}
+
+.tile {
border-radius: 15px;
padding: 15px;
background-color: #ffeedd;
- margin: auto;
- max-width: 1000px;
+ margin: 2px;
+ width: 100%
+}
+
+.third {
+ flex: 30%;
+}
+
+.half {
+ padding-left: 15px;
+ padding-right: 15px;
+ flex: 50%;
}
.bg {
@@ -50,6 +64,17 @@ code {
margin: auto;
}
+.text_center {
+ text-align: center;
+}
+
+ul {
+ display: inline-block;
+ columns: 2;
+ -webkit-columns: 2;
+ -moz-columns: 2;
+}
+
table {
margin-left: auto;
margin-right: auto;
@@ -76,32 +101,30 @@ a:visited {
text-decoration: none;
}
-h1:before {
- content: "";
+a:before {
+ content: "[";
+ font-style: normal;
+ color: black;
}
-h2:before {
- content: "";
+a:after {
+ content: "]";
+ font-style: normal;
+ color: black;
}
-logan's site
me
- I am a programming and philosophy enthusiast. Once upon a time i was a
- competitive debater on a few local and state circuits. After over 10
- years of doing robotics I'm finally starting to get the hang of it.
- Currently in the process of discovering my love for hypertext and the
- world wide web!
-
likes
writeups
- [dependency paranoia]
- [on build systems]
programming
- I have been making things for much longer than i have bothered
- to document (or finish) my work. I work on whatever happens to
- catch my interest, using whatever tools and languages I fancy at
- the time. Here are some of my favorite projects I've worked on:
-
project | summary | date |
---|
web server | https server implementation | 2024 |
html templater | interpreter and inline templating language for html | 2024 |
forte | safety focused stack machine emulator and assembly language | 2024 |
nrange | cartesian product for N vectors in O(N) time/space | 2023 |
fishbowl | kinematic image processing on the web | 2022 |
stocks | play money stock trading algorithm | 2021 |
the crypt | platforming video game in Godot | 2020 |
sites i manage
server status
Hello from Arch Linux |
Apache Web Server 2.4.61 |
CPU: 1.08% (15 minute average) |
MEM: 8743/15907 MB |