From 211ab42196d40b3ee0119cd0c4859941a8637044 Mon Sep 17 00:00:00 2001 From: Matt Noojin <mnoojin@madisoncollege.edu> Date: Fri, 11 Feb 2022 20:29:00 +0000 Subject: [PATCH] Update templates/home/snippets/search.html, templates/home/snippets/promoted.html Deleted templates/.gitkeep, snippets/.gitkeep, home/.gitkeep --- home/.gitkeep | 0 snippets/.gitkeep | 0 templates/.gitkeep | 0 templates/home/snippets/promoted.html | 38 +++++++++++++++++++ .../home/snippets}/search.html | 0 5 files changed, 38 insertions(+) delete mode 100644 home/.gitkeep delete mode 100644 snippets/.gitkeep delete mode 100644 templates/.gitkeep create mode 100644 templates/home/snippets/promoted.html rename {snippets => templates/home/snippets}/search.html (100%) diff --git a/home/.gitkeep b/home/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/snippets/.gitkeep b/snippets/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/templates/.gitkeep b/templates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/templates/home/snippets/promoted.html b/templates/home/snippets/promoted.html new file mode 100644 index 0000000..717e455 --- /dev/null +++ b/templates/home/snippets/promoted.html @@ -0,0 +1,38 @@ +<style> + figure { + float: right; + display: table; + text-align: center; + font-weight: bold; + font-size: larger; + margin-left: 15px; + } + #promoted { + display: inline-block; + height: auto; + } + figcaption { + display: table-caption; + caption-side: top; + } + hr { + height: 5px; + background-color: #c5050c; + } +</style> +<html> + <div class="module-content box" id="promoted"> + + <figure> + <iframe src="https://mnooj.github.io" height="625" width="750"></iframe> + <figcaption>AMRDC Repository interactive data map</figcaption></figure> + </figure> + <p> + <center><h2>About the AMRDC Repository</h2></center> + <hr> + <p>The <b>Antarctic Meteorological Research and Data Center (AMRDC)</b> and <b>Automatic Weather Station (AWS)</b> programs are <b>United States Antarctic Program (USAP)</b> sister projects focusing on observational Antarctic meteorological research, providing real-time and archived meteorological data and observations, and supporting a network of automatic weather stations in Antarctica.</p> + <p>The <b>AMRDC Repository</b> provides archival, preservation, access, and metadata authoring services for Antarctic meteorological data, managing data from submission to end-user retrieval. The repository hosts data collected by the Antarctic Meteorological Research Center and Automatic Weather Systems projects, as well as campaign meteorological datasets deposited by other Antarctic investigators.</p> + <p>Learn more at <a href="https://amrdc.ssec.wisc.edu/">http://amrdc.ssec.wisc.edu</a>.</p> + + </div> +</html> diff --git a/snippets/search.html b/templates/home/snippets/search.html similarity index 100% rename from snippets/search.html rename to templates/home/snippets/search.html -- GitLab