Add APRS project to portfolio and structure for future projects

This commit is contained in:
2026-04-19 00:40:55 -05:00
parent b4837b24ca
commit 31676ba3f0
2 changed files with 81 additions and 47 deletions
+12
View File
@@ -347,4 +347,16 @@ a:hover {
flex-direction: column;
align-items: flex-start;
}
}
.project-link {
display: inline-block;
margin-top: 10px;
color: #4ea1ff;
font-weight: bold;
text-decoration: none;
}
.project-link:hover {
text-decoration: underline;
}