Skip to content
Snippets Groups Projects
Commit 444d37c6 authored by Roziena Badree's avatar Roziena Badree
Browse files

Fixed banner and footer issues.

parent a39c95bc
No related branches found
No related tags found
3 merge requests!12master -> main,!10dev -> master,!8Fixed banner and footer issues.
Pipeline #187592 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -54,7 +54,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
listen (3.6.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
......@@ -87,4 +87,4 @@ DEPENDENCIES
webrick
BUNDLED WITH
2.2.23
2.2.24
{
"memberOrgs": [
"llnl"
"ornl"
],
"orgs": [
"cdat",
"chaos",
"esgf",
"flux-framework",
"glvis",
"gmlc-tdc",
"hatchet",
"hypre-space",
"llnl",
"mfem",
"openzfs",
"pruners",
"rose-compiler",
"spack",
"visit-dav"
],
"repos": [
"alpine-dav/ascent",
"atomconsortium/ampl",
"ceed/benchmarks",
"ceed/laghos",
"ceed/libceed",
"chu11/freeipmi-mirror",
"dun/conman",
"dun/munge",
"ecp-veloc/axl",
"ecp-veloc/er",
"ecp-veloc/filo",
"ecp-veloc/kvtree",
"ecp-veloc/rankstr",
"ecp-veloc/redset",
"ecp-veloc/shuffile",
"ecp-veloc/spath",
"frankd412/pyaestro",
"frankieli/icenine",
"geosx/lvarray",
"hpc/dcp",
"hpc/mpifileutils",
"hpc/openlorenz",
"hpc/spindle",
"hpcgroup/ariesncl",
"hpcgroup/bgqncl",
"hpcgroup/chatterbug",
"hpcgroup/damselfly",
"hpcgroup/graphator",
"hpcgroup/tracer",
"hpcgroup/tracer-examples",
"jpype-project/jpype",
"sabersw/pysaber",
"shusenl/nlpvis",
"xbraid/xbraid"
"ornl",
]
}
\ No newline at end of file
}
......@@ -9,7 +9,7 @@
</div>
<div class="footer-banner-wrapper">
<!-- The second container for the social media icons. -->
<div class="newsdesk-social-icon-container" id="block-footerbannersocialmedia">
<!-- <div class="newsdesk-social-icon-container" id="block-footerbannersocialmedia"> -->
<!-- The container for each social media icon. -->
<div class="newsdesk-social-icon">
<a href="https://www.facebook.com/Oak.Ridge.National.Laboratory/">
......@@ -65,7 +65,7 @@
</a>
</div>
<!-- Closing out each social media icon container. -->
</div>
<!-- </div> -->
<!-- Closing out this footer banner. -->
</div>
<!-- The div for UT Batelle & DOE. Maybe each should have a separate div? -->
......
assets/images/ORNL_Stacked_white.png

39.2 KiB

......@@ -372,15 +372,15 @@ a:visited {
} */
/* Background is white ORNL logo on green background. No small banner icons. */
@media (min-width: 1200px) {
.banner {
background-image: url('/assets/images/ornl-logo-white.svg');
background-color: #36a447;
background-position: center;
background-repeat: no-repeat;
background-size: 550px;
height: 300px;
}
.banner {
background-image: url('/assets/images/ornl-logo-white.svg');
background-color: #36a447;
/* background-color: white; */
background-position: center;
background-repeat: no-repeat;
background-size: auto;
height: 300px;
overflow: visible;
}
.wrapper {
......
......@@ -593,15 +593,18 @@ span.showto {
background: #36a447;
padding: 0.5rem 0;
/* Centers everything in the banner. */
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.footer-top-banner a {
color: #ffffff;
}
.footer-banner-wrapper {
padding: 2em;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: sans-serif;
vertical-align: middle;
}
.contact-us {
padding: 0.5rem 1rem;
......@@ -616,6 +619,7 @@ span.showto {
.svg-inline--fa {
height: 2.8em;
padding: 0.20em;
fill: white;
}
.footer-bottom-banner a {
color: #007833;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment