-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
510 lines (443 loc) · 20.9 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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Rochelle Benet Ilustre | Online Portfolio</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/stylish-portfolio.css">
<link rel="stylesheet" type="text/css" href="css/timeline.css">
<link rel="stylesheet" type="text/css" href="css/contact-style.css">
<link rel="stylesheet" type="text/css" href="css/skills.css">
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fa fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a class="js-scroll-trigger" href="#page-top"><b><i class="fa fa-signal" aria-hidden="true"></i> RBI</b></a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#about">About</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#services">Skills</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<img id="me" src="img/profile.jpg" width="200">
<h1 class="mb-1">Hey, It's Chellie!</h1>
<h3 class="mb-5">I'm a Front End Developer + <em>Aspiring UI/UX Designer.</em></h3>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#portfolio">PORTFOLIO</a>
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>{ DESIGN + CODE + SLEEP + REPEAT }</h2>
<p class="lead mb-5"><i>"Do it with PASSION or not at all.."</i></p>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="content-section bg-primary text-white text-center" id="services">
<div class="container">
<div class="content-section-heading">
<h2 class="mb-5">SKILLS + LANGUAGES</h2>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="artist-data pull-left">
<div class="artst-pic pull-left">
<span class="artst-like"><a href="#"><i class="glyphicon glyphicon-heart-empty"></i></a></span>
<span class="artst-share"><a href="#"><i class="glyphicon glyphicon-share"></i></a></span>
<span class="artst-plus"><a href="#"><i class="glyphicon glyphicon-plus-sign"></i></a></span>
<a href="uidesign.html">
<img src="img/ui.jpg" alt="" class="img-responsive" />
</a>
</div>
<div class="artst-prfle pull-right">
<div class="art-title">
UI Design
</div>
<div class="bot-links">
<a href="#">Sketch</a>
<a href="#">Figma</a>
<a href="#">Adobe XD</a>
<a href="#">Invision</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="artist-data pull-left">
<div class="artst-pic pull-left">
<span class="artst-like"><a href="#"><i class="glyphicon glyphicon-heart-empty"></i></a></span>
<span class="artst-share"><a href="#"><i class="glyphicon glyphicon-share"></i></a></span>
<span class="artst-plus"><a href="#"><i class="glyphicon glyphicon-plus-sign"></i></a></span>
<a href="#portfolio">
<img src="img/web.jpg" alt="" class="img-responsive" />
</a>
</div>
<div class="artst-prfle pull-right">
<div class="art-title">
Web Development
</div>
<div class="bot-links">
<a href="#">HTML5</a>
<a href="#">CSS3</a>
<a href="#">JavaScript</a>
<a href="#">PHP</a>
<a href="#">MySQL</a>
<a href="#">Laravel</a>
<a href="#">Wordpress</a>
<a href="#">Sass</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="artist-data pull-left">
<div class="artst-pic pull-left">
<span class="artst-like"><a href="#"><i class="glyphicon glyphicon-heart-empty"></i></a></span>
<span class="artst-share"><a href="#"><i class="glyphicon glyphicon-share"></i></a></span>
<span class="artst-plus"><a href="#"><i class="glyphicon glyphicon-plus-sign"></i></a></span>
<a href="https://www.coroflot.com/rochelleilustre">
<img src="img/graphics.jpg" alt="" class="img-responsive" />
</a>
</div>
<div class="artst-prfle pull-right">
<div class="art-title">
Graphic Design
</div>
<div class="bot-links">
<a href="#">Photoshop</a>
<a href="#">Illustrator</a>
<a href="#">Indesign</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2 class="mx-auto mb-5">ABOUT ME ?</h2>
<p><em>I have strong desire in coding & graphic design. <br>
And I am very passionate about it. <br>
I engage myself on processes that helps me develop & hone my skills. <br>
I am open to any possibilities as well as looking forward to create more websites and designs.</em></p>
<!-- START of code to display the invite link on your website -->
<!-- Place this block of code (including these comments) where you want the invite link to appear -->
<div class="idf mx-auto" style="width:300px">
<a href="https://www.interaction-design.org/invite?r=rochelle-ilustre&utm_source=invitewidget&utm_medium=widget&utm_campaign=partners&utm_content=rochelle-ilustre" target="_blank" style="text-decoration:none; color: #404040;">
<img src="https://public-media.interaction-design.org/images/idf-logo.svg" style="width:150px; display:block; margin-left:auto; margin-right:auto; margin-bottom:10px;">
<p id="member-name" style="font-family:Georgia, serif; font-size:16px; font-weight:bold; text-align:center; margin-bottom:5px; text-transform:uppercase;">
Member: Rochelle Ilustre</p>
<p id="membership-id" style="font-family:Georgia, serif; font-size:16px; font-weight:bold; text-align:center; margin-bottom:20px; margin-top:0; text-transform:uppercase;">
Membership ID: 44048</p></a>
<p style="padding-bottom: 20px; font-family:Roboto, san-serif; font-size: 16px; line-height:1.6;">
I am a member of the Interaction Design Foundation, the world’s largest UX design learning community.
</p>
<p>Get <a href="https://www.interaction-design.org/invite?r=rochelle-ilustre&utm_source=invitewidget&utm_medium=widget&utm_campaign=partners&utm_content=rochelle-ilustre" target="_blank" style="text-decoration:none; color: #009cde; font-weight: 700;">3 months of free membership to learn UX Design here</a>!</p>
</div>
<!-- END of code to display the invite link on your website -->
<a class="btn btn-primary btn-xl" href="assets/cv.pdf" download>DOWNLOAD MY RESUME</a>
</div>
</div>
</div>
</section>
<!-- Callout -->
<section class="callout">
<div class="container text-center">
<div class="container">
<div class="page-header">
<h1 id="timeline">WORK EXPERIENCES</h1>
</div>
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Nusku Outsourcing Solutions</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> JavaScript Developer
<br> April 16, 2018 - October 15, 2018
</small></p>
</div>
<div class="timeline-body">
<p><ul>
<li>Use markup languages & CMS like wordpress to create user-friendly web pages</li>
<li>Maintain and improve website</li>
<li>Collaborate with back-end developers and web designers to improve usability</li>
<li>Design mobile-based features </li>
</ul></p>
</div>
</div>
</li>
<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-check"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">CONCENTRIX</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> Product Data Specialist 2 <br> CDW Account | Jan 2016 – February 2018</small></p>
</div>
<div class="timeline-body">
<p><ul>
<li>Achieve qualitative EDC creation by producing description uniformity and description maintenance.</li>
<li>Identify and help drive process improvements to the maintenance and enhancement of product data</li>
<li>Apply product knowledge, critical thinking and problem solving to ensure accurate categorization for specified
product categories and overall data stewardship </li>
</ul></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">DIGITEK COMPUTER PRODUCTS</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> Customer Service Representative
<br> July 2014 – January 2016
</small></p>
</div>
<div class="timeline-body">
<p><ul>
<li>Responsible in data entries such as sales quotes and orders.</li>
<li>Ensure timely end to end order processing. From order entry to releasing of sales within Distribution center’s cut off time.</li>
<li>Ensures timely entry of order which is one hour</li>
<li>Supports Account Manager in all back end tasks by creating daily sales order report and order tracking. </li>
</ul></p>
</div>
</div>
</li>
<li>
<div class="timeline-badge danger"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">INGRAM MICRO</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> Customer Service Specialist
<br> August 2010 – November 2013
</small></p>
</div>
<div class="timeline-body">
<p><ul>
<li>Manages Tier 1 Accounts by meeting ISO quality standards of accurately processing return, discrepancies, all client claims and other account-based escalations.</li>
<li>Leads and attends to all Client conference calls.</li>
</ul></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">SPI Global (Formerly E-PLDT Ventus, Inc)</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> Customer Service Specialist
<br> May 2005 – July 2010
</small></p>
</div>
<div class="timeline-body">
<p><ul>
<li>Manages Tier 1 Accounts by meeting ISO quality standards of accurately processing return, discrepancies, all client claims and other account-based escalations.</li>
<li>Leads and attends to all Client conference calls.</li>
</ul></p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="content-section" id="portfolio">
<div class="container">
<div class="content-section-heading text-center">
<a href="uidesign.html"><h2 class="mb-5">UI DESIGN</h2></a>
<h2 class="mb-5">RECENT PROJECTS</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-6">
<a class="portfolio-item" href="https://rochelleilustre.github.io/b3nc-ilustre-rochelle/csp1/index.html">
<span class="caption">
<span class="caption-content">
<h2>Capstone One Project</h2>
<p class="mb-0">A static webpage for a photography services.</p>
</span>
</span>
<img class="img-fluid" src="img/maximus_prime-1.jpg" alt="">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="https://b3ncilustre.000webhostapp.com/">
<span class="caption">
<span class="caption-content">
<h2>Capstone Two Project</h2>
<p class="mb-0">A dynamic E-commerce website that caters different perfumes!</p>
</span>
</span>
<img class="img-fluid" src="img/csp2.jpg" alt="">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="https://csp3jobber.000webhostapp.com/">
<span class="caption">
<span class="caption-content">
<h2>Capstone Three Project</h2>
<p class="mb-0">Website for job hunter and headhunters using a Laravel MVC framework</p>
</span>
</span>
<img id="csp3" class="img-fluid" src="img/csp3.png" alt="" height="281px">
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="img/MattePaintProject_rev2.jpg">
<span class="caption">
<span class="caption-content">
<h2>Matte Painting</h2>
<p class="mb-0">One of my project in Visual Graphics. Click the button below to see my other works.</p>
</span>
</span>
<img class="img-fluid" src="img/MattePaintProject_rev2.jpg" alt="">
</a>
</div>
</div>
</div>
<br>
<div class="text-center">
<a class="btn btn-primary btn-xl" href="https://www.coroflot.com/rochelleilustre" target="blank">VIEW OTHER WORKS</a>
</div>
</section>
<!-- Call to Action -->
<section class="content-section bg-primary text-white">
<div class="" >
<div class=" text-center container">
<h2 class="mb-4">Get in touch!</h2>
<p>Got a job for me? Feel free to leave a message and I'll get back with you the soonest.</p>
<!-- <a href="#" class="btn btn-xl btn-light mr-4">Click Me!</a>
<a href="#" class="btn btn-xl btn-dark">Look at Me!</a> -->
<div class="container col-md-offset-6 col-md-6" id="box">
<!-- <h2>Contact me!</h2> -->
<form class="form-horizontal" action="mailto:chellie.ilustre@gmail.com" method="GET" id="contact_form">
<fieldset>
<!-- Form Name -->
<!-- Text input-->
<div class="form-group">
<div class="col-md-12">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input name="first_name" placeholder="Name" class="form-control" type="text">
</div>
</div>
</div>
<!-- Text input-->
<div class="form-group">
<div class="col-md-12">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span>
<input name="email" placeholder="E-Mail Address" class="form-control" type="text">
</div>
</div>
</div>
<!-- Text input-->
<div class="form-group">
<div class="col-md-12">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-earphone"></i></span>
<input name="phone" placeholder="09267164808" class="form-control" type="text">
</div>
</div>
</div>
<!-- Text input-->
<div class="form-group">
<div class="col-md-12 inputGroupContainer">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-pencil"></i></span>
<textarea class="form-control" name="comment" placeholder="Message"></textarea>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<button type="submit" class="btn btn-warning pull-right">Send <span class="glyphicon glyphicon-send"></span></button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://linkedin.com/in/rochelle-ilustre-865b078a" target="blank">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https:///www.coroflot.com/rochelleilustre" target="blank">
<i class="fa fa-contao"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="https://github.com/rochelleilustre" target="blank">
<i class="icon-social-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="https://dribbble.com/chellieilustre" target="blank">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © Rochelle Benet Ilustre 2018</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>