Skip to content

Commit

Permalink
geodc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Kunce committed Dec 4, 2013
1 parent aeb1fc3 commit 3c923f2
Show file tree
Hide file tree
Showing 20 changed files with 182 additions and 45 deletions.
16 changes: 8 additions & 8 deletions ISD_Retreat/amee.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ <h2>What can you do?</h2>
<h1>What does GIS do?</h1>
<h4>Maps / Mobile Data / Analysis / Infographics / Websites</h4>
</section>
<section data-background="images/AMEE_Programs_FY14_External.png" data-background-size="contain">
<section data-background="images/amee_FY14_External.png" data-background-size="contain">
<h1>Portfolio Management</h1>
</section>
<section data-background="images/AMEE.png" data-background-size="contain">
</section>
<section>
<h1>External Outreach</h1>
<iframe style="stretch" src="http://americanredcross.github.io/ProgramMaps/Caribbean/" />
<h3><a target="_blank" href="http://americanredcross.github.io/ProgramMaps/">Web Map</a></h3>
</section>
<section data-background="images/GuluFireRisk.png" data-background-size="contain">
<h1>DRR</h1>
Expand Down Expand Up @@ -141,25 +141,25 @@ <h3>[email protected]</h3>
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.FloatPosition.TOP_RIGHT}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<script src="js/lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>

<script>
Reveal.initialize({
center: true,
transition: 'default',
dependencies: [
{ src: '../plugin/source/source.js', async: true, condition: function() { return !!document.body.classList; } }
]
transition: 'default'
// dependencies: [
// { src: '../plugin/source/source.js', async: true, condition: function() { return !!document.body.classList; } }
// ]
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-42245094-1', 'americanredcross.github.io');
ga('send', 'pageview');
Expand Down
2 changes: 1 addition & 1 deletion ISD_Retreat/lac.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Project Monitoring</h1>
<section data-background="images/Wonogiri.png" data-background-size="contain">
<h1>Beneficiary Targeting</h1>
</section>
<section data-background="images/haiti_training.jpg" data-background-size="contain">
<section data-background="images/dinesh.jpg" data-background-size="contain">
<h1>Mobile Data</h1>
</section>
<section>
Expand Down
153 changes: 153 additions & 0 deletions geodc/css/redcross.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/**
* RedCross theme for reveal.js.
*
* Copyright (C) 2013 Dale Kunce & American Red Cross, http://redcross.org;
*/
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #111111;
background-color: #111111; }

.reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
font-weight: 200;
letter-spacing: -0.02em;
color: #fff;
}

::selection {
color: white;
background: #111111;
text-shadow: none; }

/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #fff;
font-family: "Montserrat", Impact, sans-serif;
line-height: 0.9em;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none; }

.reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: #fff;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; }

.reveal a:not(.image):hover {
color: #fff;
text-shadow: none;
border: none; }

.reveal .roll span:after {
color: #fff;
background: #ED1B2E; }

/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px;
/*background: rgba(255, 255, 255, 0.12);*/
/*border: 4px solid #eeeeee;*/
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }

.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #ED1B2E;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #ED1B2E; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #ED1B2E; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #ED1B2E; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #ED1B2E; }

.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #f3d7ac; }

.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #f3d7ac; }

.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #f3d7ac; }

.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #f3d7ac; }

/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
background: #ED1B2E;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}

/*********************************************
* Logo Image
*********************************************/
.redcross_logo {
position:absolute;
top:5px;
right:5px;
z-index:9999;
width:215px;
height:70px;
background: url('../img/redcross-logo_light.png') no-repeat 0 0;
}

.logo {
height: 150px;
}

.logo2 {
height: 100px;
}
Binary file added geodc/images/awesome.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/hacker.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/haiyan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/hiu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added geodc/images/hot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/mapbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/nga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/opensource.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/pdf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/please.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/satan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/shit.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/skype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/theif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added geodc/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 20 additions & 36 deletions geodc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../theme/redcross.css" id="theme">
<!-- <link rel="stylesheet" href="../plugin/source/source.css"> -->

<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="../css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/redcross.css" id="theme">
</head>

<body>
Expand All @@ -24,43 +18,36 @@

<div class="reveal">
<div class="slides">
<section data-background="" data-background-size="contain">
<section data-background="images/haiyan.gif" data-background-size="contain">
<h1>Response at Haiyan Scale</h1>
<br />
<h3>Dale Kunce - Senior Geospatial Engineer</h3>
</section>
<section data-background="images/" data-background-size="contain">
<h3>Not to Scale</h3>
<section data-background="images/shit.gif" data-background-size="contain">
</section>
<section data-background="images/72hours.gif" data-background-size="contain">
<!-- <h3>72 Hours</h3> -->
<h3>72 Hours</h3>
</section>
<section>

<section data-background="images/coordination.gif" data-background-size="contain">
<h3>coordination = <img src="images/skype.png" class="logo2" /> + <img src="images/twitter.png" class="logo2" /></h3>
</section>
<!-- Make Friends -->
<section data-background="images/loveyou.gif" data-background-size="contain">
<!-- <h3>Friends</h3> -->
<section data-background="images/please.gif" data-background-size="contain">
</section>
<section>
<h1>HOT</h1>
<h3>Around the World Help</h3>
<section data-background="images/satan.gif" data-background-size="contain">
</section>
<section>
<h1>HIU</h1>
<h3>Imagery to the Crowd</h3>
<section data-background="images/theif.gif" data-background-size="contain">
</section>
<section>
<h1>US Government</h1>
<h3>Guided HOT Tasks</h3>
<section data-background="images/awesome.gif" data-background-size="contain">
</section>
<section>
<h1>MapBox</h1>
<h3>General Awesomness</h3>
<section data-background="images/omg.gif" data-background-size="contain">
<h2>1,500+ OSM mappers</h2>
<h2>4 million+ edits</h2>
</section>
<section>
<h1>1,500+ OSM Mappers</h1>
<h3>4.2 Million Edits</h3>
<section data-background="images/opensource.gif" data-background-size="contain">
</section>
<!-- Make Friends -->
<section data-background="images/loveyou.gif" data-background-size="contain">
<h3><img src="images/hot.png" class="logo" /><img src="images/hiu.jpg" class="logo" /><img src="images/nga.png" class="logo" /><img src="images/mapbox.png" class="logo" /></h3>
</section>
<section>
<h2>Thanks</h2>
Expand All @@ -85,10 +72,7 @@ <h3>@calimapnerd</h3>
<script>
Reveal.initialize({
center: true,
transition: 'default',
dependencies: [
{ src: '../plugin/source/source.js', async: true, condition: function() { return !!document.body.classList; } }
]
transition: 'default'
});
</script>
<script>
Expand Down

0 comments on commit 3c923f2

Please sign in to comment.