-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworksamples.html
287 lines (239 loc) · 11.9 KB
/
worksamples.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
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.css" media="screen,projection">
<link type="text/css" rel="stylesheet" href="css/stylesheet.css">
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans:700|Roboto:300,400,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<script type="text/javascript" src="js/materialize.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="worksample-body">
<nav>
<div class="nav-wrapper" id="top">
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">HOME</a></li>
<li><a href="index.html">ABOUT</a></li>
<li><a href="hansen_kate_resume.pdf" type="pdf" target="_blank">RESUME</a></li>
<li><a href="writing.html">WRITING</a></li>
<li><a href="artlanding.html">ART</a></li>
<li><a href="index.html#contact">CONTACT</a></li>
</ul>
</div>
</nav>
<ul class="sidenav" id="mobile-demo">
<li><a href="index.html">HOME</a></li>
<li><a href="index.html">ABOUT</a></li>
<li><a href="hansen_kate_resume.pdf" type="pdf" target="_blank">RESUME</a></li>
<li><a href="writing.html">WRITING + WKSHPS</a></li>
<li><a href="artlanding.html">ART</a></li>
<li><a href="index.html#contact">CONTACT</a></li>
</ul>
<a class="buttontop" href="#top">
<i class="fas fa-arrow-up"></i>
</a>
<section id="webdesign" class="wkcard webdesign">
<div class="row">
<h3 class="worksample-heading">Projects</h3>
</div>
<div class="col s12 m12 l12">
<h5>Writing Prompts for Kids (mini app)</h5>
</div>
<div class="row">
<div class="col s12 m6 l6">
<p><span class="boldtype">Description:</span> My stepkid wanted some help with her creative writing. She wanted a writing prompt book, but was afraid she would forget it when moving between parent houses and school. With this mini app, she
can always have writing prompts on something she will never be without - her phone! Hosted on Glitch.com.
</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Tools used:</span> Vanilla JS, HTML, CSS. Glitch.com for deployment. Content sources documented in Read Me file.</p>
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/writingapp.png">
</div>
</div>
<div class="row par-button">
<div class="col s12 m5 l4 offset-l4">
<a class="buttonlink-worksamples" href="https://writing-prompt-kids.glitch.me" target="_blank">
<div class="linkbutton">View Site</div>
</a>
</div>
</div>
<!--somali site-->
<div class="col s12 m12 l12">
<h5>Color of Strength</h5>
</div>
<div class="row">
<div class="col s12 m6 l6">
<p><span class="boldtype">Description:</span> Artist Lindsey Scherloum was in-residence with the Somali Bantu community in Pittsburgh from 2018-2019. She wanted to create a web-based arts experience to feature video interviews of community
members. The artist designed the website and I developed it using Webflow.
</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Tools used:</span> Figma for prototyping and design. Webflow for development and deployment.</p>
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/cos1.png">
<img class="responsive-img worksample-image materialboxed" src="assets/cos2.png">
<img class="responsive-img worksample-image materialboxed" src="assets/cos3.png">
</div>
</div>
<div class="row par-button">
<div class="col s12 m5 l4 offset-l4">
<a class="buttonlink-worksamples" href="https://www.colorofstrength.com" target="_blank">
<div class="linkbutton">View Site</div>
</a>
</div>
</div>
</section>
<section class="wkcard mvps">
<div class="row">
<h3> Minimum Viable Products</h3>
<!--nutremidy-->
<div class="col s12 m12 l12 worksample-heading">
<h5>Tracking App Excercise (First Page)</h5>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Description:</span> Rethinking a meal tracking app, with the goal of adding a meal with less clicks than current version. Used a floating JavaScript button to eliminate a page on the current interface.</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Tools used:</span> Figma for prototyping, HTML, CSS, JavaScript. Hosted on GitHub.</p>
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/figmaNU.png">
<img class="responsive-img worksample-image materialboxed" src="assets/NUtest.png">
</div>
</div>
<div class="row">
<div class="col s12 m5 l4">
<a class="buttonlink-worksamples" href="https://k8hansen.github.io/NUtest/" target="_blank">
<div class="linkbutton">View Site</div>
</a>
</div>
<div class="col s12 m5 l4">
<a class="buttonlink-worksamples" href="https://www.figma.com/proto/XuXMGsGsEijondVg3ZfJHE/NUtest?node-id=2%3A2&scaling=scale-down" target="_blank">
<div class="linkbutton">Prototype</div>
</a>
</div>
<div class="col s12 m5 l4">
<a class="buttonlink-worksamples" href="https://github.com/k8hansen/NUtest" target="_blank">
<div class="linkbutton">Repo</div>
</a>
</div>
</div>
<!--Grantsearch-->
<div class="col s12 m12 l12 worksample-heading">
<h5>Grantsearch</h5>
</div>
<div class="row">
<div class="col s12 m6 l6">
<p><span class="boldtype">Description:</span> The goal of this project was to create a minimum viable product based on research about and surveying target audience. The end product was a simple grant searching tool, as demonstrated in this
MVP.
</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Tools used:</span> Figma for prototyping, HTML, CSS, JavaScript. Hosted on GitHub. Additional unpublished versions including work in Node.js, JQuery, SQLite, and Ruby on Rails.</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Role:</span> My role on the team was Team Lead, prototyping, JavaScripter, and general code cleanup.</p>
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/grantsearch1.png">
<img class="responsive-img worksample-image materialboxed" src="assets/grantsearch2.png">
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/grantsearch3.png">
<img class="responsive-img worksample-image materialboxed" src="assets/grantsearch4.png">
</div>
</div>
<div class="row">
<div class="col s12 m5 l3">
<a class="buttonlink-worksamples" href="https://smcinelly.github.io/Grantsearch/" target="_blank">
<div class="linkbutton">View Site</div>
</a>
</div>
<div class="col s12 m5 l3">
<a class="buttonlink-worksamples" href="https://youtu.be/5tFHrpJTk9o" target="_blank">
<div class="linkbutton">Demo Video</div>
</a>
</div>
<div class="col s12 m5 l3">
<a class="buttonlink-worksamples" href="https://www.figma.com/file/SXc2QSO0WKOF0MRKFyMeF8UY/Grantsearch-Wireframe" target="_blank">
<div class="linkbutton">Wireframe</div>
</a>
</div>
<div class="col s12 m5 l3">
<a class="buttonlink-worksamples" href="https://github.com/smcinelly/Grantsearch" target="_blank">
<div class="linkbutton">Repo</div>
</a>
</div>
</div>
</div>
</section>
</section>
<!--Production/Projectmanagement-->
<section class="wkcard production">
<div class="row">
<h3 class="worksample-heading"> Project Management + Production</h3>
</div>
<div class="col s12 m12 l12">
<h5>Pittsburgh Artist Registry</h5>
</div>
<div class="row">
<div class="col s12 m6 l6">
<p><span class="boldtype">Description:</span> The Pittsburgh Artist Registry is a database featuring visual, performing, and literary artists in Western Pennsylvania.
</p>
</div>
<div class="col s12 m6 l6">
<p><span class="boldtype">Role:</span> As a project manager at the Office of Public Art, I led the process to update the Pittsburgh Artist Registry, formerly a text-based database of local artists. I led focus groups comprised of artists,
venue owners, curators, and arts patrons which informed our UX and information heirarchy. Before my departure from the office in 2017, I initiated another general focus group for a future, mobile-forward redesign.</p>
</div>
</div>
<div class="row">
<div class="worksample-imgcontainer">
<img class="responsive-img worksample-image materialboxed" src="assets/par.png">
</div>
</div>
<div class="row par-button">
<div class="col s12 m5 l4 offset-l4">
<a class="buttonlink-worksamples" href="https://www.pittsburghartistregistry.org/" target="_blank">
<div class="linkbutton">View Site</div>
</a>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$(document).ready(function() {
$('.sidenav').sidenav();
$('.tooltipped').tooltip()
});
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.materialboxed');
var instances = M.Materialbox.init(elems, options);
});
$(document).ready(function() {
$('.materialboxed').materialbox();
});
</script>
</section>
</body>
</html>