@@ -7,7 +7,22 @@ title: Home
77 <img src="/img/electroanalog_logo.png" alt="Electroanalog" class="logo" />
88 <img src="/img/vice.png" alt="Vintage Integrated Custom Electronics" class="logo" />
99
10- <img src="/img/projects-title.png" alt="GitHub DIY Projects" width="280" class="project-title" />
10+ <div style="display: grid; place-items: center; position: relative;">
11+ <img src="/img/projects-title.png" alt="GitHub DIY Projects" width="280" class="project-title" />
12+ <a style="position: absolute; left: calc(50% - 175px); top: 50%; transform: translateY(-50%);">
13+ <svg height="32" width="32" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="filter: drop-shadow(6px 7px 3px black);">
14+ <path fill="#f0f6fc" d="M12 1C5.923 1 1 5.923 1 12c0 4.867 3.149 8.979 7.521 10.436.55.096.756-.233.756-.522
15+ 0-.262-.013-1.128-.013-2.049-2.764.509-3.479-.674-3.699-1.292-.124-.317-.66-1.293-1.127-1.554
16+ -.385-.207-.936-.715-.014-.729.866-.014 1.485.797 1.691 1.128.99 1.663 2.571 1.196 3.204.907
17+ .096-.715.385-1.196.701-1.471-2.448-.275-5.005-1.224-5.005-5.432 0-1.196.426-2.186
18+ 1.128-2.956-.111-.275-.496-1.402.11-2.915 0 0 .921-.288 3.024 1.128a10.193 10.193 0 0 1
19+ 2.75-.371c.936 0 1.871.123 2.75.371 2.104-1.43 3.025-1.128 3.025-1.128.605 1.513.221 2.64.111
20+ 2.915.701.77 1.127 1.747 1.127 2.956 0 4.222-2.571 5.157-5.019 5.432.399.344.743 1.004.743
21+ 2.035 0 1.471-.014 2.654-.014 3.025 0 .289.206.632.756.522C19.851 20.979 23
22+ 16.854 23 12c0-6.077-4.922-11-11-11Z" />
23+ </svg>
24+ </a>
25+ </div>
1126
1227 <div class="projects">
1328 <div class="project">
@@ -65,7 +80,7 @@ title: Home
6580 </div>
6681
6782 <div class="project">
68- <a href="/psx-igr">PSX In-game Reset</a>
83+ <a href="/psx-igr">PSX In-Game Reset</a>
6984 <div class="description">
7085 A reset mod for original PlayStation (PS1) activated via button combo on the controller, built with PIC16F18325/26. Features timing safeguards to avoid unintended resets and optional LED feedback.
7186 </div>
0 commit comments