set admin V1
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>📣 Sortie.com 🔊</title>
|
||||
<title>{% block title %}📣 Sortie.com 🔊{% endblock %}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sortie</title>
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="bg-gray-100 flex items-center justify-center">
|
||||
© Sortie {{ "now"|date("Y") }}
|
||||
<div class="flex items-center justify-center" style="background-color: #F4F4F4;" >
|
||||
ENI © Sortie {{ "now"|date("Y") }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -2,8 +2,6 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sortie</title>
|
||||
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
@@ -11,11 +9,11 @@
|
||||
|
||||
<body>
|
||||
<div class="mx-auto">
|
||||
<nav class="flex justify-between items-center py-4 bg-gray-100 shadow-md">
|
||||
<nav class="flex justify-between items-center py-4 shadow-md" style="background-color: #2a8d57;">
|
||||
<!-- Titre + Logo -->
|
||||
<a href="/">
|
||||
<div class="flex items-center space-x-3 pl-4">
|
||||
<h3 class="text-2xl font-bold">Sortie</h3>
|
||||
<h3 class="text-3xl text-white font-bold">Sortie</h3>
|
||||
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
{% block head %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sortie</title>
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user