-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_roots.html
263 lines (213 loc) · 11.6 KB
/
project_roots.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
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favcon.ico">
<title>Beth Herlin | Works</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/projects.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Economica:400,700|Nunito:300,700' rel='stylesheet' type='text/css'>
<!--for the responsive video player-->
<script src="http://vjs.zencdn.net/4.6/video.js"></script>
<style type="text/css">
.vjs-default-skin { color: #ffd702; }
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level { background-color: #ffffff }
.vjs-default-skin .vjs-control-bar { font-size: 60% }
</style>
<!--Google Analytics Code-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53874642-1', 'auto');
ga('send', 'pageview');
</script>
<!-- ===============================-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="index.html" class="navbar-brand"><img src="img/favconwhite.png"/></a>-->
<a href="index.html"><div class="my-brand"></div></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="story.html">STORY</a></li>
<li><a href="methods2.html">METHODS</a></li>
<li><a href="creations.html">WORKS</a></li>
<!-- <li class="dropdown active">
<a href="creations.html">WORKS</a>
<ul class="dropdown-menu hidden-xs">
<li class="dropdown-header">Product Development</li>
<li><a href="project_wagd.html">Wagd</a></li>
<li><a href="project_parkingmeter.html">Parking Meter</a></li>
<li><a href="project_forza.html">Forza</a></li>
<li class="divider"></li>
<li class="dropdown-header">Game Design</li>
<li><a href="project_azmo.html">Azmo</a></li>
<li><a href="project_fracture.html">Fracture</a></li>
<li class="divider"></li>
<li class="dropdown-header">Print Design</li>
<li><a href="project_profiles.html">Profiles</a></li>
<li><a href="project_roots.html">Roots</a></li>
</ul>
</li> -->
<li><a href="hobbies.html">HOBBIES</a></li>
<li><a href="inspiration.html">INSPIRATION</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!--JUMBOTRON====================================================-->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12" id="title">
<h2>Roots</h2>
<p>Print Design</p>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 oppcontainer">
<div id="oppdescription">
Rice University celebrated it's centennial year in 2013, and the yearbook had to reflect that. Together with my co-editor in chief, we developed an extensive theme and led research and design efforts to effectively document Rice University’s 100th year.
</div>
</div>
</div>
</div>
</div>
<!--SIDEBAR PROJECT NAVIGATION====================================================-->
<div class="container projects">
<!-- <div class="row">
<div class="hidden-xs col-sm-1 col-md-1 col-lg-1 sidebar-offcanvas projectsbar " id="sidebar" role="navigation">
<div class="list-group">
<a href="project_wagd.html" class="list-group-item">Wagd</a>
<a href="project_parkingmeter.html" class="list-group-item">Parking Meter</a>
<a href="project_forza.html" class="list-group-item">Forza</a>
<a href="project_azmo.html" class="list-group-item">Azmo</a>
<a href="project_fracture.html" class="list-group-item">Fracture</a>
<a href="project_profiles.html" class="list-group-item">Profiles</a>
<a href="#" class="list-group-item active">Roots</a>
<a href="#Top" class="list-group-item">^Top</a>
</div>
</div>
</div> -->
<!--CONTENT
========================================================-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11 projdescrip">
<h2>Cover</h2>
<p>In an effort to fully implement our Roots theme from front to back, we created the first known exposed-wood yearbook cover. It placed 1st by the Columbia Scholastic Press Association, and won a 2nd place Apple award from the College Media Association. The book was also ranked 7th place overall by CSPA. See full list of awards <a target="_blank" href="http://cspa.columbia.edu/recepient-lists/2014-awards-student-work-gold-circle-awards-collegiate-recipients">here</a>.</p>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11">
<center><img src="img/projects/roots/cover.jpg"/></center>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11 projdescrip">
<h2>Theme Pages</h2>
<p>The theme both references Rice’s reputation for its beautiful oak tree-covered campus, and draws on the university’s rich historical framework. Utilizing the university archives, we incorporated important historical aspects into the design and documentation of Rice’s centennial year. This theme is explicitly introduced on the first few pages of the book. It won the CSPA Title Page 1st Place Award</p>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11">
<center><img src="img/projects/roots/theme.jpg"/></center>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11 projdescrip">
<h2>Divider Pages</h2>
<p>My coeditor-in-chief and I also led the transition to a chronological book, which presents the journalistic content as a narrative rather than through divided sections. We used months to compartmentalize the narrative, showcasing an iconic story in Rice's history on each divider page.</p>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11">
<center><img src="img/projects/roots/divider.jpg"/></center>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11 projdescrip">
<h2>Content Pages</h2>
<p>My coeditor-in-chief and I also led the transition to a chronological book, which presents the journalistic content as a narrative rather than through divided sections. We used months to compartmentalize the narrative, showcasing an iconic story in Rice's history on each divider page. The last spread won CSPA Honorable Mention Feature Presentation Spread.</p>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11">
<center><img src="img/projects/roots/love.jpg"/></center>
</div><!--/span-->
</div><!--/row-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-11 col-md-11 col-lg-11">
<center><img src="img/projects/roots/lgbt.jpg"/></center>
</div><!--/span-->
</div><!--/row-->
</div>
<!-- FOOTER
================================================ -->
<a href="javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'">
<div id="footer">
<p>CONTACT BETH</p>
</div>
</a>
<div id="light" class="white_content">
<div class="row contactcontain">
<div class="imgwrapper col-lg-6 col-md-6 col-sm-6 hidden-xs">
<div class="contactimg">
</div>
</div>
<a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">
<div class="close-btn col-lg-1 col-md-1 col-sm-1 col-xs-1">X</div>
</a>
<div class="contactinfo col-lg-5 col-md-5 col-sm-5 col-xs-10">
<h2>Contact Beth</h2>
<p>
(713) 320-2818<br>
<a href="img/resume.pdf" target="_blank" class="resume">Resume</a>
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-11">
<div class="row socialfooter">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="mailto:[email protected]" target="_top"><div class="email-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="http://www.linkedin.com/pub/beth-herlin/39/19b/347/" target="_blank"><div class="linkedin-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="https://github.com/bethherlin" target="_blank"><div class="github-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="https://twitter.com/beth11herlin" target="_blank"><div class="twitter-hover social-roll"></div></a>
</div>
</div>
</div>
</div>
</div>
<a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">
<div id="fade" class="black_overlay"></div>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="js/docs.min.js"></script>-->
</body>
</html>