Init Commit
This commit is contained in:
15
components/TheContactSection.vue
Normal file
15
components/TheContactSection.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<section id="contact">
|
||||
<div
|
||||
class="snap-start gap-36 flex flex-col items-center mt-[25px] w-full min-h-[1000px]"
|
||||
>
|
||||
<SectionHeader title="Contact Me" />
|
||||
|
||||
<ContactElement />
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user