-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
461 lines (414 loc) · 18.3 KB
/
index.html
File metadata and controls
461 lines (414 loc) · 18.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LRA Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;600&family=Montserrat:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<script src="script.js"></script>
<!-- Header -->
<header class="main-header">
<div class="logo">
<a href="#home">
<img src="assets/logo.png" alt="LRA">
</a>
</div>
<nav class="navbar">
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="home" class="hero-split animate-on-scroll">
<div class="hero-left">
<h1 class="hover-letters">
<span>d</span><span>e</span><span>s</span><span>i</span><span>g</span><span>n</span><span>e</span><span>r</span>
</h1>
<p>Creative thinker in UI design and user experience.</p>
<div class="interactive-icon designer-icon">
<a href="https://mail.google.com/mail/?view=cm&to=loisraphael.arcangeles@gmail.com" target="_blank">
<img src="assets/gmail.png" alt="Gmail">
<span>Email me</span>
</a>
</div>
</div>
<div class="hero-image">
<img src="assets/vectorme.png" alt="Lois Arcangeles">
</div>
<div class="hero-right">
<h1 class="hover-letters">
<span><</span><span>c</span><span>o</span><span>d</span><span>e</span><span>r</span><span>></span>
</h1>
<p>Fullstack developer who writes clean, elegant and efficient code.</p>
<div class="interactive-icon coder-icon">
<a href="assets/new_resume.pdf" download target="_blank">
<img src="assets/pdf.png" alt="Resume">
<span>Download my Resume</span>
</a>
</div>
</div>
</section>
<section id="about" class="section-divider animate-on-scroll">
<div class="divider-line"></div>
<h2>Get to know me!</h2>
<div class="divider-line"></div>
</section>
<div class="typewriter-container animate-on-scroll">
<div class="typewriter-text">
Hello, everyone! I am Lois Raphael Arcangeles
</div>
<p class="bio-static">
An aspiring software developer, graduated from Jose Rizal University on June 5, 2025, with a Bachelor of Science in Information Technology and
achieved the Latin honors of cum laude. I am a passionate, creative, hardworking, and a flexible person who is continually growing in experience and knowledge.
I am always ready to learn new skills to become a better version of myself and prepare for a successful future.
</p>
</div>
<section class="section-divider animate-on-scroll">
<div class="divider-line animate-on-scroll"></div>
<h2>Hobbies</h2>
<div class="divider-line animate-on-scroll"></div>
</section>
<div class="hobbies-container animate-on-scroll">
<div class="hobby-box"><img src="assets/learn.gif" alt="Learn" class="hobby-gif">
<span>Learning</span>
</div>
<div class="hobby-box"><img src="assets/gym.gif" alt="Gym" class="hobby-gif">
<span>Gym</span>
</div>
<div class="hobby-box"><img src="assets/code.gif" alt="Code" class="hobby-gif">
<span>Coding</span>
</div>
<div class="hobby-box">
<img src="assets/bball.gif" alt="Basketball" class="hobby-gif">
<span>Basketball</span>
</div>
</div>
<section class="section-divider animate-on-scroll">
<div class="divider-line animate-on-scroll"></div>
<h2>My Academic Story</h2>
<div class="divider-line animate-on-scroll"></div>
</section>
<div class="vertical-line-wrapper">
<div class="circle top-circle"></div>
<div class="circle middle-circle"></div>
<div class="circle bottom-circle"></div>
<div class="vertical-line"></div>
<div class="circle-text top-text">
<p class="year">2025 June</p>
<p class="school">
<a href="https://jru.edu/" target="_blank">
Jose Rizal University (JRU)
</a>
</p>
<p class="degree">Computer Science/Information Technology</p>
<p class="degree">Bachelor's/College Degree - Cum Laude</p>
</div>
<div class="circle-text middle-text">
<p class="year">2021 May</p>
<p class="school">
<a href="https://www.rtu.edu.ph/" target="_blank">
Rizal Technological University - Mandaluyong
</a>
</p>
<p class="degree">Academic Track: Science, Technology, Engineering and Mathematics (STEM)</p>
<p class="degree">Senior High School Diploma</p>
</div>
<div class="circle-text bottom-text">
<p class="year">2019 April</p>
<p class="school"><a href="https://www.rtu.edu.ph/" target="_blank">
Rizal Technological University - Mandaluyong
</a></p>
<p class="degree">High School Diploma</p>
</div>
</div>
<section class="section-divider animate-on-scroll">
<div class="divider-line animate-on-scroll"></div>
<h2>Career Highlights</h2>
<div class="divider-line animate-on-scroll"></div>
</section>
<div class="work-experience-container animate-on-scroll">
<div class="work-card animate-on-scroll">
<div class="work-card-grid animate-on-scroll">
<!-- Left Column -->
<div class="work-left animate-on-scroll">
<span class="work-date">2025 January - 2025 April</span><br>
<p><strong>Position:</strong> Intern (Trainee)</p>
<p><strong>Specialization:</strong> IT/Computer - Software Development</p>
<p><strong>Industry:</strong> Computer / Information Technology (Software)</p><br>
<p><strong>Project Management:</strong></p>
<ul>
<li>Proposed Project for School Aide</li>
<li>Database and Flowchart</li>
<li>Figma UI Designing</li>
</ul>
</div>
<!-- Right Column -->
<div class="work-right animate-on-scroll">
<span class="work-company">Rakso CT</span>
<img src="assets/rakso.png" alt="Rakso Logo" class="work-logo">
</div>
</div>
</div>
</div>
<section id="projects" class="section-divider animate-on-scroll">
<div class="divider-line animate-on-scroll"></div>
<h2>Recent Projects</h2>
<div class="divider-line animate-on-scroll"></div>
</section>
<div class="recent-projects-section">
<div class="project-titles">
<h1 class="active" id="title1">Senior Well: A Comprehensive Mobile Application For Elderly Care and Engagement</h1>
<h1 id="title2">Maintenance Website for Senior Well</h1>
<h1 id="title3">Online Ticketing Concert</h1>
<h1 id="title4">Responsive Microsite with Animations and UI Design</h1>
<h1 id="title5">API Integration (Live Crypto Market Trading)</h1>
</div>
<div class="layout-container">
<div class="project-underline animate-on-scroll"></div>
<div class="tech-used-box" id="techBox" style="display: none;">
<div class="web-tech-inline">
<h3>Technologies Used:</h3>
<div class="tech-icons">
<img src="assets/java.png" alt="Java">
<img src="assets/xml.png" alt="XML">
<img src="assets/android.png" alt="Android Studio">
</div>
</div>
</div>
<div class="project-description-box" id="projectDescription" style="display: none;">
<p>
The mobile application is designed to support elderly care by offering features such as meal plan and exercise planning.
It includes an alarm reminder system to notify users when it is time to take their medications. Additionally,
a trivia game designed to the user's health conditions is integrated to promote engagement and wellness.
A notification system is also implemented to keep family members and caregivers informed about medication schedules via email.
To ensure ease of use, the app features a tutorial and help section that guides users on how to navigate and utilize the application effectively.
This project was developed as part of my thesis and was completed entirely by me, working independently.
Using Java and XML in Android Studio, I designed and built every feature from the ground up.
The entire development process took around 2 to 3 months, and it was both a challenging and rewarding experience that strengthened my skills in mobile app development and user-centered design.
</p>
</div>
<div class="project-video" id="projectVideo" style="display: none;">
<video width="500" height="315" controls>
<source src="assets/senior.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<!-- Website Project Section -->
<div id="webVideo" class="web-video" style="display: none;">
<video width="500" height="315" controls>
<source src="assets/website.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div id="webTech" class="web-tech-used-box" style="display: none;">
<div class="web-tech-inline">
<h3>Technologies Used:</h3>
<div class="web-tech-icons">
<img src="assets/html-5.png" alt="HTML">
<img src="assets/css-3.png" alt="CSS">
<img src="assets/js.png" alt="JavaScript">
<img src="assets/vs.png" alt="VisualStudio">
</div>
</div>
</div>
<div id="webDesc" class="web-project-description-box" style="display: none;">
<p>
The SeniorWell Maintenance Website serves as a centralized system for managing essential data related to elderly care.
It allows administrators to oversee and control records of users, including their personal details, medication schedules,
health conditions, meal plans, fitness activities, and trivia games. Only the admin has access to modify or search through
the databases containing meals, exercises, and games. The homepage features an organized display of user information through
embedded tables, charts, lists, and graphs—providing a clear, data-driven interface for efficient monitoring and management.
</p>
</div>
<!-- Ticketing Project Section -->
<div id="ticketVideo" class="ticket-video" style="display: none;">
<iframe width="500" height="315"
src="https://www.youtube.com/embed/7-JxHclMFRo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<div id="ticketTech" class="ticket-tech-used-box" style="display: none;">
<div class="ticket-tech-inline">
<h3>Technologies Used:</h3>
<div class="ticket-tech-icons">
<img src="assets/html-5.png" alt="HTML">
<img src="assets/css-3.png" alt="CSS">
<img src="assets/js.png" alt="JavaScript">
<img src="assets/php.png" alt="PHP">
</div>
</div>
</div>
<div id="ticketDesc" class="ticket-project-description-box" style="display: none;">
<p>
The project titled **"Marc and Cockroaches"** is an independently developed **Online Ticketing System** created using PHP. As the sole programmer,
I personally designed, coded, and completed the entire system without assistance from others. The platform features a modern and visually appealing
user interface, complete with smooth animations and interactive hover transitions. Users can select their tickets and seats seamlessly through the system,
and each ticket can be conveniently downloaded as a PDF for easy access. Additionally, the system includes a fully functional **admin website**, which stores
and manages comprehensive records of all users and ticket transactions. This project reflects both my technical proficiency and attention to user experience.
</p>
</div>
<!-- Lovato Project Section -->
<div id="lovatoVideo" class="lovato-video" style="display: none;">
<video width="500" height="315" controls>
<source src="assets/lovato.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div id="lovatoTech" class="lovato-tech-used-box" style="display: none;">
<div class="lovato-tech-inline">
<h3>Technologies Used:</h3>
<div class="lovato-tech-icons">
<img src="assets/html-5.png" alt="HTML">
<img src="assets/css-3.png" alt="CSS">
<img src="assets/js.png" alt="JavaScript">
<img src="assets/vs.png" alt="VisualStudio">
</div>
</div>
</div>
<div id="lovatoDesc" class="lovato-project-description-box" style="display: none;">
<p>
This project is a responsive microsite designed to showcase a specific product. It includes:
<br><br>
- Clean HTML/CSS structure with organized sections<br>
- Smooth scroll animations<br>
- 3D Carousel, Hover transitions and interactions<br>
- Product highlight focus with minimal design distractions
<br><br>
The microsite demonstrates frontend development techniques suitable for lightweight product promotions and landing pages.
</p>
</div>
<!-- API Project Section -->
<div id="apiVideo" class="api-video" style="display: none;">
<video width="500" height="315" controls>
<source src="assets/api.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div id="apiTech" class="api-tech-used-box" style="display: none;">
<div class="api-tech-inline">
<h3>Technologies Used:</h3>
<div class="api-tech-icons">
<img src="assets/html-5.png" alt="HTML">
<img src="assets/css-3.png" alt="CSS">
<img src="assets/js.png" alt="JavaScript">
<img src="assets/api.png" alt="API">
<img src="assets/vs.png" alt="VisualStudio">
</div>
</div>
</div>
<div id="apiDesc" class="api-project-description-box" style="display: none;">
<p>
This project is to showcase a simple API integration through Live Crypto Marketing Trade. It includes:
<br><br>
- Clean HTML/CSS structure with organized sections<br>
- Top 20 Cryptocurrencies<br>
- 2D Carousel transitions and interactions<br>
- API Integration in tables
<br><br>
The site demonstrates frontend development techniques suitable for lightweight API integrations.
</p>
</div>
</div>
</div>
</div>
<section class="section-divider_seminar animate-on-scroll">
<div class="divider-line_seminar animate-on-scroll"></div>
<h2>Seminars & Certificates</h2>
<div class="divider-line_seminar animate-on-scroll"></div>
</section>
<div class="cert-seminar-combined animate-on-scroll">
<table>
<thead>
<tr>
<th>Date</th>
<th>Title</th>
<th>Certifications</th>
<th>Document</th>
</tr>
</thead>
<tbody>
<!-- Certifications -->
<tr>
<td>2024</td>
<td>Effective Strategies for Writing Results, Discussions, and Conclusions in Academic Research</td>
<td>Certification of Participation</td>
<td><a href="assets/effective.pdf" target="_blank">Open PDF</a></td>
<td></td>
</tr>
<tr>
<td>2023</td>
<td>Information Technology Specialist Certification in Databases</td>
<td>Certification Exam</td>
<td><a href="assets/database.pdf" target="_blank">Open PDF</a></td>
<td></td>
</tr>
<tr>
<td>2023</td>
<td>PSITE - Mastering Teamwork Enhancing Collaboration Through Effective Communication</td>
<td>Certificate of Attendance</td>
<td><a href="assets/psite.pdf" target="_blank">Open PDF</a></td>
<td></td>
</tr>
<tr>
<td>2023</td>
<td>Welcome to the Outside World A Boot Camp with the Development entitled Empowering Students towards Professional Career</td>
<td>Certificate of Attendance</td>
<td><a href="assets/outside.png" target="_blank">Open PNG</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<section class="section-divider animate-on-scroll">
<div class="divider-line animate-on-scroll"></div>
<h2>Technologies I'm fluent in:</h2>
<div class="divider-line animate-on-scroll"></div>
</section>
<section class="carousel-section animate-on-scroll">
<button class="carousel-btn left" onclick="rotateCarousel(1)">❮</button>
<div class="carousel-container">
<div class="carousel" id="carousel">
<div class="carousel-item"><img src="assets/html-5.png" alt="HTML5"><p>HTML5</p></div>
<div class="carousel-item"><img src="assets/css-3.png" alt="CSS3"><p>CSS3</p></div>
<div class="carousel-item"><img src="assets/js.png" alt="JavaScript"><p>JavaScript</p></div>
<div class="carousel-item"><img src="assets/php.png" alt="PHP"><p>PHP</p></div>
<div class="carousel-item"><img src="assets/python.png" alt="Python"><p>Python</p></div>
<div class="carousel-item"><img src="assets/java.png" alt="Java"><p>Java</p></div>
<div class="carousel-item"><img src="assets/xml.png" alt="XML"><p>XML</p></div>
<div class="carousel-item"><img src="assets/sql-server.png" alt="SQL Server"><p>SQL Server</p></div>
<div class="carousel-item"><img src="assets/mysql.png" alt="MySQL"><p>MySQL</p></div>
<div class="carousel-item"><img src="assets/vs.png" alt="VS"><p>Visual Studio</p></div>
<div class="carousel-item"><img src="assets/api.png" alt="API"><p>API</p></div>
<div class="carousel-item"><img src="assets/android.png" alt="Android"><p>Android Studio</p></div>
</div>
</div>
<button class="carousel-btn right" onclick="rotateCarousel(-1)">❯</button>
</section>
<!-- Footer -->
<footer id="contact" class="main-footer">
<div class="footer-content">
<p>© 2025 Lois Raphael Arcangeles. All rights reserved.</p>
<p>Designed and Developed with passion using HTML, CSS, and JavaScript</p>
<div class="social-icons">
<a href="https://www.facebook.com/lois.aloveraarcangeles" target="_blank"><img src="assets/fb.png" alt="Facebook"></a>
<a href="https://www.instagram.com/lraphaeel/" target="_blank"><img src="assets/instagram.png" alt="Instagram"></a>
<a href="https://mail.google.com/mail/?view=cm&to=loisraphael.arcangeles@gmail.com" target="_blank"><img src="assets/gmail.png" alt="Gmail"></a>
<a href="https://github.com/lraouie" target="_blank"><img src="assets/github.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/lois-raphael-arcangeles-160044342/" target="_blank"><img src="assets/linkedin.png" alt="LinkedIn"></a>
</div>
</div>
</footer>
</body>
</html>