-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
51 lines (48 loc) · 2.16 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Alice in Videoland Storyboard</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3631048-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="wrapper">
<h1><em>Alice in Videoland</em> Storyboard</h1>
<h2>Based on <a href="http://www.gutenberg.org/ebooks/11">the story</a> by <a href="http://en.wikipedia.org/wiki/Lewis_Carroll">Lewis Carroll</a></h2>
<h2>A modern retelling by <a href="http://rachelnabors.com">Rachel Nabors</a></h2>
<div class="boards">
<img src="storyboard1.jpg" />
<img src="storyboard2.jpg" />
<img src="storyboard3.jpg" />
<img src="storyboard4.jpg" />
<img src="storyboard5.jpg" />
<img src="storyboard6.jpg" />
<img src="storyboard7.jpg" />
<img src="storyboard8.jpg" />
<img src="storyboard9.jpg" />
<img src="storyboard10.jpg" />
<img src="storyboard11.jpg" />
<img src="storyboard12.jpg" />
<img src="storyboard13.jpg" />
<img src="storyboard14.jpg" />
<img src="storyboard15.jpg" />
<img src="storyboard17.png" />
<img src="storyboard18.jpg" />
<img src="storyboard19.jpg" />
</div>
</div>
</body>
</html>