diff --git a/assets/code-style.css b/assets/code-style.css
index f96f246..1aa7541 100644
--- a/assets/code-style.css
+++ b/assets/code-style.css
@@ -1,11 +1,11 @@
code {
background-color: #2d2d2d;
color: #ebebeb;
- padding: 3px;
+ padding: 2px;
border-radius: 3px;
font-family: "Maple Mono", monospace;
font-style: normal;
- font-size: 14pt;
+ /*font-size: 14pt;*/
}
div.code-toolbar {
diff --git a/assets/fonts/fonts.css b/assets/fonts/fonts.css
index 596d7ff..f741a67 100644
--- a/assets/fonts/fonts.css
+++ b/assets/fonts/fonts.css
@@ -5,8 +5,8 @@
/* Main Display */
@font-face {
- font-family: "Montserrat";
- src: url('Montserrat.ttf');
+ font-family: "Roboto";
+ src: url('Roboto-Regular.ttf');
}
/* Serif */
@@ -17,8 +17,8 @@
/* Impact */
@font-face {
- font-family: "Roboto";
- src: url('Roboto-Regular.ttf');
+ font-family: "Montserrat";
+ src: url('Montserrat.ttf');
}
@font-face {
@@ -40,12 +40,3 @@
font-feature-settings: "liga" on;
src: url('MapleMono-Italic.woff2') format('woff2');
}
-
-/* Too big...
-@font-face {
- font-family: 'Material Symbols Outlined';
- font-style: normal;
- font-weight: 100 200 300 400 500 600 700;
- src: url('material-icons.woff2');
-}
-*/
diff --git a/assets/images/copy.svg b/assets/images/copy.svg
deleted file mode 100644
index d875c84..0000000
--- a/assets/images/copy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/images/showcase.webp b/assets/images/showcase.webp
index 051079b..f9e4d57 100644
Binary files a/assets/images/showcase.webp and b/assets/images/showcase.webp differ
diff --git a/assets/images/showcase_2.jpg b/assets/images/showcase_2.jpg
deleted file mode 100644
index dd67e16..0000000
Binary files a/assets/images/showcase_2.jpg and /dev/null differ
diff --git a/assets/images/showcase_old.webp b/assets/images/showcase_old.webp
new file mode 100644
index 0000000..051079b
Binary files /dev/null and b/assets/images/showcase_old.webp differ
diff --git a/assets/main-style.css b/assets/main-style.css
index e184b9c..686967a 100644
--- a/assets/main-style.css
+++ b/assets/main-style.css
@@ -1,6 +1,7 @@
/* Fonts */
-
@import url('fonts/fonts.css');
+
+/* Auxillary Styles */
@import url('img-style.css');
@import url('code-style.css');
@@ -60,7 +61,7 @@ header a:link, header a:visited, header a:hover {
color: unset;
}
-header .navigation {
+nav {
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-size: 15pt;
@@ -70,7 +71,7 @@ header .navigation {
font-style: italic;
}
-header .navigation a {
+nav a {
margin-right: 15px;
text-decoration: none;
color: unset;
@@ -78,7 +79,7 @@ header .navigation a {
position: relative;
}
-header .navigation a::after {
+nav a::after {
content: '';
width: 100%;
position: absolute;
@@ -90,27 +91,27 @@ header .navigation a::after {
transform-origin: top right;
}
-header .navigation a:hover::after {
+nav a:hover::after {
scale: 1 1;
transform-origin: top left;
}
-header .navigation a.active {
+nav a.active {
font-weight: bold;
font-style: normal;
}
-header .navigation a.active:hover {
+nav a.active:hover {
brightness: 200%;
}
-header .navigation a.active::after {
+nav a.active::after {
border-bottom: 2px solid slategray;
transform-origin: top left;
scale: 1 1;
}
-header .navigation a.active:hover::after {
+nav a.active:hover::after {
transform-origin: top left;
scale: 1 1.5;
}
@@ -325,7 +326,7 @@ footer p:last-child {
margin-bottom: 0;
}
-footer p.paginator {
+nav.paginator {
display: flex;
gap: 10px;
align-items: center;
@@ -333,15 +334,22 @@ footer p.paginator {
margin-bottom: 20px;
font-size: 1.8em;
position: relative;
+
+ font-style: normal;
+ font-weight: bold;
}
-footer p.paginator .next {
+nav.paginator::hover {
+ all: unset;
+}
+
+nav.paginator .next {
display: block;
position: absolute;
right: 10px;
}
-footer p.paginator .prev {
+nav.paginator .prev {
display: block;
position: absolute;
left: 10px;
diff --git a/index.html b/index.html
index eb6101a..b6cabb3 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@ A place for personal projects and things. Enjoy!">
-
+
@@ -26,88 +26,133 @@ A place for personal projects and things. Enjoy!">
-
+
-
+
About Me
- Hey, I'm G2. I spend most of my time avoiding social media, improving my website, and writing code in Rust. This website is selfhosted on a Raspberry Pi 5 8GB running Ubuntu Server . The CSS can be found here .
- If you would like to get in touch with me, Email is the best way to do so.
+ Hey, I'm G2.
+
+ I spend most of my time avoiding all social media, improving my website, writing code in Rust, bicycling, and thinking about cool tech.
+ This website is self-hosted on a Raspberry Pi 5 8GB running
+ Ubuntu Server .
+ The CSS can be found here .
+
+
+ If you would like to get in touch with me, I actively check:
+ 〜 Email: g2@g2games.dev
+ 〜 Discord: g2_games
+
Some more of my links:
- GitHub • Gitea
+
+ GitHub ⧫
+ Gitea ⧫
+ Ko-fi
+
+
My Pages
-
Blog
- My personal blog. I post about whatever is interesting me at the moment, usually something tech or photography related, but not always.
+ My personal blog. I post about whatever is interesting me at the
+ moment, usually something tech or photography related, but not
+ always.
My Portfolio
- This portfolio is a list of things I have done and things I am currently doing.
+ This portfolio is a list of things I have done and things I am
+ currently doing. Not comprehensive, and also I dislike selling
+ myself.
Random Stuff
- I tend to make a lot of random things on the internet. You can check out many of those things on this page. Most aren't very interesting, but they might entertain you for a while at least!
+ I tend to make a lot of random things on the internet. You can
+ check out many of those things on this page. Most aren't very
+ interesting, but they might entertain you for a while at least!
+
+ More About Me
+
+
+ I like MiniDisc devices, and have written
+ some software
+ for them! I personally have an MZ‑NF610, MZ‑NHD600, and an
+ MZ‑E707. Go check out the wiki!
+
+
+ I also like the Sony PSP and PSVita consoles, I hope to do some homebrew for
+ the PSP in the future (check out
+ the Rust SDK for it!).
+
+
+ I appreciate physical media of all kinds, such as CDs, DVD/Blu-Rays, MiniDiscs, and
+ anything else physical. It's just nice to have a real high quality copy of the media,
+ that is yours forever !
+
+
+ I'm interested in aerospace, including rockets, aircraft, and similar things. I've made
+ a few projects related to it as well as part of clubs.
+
+
+
+
My Favorites
- A small list of things I enjoy. Y'know, favorites!
+ A small list of things I enjoy. Favorites! This isn't at
+ all comprehensive and I'd love to add more.
- Text/Code Editor:
+ General Apps:
+
+
+ Text/Code Editor:
- Fonts:
+ Fonts:
-
- Programming Languages:
-
- Shell:
+ Programming Languages:
+
+
+ Shell:
- Notetaking App:
-
-
- Browser:
-
-
- Desktop Environment:
+ Desktop Environment:
@@ -116,7 +161,11 @@ A place for personal projects and things. Enjoy!">
©2024 G2
- Powered by and
+ Powered by
+
+ and
+
+