Feat(dioxus): finished tech category, footer, contact, and started home and tech cards

This commit is contained in:
2025-04-22 16:28:12 -06:00
parent 467edd5e54
commit f2e479acc7
13 changed files with 367 additions and 77 deletions

28
assets/styling/ender.css Normal file
View File

@ -0,0 +1,28 @@
footer {
display: flex;
flex-direction: column;
text-align: center;
background-color: #d3d3d3;
}
footer div {
display: flex;
flex-direction: row;
flex: 1 1 2;
justify-content: space-between;
}
footer img {
height: 100px;
}
footer a {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgray;
text-decoration: none;
color: inherit;
}