tadd favicon, improve front page, add history - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3e0835f01e67a34a91746f5cd2505d3d3c8c12b6
DIR parent 98d48e7dbbf72523bbcb542fb847642fe9c1ad18
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 11 Aug 2015 21:12:34 +0200
add favicon, improve front page, add history
Diffstat:
A img/favicon.ico | 0
A img/favicon.psd | 0
M index.html | 2 +-
M js/routing.js | 3 +++
M pages/front.html | 45 +++++++++++++++++++++++---------
5 files changed, 37 insertions(+), 13 deletions(-)
---
DIR diff --git a/img/favicon.ico b/img/favicon.ico
Binary files differ.
DIR diff --git a/img/favicon.psd b/img/favicon.psd
Binary files differ.
DIR diff --git a/index.html b/index.html
t@@ -9,7 +9,7 @@
<title>MCMC Cosmo Calculator</title>
-
+ <link href="img/favicon.ico" rel="icon" type="image/x-icon" />
<!-- CSS -->
DIR diff --git a/js/routing.js b/js/routing.js
t@@ -17,6 +17,9 @@ cosmoApp.config(function($routeProvider) {
.when('/help', {
templateUrl : 'pages/help.html'
})
+ .when('/history', {
+ templateUrl : 'pages/history.html'
+ })
.when('/exposure-age', {
templateUrl : 'pages/exposure-age.html'
})
DIR diff --git a/pages/front.html b/pages/front.html
t@@ -11,18 +11,39 @@
statistical methods and uncertainty quantification
</h5> </div>
<div class="row center">
- <a href="#/exposure-age"
- id="download-button" class="btn-large waves-effect
- waves-light orange">
- <i class="material-icons left">schedule</i>
- Calculate <b>exposure age</b></a>
-
- <a href="#/erosion-rate"
- id="download-button" class="btn-large waves-effect
- waves-light orange">
- <i class="material-icons left">call_missed</i>
- Calculate <b>erosion rate</b></a>
+
+ <div class="col s12 m12">
+ <a href="#/history"
+ class="btn-large waves-effect waves-light orange">
+ <i class="material-icons left">schedule</i>
+ Calculate <b>Exposure and erosion history</b></a>
+ <br>
+ </div>
+
</div>
- <br><br>
+ <div class="row center">
+
+ <div class="col s12 m6">
+ <a href="#/exposure-age"
+ class="btn-large waves-effect waves-light orange">
+ <i class="material-icons left">schedule</i>
+ Calculate <b>exposure age</b></a>
+ <br>
+ </div>
+
+ <div class="col s12 m6">
+ <a href="#/erosion-rate"
+ class="btn-large waves-effect waves-light orange">
+ <i class="material-icons left">call_missed</i>
+ Calculate <b>erosion rate</b></a>
+ </div>
+
+ </div>
+
+ <div class="section">
+ asdf
+ </div>
+
+
</div>
</div>