-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·59 lines (53 loc) · 2.39 KB
/
index.html
File metadata and controls
executable file
·59 lines (53 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Present Thinking Limited</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="../../blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Orienta' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css" type="text/css" />
</head>
<body>
<div class="container">
<div class="span-24 last">
<img class="logo" src="images/logo_large.png" alt="present thinking logo" />
</div>
<div id="timeline" class="span-22 prepend-1 append-1 last">
<div id="timeline-embed"></div>
<script type="text/javascript">
var timeline_config = {
width: "100%",
height: "600",
source: 'https://docs.google.com/spreadsheet/pub?key=0AmStie9KGcuFdGgxR20wTnBfN3Y2UWMxUnlRSV9XWnc&output=html',
start_at_end: true, //OPTIONAL START AT LATEST DATE
// start_at_slide: '4', //OPTIONAL START AT SPECIFIC SLIDE
start_zoom_adjust: '3', //OPTIONAL TWEAK THE DEFAULT ZOOM LEVEL
hash_bookmark: true, //OPTIONAL LOCATION BAR HASHES
font: 'Bevan-PotanoSans', //OPTIONAL FONT
lang: 'en', //OPTIONAL LANGUAGE
maptype: 'watercolor', //OPTIONAL MAP STYLE
css: 'timeline/compiled/css/dark.css', //OPTIONAL PATH TO CSS
js: 'timeline/compiled/js/timeline-min.js' //OPTIONAL PATH TO JS
}
</script>
<script type="text/javascript" src="timeline/compiled/js/timeline-embed.js"></script>
</div>
<div class="span-20 prepend-2 append-2 last">
<hr>
<div class="contact">
<a href="https://twitter.com/presentthinking" alt="Our Twitter">
<img class="twitter" src="images/twitter-bird-dark-bgs.png" alt="twitter logo" />
</a>
<a href="mailto:info@presentthinking.net" alt="Email Us">
<img class="mail" src="images/mail_icon.png" alt="mail icon" />
</a>
</div>
</div>
</div>
</body>
</html>