Added external link to Kico repo.

This commit is contained in:
eworc778 2025-08-22 22:23:52 +01:00
parent 165ffbdfa2
commit efeb5fd534
4 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="3.58 0.58 19.85 19.85">
<path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6H7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5m-6 0 7.5-7.5M15 3h6v6" style="--darkreader-inline-stroke: var(--darkreader-text-000000, #e8e6e3);" data-darkreader-inline-stroke=""/>
</svg>

After

Width:  |  Height:  |  Size: 376 B

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 1H4V9H3C1.34315 9 0 10.3431 0 12C0 13.6569 1.34315 15 3 15C4.65685 15 6 13.6569 6 12V5H13V9H12C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12V1Z" fill="#000000"/>
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2 1.35 20 20.67">
<path d="M22 16V3.36611C22 2.12848 20.8873 1.18793 19.6669 1.39403L8.66694 3.25181C7.70452 3.41435 7 4.24784 7 5.22388V14.126C6.68038 14.0438 6.3453 14 6 14C3.79086 14 2 15.7909 2 18C2 20.2091 3.79086 22 6 22C8.20914 22 10 20.2091 10 18V6.06916L19 4.54916V12.126C18.6804 12.0438 18.3453 12 18 12C15.7909 12 14 13.7909 14 16C14 18.2091 15.7909 20 18 20C20.2091 20 22 18.2091 22 16Z" fill="#000000" style="--darkreader-inline-fill: var(--darkreader-background-000000, #000000);" data-darkreader-inline-fill=""/>
</svg>

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 595 B

View File

@ -53,7 +53,7 @@
<div class="centered-div project-div">
<p>Here's some of my projects that I have made:</p>
<p>Here's some of my projects:</p>
</div>
@ -61,5 +61,5 @@
<div class="centered-div project-list-div">
<h3 class="aligned-left subtitle">Kico r4</h3>
<p class="aligned-left">An open source macro pad based on the Raspberry Pi Pico. <a href="https://gitea.pibakery.xyz/eworc778/kico-r4"><img class="external-link-icon" src="./img/external-link.svg"></a></p>
</div>

View File

@ -59,6 +59,15 @@ p, h1, h2, h3, h4 {
}
.external-link-icon{
height: 16px;
width: 16px;
}
.subtitle {