initial commit

This commit is contained in:
2024-12-30 20:56:44 -07:00
commit d95928f3e8
41 changed files with 6473 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>