add: assets, some fixes, and build system

This commit is contained in:
Charles
2025-10-12 23:38:44 -07:00
parent 4ab17e5872
commit 167fc33f8c
9 changed files with 244 additions and 33 deletions
+24
View File
@@ -11,4 +11,28 @@
.job-listing {
min-height: 250px;
}
#navBar {
padding-top: 20px;
padding-bottom: 20px;
}
#navBar a {
padding-top: 10px;
padding-bottom: 10px;
}
.hack {
position: absolute;
top:45%;
left: 35%;
background-color: #ff9800;
z-index: 10;
font-size: 64px;
border: medium solid green;
padding: 20px 20px 20px 20px;
}