update
This commit is contained in:
parent
3448da424f
commit
70f5593922
5
TODO.md
5
TODO.md
|
@ -2,10 +2,13 @@
|
||||||
* Have background change as scrolling down the services?
|
* Have background change as scrolling down the services?
|
||||||
* menu items (large devices) = nice big images with text coming out
|
* menu items (large devices) = nice big images with text coming out
|
||||||
|
|
||||||
|
## Galleries
|
||||||
|
* Use query strings to specify index of selected gallery - can update on navigating galleries
|
||||||
|
|
||||||
|
|
||||||
## Schedule
|
## Schedule
|
||||||
* Complete page skeletons
|
|
||||||
* text content
|
* text content
|
||||||
|
* colour scheme
|
||||||
* styling
|
* styling
|
||||||
* page transitions
|
* page transitions
|
||||||
* images
|
* images
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="content-page">
|
<article class="content-page">
|
||||||
<h1 class="page-heading">{{ heading }}</h1>
|
<h1 class="page-heading">{{ heading }}</h1>
|
||||||
<section class="content-container">
|
<section class="content-container">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
<div class="background background-img"
|
<div class="background background-img"
|
||||||
:style="backgroundStyle"></div>
|
:style="backgroundStyle"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</article>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<ContentPage heading="The Index Page Heading">
|
<ContentPage heading="The Index Page Heading">
|
||||||
<p>The Index Page Content ...</p>
|
|
||||||
<p>Amet voluptatum aliquid quisquam provident quam. Autem neque praesentium possimus laboriosam maiores labore adipisci Rerum obcaecati nisi eum eius odio, doloribus Voluptatum eos natus cumque asperiores aperiam! Eos laborum velit illum totam labore. Molestiae eligendi amet ratione ipsam eius Incidunt eaque fuga voluptatem tempora quam Iste cupiditate ratione officia sunt culpa libero numquam porro? Ab eveniet tenetur laborum earum commodi Quidem similique inventore officia placeat aspernatur Consectetur quae ducimus eveniet commodi impedit Earum tenetur dignissimos hic ipsum quae Modi ipsa perspiciatis magnam id ipsam Illum quos iusto vitae voluptate deleniti magnam. Sit magni beatae culpa neque cum Maiores excepturi magni.</p>
|
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue