diff --git a/caimira/apps/static/css/style.css b/caimira/apps/static/css/style.css index 4f5d97c1..fddd7503 100644 --- a/caimira/apps/static/css/style.css +++ b/caimira/apps/static/css/style.css @@ -179,6 +179,13 @@ body { height: 4em; } +.submenu-division { + border-right: 3px white solid; + width: 25px; + height: 30px; + margin-right: 10px; +} + /*===== FIXED BACKGROUND IMG =====*/ .fixed-background { @@ -223,7 +230,7 @@ footer img { .paragraph-title { text-align: left; - font-size: 2rem; + font-size: 1.5rem; } .split > * + * { @@ -325,6 +332,9 @@ footer img { .h1-text { font-size: 1.5rem; } + .mobile-sub-section { + width: 100%!important; + } } /* Devices under 768px (md) */ diff --git a/caimira/apps/templates/base/index.html.j2 b/caimira/apps/templates/base/index.html.j2 index d9ab3be8..b7aa72cb 100644 --- a/caimira/apps/templates/base/index.html.j2 +++ b/caimira/apps/templates/base/index.html.j2 @@ -28,23 +28,41 @@


+
+
+ +
+ +
+
+
-
-
-
-

Apps:

-
- -
- +
+
+

+

Applications

+
CAiMIRA is composed of two applications, the Calculator and the Expert App.
+
+

+

About

+
About page for details on methodology, assumptions and limitations of CAiMIRA.
+
+

+

Documentation

+
Documentation for CAiMIRA, available here.
+
+

+

Git

+
Official CAiMIRA GitLab repository.
-
+
+
{% block caimira_at_cern %} {% endblock caimira_at_cern %} diff --git a/caimira/apps/templates/base/layout.html.j2 b/caimira/apps/templates/base/layout.html.j2 index e7ac6dea..bb5bc7b8 100644 --- a/caimira/apps/templates/base/layout.html.j2 +++ b/caimira/apps/templates/base/layout.html.j2 @@ -16,6 +16,7 @@ + {% block extra_headers %} @@ -41,9 +42,9 @@ -