Create Hompage
This commit is contained in:
parent
6f213c7147
commit
1b4128cd09
1 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Hello OfferController!{% endblock %}
|
||||
{% block title %}Home{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1 class="mb-3">Welcome to Pflänz.li</h1>
|
||||
<div class="mb-3">
|
||||
<h3>Idea</h3>
|
||||
</div>
|
||||
<div class="jumbotron">
|
||||
<h1 class="display-4">Welcome to Pflänz.li</h1>
|
||||
<p class="lead">This is a platform to trade plants. You can offer plants and setup a wishlist what you want to trade it for.</p>
|
||||
<hr class="my-4">
|
||||
<p>To offer your plants, please register fitst.</p>
|
||||
<a class="btn btn-primary btn-lg" href="{{ path('app_register') }}" role="button">Register now</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue