added more projects and brought back the current projects section of the index

This commit is contained in:
Tabby 2025-04-24 15:11:25 +10:00
parent debe015932
commit b5ae86ade4
5 changed files with 70 additions and 16 deletions

View file

@ -106,6 +106,11 @@ const props = defineProps<{
border-color: white;
cursor: pointer;
}
@media (min-width: 1000px){
.card:hover, .content:hover{
.content{
visibility: visible;
}
@ -113,6 +118,7 @@ const props = defineProps<{
.project-image{
filter: brightness(40%) blur(2px);
}
}
}