-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (211 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive CV/Resume using HTML and CSS only</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<main class="main-content">
<section class="left-section">
<div class="left-content">
<div class="profile">
<div class="image">
<img src="pic.jpeg" alt="Picture of John Rovie R. Balingbing">
</div>
<div class="info">
<h2 class="name">John Rovie R. Balingbing</h2>
<p class="career">Web Developer</p>
</div>
</div>
<div class="contact-info">
<h3 class="main-title">Contact Info</h3>
<ul>
<li>
<i class="fa fa-phone"></i>
+63 953-571-3129
</li>
<li>
<i class="fa-solid fa-envelope"></i>
<a href="mailto: [email protected]">[email protected]</a>
</li>
<li>
<i class="fa-brands fa-linkedin"></i>
<a href="https://www.linkedin.com/in/itzzmerov" target="_blank">@itzzmerov</a>
</li>
<li>
<i class="fa-brands fa-github"></i>
<a href="https://www.github.com/itzzmerov" target="_blank">@itzzmerov</a>
</li>
<li>
<i class="fa-brands fa-facebook-messenger"></i>
<a href="https://m.me/itzzmerov.official" target="_blank">@itzzmerov.official</a>
</li>
<li>
<i class="fa-solid fa-location-dot"></i>
Brgy. Barra, Lucena City, Quezon
</li>
</ul>
</div>
<div class="skills-section">
<h3 class="main-title">Skills</h3>
<ul>
<li>
<p class="skill-title">Front-End Development (HTML, CSS, & JavaScript)</p>
</li>
<li>
<p class="skill-title">Back-End Development (PHP & MySQL)</p>
</li>
<li>
<p class="skill-title">Project Management (GitHub)</p>
</li>
<li>
<p class="skill-title">Web Designing (using Figma)</p>
</li>
<li>
<p class="skill-title">Adobe Photoshop & Illustrator proficiency</p>
</li>
<li>
<p class="skill-title">MS Office proficiency (Word, Excel, PowerPoint, etc.)</p>
</li>
<li>
<p class="skill-title">Cybersecurity Awareness</p>
</li>
<li>
<p class="skill-title">Leadership</p>
</li>
<li>
<p class="skill-title">Adaptability</p>
</li>
<li>
<p class="skill-title">Design Thinking</p>
</li>
<li>
<p class="skill-title">Problem-Solving</p>
</li>
<li>
<p class="skill-title">Strong Communication</p>
</li>
</ul>
</div>
<div class="achievements-section">
<h3 class="main-title">Achievements</h3>
<ul>
<li>
<p class="achievements-title"><b>Academic Distinction Awardee</b></p>
<p class="achievements-title">S.Y. 2022 - 2023</p>
<p class="achievements-title">Dalubhasaan ng Lungsod ng Lucena</p>
</li>
<li>
<p class="achievements-title"><b>IT Paradigm President</b></p>
<p class="achievements-title">S.Y. 2022 - 2023</p>
<p class="achievements-title">Dalubhasaan ng Lungsod ng Lucena</p>
</li>
<li>
<p class="achievements-title"><b>BSIT Department VP-External</b></p>
<p class="achievements-title">S.Y. 2022 - 2023</p>
<p class="achievements-title">Dalubhasaan ng Lungsod ng Lucena</p>
</li>
<li>
<p class="achievements-title"><b>DLL - ERT Vice President</b></p>
<p class="achievements-title">S.Y. 2022 - 2023</p>
<p class="achievements-title">Dalubhasaan ng Lungsod ng Lucena</p>
</li>
<li>
<p class="achievements-title"><b>2nd Runner Up Best Oral Presentation</b></p>
<p class="achievements-title">2nd DLL Research Congress</p>
<p class="achievements-title">Dalubhasaan ng Lungsod ng Lucena</p>
</li>
</ul>
</div>
</div>
</section>
<section class="right-section">
<div class="right-main-content">
<section class="about sect">
<h2 class="right-title">Objective</h2>
<p>
To obtain a position in a dynamic and challenging environment that will allow me to showcase and
enhance my technical skills and knowledge as a web developer.
</p>
</section>
<section class="experience sect">
<h2 class="right-title">Work Experience</h2>
<div class="timeline">
<div class="left-tl-content">
<h5 class="tl-title">Dalubhasaan ng Lungsod ng Lucena</h5>
<p class="para">September 2023 - Present</p>
</div>
<div class="right-tl-content">
<div class="tl-content">
<h5 class="tl-title-2">Web Developer & IT Instructor</h5>
<p class="para">
In this dynamic role, I blend my expertise in web development with a passion for
educating others in the field of information technology. My responsibilities include
designing the school's website while imparting valuable knowledge and skills to
students, empowering them to excel in the digital realm.
</p>
</div>
</div>
</div>
<div class="timeline">
<div class="left-tl-content">
<h5 class="tl-title">Teravision PH</h5>
<p class="para">April 2023 - July 2023</p>
</div>
<div class="right-tl-content">
<div class="tl-content">
<h5 class="tl-title-2">Web Developer Intern</h5>
<p class="para">
Through hands-on projects, I gained valuable insights into web development
methodologies and technologies. From frontend design using Figma to backend
solutions, I expanded my proficiency in programming languages while embracing agile
methodologies and effective collaboration practices.
</p>
</div>
</div>
</div>
</section>
<section class="education sect">
<h2 class="right-title">Education</h2>
<div class="timeline">
<div class="left-tl-content">
<h5 class="tl-title">College</h5>
<p class="para">2019 - 2023</p>
</div>
<div class="right-tl-content">
<div class="tl-content">
<h5 class="tl-title-2">Dalubhasaan ng Lungsod ng Lucena</h5>
<p class="para">
<b>Bachelor of Science in Information Technology</b> <br />
Address: Brgy. Isabang, Lucena City, Quezon Province
</p>
</div>
</div>
</div>
<div class="timeline">
<div class="left-tl-content">
<h5 class="tl-title">Senior High</h5>
<p class="para">2016 - 2018</p>
</div>
<div class="right-tl-content">
<div class="tl-content">
<h5 class="tl-title-2">Young Achievers' School of Caloocan, Inc.</h5>
<p class="para">
<b>TVL-Information and Communication Technology (ICT)</b> <br />
Address: Bagumbong Rd., Brgy. 171, Caloocan City
</p>
</div>
</div>
</div>
</section>
</div>
</section>
</main>
</body>
</html>