34 lines
1.3 KiB
Vue
34 lines
1.3 KiB
Vue
<template>
|
|
<div class="columns is-vcentered">
|
|
<!-- Text Column (left 3/4) -->
|
|
<div class="column">
|
|
<h2 class="title is-4">Viossa's History</h2>
|
|
<p class="has-text-white">
|
|
Knock over christmas tree... If it fits i sits, jump five feet
|
|
high and sideways when a shadow moves, rub face on owner and
|
|
sometimes switches in french and say "miaou" just because well
|
|
why not. Good morning sunshine, pet a cat, rub its belly, endure
|
|
blood and agony, quietly weep, keep rubbing belly. Chase ball of
|
|
string stares at human while pushing stuff off a table ooooh
|
|
feather moving feather! jump up to edge of bath, fall in then
|
|
scramble in a mad panic to get out slap kitten brother with paw
|
|
for chase mice. Have a lot of grump in yourself because you
|
|
can't forget to be grumpy and not be like king grumpy cat
|
|
mmmmmmmmmeeeeeeeeooooooooowwwwwwww but cough furball into food
|
|
bowl then scratch owner for a new one. Scream at teh bath open
|
|
the door, let me out, let me out, let me-out, let me-aow, let
|
|
meaow, meaow!
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Image Column (right 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>
|
|
</div>
|
|
</template>
|