diff --git a/home/.gitkeep b/home/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/snippets/.gitkeep b/snippets/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/templates/.gitkeep b/templates/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/templates/home/snippets/promoted.html b/templates/home/snippets/promoted.html new file mode 100644 index 0000000000000000000000000000000000000000..717e455427c7b045ec8dd3f2dc3ddf6abec14e12 --- /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