Skip to content

Commit

Permalink
rework of footer to include sponsor acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Dec 2, 2022
1 parent 67bc404 commit c0817c1
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 153 deletions.
22 changes: 22 additions & 0 deletions _includes/footer.html
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>
44 changes: 22 additions & 22 deletions _layouts/default.html
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>
73 changes: 36 additions & 37 deletions _layouts/hero.html
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>
Loading

0 comments on commit c0817c1

Please sign in to comment.