feat: core structure of home page with intro and history sections
This commit is contained in:
parent
3aea00e798
commit
0d98f11e21
7 changed files with 77 additions and 65 deletions
18
src/components/organisms/IntroSection.vue
Normal file
18
src/components/organisms/IntroSection.vue
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<template>
|
||||
<div class="columns is-vcentered">
|
||||
|
||||
<!-- Image Column (left 1/4) -->
|
||||
<div class="column is-one-quarter">
|
||||
<figure class="image">
|
||||
<img src="/src/assets/flakka.png" alt="Flag of the Viossa Language">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<!-- Text Column (right 3/4) -->
|
||||
<div class="column">
|
||||
<h2 class="title is-4">What is Viossa?</h2>
|
||||
<p class="has-text-white">Cat ipsum dolor sit amet, be superior eats owners hair then claws head gimme attention gimme attention gimme attention gimme attention gimme attention gimme attention just kidding i don't want it anymore meow bye. Avoid the new toy and just play with the box it came in floof tum, tickle bum, jellybean footies curly toes curl up and sleep on the freshly laundered towels hiss and stare at nothing then run suddenly away. Need to check on human, have not seen in an hour might be dead oh look, human is alive, hiss at human, feed me attack the dog then pretend like nothing happened jump on human and sleep on her all night long be long in the bed, purr in the morning and then give a bite to every human around for not waking up request food, purr loud scratch the walls, the floor, the windows, the humans eat prawns daintily with a claw then lick paws clean wash down prawns with a lap of carnation milk then retire to the warmest spot on the couch to claw at the fabric before taking a catnap steal raw zucchini off kitchen counter...</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue