From efeb5fd534ea93037a727859fb057b25546a9a18 Mon Sep 17 00:00:00 2001 From: eworc778 Date: Fri, 22 Aug 2025 22:23:52 +0100 Subject: [PATCH] Added external link to Kico repo. --- src/img/external-link.svg | 3 +++ src/img/music-note.svg | 5 ++--- src/index.php | 4 ++-- src/style.css | 9 +++++++++ 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 src/img/external-link.svg diff --git a/src/img/external-link.svg b/src/img/external-link.svg new file mode 100644 index 0000000..279bfc9 --- /dev/null +++ b/src/img/external-link.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/img/music-note.svg b/src/img/music-note.svg index 5b77110..67516a4 100644 --- a/src/img/music-note.svg +++ b/src/img/music-note.svg @@ -1,4 +1,3 @@ - - - + + \ No newline at end of file diff --git a/src/index.php b/src/index.php index 0a7f67e..d81e76e 100644 --- a/src/index.php +++ b/src/index.php @@ -53,7 +53,7 @@
-

Here's some of my projects that I have made:

+

Here's some of my projects:

@@ -61,5 +61,5 @@

Kico r4

- +

An open source macro pad based on the Raspberry Pi Pico.

diff --git a/src/style.css b/src/style.css index c73c200..f2dd1ea 100644 --- a/src/style.css +++ b/src/style.css @@ -59,6 +59,15 @@ p, h1, h2, h3, h4 { } +.external-link-icon{ + + + height: 16px; + width: 16px; + + +} + .subtitle {