-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_profiles.html
275 lines (224 loc) · 11.6 KB
/
project_profiles.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
264
265
266
267
268
269
270
271
272
273
274
275
<!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>Profiles</h2>
<p>Print Design</p>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 oppcontainer">
<div id="oppdescription">
The Campanile, Rice University's student-run yearbook, has existed almost as long as the university itself. Yet never before had a book incorporated award-winning photo journalism, design, and photography. I became editor in chief in 2011, and set out to change that.
</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="#" class="list-group-item active">Profiles</a>
<a href="project_roots.html" class="list-group-item">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 & Theme</h2>
<p>As social media platforms were seeping into all aspects of student life, my staff and I decided to translate this technological wave into our 2012 Campanile theme. "Profiles" plays off both social networking profiles, as well as the photographical connotation of the profile of a figure. We allowed our design aesthetic to be influenced by popular sites like Facebook, Tumblr, Youtube, Twitter, and many more, while still maintaining a uniquely "yearbook" feel.
</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/profiles/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>Feature Pages</h2>
</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/profiles/untold.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/profiles/poke.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/profiles/arts.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/profiles/stand.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/profiles/alpha.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/profiles/graduation.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>Awards</h2>
<p>
CSPA AWARD: Gold Medal<br>
ACP: 5th Best of Show<br>
TIPA Sweepstakes Award<br>
TIPA 1st Place Awards: Overall Excellence; Cover Design; Student Life Copy; Information Graphic; People Spread with Mugshots; Opening Package; Organizations Copy; Feature/Student Life Package; Title Page; Sports Action Photo; Sports Feature Photo; Photo Story<br>
TIPA 2nd Place Awards: Organizations Copy; Organizations Package; Feature Photo; End Sheets; Academic Photo
TIPA 3rd Place Awards: Information Graphic; Sports Feature Photo; Student Life Copy; Academics Copy<br><br>
See full list <a target="_blank" href="http://cspa.columbia.edu/recepient-lists/2014-awards-student-work-gold-circle-awards-collegiate-recipients#YEARBOOKS">here</a>.
</p>
</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>