-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<div>I am Rogie R. Yangco, graduated 2015 in Bachelor of Science in Computer Engineering. I am currently starting another back to zero journey of my software development career.</div>
<img src="./resources/profilePic.jpg" alt="profilePic" width="20%" />
<h3>Educational Background</h3>
<ul>
<li>Elementary 2000-2006</li>
<li>High School 2006-2010</li>
<li>Bachelor of Science in Computer Engineering 2010-2015</li>
</ul>
<h3>Work Experiences</h3>
<ul>
<li>OJT TO CHANGE Trust International Paper Corporation 2015</li>
<li>Ricaplaza Gasoline Station Manager 2015 to 2023</li>
</ul>
<h3>Skills</h3>
<ul>
<li>Knows how to google</li>
<li>Fast learner</li>
<li>Team player</li>
<li>Problem Solver</li>
</ul>
<h3>Accomplishments</h3>
<ul>
<li>C</li>
<li>C++</li>
<li>Java</li>
<li>HTML</li>
<li>Javascript</li>
<li>CSS</li>
<li>CAD</li>
<li>YAML</li>
</ul>
<a href="./hobbies.html">Hobbies</a>
<a href="./contact.html">Contact Me</a>
<footer>
<a href="https://rogie.ryangco.com">@ Rogie Yangco 2023</a>
</footer>
</body>
</html>