diff --git a/about/index.php b/about/index.php index 2e36ea5..3e669f5 100644 --- a/about/index.php +++ b/about/index.php @@ -28,7 +28,7 @@
- Bitcoin +
@@ -42,7 +42,7 @@
- Monero +
diff --git a/assets/style/main.css b/assets/style/main.css index 0fd237e..44d3df2 100644 --- a/assets/style/main.css +++ b/assets/style/main.css @@ -52,6 +52,7 @@ a:hover { /* Navigation bar */ #nav { margin: 30px 0; + font-size: 0; } .nav-button { font-size: 14px; diff --git a/inc/nav.inc b/inc/nav.inc index 846a63c..cdcb670 100644 --- a/inc/nav.inc +++ b/inc/nav.inc @@ -13,8 +13,8 @@ $is_selected = $link[0] == $path || $link[0] == rtrim($path, '/'); echo $is_selected ? - "$link[1]" : - "$link[1]"; + "$link[1]\n" : + "$link[1]\n"; } ?> diff --git a/index.php b/index.php index f921945..021a938 100644 --- a/index.php +++ b/index.php @@ -39,8 +39,8 @@

Projects


- - Popup TimerPopup Timer + + Popup Timer
Have a timer or stopwatch in the corner of your screen, directly from within your browser
@@ -48,7 +48,8 @@
- Game of lifeGame of life + + Game of life
Conway's Game of Life created with the win32 API
@@ -60,7 +61,8 @@
- ReimtrisReimtris + + Reimtris
A Tetris clone written in Rust with epic background music