Compare commits

...

4 Commits

4 changed files with 47 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,3 +1,3 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 1 15 14">
<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>
<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"/>
</svg>

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 485 B

View File

@ -53,6 +53,13 @@
<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>
<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

@ -38,11 +38,43 @@ p, h1, h2, h3, h4 {
.project-div{
background-color: #9ece6a;
}
.project-list-div{
background-color: #bb9af7;
}
.aligned-left {
text-align: left;
align-self: left;
margin-left: 10px;
}
.external-link-icon{
height: 16px;
width: 16px;
}
.subtitle {
font-weight: bold; !important
}
.link-icon{
height: 32px;