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->header();
|
||||
$page->navigation();
|
||||
?>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<h1>Welcome to wishthis</h1>
|
||||
<a href="?page=register">Register</a>
|
||||
<a href="?page=login">Login</a>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Wishlist</h2>
|
||||
<a href="?page=wishlist-create">Create a wishlist</a>
|
||||
<a href="?page=wishlist-product-add">Add a product</a>
|
||||
</section>
|
||||
<div class="ui container">
|
||||
<div class="ui segment">
|
||||
<h1 class="ui header">Welcome to wishthis</h1>
|
||||
<p>
|
||||
wishthis is a simple, intuitive and modern plattform to create,
|
||||
manage and view your wishes for any kind of occasion.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue