-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
319 lines (312 loc) · 11.4 KB
/
about.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="css/html5reset.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/style-tablet.css" />
<link rel="stylesheet" type="text/css" href="css/style-laptop.css" />
<link rel="stylesheet" type="text/css" href="css/nav.css" />
<link
rel="stylesheet"
type="text/css"
href="css/style-reduced-motion.css"
/>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal@4"></script>
<!-- Using Chevrons and Icons from Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-7ZYPYV8TTM"
></script>
<script src="scripts/gtag.js"></script>
<script src="scripts/script.js" defer></script>
<title>About | Anuya Karnik</title>
</head>
<body>
<div class="skip"><a href="#main">Skip to Main Content</a></div>
<header>
<div class="menu-title"><a href="index.html">Anuya Karnik</a></div>
<nav class="menu-links">
<a href="index.html">Portfolio</a>
<a class="current" href="about.html">About</a>
<!-- <a href="contact.html">Contact</a> -->
<!-- <a href="gallery.html">Art Gallery</a> -->
<a
target="blank"
href="https://drive.google.com/file/d/1YE9G5xVTOCrCiCcP3hGBNKOTjLZOOnqK/view?usp=sharing"
>Resume
<i class="fas fa-external-link-alt"></i>
</a>
</nav>
</header>
<main id="main">
<div id="about-section" class=" about-header pr-a color-a">
<img
class="image-crop"
src="images/00-about/Profile Picture_1.jpg"
alt="Anuya Karnik - Profile Picture"
/>
<div class="pr-text">
<h1>My Story</h1>
<h2>
Thanks for checking out my
<a href="index.html">portfolio!</a> I am Anuya Karnik, a
user-centered designer who thrives at the intersection of design,
tech and business. <br><br>
Every designer has a unique story, and here is mine. I said "hello" to the world of programming as a computer science major
in undergrad while also pursuing a minor a graphic design. While I
enjoyed learning the two separately, I wanted to learn more about how
the combination of design and development can be used to solve complex
problems, leading me to pursue my Master's Degree in the field of Human-Computer Interaction and UX
Design. <br><br>
Now I continue to pursue my passion in the field of User-Centered Design as a UX/UI Consultant at Deloitte.
</h2>
</div>
</div>
<div class="pr-a">
<h1>Current Work</h1>
<div class="about-layout">
<div class="about-item">
<div class="grid-item-1 logo-image">
<img
id="work-1"
src="images/00-about/Deloitte-Img.png"
alt="Deloitte Logo"
/>
</div>
<div class="grid-item-1">
<h3>
Deloitte Consulting | UX/UI Solutions Engineering Consultant
</h3>
<h4>September 2022 - Current</h4>
<h4>
Currently working as a UX/UI Designer for the California Child
Welfare System PaaS Implementation. Supporting refinement and
conversion of business requirements to wireframes and prototypes
used for iterative implementation of the platform.
</h4>
</div>
</div>
</div>
<h1>Education</h1>
<div class="about-layout">
<div class="about-item">
<div class="grid-item-1 logo-image">
<img
id="edu-2"
src="images/00-about/UMich.png"
alt="University of Michigan Logo"
/>
</div>
<div class="grid-item-1">
<h3>University of Michigan | M.S, Information Science</h3>
<h4>August 2020 - May 2022</h4>
<h4>Studying HCI, User Experience Research and Design</h4>
</div>
</div>
<div class="about-item">
<div class="grid-item-1 logo-image">
<img
id="edu-1"
src="images/00-about/AndrewsUniversity.svg"
alt="Andrews University Logo"
/>
</div>
<div class="grid-item-1">
<h3>Andrews University | B.S, Computer Science</h3>
<h4>August 2016 - May 2020</h4>
<h4>Minors in Graphic Design, Mathematics and Leadership</h4>
</div>
</div>
</div>
</div>
<div class="project">
<div class="pr-a color-a">
<div class="pr-text">
<h1>My Artwork</h1>
<p>
Since you are here, I'd like to share some fun things too! I love
to paint! And this is a collection of my favorite artworks I
painted over the years in various different media such as oil,
watercolor, and gouache. Art allows me to stay me creative and
connected to my Indian heritage and culture!
</p>
</div>
</div>
<div oncontextmenu="return false;" class="gallery-section">
<div class="gallery-col">
<img
class="gallery-img"
src="images/00-gallery/gallery-blue-ganesh.jpg"
alt="Blue Ganesh Painting"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-nutan.jpg"
alt="Painting of Actress Nutan"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-oil-sunset.jpg"
alt="Sunset By A River"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-tulip-pink.jpg"
alt="Pink Tulip"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-spring.jpg"
alt="Spring Painting"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-tulip-pink-zoom.jpg"
alt="Pink Tulip Closeup"
/>
</div>
<div class="gallery-col">
<img
class="gallery-img"
src="images/00-gallery/gallery-dance.jpg"
alt="Rhythms of India - Art Piece in Graphite"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-mandala.jpg"
alt="Colors of India - Mandala"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-evening.jpg"
alt="Evening Sky Painting"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-vyajanthimala.jpg"
alt="Painting of Actress Vyajayanthimala"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-fruit.jpg"
alt="Fruits Painting"
/>
<img
class="gallery-img"
src="images/00-gallery/gallery-sunset.jpg"
alt="Sunset Painting in Gouache"
/>
</div>
</div>
</div>
<!-- <div class="pr-a">
<h1>Here Are Some Random Fun Facts About Me...</h1>
<div class="cards-layout">
<div class="card-container card-item">
<div id="card-1" class="card-body">
<div class="card-front">
<h3>I am currently reading...</h3>
</div>
<div class="card-back">
<div class="card-back-col">
<img
id="card-1-img"
src="images/00-about/current-book-2024.jpg"
alt=""
/>
</div>
<div class="card-back-col">
<h3>Articulating Design Decisions</h3>
<h4>By Tom Greever</h4>
</div>
</div>
</div>
</div>
<div class="card-container card-item">
<div id="card-2" class="card-body">
<div class="card-front">
<h3>One new recipe I learned recently...</h3>
</div>
<div class="card-back">
<div class="card-back-col">
<img
id="card-2-img"
src="images/00-about/shakshuka.jpg"
alt="Shakshuka"
/>
</div>
<div class="card-back-col">
<h3>Shakshuka!</h3>
<h4>Easy and Delicious!</h4>
</div>
</div>
</div>
</div>
<div class="card-container card-item">
<div id="card-3" class="card-body">
<div class="card-front">
<h3>Currently my favorite design tool is...</h3>
</div>
<div class="card-back">
<div class="card-back-col">
<img
id="card-3-img"
src="images/00-about/adobe-xd.png"
alt="Adobe XD Logo"
/>
</div>
<div class="card-back-col">
<h3>Adobe XD</h3>
<h4>
Just love it for the amazing plugins and microinteractions!
</h4>
</div>
</div>
</div>
</div>
</div>
</div> -->
</main>
<footer>
<p>Thank you so much for checking out my portfolio!</p>
<div class="social-icons">
<a
aria-label="Link to LinkedIn"
target="blank"
href="https://www.linkedin.com/in/anuya-karnik/"
><i class="fab fa-linkedin"></i
></a>
<a
aria-label="Link to Email"
target="blank"
href="mailto:aakarnik8@gmail.com"
><i class="fas fa-envelope"></i
></a>
<a
aria-label="Link to GitHub"
target="blank"
href="https://github.com/anuya-karnik"
><i class="fab fa-github"></i
></a>
</div>
<p>© Anuya Karnik 2024</p>
</footer>
</body>
</html>