Redesign home
This commit is contained in:
parent
1868aea065
commit
a19684834b
1 changed files with 10 additions and 11 deletions
|
@ -10,20 +10,19 @@ use wishthis\Page;
|
||||||
|
|
||||||
$page = new page(__FILE__, 'Home');
|
$page = new page(__FILE__, 'Home');
|
||||||
$page->header();
|
$page->header();
|
||||||
|
$page->navigation();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<div class="ui container">
|
||||||
<h1>Welcome to wishthis</h1>
|
<div class="ui segment">
|
||||||
<a href="?page=register">Register</a>
|
<h1 class="ui header">Welcome to wishthis</h1>
|
||||||
<a href="?page=login">Login</a>
|
<p>
|
||||||
</section>
|
wishthis is a simple, intuitive and modern plattform to create,
|
||||||
|
manage and view your wishes for any kind of occasion.
|
||||||
<section>
|
</p>
|
||||||
<h2>Wishlist</h2>
|
</div>
|
||||||
<a href="?page=wishlist-create">Create a wishlist</a>
|
</div>
|
||||||
<a href="?page=wishlist-product-add">Add a product</a>
|
|
||||||
</section>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue