-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework of footer to include sponsor acknowledgement
- Loading branch information
Showing
6 changed files
with
223 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div id="footer"> | ||
|
||
<div id="slack-container"> | ||
<div id="slack-icon"> | ||
<a href="https://climatemodeling.science.energy.gov/program-area/regional-global-model-analysis"> | ||
<img src="./assets/images/RGB_White-Seal_White-Mark_SC_Horizontal.png"> | ||
</a> | ||
</div> | ||
<div id="slack-icon"> | ||
<a href="https://www.bgc-feedbacks.org/"> | ||
<img src="./assets/images/RUBISCO1.png"> | ||
</a> | ||
</div> | ||
<div> | ||
ILAMB development is primarily performed by the | ||
<a href="https://www.bgc-feedbacks.org/">RUBISCO</a> Science Focus Area and supported by the | ||
<a href="https://climatemodeling.science.energy.gov/program-area/regional-global-model-analysis">RGMA</a> | ||
Activity of the | ||
<a href="https://science.osti.gov/ber/Research/eessd">EESSD</a> division of the | ||
<a href="https://science.osti.gov/ber">BER</a> program in the DOE's Office of Science. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/styles.css"> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
</head> | ||
<body> | ||
<div class="main-container"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/styles.css"> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="main-container"> | ||
{% include navigation.html %} | ||
<div class="body-text-container stuff"> | ||
<div class="stuff-text"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<div id="slack-container"> | ||
<div id="slack-icon"><a href="https://ilamb-community.slack.com"><img src="./assets/images/Slack_Monochrome_White.svg" alt="Slack icon"></a></div> | ||
<div class="slack-links"><a href="https://join.slack.com/t/ilamb-community/shared_invite/zt-1au392ydj-ICJeTILrUHWf66reBSFD0Q">Join ilamb-community</a></div> | ||
</div> | ||
<div class="body-text-container stuff"> | ||
<div class="stuff-text"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
{% include footer.html %} | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,40 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/styles.css"> | ||
</head> | ||
<body> | ||
<div class="main-container"> | ||
{% include navigation.html %} | ||
<div class="hero"> | ||
<div class="hero-title-container"> | ||
<div class="hero-title-acro">ILAMB</div> | ||
<div class="hero-title-full">International Land Model Benchmarking</div> | ||
</div> | ||
<p>As earth system models (ESMs) become increasingly complex, | ||
there is a growing need for comprehensive and multi-faceted | ||
evaluation of model projections. The International Land Model | ||
Benchmarking (ILAMB) project is a model-data intercomparison | ||
and integration project designed to improve the performance of | ||
land models and, in parallel, improve the design of new | ||
measurement campaigns to reduce uncertainties associated with | ||
key land surface processes.</p> | ||
</div> | ||
<div class="body-text-container stuff"> | ||
<div class="stuff-text"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<div id="slack-container"> | ||
<div id="slack-icon"><a href="https://ilamb-community.slack.com"><img src="./assets/images/Slack_Monochrome_White.svg" alt="Slack icon"></a></div> | ||
<div class="slack-links"><a href="https://join.slack.com/t/ilamb-community/shared_invite/zt-1au392ydj-ICJeTILrUHWf66reBSFD0Q">Join ilamb-community</a></div> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="main-container"> | ||
{% include navigation.html %} | ||
<div class="hero"> | ||
<div class="hero-title-container"> | ||
<div class="hero-title-acro">ILAMB</div> | ||
<div class="hero-title-full">International Land Model Benchmarking</div> | ||
</div> | ||
<p>As earth system models (ESMs) become increasingly complex, | ||
there is a growing need for comprehensive and multi-faceted | ||
evaluation of model projections. The International Land Model | ||
Benchmarking (ILAMB) project is a model-data intercomparison | ||
and integration project designed to improve the performance of | ||
land models and, in parallel, improve the design of new | ||
measurement campaigns to reduce uncertainties associated with | ||
key land surface processes.</p> | ||
</div> | ||
<div class="body-text-container stuff"> | ||
<div class="stuff-text"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
{% include footer.html %} | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.