Skip to content

Commit

Permalink
MBH: updating footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattben committed Aug 3, 2017
1 parent edd8209 commit 53ec7ea
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 59 deletions.
4 changes: 1 addition & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ title: License
* All rights reserved. This file is part of the: *
* Earth System Grid Federation (ESGF) Data Node Software Stack *
* *
* For details, see http:https://esgf.org/ *
* Please also read this link *
* http:https://esgf.org/LICENSE *
* For details, see http:https://esgf.llnl.gov/ *
* *
* * Redistribution and use in source and binary forms, with or *
* without modification, are permitted provided that the following *
Expand Down
112 changes: 56 additions & 56 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title> {{ page.title }} </title>
Expand All @@ -10,27 +10,24 @@
<link href="media/css/bootstrap-responsive.css" rel="stylesheet">
<link href="media/css/nav-hover.css" rel="stylesheet">
<style type="text/css">
body {
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
body {
padding-bottom: 40px;
}

.sidebar-nav {
padding: 9px 0;
}

@media (max-width: 980px) {
/* Enable use of
floated navbar
text */
.navbar-text.pull-right
{
float:
none;
padding-left:
5px;
padding-right:
5px;
@media (max-width: 980px) {
/* Enable use of
floated navbar
text */
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px;
}
}
}
</style>

<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
Expand All @@ -39,44 +36,47 @@
<link rel="apple-touch-icon" sizes="72x72" href="#">
<link rel="apple-touch-icon" sizes="114x114" href="#">
{% include analytics.html %}
</head>
</head>

<body>
{% include topbar.html %}

<div class="container" id="top">

{{ content }}

<hr>
<footer>
<a href="https://aims.llnl.gov/" target="_blank">AIMS</a> &bull;
<a href="https://llnl.gov/" target="_blank">LLNL</a> &bull;
<a href="LICENSE.html">License</a> &bull;
<a href="https://www.llnl.gov/disclaimer.html" target="_blank">LLNL-WEB-460691</a> &bull;
<a href="https://github.com/ESGF/esgf.github.io/issues" target="_blank">Site Issues</a> &bull;
<a href="mailing-list.html">Contact</a>

</footer>
</div> <!-- /container -->

<body>
{% include topbar.html %}

<div class="container" id="top">

{{ content }}

<hr>
<footer>
<a href="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/esgf">CODE</a> &bull;
<a href="https://github.com/ESGF/esgf.github.io/blob/master/README.md">README</a> &bull;
<a href="http:https://www-pcmdi.llnl.gov/">PCMDI</a> &bull;
<a href="http:https://cmip-pcmdi.llnl.gov/cmip5/">CMIP5</a>
</footer>
</div> <!-- /container -->
<!-- Javascript at the bottom for fast page loading -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>

<!-- Javascript at the bottom for fast page loading -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<!-- The following line makes external links open in new windows -->
<script src="media/js/links.js"></script>

<!-- The following line makes external links open in new windows -->
<script src="media/js/links.js"></script>

<script src="media/js/libs/bootstrap.js"></script>
<script src="media/js/libs/bootstrap-button.js"></script>
<script src="media/js/libs/bootstrap-collapse.js"></script>
<script src="media/js/libs/bootstrap-dropdown.js"></script>
<script src="media/js/libs/bootstrap-transition.js"></script>
<!-- <script src="media/js/libs/bootstrap-alert.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-modal.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-scrollspy.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-tab.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-tooltip.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-popover.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-carousel.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-typeahead.js"></script>-->
<!-- Uncomment any of these lines to enable that plugin on your site -->
<script src="media/js/libs/bootstrap.js"></script>
<script src="media/js/libs/bootstrap-button.js"></script>
<script src="media/js/libs/bootstrap-collapse.js"></script>
<script src="media/js/libs/bootstrap-dropdown.js"></script>
<script src="media/js/libs/bootstrap-transition.js"></script>
<!-- <script src="media/js/libs/bootstrap-alert.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-modal.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-scrollspy.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-tab.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-tooltip.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-popover.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-carousel.js"></script>-->
<!-- <script src="media/js/libs/bootstrap-typeahead.js"></script>-->
<!-- Uncomment any of these lines to enable that plugin on your site -->

</body>
</body>
</html>

0 comments on commit 53ec7ea

Please sign in to comment.