From b3851e0570c98f3d8f09a04db448d6b84b66a11e Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 28 Jan 2021 18:07:16 -0500 Subject: [PATCH] bring header into main body; add gallery placeholder --- groups/new-homepage-3/homepage3-js-css.html | 25 ++++++++++++++-- groups/new-homepage-3/homepage3-template.html | 30 ++++++++----------- 2 files changed, 36 insertions(+), 19 deletions(-) diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 055f737..80fa830 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -19,8 +19,8 @@ .nav-divs-by-jumbotron { background-color: #bbb; - margin: 4px; - padding:8px; + margin: 4px 0px; + padding: 8px; font-size: 1.5em; text-align: center; } @@ -48,4 +48,25 @@ .panel-heading { padding: 2px; } + +.gallery-div { + background-color: #bbb; + height: 300px; +} + +.gallery-text { + text-align: center; + padding-top: 100px; +} + +.chevron-left { + margin-right: 80px; + font-weight: bold; +} + +.chevron-right { + margin-left: 80px; + font-weight: bold; +} + diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index e80f294..d616626 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -1,16 +1,4 @@ - - {{public_header}} - - -
-
- {{breadcrumbs}} -
-

{{title}}

-
{{system_intro}}
-
-
{{page_nav}} @@ -19,6 +7,11 @@
+
+
+ {{public_header}} +
+
@@ -36,7 +29,7 @@
-
+
A list of links @@ -72,14 +65,17 @@
-
+
- Other Content + Gallery
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+