mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
update: idk what me code is anymore zeon:ai_comment
This commit is contained in:
parent
e577d87ce4
commit
1a0e221c42
5 changed files with 66 additions and 14 deletions
|
@ -1,5 +1,7 @@
|
|||
<script lang="ts" setup>
|
||||
import FeedbackCards from '~/components/FeedbackCards.vue';
|
||||
import AboutMe from '~/components/AboutMe.vue';
|
||||
import SnakeGrid from '~/components/SnakeGrid.vue';
|
||||
let cards = [
|
||||
{ id: 1, title: 'Card 1', text: 'First card', color: 'bg-base-100 text-primary-content' },
|
||||
{ id: 2, title: 'Card 2', text: 'Second card', color: 'bg-base-100 text-primary-content' },
|
||||
|
@ -8,7 +10,15 @@ let cards = [
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="m-20">
|
||||
<div class="">
|
||||
<div class="flex items-center justify-between">
|
||||
<div>
|
||||
<AboutMe />
|
||||
</div>
|
||||
<FeedbackCards :cards="cards" />
|
||||
</div>
|
||||
<div>
|
||||
<SnakeGrid />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue