feat: Add initial code
All checks were successful
Build Docker / BuildImage (push) Successful in 51s

This commit is contained in:
2025-08-22 13:34:17 +10:00
parent e3bad90b8e
commit 132f97325a
4 changed files with 359 additions and 70 deletions

View File

@@ -18,24 +18,6 @@ a {
a:hover {
text-decoration: underline;
}
/* Mike section styling */
.mike-section {
margin-top: 30px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: rgba(50, 50, 50, 0.3);
border-radius: 8px;
}
.mike-section h2 {
color: #f0f0f0;
margin-top: 0;
}
.mike-section p {
line-height: 1.6;
margin-bottom: 15px;
.spacer {
height: 20px; /* Adjust as needed */
}