From 3a1d9fa6232f1f1d3cc22958f6abccc539fba05d Mon Sep 17 00:00:00 2001 From: Niisse Date: Mon, 19 Jun 2023 17:03:28 +0200 Subject: [PATCH] work on about page --- resources/css/app.css | 2 +- resources/views/about.blade.php | 53 ++++++++++++++++---- resources/views/changelog.blade.php | 4 +- resources/views/dashboard.blade.php | 2 +- resources/views/home/changelog.blade.php | 2 +- resources/views/layouts/navigation.blade.php | 13 +++-- 6 files changed, 57 insertions(+), 19 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 5f6eaa7..858ecca 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -12,7 +12,7 @@ @layer base { html { font-family: ibm-vga, monospace; - font-size: 20px; + font-size: 17px; } b { @apply text-white font-normal diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 61eeeeb..1ed02b9 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -6,16 +6,49 @@ -
-
- - -

< About Me >

-
- gay boi -
-
-
+
+
+ + +

< Early Interest >

+
+ +

+ For as long as I can remember, I have been fascinated with computers and other forms of + electronics. As a kid, I would attempt to disassemble (usually already broken) + electronic devices of all types to see what's inside and attempt to decipher how they + function. Sometimes these + devices would not be broken before I took them apart, to the dismay of my family. +

+
+

+ When I was 8 or so, I received an old hand-me-down computer (an IBM Aptiva with matching + CRT monitor). I must have clicked just about every button there was to click, learning of + the computer's functions as I went along and learning how to fix things I'd inadvertently + break in the process. I also ran a + website during this period, created with Frontpage '97, explaining how computers work and + describing the their various components. +

+
+

+ Fast forward a few years and I'm messing around with Android smartphones, learning about + things like flashing custom ROMs to expand their capabilities after the manufacturer had + long stopped pushing out new software versions. Around this time, I also experimented with + installing Linux, going back and forth between this new and unknown thing, and the various + Windows versions I was familiar with. I'd picked up some simple HTML and CSS skills, and + occasionally dabbled in game development through Game Maker 7/8. The latter introduced me to + the concept of object-oriented programming. +

+
+ +

Test

+
+

+ More text +

+
+
+
diff --git a/resources/views/changelog.blade.php b/resources/views/changelog.blade.php index 2f9ac0f..87d0568 100644 --- a/resources/views/changelog.blade.php +++ b/resources/views/changelog.blade.php @@ -1,8 +1,8 @@
- -

< Changelog >

+ +

<< Changelog >>

diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 95fb056..7cc67e9 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -2,7 +2,7 @@ @include('home.title-banner') -
+
diff --git a/resources/views/home/changelog.blade.php b/resources/views/home/changelog.blade.php index 2e2de80..495cebd 100644 --- a/resources/views/home/changelog.blade.php +++ b/resources/views/home/changelog.blade.php @@ -56,7 +56,7 @@
// For more, see the - changelog. + changelog.
diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index 45b61c7..144d867 100644 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -3,24 +3,29 @@
- Home - About - Projects - Blog + Changelog +