-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinteractions.html
More file actions
166 lines (124 loc) · 5.9 KB
/
interactions.html
File metadata and controls
166 lines (124 loc) · 5.9 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<link rel="icon"
type="image/png"
href="images/icon.png">
<link href="http://cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="http://cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://use.typekit.net/cpx7tuy.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<header>
<a href="index.html"><img src="images/logo.png"></a>
<nav>
<a href="index.html#hello">Hello</a>
<a href="index.html#worknav">My Work</a>
<a href="about.html">About Me</a>
<a href="index.html#contact">Contact</a>
</nav>
</header>
<div class="display-page">
<section class="main-work">
<h1 class="simple">Interaction Design</h1>
<section class="row">
<section class="work-row">
<div class="grid-6"> <a href="dtdc.html"><section class="hero hero-1">
</section></a>
</div><!---
--><div class="grid-6">
<section class="hero">
<section class="container">
<h1>Empowering educators of at-risk youth</h1>
<P>A design thinking approach exploring how we can give teachers the tools to better prepare kids for a successful future, especially the ones that need guidance most.</P>
<a href="dtdc.html"><span class="readMoreBtn">See More </span> </a>
</section>
</section>
</div>
</section>
</section>
<section class="row">
<section class="work-row">
<div class="grid-6"> <a href="ashoka.html"><section class="hero hero-2">
</section></a>
</div><!---
--><div class="grid-6">
<section class="hero">
<section class="container">
<h1>Involvement as a Service</h1>
<P>Working as a user experience designer with Ashoka, I helped design a better way for people to get involved, engage, and be hired to work with the organization.</P>
<a href="ashoka.html"><span class="readMoreBtn">See More </span> </a>
</section>
</section>
</div>
</section>
</section>
<section class="row">
<section class="work-row">
<div class="grid-6"> <a href="mango.html"><section class="hero hero-mango">
</section></a>
</div><!---
--><div class="grid-6">
<section class="hero">
<section class="container">
<h1>Mango Health Redesign</h1>
<P>An exploration in how to improve a medication reminder app. </P>
<a href="mango.html"><span class="readMoreBtn">See More</span> </a>
</section>
</section>
</div>
</section>
</section>
<section class="row">
<section class="work-row">
<div class="grid-6"> <a href="thesis.html"><section class="hero hero-sl">
</section></a>
</div><!---
--><div class="grid-6">
<section class="hero">
<section class="container">
<h1>Shelf Life: A Food Tracking Platform</h1>
<P>My senior thesis project, an app and physical product that work together to keep track of your food. An exploration in visual design, UX, and physical computing. </P>
<a href="thesis.html"><span class="readMoreBtn">See More</span> </a>
</section>
</section>
</div>
</section>
</section>
<section class="row">
<section class="work-row">
<div class="grid-6"> <a href="https://www.behance.net/gallery/41019055/Elevate-Redesign" target="_blank"><section class="hero hero-el">
</section></a>
</div><!---
--><div class="grid-6">
<section class="hero">
<section class="container">
<h1>Elevate: A Platform for English Learners</h1>
<P>Elevate is a platform that helps students learning English with spelling, pronunciation and reading. This redesign replaced an outdated interface with a more modern look, designed to increase the platform’s effectiveness. </P>
<a href="https://www.behance.net/gallery/41019055/Elevate-Redesign" target="_blank"><span class="readMoreBtn">See More</span> </a>
</section>
</section>
</div>
</section>
</section>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="http://cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/featherlight.gallery.js" type="text/javascript" charset="utf-8"></script>
<script>
$(document).ready(function(){
$('a.days').featherlightGallery({
previousIcon: '◀',
nextIcon: '▶'
});
});
</script>
</body>
</html>