-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
473 lines (469 loc) · 17.1 KB
/
index.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="A portfolio page of a front-end web developer."
/>
<!-- Font links -->
<link
href="https://fonts.googleapis.com/css?family=Raleway"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!-- stylesheets -->
<link rel="stylesheet" href="vendor/css/all.css" />
<link rel="stylesheet" href="css/basicStyles.css" />
<link rel="stylesheet" href="css/flexStyles.css" />
<link rel="stylesheet" href="css/gridStyles.css" />
<!-- <link rel="stylesheet" href="css/smallMedia.css"> -->
<!-- title -->
<title>Reshma Dhuldhule's Portfolio</title>
</head>
<!--
================================================Body grid=======================================
-->
<body class="container">
<!--
=============================================================================================
-->
<!-- header starts -->
<header class="header">
<!-- Nav starts -->
<nav>
<!-- logo -->
<img class="logo" src="img/crystal-ball-logo.png" alt="logo-crystal" />
<!-- navigation -->
<ul>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- nav ends -->
</header>
<!-- header ends -->
<!--
=================================================================================================
-->
<!--
==============================================Main Content=======================================
-->
<section class="main-cover">
<!-- hero image cover -->
<div class="hero-img">
<div class="hero-hi">
<ul>
<li>hello,</li>
<li>I am Reshma</li>
<li>Front-End Web Developer</li>
</ul>
</div>
</div>
</section>
<section class="main">
<!-- about me image -->
<div class="”media1”">
<img
class="about-pic"
src="img/about-large.png"
alt="about-me-image"
srcset="
img/about-small.png 640w,
img/about-medium.png 1280w,
img/about-large.png 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</section>
<section id="about" class="sidebar">
<div class="about-container">
<!-- about me description -->
<h1>About me</h1>
<p>
I am a front end developer who believes in learning un-learning and
relearning.I demonstrate the skills needed to create responsive and
flexible web applications regardless of the platform.I am competent
and skilled in tasks that a developer typically performs and can help
you with coding and prototyping that fits into your app-design
process.
</p>
<ul>
<li>
<span class="hm-icon"> <i class="fab fa-html5"></i> </span>
</li>
<li>
<span class="js-icon"> <i class="fab fa-js"></i></span>
</li>
<li>
<span class="cs-icon"> <i class="fab fa-css3-alt"></i> </span>
</li>
</ul>
<!-- about me description ends -->
</div>
</section>
<!-- portfolio starts -->
<section id="portfolio" class="projects">
<h1>portfolio</h1>
</section>
<section id="portfolio1" class="image-showcase-5">
<!-- project-5 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-1-large.jpg"
alt="project 1 image"
srcset="
img/project-1-small.jpg 640w,
img/project-1-medium.jpg 1280w,
img/project-1-large.jpg 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://reshma-neighbourhood-maps-react.netlify.com/" target="_blank" rel="noopener"> <i class="fas fa-link"> </i>View Neighbourhood Maps</a>
</h2>
</div>
</section>
<section class="image-description-5">
<div class="about-container">
<!-- project 5 description -->
<h1>Neighbourhood Maps</h1>
<p>
A React web application with the mobile and offline first approach that is responsive.
Conforming with the web accessibility standards and uses asynchronous API requests utilizing the
Google Maps API and FourseSquare API and uses error handling wherein data requests that
fail are handled gracefully using common fallback techniques.
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/neighbourhood-maps-react" target="_blank" class="git-icon" rel="noopener"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/neighbourhood-maps-react" target="_blank" class="git-icon" rel="noopener"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 5 description ends -->
</div>
</section>
<!-- image 5 -->
<section class="image-showcase-6">
<!-- project-5 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-1-large.jpg"
alt="project 5 image"
srcset="
img/project-5-small.png 640w,
img/project-5-medium.png 1280w,
img/project-5-large.png 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://reshma-myreads-react-webapp.netlify.com/" target="_blank"> <i class="fas fa-link"> </i>View MyReads App</a>
</h2>
</div>
</section>
<section class="image-description-6">
<div class="about-container">
<!-- project 6 description -->
<h1>MyReads App</h1>
<p>
A bookshelf app that allows you to select and categorize books you have read,
are currently reading, or want to read. The project emphasizes using React to
build the application and provides an API server and client library that you
will use to persist information as you interact with the application.
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/react-my-reads-project" target="_blank" rel="noopener" class="git-icon"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/my-reads-project" target="_blank" rel="noopener" class="git-icon"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 6 description ends -->
</div>
</section>
<!-- image 6 -->
<section class="image-showcase-1">
<!-- project-1 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-1-large.jpg"
alt="project 1 image"
srcset="
img/project-6-small.png 640w,
img/project-6-medium.png 1280w,
img/project-6-large.png 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://reshma-memory-game.netlify.com/" target="_blank" rel="noopener"> <i class="fas fa-link"> </i>View Memory game</a>
</h2>
</div>
</section>
<section class="image-description-1">
<div class="about-container">
<!-- project 1 description -->
<h1>Memory Game</h1>
<p>
The memory game presents the first opportunity to fully combine my skills
in HTML, CSS, and JavaScript DOM manipulation to build a complete browser-based
card matching game (also known as Concentration).
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/Memory-Game" target="_blank" class="git-icon" target="_blank" rel="noopener"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/Udacity-Project-2-FEND" target="_blank" class="git-icon" target="_blank" rel="noopener"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 1 description ends -->
</div>
</section>
<section class="image-showcase-2">
<!-- project-2 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-2-large.jpg"
alt="project 2 image"
srcset="
img/project-2-small.jpg 640w,
img/project-2-medium.jpg 1280w,
img/project-2-large.jpg 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://reshma-arcade-game.netlify.com/" target="_blank" rel="noopener"> <i class="fas fa-link"> </i>View Arcade Game</a>
</h2>
</div>
</section>
<section class="image-description-2">
<div class="about-container">
<!-- project 2 description -->
<h1>Arcade Game</h1>
<p>
The Arcade game creates a great opportunity to demonstrate my object-oriented JavaScript
programming skills an important programming paradigm that influences our application
architecture and provides performance optimization.
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/Arcade-Game" target="_blank" rel="noopener" class="git-icon"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/arcade-game-oop" target="_blank" rel="noopener" class="git-icon"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 2 description ends -->
</div>
</section>
<section class="image-showcase-3">
<!-- project-3 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-3-large.jpg"
alt="project 3 image"
srcset="
img/project-3-small.jpg 640w,
img/project-3-medium.jpg 1280w,
img/project-3-large.jpg 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://user-images.githubusercontent.com/43452215/53037659-c4a3ed80-34a0-11e9-8bb4-365d205d7f49.png" target="_blank" rel="noopener"> <i class="fas fa-link"> </i>View Feedreader Testing</a>
</h2>
</div>
</section>
<section class="image-description-3">
<div class="about-container">
<!-- project 3 description -->
<h1>Feedreader Testing</h1>
<p>
Feedreader Testing creates a great opportunity for writing effective tests using
Jasmine that requires analyzing multiple aspects of an application including the
HTML, CSS, and JavaScript.These will test the underlying business logic of the
application as well as the event handling and DOM manipulation.
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/Feed-reader-unit-testing" target="_blank" rel="noopener" class="git-icon"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/feed-reader-testing" target="_blank" rel="noopener" class="git-icon"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 3 description ends -->
</div>
</section>
<section class="image-showcase-4">
<!-- project-4 -->
<div class="main1">
<div class="”media1”">
<img
class="about-pic"
src="img/project-4-large.jpg"
alt="project 4 image"
srcset="
img/project-4-small.jpg 640w,
img/project-4-medium.jpg 1280w,
img/project-4-large.jpg 1920w
"
sizes="(max-width: 400px) 250px,
(max-width: 1145px) 600px,
700px"
/>
</div>
</div>
<div class="title">
<h2>
<a href="https://reshma-restaurant-reviews.netlify.com/" target="_blank" rel="noopener"> <i class="fas fa-link"> </i>View Restaurant Reviews </a>
</h2>
</div>
</section>
<section class="image-description-4">
<div class="about-container">
<!-- project 4 description -->
<h1>Restaurant Reviews</h1>
<p>
The Restaurant Reviews web application is about your neighbourhood restaurants, which
is designed as per web accesibility standards and also to be responsive on different
sized displays and accessible for screen reader users.The added functionality of the service
worker creates a seamless offline experience for the users
</p>
<ul>
<li>
<a href="https://github.com/ReshmaPD/Restaurant-Reviews" target="_blank" rel="noopener" class="git-icon"></span><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD/restaurant-reviews-project" target="_blank" rel="noopener" class="git-icon"><i class="fab fa-gitlab"></i></a>
</li>
</ul>
<!-- project 4 description ends -->
</div>
</section>
<!-- portfolio ends -->
<!-- contact form-->
<section id="contact" class="contact-wrapper">
<div class="contact-container">
<div class="form">
<h2>Contact Form</h2>
<form action="#" method="POST" class="contact-form" netlify-honeypot="bot-field" data-netlify="true">
<p class="hidden">
<label>Don’t fill this out if you're human: <input name="bot-field" /></label>
</p>
<input
type="text"
name="name"
id="name"
placeholder="Name"
required
/>
<input
type="email"
name="email"
id="email"
placeholder="Email Address"
required
/>
<textarea
name="message"
id="message"
rows="6"
required
placeholder="Message"
></textarea>
<input class="button submit-button" type="submit" value="SEND" />
</form>
</div>
</div>
</section>
<!--contact form ends-->
<!--
=====================================================Main content ends====================================
-->
<!--
===========================================================================================================
-->
<!-- footer starts -->
<footer id="contact" class="footer">
<div class="footer1">
<h3></h3>
<ul>
<li>
<a href="https://github.com/ReshmaPD" target="_blank" rel="noopener"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://gitlab.com/ReshmaPD" target="_blank" rel="noopener"><i class="fab fa-gitlab"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/reshma-d-237623a4/" target="_blank" rel="noopener"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://confirm.udacity.com/MJS99HFN" target="_blank"><img class="udacity-logo" src="img/udacity-mod.svg" alt="udacity-logo"></a>
</li>
</ul>
</div>
<div class="copyright">
Copyright (c) 2019 <a href="#"><strong>Reshma Dhuldhule</strong></a> All
Rights Reserved.
</div>
</footer>
<!-- footer ends -->
<!--
===========================================================================================================
-->
</body>
</html>