-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (186 loc) · 7.89 KB
/
index.html
File metadata and controls
198 lines (186 loc) · 7.89 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mapestry: Your Voice Matters</title>
<link type = "text/css" rel = "stylesheet" href = "css/bootstrap.css" />
<link type = "text/css" rel = "stylesheet" href = "css/flat-ui.css" />
<script type="text/javascript" src = "js/jquery-1.9.1.min.js"></script>
<script type = "text/javascript" src = "scripts/bootstrap.js"></script>
<!-- Flat UI Scripts...so many... -->
<!--<script src="js/jquery-ui-1.10.0.custom.min.js"></script>-->
<script src="js/jquery.dropkick-1.0.0.js"></script>
<script src="js/custom_checkbox_and_radio.js"></script>
<script src="js/custom_radio.js"></script>
<script src="js/jquery.tagsinput.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/jquery.imageZoom.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/font-awesome.css">
<!-- ours! -->
<link type = "text/css" rel = "stylesheet" href = "css/mapestry.css" />
<link type = "text/css" rel = "stylesheet" href = "css/index.css" />
<script src="scripts/index.js"></script>
</head>
<body id="index">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html">
<img id="logo" src="images/mapestry_logotype_small.png"/>
</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a class="active" href="index.html">About</a></li>
<li><a href="demo.html">Prototypes</a></li>
<li><a href="http://vimeo.com/user18231405/mapestry" target="_blank">Video</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="index_pic hero-unit span10">
<div class="row-fluid">
<div class=" span1"></div>
<div class="white_rect span10">
<h1 class="index_text">Mapestry</h1>
<h3 class="index_text">A suite of tools for collecting, organizing, and sharing family histories.</h3>
<h3 class="index_text">Maps and other visuals inspire detailed conversations and rich interactions. Each story is a living document that invites contributions and creates connections from our shared experiences.</h3>
<h3 class="index_text"><a href="demo.html">View demos</a></h3>
</div>
</div>
</div>
<div class="span1"></div>
</div>
<div class="row-fluid">
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span2"></div>
<div class="span10">
<h3 class="collect">COLLECT</h3>
</div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span12">
<h3 class="org">ORGANIZE</h3>
</div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span11">
<h3 class="sharing">SHARE</h3>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span2"></div>
<div class="span10">
<div class="pic"><img src="images/collect.png"></div>
</div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="pic"><img src="images/org.png"></div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span11">
<div class="pic"><img src="images/share.png"></div>
</div>
<div class="span1"></div>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span4"></div>
<div class="span6">
<p class="p_index">Collect your audio stories through our custom recording device, available on the iPhone and iPad.</p>
</div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span3"></div>
<div class="span6">
<p class="p_index">Mobile recordings are synced to the web platform. This allows you to seamlessly combine and organize your stories into projects. A set of editing tools helps shape your narratives. Add photos, video and text to enhance stories.</p>
</div>
</div>
</div>
<div class="span4 index_centered">
<div class="row-fluid">
<div class="span2"></div>
<div class="span6">
<p class="p_index">
The web platform brings your stories to life. Publish your projects when they are ready to share — with your family or with the world. Discovery your family's oral history and many other stories with Mapestry.</p>
</div>
</div>
</div>
</div>
</div><!-- end container-fluid -->
<div id="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span2"></div>
<div class="span8">
<div class="row-fluid">
<div class="span2 f_title">
<h5>Who We Are</h5>
</div>
<div class="span9">
<p class="p_index">We are a team of UC Berkeley School of Information alumni. Collectively, we have backgrounds in design, frontend development, analytics and project management.
</p>
<div class="row-fluid index_centered f_img_cont">
<div class="span2 index_centered"><img src="images/team/jen.jpg" class="img-rounded">
<h5>Jen <br>Wang</h5>
</div>
<div class="span2 index_centered"><img src="images/team/elliot.jpg" class="img-rounded">
<h5>Elliot <br>Nahman</h5>
</div>
<div class="span2 index_centered"><img src="images/team/ryan.jpg" class="img-rounded">
<h5>Ryan <br>McAdam</h5>
</div>
<div class="span2 index_centered"><img src="images/team/curtis.jpg" class="img-rounded">
<h5>Curtis <br>Hwang</h5>
</div>
<div class="span2 index_centered"><img src="images/team/carinne.jpg" class="img-rounded">
<h5>Carinne <br>Johnson</h5>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span2 f_title">
<h5>Special Thanks</h5>
</div>
<div class="span9">
<p class="p_index">We are especially thankful to Tapan Parikh, our advisor on this project, for his guidance and feedback.
</p>
<p class="p_index">Thanks also to Pop Up Archive, KALW's Hear Here, Local Projects, UC Berkeley's Regional Oral History Office, T-Kay Sangwand, Senait Tesfai, and last but certainly not least, Rose Burroughs.</p>
</div>
</div>
</div>
<div class="span2"></div>
</div>
</div>
</div><!--// end footer //-->
</body>
</html>