feat: unplugin-vue-router, prettier, eslint, .gitattributes
This commit is contained in:
parent
0d98f11e21
commit
53c6efa701
24 changed files with 3175 additions and 169 deletions
|
|
@ -1,18 +1,34 @@
|
|||
<template>
|
||||
<div class="columns is-vcentered">
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
||||
<!-- 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue