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/HistorySection.vue
Normal file
18
src/components/organisms/HistorySection.vue
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue