diff --git a/resources/css/style.css b/resources/css/style.css index 68c77b4..d5355cf 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -1,6 +1,21 @@ - -/* Couleurs officielles du cahier des charges */ .bg-niagara { background-color: #06989e; } .text-niagara { color: #06989e; } .border-niagara { border-color: #06989e; } -.bg-candlelight { background-color: #fce117; } \ No newline at end of file +.bg-candlelight { background-color: #fce117; } + +/* Améliorations de style */ +body { + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; +} +.transition-smooth { + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} +.glow-niagara { + box-shadow: 0 0 20px rgba(6, 152, 158, 0.3); +} +.gradient-niagara { + background: linear-gradient(135deg, #06989e 0%, #048a91 100%); +} +.gradient-light { + background: linear-gradient(135deg, #f8f9fa 0%, #f0f1f3 100%); +} \ No newline at end of file diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php new file mode 100644 index 0000000..898ef1e --- /dev/null +++ b/resources/views/app.blade.php @@ -0,0 +1,50 @@ + + +
+ + ++ Pas encore inscrit? S'inscrire +
++ Déjà inscrit? Se connecter +
+Accédez à des outils et conseils pour renforcer vos liens. Filtrez les ressources selon vos besoins.
@@ -123,9 +109,5 @@