diff --git a/public/css/style.css b/public/css/style.css index 2f88181..98b024b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -9,6 +9,7 @@ html, body { #main_contain { overflow:auto; padding-bottom:150px; + padding-top: 80px; } .footer { position: relative; diff --git a/templates/base.html.twig b/templates/base.html.twig index 0db923f..449c835 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -14,7 +14,7 @@ - {% block title %}{{ rss_feed_title }}{% endblock %} + {% block title %}{% endblock %} {% block stylesheets %} @@ -34,7 +34,7 @@
-
+
{% block content %}{% endblock %}
diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig new file mode 100644 index 0000000..e643c1a --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -0,0 +1,27 @@ +{% extends 'base.html.twig' %} +{% trans_default_domain 'fediplan' %} +{% block title %}{{ 'common.about'|trans }}{% endblock %} + +{% block content %} + {% include 'nav.html.twig' %} + +
+
+██╗  ██╗ ██████╗ ██╗  ██╗
+██║  ██║██╔═████╗██║  ██║
+███████║██║██╔██║███████║
+╚════██║████╔╝██║╚════██║
+     ██║╚██████╔╝     ██║
+     ╚═╝ ╚═════╝      ╚═╝
+
+
+
+
+ +
+
+ --> 200 <-- +
+
+ +{% endblock %} \ No newline at end of file diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig new file mode 100644 index 0000000..7153475 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error500.html.twig @@ -0,0 +1,26 @@ +{% extends 'base.html.twig' %} +{% trans_default_domain 'fediplan' %} +{% block title %}{{ 'common.about'|trans }}{% endblock %} + +{% block content %} + {% include 'nav.html.twig' %} + +
+
+███████╗ ██████╗  ██████╗
+██╔════╝██╔═████╗██╔═████╗
+███████╗██║██╔██║██║██╔██║
+╚════██║████╔╝██║████╔╝██║
+███████║╚██████╔╝╚██████╔╝
+╚══════╝ ╚═════╝  ╚═════╝
+                          
+
+
+ +
+
+ --> 200 <-- +
+
+ +{% endblock %} \ No newline at end of file diff --git a/templates/nav.html.twig b/templates/nav.html.twig index 7137ae7..d0ef68c 100644 --- a/templates/nav.html.twig +++ b/templates/nav.html.twig @@ -41,6 +41,9 @@ {% if route == "app_fediplan_about" %} {% set route = "about" %} {% endif %} + {% if route | length < 5 %} + {% set route = "index" %} + {% endif %} English Français Deutsch