added projects to bio page

This commit is contained in:
Fedor Katurov 2022-11-03 18:33:37 +06:00
parent 011f10a429
commit ef6f29803b
16 changed files with 327 additions and 75 deletions

View file

@ -7,6 +7,10 @@
<section :class="$style.section">
<BioSkills />
</section>
<section :class="$style.section">
<BioProjects />
</section>
</article>
</template>