-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (226 loc) · 14.3 KB
/
Copy pathindex.html
File metadata and controls
239 lines (226 loc) · 14.3 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/d6bceb316e.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/site.css" media="all" />
<title>Zaeda Amrin</title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="ml-auto container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" target="_blank" href="./content/zaeda_amrin_resume.pdf">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row mx-auto title">
<div class="col pattern-left position-relative">
<img class="position-absolute top-0 start-0" src="./images/banner-pattern-left.png" />
</div>
<div class="col col-md-6 text-center ">
<h6 class="mb-4">Hi, my name is</h6>
<h1 class="mb-4">Zaeda Amrin.</h1>
<h2 class="mb-3">I build for a brighter tomorrow.</h2>
<p class="mt-3 px-5">I'm a software engineer specializing in building efficient and user-friendly applications that empower
marginalized groups with technology and solve real-world problems.</p>
</div>
<div class="col pattern-right position-relative">
<img class="position-absolute bottom-0 end-0" src="./images/banner-pattern.png" />
</div>
</div>
<!-- About Me Section -->
<div class="row mx-5 " id="about">
<div class="col col-md-7">
<div class="header-row my-3">
<h5 class="me-2">01.</h5>
<h3 class="me-2">About Me</h3>
<hr>
</div>
<p>
My name is Zaeda Amrin. I am pursuing a Bachelor’s degree in Information Science with a concentration in
Interactive Technologies at Cornell University.
</p>
<p>
My passion lies in improving systems for social good to increase <span>accessibility, awareness, and connection</span>.
</p>
<p>
I have always been driven to serve my community and underrepresented groups. Through technology, I have
had the priviledge of creating solutions for the Information Science department at Cornell, incarcerated individuals across the US,
and Cornell students at large.
</p>
<p>
My experiences vary from <span>designing critical prototypes</span> to building and deploying <span>fullstack applications</span>.
</p>
</div>
<div class="col col-md-5 pic">
<img src="./images/bio-pic.jpg" />
</div>
</div>
<!-- Work & Projects Section -->
<div class="row mx-5" id="work">
<div class="header-row my-3">
<h5 class="me-2">02.</h5>
<h3 class="me-2">Work and Projects</h3>
<hr>
</div>
<section class="mb-5">
<div id="carouselExampleIndicators" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<!-- <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button> -->
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="img-row">
<div class="col"><img src="./images/pe-1.svg" /></div>
<div class="col"><img src="./images/pe-2.svg" /></div>
</div>
</div>
<div class="carousel-item">
<div class="img-row">
<div class="col"><img src="./images/pe-3.svg" /></div>
<div class="col"><img src="./images/pe-4.svg" /></div>
</div>
</div>
<!-- <div class="carousel-item">
<div class="img-row">
<div class="col"><img src="./images/pe-2.svg" /></div>
<div class="col"><img src="./images/pe-2.svg" /></div>
</div>
</div> -->
<!-- <div class="carousel-item">
<div class="img-row">
<div class="col"><img src="./images/pe-2.png" /></div>
<div class="col"><img src="./images/pe-1.png" /></div>
</div>
</div> -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="section-row">
<div class="col mt-3 col-md-7 offset-md-4 right text-end">
<p class="label">Featured Work</p>
<h3 class="mb-4">Prisoner Express Creatives Archive</h3>
<p>Prisoner Express is an organization dedicated to providing educational materials and creative programs for
incarcerated individuals to find new avenues of <span>creativity, healing, and introspection</span>.</p>
<p>As the sole <span>frontend developer and designer</span>, I was responsible for building a new responsive, data-driven web
app to showcase Prisoner Express’ archive of art and literature submissions from prisoner participants. </p>
<p>To ensure optimal website performance and usability across various devices, I used ReactJs and NodeJs
integrated with Airtable API for developing the project.</p>
<div class="skills-row">
<p>Figma</p>
<p>ReactJS</p>
<p>NodeJS</p>
<p>Airtable API</p>
</div>
</div>
</div>
</section>
<section class="my-5">
<div class="section-row">
<div class="col mt-5 col-md-7 left">
<p class="label">Featured Work</p>
<h3 class="mb-4">Cornell Information Science Visit Day</h3>
<p>The young Cornell Bowers College of CIS aims to empower informed, bright PhD minds and advance
the study of technological systems and its impact on individuals and societies.</p>
<p>With a team of 3 CIS students, I <span>designed and developed</span> an app to aid prospective Ph.D. students
exploring research and faculty on CIS Visit Day. Providing students with the correct tools such as this app helps Bowers to
advocate for its students during and beyond Visit Day.</p>
<p>By conducting user interviews with CIS Ph.D. students and <span>prototyping</span> our <span>user-centered design</span> with <span>Vue</span>, we
were able to meet and exceed the minimum viable product demands.</p>
<div class="skills-row mt-2">
<p>VueJS</p>
<p>Bootstrap</p>
<p>User-Centered Design</p>
<p>Prototyping</p>
</div>
</div>
</div>
<div class="mt-3 img-row">
<div class="col"><img src="./images/visitors-day-1.png" /></div>
<div class="col"><img src="./images/visitors-day-2.png" /></div>
<div class="col"><img src="./images/visitors-day-3.png" /></div>
</div>
<!-- <div id="carouselExampleIndicators" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
</div>
<div class="carousel-item">
<div class="img-row">
<div class="col"><img src="./images/visitors-day-1.png" /></div>
<div class="col"><img src="./images/visitors-day-2.png" /></div>
<div class="col"><img src="./images/visitors-day-3.png" /></div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div> -->
</section>
</div>
<!-- Contact Section -->
<div class="row mx-5 contact" id="contact">
<div class="col">
<div class="header-row">
<h5 class="me-2">03.</h5>
<h3 class="me-2">What's next?</h3>
<hr>
</div>
<div class="row">
<div class="col text col-md-7">
<h2>Get in touch</h2>
<p>Interested in working together or just want to connect? Feel free to reach out about anything!</p>
</div>
<div class="col links col-md-5">
<div><i class="fa-brands fa-linkedin fa-2xl" style="color: #966161;"></i></div>
<div class="mt-4"><i class="fa-solid fa-envelope fa-2xl" style="color: #966161;"></i></div>
<h5 class="mt-5">za48@cornell.edu</h5>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>