feat: add scrolling welcome title

css only!
This commit is contained in:
eggy
2024-03-01 15:50:04 -05:00
parent 47514d48a3
commit 00100b089f
2 changed files with 104 additions and 1 deletions

View File

@@ -4,12 +4,14 @@ import About from "@/components/index/about.vue";
//definePageMeta({ layout: "withtop" });
useTitle("Home", "Personal website!");
const welcomeStrings = ["Welcome!", "Bienvenue!", "欢迎!"];
</script>
<template>
<main class="flex flex-col items-center justify-around gap-8">
<div class="flex flex-col items-center">
<h1 class="text-bitter font-bold">Welcome!</h1>
<HeaderLoop class="text-bitter font-bold" :strings="welcomeStrings" />
<p>What are you here to see?</p>
<p>
For my portfolio, please visit