0% found this document useful (0 votes)
4 views2 pages

HTML Index1

The document is an HTML resume for an individual named Imak, a BSIT student and web developer. It includes sections for contact information, an objective, skills, and education, along with links to social media and GitHub. The design features a clean layout with a focus on readability and accessibility.

Uploaded by

reymarkbasay11
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

HTML Index1

The document is an HTML resume for an individual named Imak, a BSIT student and web developer. It includes sections for contact information, an objective, skills, and education, along with links to social media and GitHub. The design features a clean layout with a focus on readability and accessibility.

Uploaded by

reymarkbasay11
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

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 &bull; Web
Developer in programming</h3>

<div class="section">
<h2> Contact Info</h2>
<p>Email:
[email protected]</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:[email protected]"
class="btn">Hire Me</a>
<a
href="http://github.com/yourgithub"
class="btn" target="_blank">View My
GitHub</a>
</div>
</div>
</body>
</html>

You might also like