Skip to content

Commit

Permalink
improving homepage template
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 20, 2023
1 parent 0d5d689 commit 6299c01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/vinyl/homepage.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{% block title %}Create a new Record | {{ parent() }}{% endblock %}

{% block body %}
<div class="container mx-auto px-4">
<h1 class="inline-block mr-3">{{ title }}</h1> <i class="fas fa-edit"></i>
<div class="flex flex-wrap mt-5">
<div class="w-full md:w-1/3">
<div class="px-4">
<h1 class="text-3xl font-semibold text-center mb-5 mr-3">{{ title }} <i class="fa fa-edit pl-3 text-xs"></i></h1>
<div class="flex justify-center mt-5 bg-gray-600 p-5 rounded-xl">
<div class="">
{{ include('mix/_recordSvg.html.twig') }}
</div>
<div class="w-full md:w-2/3 pl-10">
<h2 class="mb-4">10 songs (30 minutes of 60 still available)</h2>
<div class="pl-10">
<h2 class="mb-4">6 songs <span class="italic text-sm">(30 minutes of 60 still available)</span></h2>
{% for track in tracks %}
<div class="song-list">
<div class="flex mb-3">
Expand Down

0 comments on commit 6299c01

Please sign in to comment.