-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (152 loc) · 6.53 KB
/
index.html
File metadata and controls
164 lines (152 loc) · 6.53 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<div>
<div style="background-color: #004852;">
<center>
<div style ="color: white; padding: 20px;">
<H1>Abejar, Jay Harold Mars</H1>
<p>First Year IT Student</p>
</div>
</center>
</div>
<div>
<div style="background-color: lightblue; padding: 10px; margin: 10px; margin-left: 30; width: 300px; height: 1000; box-sizing: border-box; main-content: center; float: left;">
<!--Left side-->
<div>
<h2 style="margin-left: 15; color:#004852">Contact Information</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<table>
<tr>
<td>Name</td>
<td>:</td>
<td>Jay Harold Mars V. Abejar</td>
</tr>
<tr>
<td>Age</td>
<td>:</td>
<td>19 years old</td>
</tr>
<tr>
<td>Gmail</td>
<td>:</td>
<td>abejar199@gmail.com</td>
</tr>
<tr>
<td>Location</td>
<td>:</td>
<td>Talisay City</td>
</tr>
<tr>
<td>Contact</td>
<td>:</td>
<td>+69 927 386 5959</td>
</tr>
<tr>
<td>GitHub</td>
<td>:</td>
<td>HaroldMars</td>
</tr>
</table>
</div>
<div>
<h2 style="margin-left: 15; color: #004852;;">Skills </h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<h4 style="color: #004852;;">Programming Language</h4>
<p>Javascript</p>
<h4 style="color: #004852;;">Web Development</h4>
<p>HTML</p>
<p>CSS</p>
<p>ReactJS</p>
<p>Tailwindcss</p>
<p>vercel</p>
<h4 style="color: #004852;;">Software & Tools</h4>
<p>Visual Studio Code</p>
<p>Git & Github</p>
<p>Quincy</p>
<h4 style="color: #004852;;">Soft Skills</h4>
<p>Critical Thinking</p>
<p>Problem Solving</p>
<p>Time Management</p>
<p>Adaptability</p>
</div>
</div>
</div>
<!--Right side-->
<div>
<div style="margin-right: 15;">
<div>
<h2 style="margin-left: 15; color:#004852">Summary</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<p>I am the type of person who has adaptability; I want to explore more things. Way back when I was a senior in high school, I really loved to learn more about technology; I was inspired to innovate technology. I take this course because from time to time, I suddenly find interest in making more money. I love my entrepreneur mindset, and this brings me here to this course because I want to do networking. I was inspired by Mark Zuckerberg.</p>
</div>
<div>
<h2 style="margin-left: 15; color: #004852;">Educational Background</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<table>
<tr>
<td>2019-2023</td>
<td>:</td>
<td>High School</td>
<td>-</td>
<td>St. Scholastica's Academy Tabunok</td>
</tr>
<tr>
<td>2023-2025</td>
<td>:</td>
<td>Senior High School</td>
<td>-</td>
<td>St. Scholastica's Academy Tabunok</td>
</tr>
<tr>
<td>2025-Present</td>
<td>:</td>
<td>College</td>
<td>-</td>
<td>University of Cebu Main Campus</td>
</tr>
</table>
</div>
<div>
<h2 style="margin-left: 15; color:#004852">Hobbies and Interests</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<p>Playing Online Games</p>
<p>Travel</p>
<p>Hiking</p>
<p>Playing Sports</p>
<p>Explore</p>
<p>Coding</p>
</div>
<div>
<h2 style="margin-left: 15; color:#004852">Personal Statement</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<p>I am a dedicated and passionate first-year IT student with a strong foundation in web development and programming. I thrive in collaborative
</div>
<div>
<h2 style="margin-left: 15; color:#004852">Experience</h2>
<hr style="border: 1px solid black;">
</div>
<div style="margin-left: 15;">
<p>Web Developer at RCJCIM
September 7, 2025 - Present
Serve as the dedicated web developer for RCJCIM, creating and maintaining a custom website that reflects the church’s mission, supports community engagement, and provides easy access to sermons, events, and online giving.
</div>
</div>
</body>
</html>