ajout du systeme de layout
This commit is contained in:
@@ -1,23 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catalogue - (RE)Sources Relationnelles</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<style>
|
||||
.bg-niagara { background-color: #06989e; }
|
||||
.text-niagara { color: #06989e; }
|
||||
.border-niagara { border-color: #06989e; }
|
||||
.bg-candlelight { background-color: #fce117; }
|
||||
.transition-smooth { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-gray-50 text-gray-900 font-sans">
|
||||
@extends('app')
|
||||
|
||||
@include('layout.header')
|
||||
@section('title', 'Ressources - (RE)Sources Relationnelles')
|
||||
|
||||
<main class="container mx-auto px-4 py-12">
|
||||
@section('content')
|
||||
<section class="container mx-auto px-4 py-12">
|
||||
<div class="text-center mb-12">
|
||||
<h1 class="text-4xl font-extrabold mb-4">Catalogue des <span class="text-niagara">Ressources</span></h1>
|
||||
<p class="text-gray-600 max-w-2xl mx-auto">Accédez à des outils et conseils pour renforcer vos liens. Filtrez les ressources selon vos besoins.</p>
|
||||
@@ -123,9 +109,5 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@include('layout.footer')
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</section>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user