Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit d64542d

Browse files
committed
adding slides
Signed-off-by: Pete LePage <[email protected]>
1 parent 29f5a77 commit d64542d

35 files changed

+3993
-0
lines changed

slides/css/styles.css

Lines changed: 964 additions & 0 deletions
Large diffs are not rendered by default.

slides/css/user.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*
2+
Copyright 2012 Google Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
17+
Based on HTML5Slides from http://code.google.com/p/html5slides/
18+
Special thanks to: Eric Bidelman, Luke MahŽ, Marcin Wichary,
19+
Dominic Mazzoni, Charles Chen
20+
21+
Authors: Chris Wilson ([email protected])
22+
Pete LePage ([email protected])
23+
*/
24+
25+
/*
26+
Custom User Styles Go Here
27+
*/
28+
29+
30+
.overlayBox {
31+
background-color:rgba(255, 255, 255, 0.9);
32+
position:absolute;
33+
top: 175px;
34+
left:5%;
35+
width:90%;
36+
margin: 0px;
37+
padding: 25px;
38+
-webkit-box-shadow: 0 0 5px 5px rgba(250, 250, 250, 0.9);
39+
-webkit-box-sizing: border-box;
40+
}
41+
42+
.overlayBox div {
43+
font-size:1.5em;
44+
line-height:1.0em;
45+
margin-bottom: 25px;
46+
}
47+
48+
.overlayBox ul {
49+
margin-top: 0px;
50+
}
51+
52+
article.exercise p:first-of-type {
53+
font-weight: bold;
54+
}
55+
56+
article.exercise ol {
57+
margin-left: 25px;
58+
}

slides/images/280slides.png

286 KB
Loading

slides/images/HTML5_Badge.svg

Lines changed: 98 additions & 0 deletions
Loading

slides/images/HTML5_Badge_64.png

1.27 KB
Loading

slides/images/arrow.png

1.25 KB
Loading

slides/images/barriers2.png

600 KB
Loading

slides/images/bootstrap.png

203 KB
Loading

slides/images/bubbles.png

4.34 KB
Loading
4.03 KB
Loading

0 commit comments

Comments
 (0)