Skip to content

Commit

Permalink
fixes darkmode and adds links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshandersn committed Sep 17, 2024
1 parent 9520d0e commit f2d4427
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/content/pageLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defineProps(['route', 'img', 'written'])
<div style="display: flex; align-items: center;">
<div>
<slot />
<div style="font-size: 10pt; color: #00000055;">
<div style="font-size: 10pt; color: #ffffff55;">
{{ written }}
</div>
</div>
Expand Down
8 changes: 6 additions & 2 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ Fullstack Developer, and Creative Lead for [Inkbird](https://inkbird.io)

Co-Host of the [Tan Pants Podcast](https://linktr.ee/tanpants)

Side hustling game developer. Working on my first game in the [Godot Engine](https://godotengine.org)
Side hustling game developer. Working on my first game codenamed Crow.


---

[🐦 X](https://x.com/joshandersn)
[🐦 Twitter](https://x.com/joshandersn)

[🎮 Discord](https://discord.gg/ugMbGGEx5n)

[🦋 Bluesky](https://joshandersn.bsky.social)

[🐙 Github](https://github.com/joshandersn)

Expand Down
9 changes: 4 additions & 5 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ title: Josh's Website

::face-gallery{img1="crow01.jpg"}
::
This is my first project I plan to release on Steam and hopefully consoles. It's inspired by games like Geometry Wars, and WipEout.

The gist is you ride around at high speeds. Ram enemies to unlock upgrades you can install anywhere on your ship. The game will throw continuously harder enemies at you so choose your upgrades well.

This is my first project I plan to release on Steam (& Consoles hopefully). It's a vehicular combat arcade survival game inspired by Geometry Wars, and WipEout.

This game has been in development since April 2024. Hopefully I will have it done this year. So anywho Here are some screenshots.

::image-gallery{img1="img/crow04.jpg" img2="img/crow03.jpg" img3="img/crow02.jpg"}
Expand All @@ -18,9 +16,10 @@ This game has been in development since April 2024. Hopefully I will have it don


If you wanna keep up with this project you can follow me on [Twitter](https://x.com/joshandersn)
![steve](https://img1.picmix.com/output/stamp/normal/7/1/9/5/1815917_b201f.gif)

You can also join the [Discord!](https://discord.gg/ugMbGGEx5n)

[🦋 Bluesky](https://joshandersn.bsky.social)

[📺 Youtube](https://youtube.com/@joshandersn)

Expand Down
2 changes: 1 addition & 1 deletion pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ hr {
.subtext {
font-size: 10pt;
line-height: 15pt;
color: #00000088;
color: #ffffff88;
display: flex;
}
img[alt="my-face"] {
Expand Down
Binary file modified public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2d4427

Please sign in to comment.