-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest1.html
More file actions
182 lines (162 loc) · 7.02 KB
/
test1.html
File metadata and controls
182 lines (162 loc) · 7.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>MapLesotho - Briefing and introduction</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/oam.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="assets/ml-post.png" data-background-color="#000000" data-state="no-author" style="width:1000px;">
<div style="background-color: rgba(31, 59, 69, 0.9); color: #fff; padding: 20px;">
<h1 style="font-size:4em;">2017</h1>
<h4>Exam 1</h4>
<hr style="margin: 64px 0 32px 0" />
<p style="font-weight: 700; margin-bottom: 0;">Colin Broderick, Dave Corley & Mark Whelan</p>
<!-- <p style="font-size: 24px; margin: 0 0 32px 0;"><img src="assets/entsoe-icon-white.svg" style="width: 1em; border: none; box-shadow: none; background: none; margin: 0 8px 0 0; vertical-align: sub;"> Web Editor (whatever ya want)</p> -->
<div style="font-size: 26px">
<p style="opacity: 0.6"><img src="assets/github.svg" style="width: 1em; border: none; box-shadow: none; background: none; margin: 0 16px 0 0;"> http://github.com/maplesotho</p>
<p style="opacity: 0.6"><img src="assets/twitter.svg" style="width: 1em; border: none; box-shadow: none; background: none; margin: 0 16px 0 0;"> #MapLesotho</p>
</div>
</div>
<aside class="notes" data-markdown>
</aside>
</section>
<section>
<h2>1. What does POSM stand for?</h2>
<div class="clearfix" data-markdown>
1. Portable Open Sewing Machine
2. Portable Open Street Map
3. Potable Open Sewer Manager
4. None of the above.
</div>
<aside class="notes" data-markdown>
</aside>
</section>
<section>
<h2>2. What is an LAP?</h2>
<div class="clearfix" data-markdown>
1. Local Area Party
2. Loaded Apple Pie
3. Local Area Plan
4. Lemons Apples Pears
</div>
<aside class="notes" data-markdown>
</aside>
</section>
<section>
<p>3. Which of the tools below do you use to Idenitify features in QGIS?</p>
<div class="clearfix">
<img src="assets/ident.jpg" style="max-width: 400px;"/>
</div>
<aside class="notes" data-markdown>
</aside>
</section>
<section>
<h2>4. What is the correct filter for both primary/secondary roads?</h2>
<div class="clearfix" data-markdown>
1. `"highway" IN ('primary', 'secondary')`
2. `"highway" IS NOT NULL`
3. `"highway" = 'primary'`
4. `"highway" = 'secondary'`
</div>
<aside class="notes" data-markdown>
</aside>
</section>
<style type="text/css">
ol {list-style-type: upper-latin !important;}
.youtube .metric {display: inline-block; margin-bottom: 50px;}
.youtube .metric:last-child {margin-left: 150px;}
.inline {display: inline-block;}
.inline > a {padding: 5px; line-height: 2;border:1px solid #ccc;}
</style>
<section data-background="assets/thanks.gif" data-background-color="#000000" data-state="no-author">
<div style="background-color: rgba(31, 59, 69, 0.9); color: #fff; padding: 20px;">
<h1>Thank you!</h1>
<h3>Questions?</h3>
<hr style="margin: 64px 0" />
<p style="opacity: 0.8"><img src="assets/github.svg" style="width: 32px; border: none; box-shadow: none; background: none; margin: 0 16px 0 0;"> http://github.com/entsoe-tso</p>
<p style="opacity: 0.8"><img src="assets/github.svg" style="width: 32px; border: none; box-shadow: none; background: none; margin: 0 16px 0 0;"> http://github.com/rustyb</p>
<p style="opacity: 0.8"><img src="assets/twitter.svg" style="width: 32px; border: none; box-shadow: none; background: none; margin: 0 16px 0 0;"> @rusty1052</p>
</div>
</section>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.0.slim.js" integrity="sha256-L6ppAjL6jgtRmfiuigeEE5AwNI2pH/X9IBbPyanJeZw=" crossorigin="anonymous"></script>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js"></script>
<script src="js/ee.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
<style type="text/css">
.no-author #header-center {
display: none;
}
#header-center {
position: absolute;
z-index: 9999;
bottom: 16px;
left: 50%;
transform: translate(-50%, 0);
opacity: 0.64;
font-size: 24px;
font-weight: 700;
}
#header-center img {
width: 1em;
border: none;
box-shadow: none;
background: none;
margin: 0 4px 0 0;
vertical-align: top;
}
.social-item a {text-align: left;}
.impressions, .date, .minutes {display: inline-block; padding-right: 10px;color: #000;}
</style>
<!-- 2. Create hidden header/footer <div> -->
<div id="hidden" style="display:none;">
<div id="header">
<div id="header-center">
<img src="assets/twitter-dark.svg"> @rusty1052
</div>
</div>
</div>
<script type="text/javascript">
var header = $('#header').html();
if ( window.location.search.match( /print-pdf/gi ) ) {
Reveal.addEventListener( 'ready', function( event ) {
$('.slide-background').append(header);
});
}
else {
$('div.reveal').append(header);
}
</script>
</body>
</html>