forked from antibland/arthur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crccstory.html
129 lines (58 loc) · 2.97 KB
/
crccstory.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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link type="text/css" href="crcc_styles.css" rel="stylesheet">
<title>World Pictures</title>
<meta name="description" content="Elliott's parents are in the midst of a divorce and his dad has left for California. Without a father around, Elliott finds a substitute in Dave, leader of the Cedar Rapids Chess Club.">
<meta name="keywords" content="World Pictures, Cedar Rapids Chess Club, web series, comedy, Arthur Smid, Sarah Mirk">
</head>
<body class="about story">
<div id="container">
<div id="header">
<div id="logo">
<a class="logo" href="crcc.html">link</a>
</div>
<!-- end logo -->
<div id="navigation">
<a href="crccabout.html">ABOUT</a>
<a href="crcccast.html">CAST</a>
<a href="crcccrew.html">CREW</a>
<a class="curpage" href="crccstory.html">STORY</a>
<a href="crccproduction.html">PRODUCTION NOTES</a>
</div>
<!-- end navigation -->
<div id="socialNav">
<a class="twitter" href="http://www.twitter.com/realsacrifices" target="blank">link</a>
<a class="facebook" href="http://www.facebook.com/cedarrapidschessclub" target="blank">link</a>
</div>
</div>
<!-- end header -->
<div id="content">
<div id="rightcol">
<div id="column">
<p><b>Cedar Rapids Chess Club</b> is a comedy about a trio of middle schoolers and two older guys estranged from their peer group. It's an awkward time for the boys. Elliott's parents are in the midst of a divorce and his dad has left for California. Without a father around, Elliott finds a substitute in Dave, leader of the Cedar Rapids Chess Club. Dave talks about taking control of life but his only lever on fate is a screenplay about NYPD officers who travel back in time to stop 9-11. While struggling to follow his calling, Dave's posturing helps inspire Elliott to start making decisions for himself.</p>
</div>
</div>
<div id="leftcol">
<div id="menu">
<a class="dave" href="crcccast.html#dave">link</a>
<a class="elliott" href="crcccast.html#elliott">link</a>
<a class="henry" href="crcccast.html#henry">link</a>
<a class="worf" href="crcccast.html#worf">link</a>
<a class="kwon" href="crcccast.html#kwon">link</a>
</div>
<!-- end menu--!>
</div>
<div id="clearance"></div>
</div>
<!--end content -->
<div id="footer">
<span class="copy">© 2012 Arthur Smid. All Rights Reserved.</span>
</div>
<!-- end footer -->
</div>
<!-- end container -->
</body>
</html>