Redesign home

This commit is contained in:
Jay Trees 2022-01-14 08:41:03 +01:00
parent 1868aea065
commit a19684834b

View file

@ -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