diff --git a/styles/atat.scss b/styles/atat.scss index a908d116..1036b859 100644 --- a/styles/atat.scss +++ b/styles/atat.scss @@ -38,6 +38,7 @@ @import 'components/audit_log'; @import 'sections/login'; +@import 'sections/home'; @import 'sections/request_approval'; @import 'sections/projects_list'; @import 'sections/project_edit'; diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss new file mode 100644 index 00000000..398c232d --- /dev/null +++ b/styles/sections/_home.scss @@ -0,0 +1,19 @@ +.home-layout { + display: block; + background-color: $color-white; + + .home-container { + max-width: 70rem; + margin-left: auto; + margin-right: auto; + margin-bottom: 8rem; + + .home-container__logo { + display: block; + max-width: 20rem; + margin: $gap * 2; + } + + } + +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index d9d568c3..2c2b4141 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,12 +16,12 @@ {% block template_vars %}{% endblock %} - {% if request.path != '/jedi' %} {% include 'navigation/topbar.html' %} {% endif %} + {% include 'navigation/topbar.html' %}
- {% if request.path != '/jedi' %} {% include 'navigation/global_navigation.html' %} {% endif %} + {% include 'navigation/global_navigation.html' %} -
+
{% block sidenav %}{% endblock %} {% block content %} diff --git a/templates/base_public.html b/templates/base_public.html index 9ceb400f..236a40dc 100644 --- a/templates/base_public.html +++ b/templates/base_public.html @@ -16,6 +16,16 @@
+
+
+ U.S. flag +

An official website of the United States government

+ +
+
+