mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
added empty projects page
This commit is contained in:
parent
ef6f29803b
commit
025d3b9448
3 changed files with 14 additions and 1 deletions
9
components/bio/BioCareer.vue
Normal file
9
components/bio/BioCareer.vue
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<h2>Career</h2>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup></script>
|
||||||
|
|
||||||
|
<style lang="scss" module></style>
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div :class="$style.projects">
|
<div :class="$style.projects">
|
||||||
<h2>Projects</h2>
|
<h2>Pet Projects</h2>
|
||||||
|
|
||||||
<div :class="$style.grid">
|
<div :class="$style.grid">
|
||||||
<BioProjectCard
|
<BioProjectCard
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
<section :class="$style.section">
|
<section :class="$style.section">
|
||||||
<BioProjects />
|
<BioProjects />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section :class="$style.section">
|
||||||
|
<BioCareer />
|
||||||
|
</section>
|
||||||
</article>
|
</article>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue