Add hero section with background gradient and logo to enhance user interface
This commit is contained in:
parent
3042382ae4
commit
9cb4f42d07
4 changed files with 87 additions and 44 deletions
10
base/templates/hero.html
Normal file
10
base/templates/hero.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% load static %}
|
||||
<div id="hero">
|
||||
<div>
|
||||
<i class="ri-music-ai-fill big-logo"></i>
|
||||
<h1>Musik</h1>
|
||||
<p>
|
||||
<a href="{% url "login" %}" role="button"><i class="ri-play-fill"></i> Jouer</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue