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