add: basic start

This commit is contained in:
2025-10-12 21:30:25 -07:00
commit 4ab17e5872
8 changed files with 128 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.hidden {
display: none;
}
.portrait {
width: 150x;
height: 150px;
margin: 20px;
float: left;
}
.job-listing {
min-height: 250px;
}