HTML.index1
HTML.index1
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
<style>
body {
font-family: Arial,
sans-serif;
background-colot:
#f4f4f4;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 30px auto;
background: #fff;
padding: 20px;
border-radius: 15px;
box-shadow: 0 0 10px;
rgba(0,0,0,0.2);
}
img {
width: 150px;
border-radius: 50%;
display: block;
margin: 0 auto;
}
.h1, h3 {
text-align: center;
color: #333;
}
.section {
display: inline-block;
padding: 10px 20px;
background: #007bff;
color: #fff
text-decoration: none;
border-radius: 8px;
}
.btn:hover {
background: # 0056b3;
}
</style>
</head>
<body>
<div class="container">
<img scr="IMG_20250120_202922_536.jpg
alt="Your Photo"
<h1>Imak</h1>
<h3.BSIT Student • Web
Developer in programming</h3>
<div class="section">
<h2> Contact Info</h2>
<p>Email:
reymarkbasay11@gmail.com</p>
<p>Phone: 0985-558-8518</
p>
<p>Facebook: <a
href="https://www.facebook.com
/onmyrymrk" target="https://www.facebook.com/
onmyrymrk">Visit
my FB</a></p>
</div>
<div class="1-B"
<h2> Objective</h2>
<P>To learn and grow as a programmer
</div>
<div class="1-b">
<h2> Skills</h2>
<ul>
<li>HTML, CSS,
JavaScript (Basic)</li>
<li>Python
(Bigginer)</li>
<li>Problem Solving &
Teamwork</li>
</ul>
</div>
<div class="1-B">
<h2> Education</h2>
<p>BS in Information
Technology<br>BALIWAG POLYTECH COLLEGE
UNIVERSITY<br>2025 - Present</p>
</div>
<div class="1-B">
style="text-align: center;">
<a
href="mailto:reymarkbasay11@gmail.com"
class="btn">Hire Me</a>
<a
href="http://github.com/yourgithub"
class="btn" target="_blank">View My
GitHub</a>
</div>
</div>
</body>
</html>