Skip to content
Snippets Groups Projects
Commit a6634446 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update landing page

parent d551093a
No related branches found
No related tags found
2 merge requests!116Production Release | nshmp-ws-static,!114Latitude and Longitude
...@@ -12,7 +12,7 @@ body { ...@@ -12,7 +12,7 @@ body {
} }
#swagger-ui { #swagger-ui {
padding-top: 1em; padding-top: 2em;
padding-bottom: 50px; padding-bottom: 50px;
} }
...@@ -74,8 +74,25 @@ body { ...@@ -74,8 +74,25 @@ body {
/* ---- Disclaimer ---- */ /* ---- Disclaimer ---- */
.wrapper {
box-sizing: border-box;
margin: 0 auto;
max-width: 1460px;
padding: 0 20px;
width: 100%;
}
@media only screen and (max-width: 1000px) {
.alert {
line-height: 1.1 !important;
font-size: 10px !important;
}
}
.alert { .alert {
background-color: #fdf7dc; background-color: #fff3cd;
border-color: #ffecb5;
box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
line-height: 1.5; line-height: 1.5;
margin: 1em 1em 0 1em; margin: 1em 1em 0 1em;
overflow: hidden; overflow: hidden;
......
...@@ -35,21 +35,21 @@ ...@@ -35,21 +35,21 @@
</div> </div>
</header> </header>
<div class="alert" role="alert"> <div class="wrapper">
This software is preliminary or provisional and is subject to revision. <div class="alert" role="alert">
It is being provided to meet the need for timely best science. This software is preliminary or provisional and is subject to revision.
The software has not received final approval by the U.S. Geological Survey (USGS). It is being provided to meet the need for timely best science.
No warranty, expressed or implied, is made by the USGS or the U.S. Government as to The software has not received final approval by the U.S. Geological Survey (USGS).
the functionality of the software and related material nor shall the fact of release No warranty, expressed or implied, is made by the USGS or the U.S. Government as to
constitute any such warranty. The software is provided on the condition that neither the functionality of the software and related material nor shall the fact of release
the USGS nor the U.S. Government shall be held liable for any damages resulting from constitute any such warranty. The software is provided on the condition that neither
the authorized or unauthorized use of the software. the USGS nor the U.S. Government shall be held liable for any damages resulting from
the authorized or unauthorized use of the software.
</div>
</div> </div>
<div id="swagger-ui"></div> <div id="swagger-ui"></div>
<footer class="nshmp-template-footer"> <footer class="nshmp-template-footer">
<a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md"> <a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md">
License License
......
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