Skip to content

Commit

Permalink
initial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Oct 23, 2017
1 parent c3821db commit 8905909
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 48 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ author: webshootertk
markdown: kramdown
rouge: true

theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
13 changes: 7 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<footer>
<p class="text-center">
<a href="https://www.llnl.gov/disclaimer.html">Privacy &amp; Legal Notice</a>
* LLNL-WEB-XXXXXX *
<a href="https://github.com/PCMDI/CMEC">GitHub</a>
</p>
</footer>
<p align="center">
<img src="Data/media/images/doe.svg" width = "50" height = "50" class="thumbnail">
<a href="https://www.llnl.gov/disclaimer.html">Privacy &amp; Legal Notice</a>
* LLNL-WEB-XXXXXX *
<a href="https://github.com/PCMDI/CMEC">GitHub</a>
</p>
</footer>
7 changes: 0 additions & 7 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,3 @@
line-height: 1.2;
}
</style>

<div class="hero-unit">
<div class="hero-bg"></div>
<h1>CMEC</h1>
<p>Coordinated Model Evaluation Capabilities</p>
<p><a class="btn btn-primary btn-large" href="about.html">Learn more »</a></p>
</div>
28 changes: 9 additions & 19 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<!-- Custom styles for this template -->
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
</style>
</head>
Expand All @@ -30,37 +30,27 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="{{site.baseurl}}/"><img src="Data/media/images/place_holder_sm.png"/> &nbsp; Home </a>
<a class="brand" href="{{site.baseurl}}/"> &nbsp; CMEC </a>
<a class="brand" href="{{site.baseurl}}/about.html"> &nbsp; About </a>
<a class="brand" href="{{site.baseurl}}/capabilities.html"> &nbsp; Capabilities </a>
<a class="brand" href="{{site.baseurl}}/results.html"> &nbsp; Results </a>
<a class="brand" href="{{site.baseurl}}/protocols.html"> &nbsp; Protocols </a>
<a class="brand" href="{{site.baseurl}}/resources.html"> &nbsp; Resources </a>
<a class="brand" href="{{site.baseurl}}/contact.html"> &nbsp; Contacts </a>

<div class="nav-collapse">
<ul class="nav">
{% assign pages_list = site.pages | sort:"weight" %}
{% assign group = 'navigation' %}
{% include pages_list %}
</ul>
</div>
</div>
</div>
</div>
<div style="margin-bottom: 60px;"></div>
<!-- Main jumbotron for a primary marketing message or call to action -->

<div class="container">

<div class="container">
{{content}}
</div>
<br>
<hr>
{% include footer.html %}
<hr>

</div>

<br>
<hr>
{% include footer.html %}
<hr>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
Expand Down
18 changes: 3 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@ layout: default
title: CMEC
---

<h1>CMEC</h1>Coordinated Model Evaluation Capabilities



{% include hero.html %}

<div class="span12">
<div class="row">
<div class="span4">
<h3>Sponsors</h3>
<a target="_blank" href="http://energy.gov">
<h4 class="muted">DOE</h4>
<img src="Data/media/images/doe.svg" width = "100" height = "100" class="thumbnail">
</a>
</div>
<div class="span8">
&nbsp;
</div>
</div>
</div>

0 comments on commit 8905909

Please sign in to comment.