<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width,
initial-scale=1.0">
<title>My CV</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 60%;
margin: auto;
background: white;
padding: 20px;
box-shadow: 0 0 10px rgba(0,
0, 0, 0.1);
border-radius: 8px;
margin-top: 20px;
}
h1, h2 {
color: #333;
}
.contact-info {
background: #0073e6;
color: white;
padding: 10px;
text-align: center;
border-radius: 8px 8px 0 0;
}
.section {
margin-bottom: 20px;
}
.section h2 {
border-bottom: 2px solid
#0073e6;
padding-bottom: 5px;
}
.job {
margin-bottom: 15px;
}
.job h3 {
margin: 5px 0;
color: #0073e6;
}
.job p {
margin: 2px 0;
}
</style>
</head>
<body>
<div class="container">
<div class="contact-info">
<h1>Malinda Jackson</h1>
<p>Email:
[email protected] | Phone:
(123) 456-7890</p>
<p>Location: Talladega, AL</
p>
</div>
<div class="section">
<h2>Summary</h2>
<p>Dedicated educator with
18 years of experience as a
paraprofessional and 8 years as a
school secretary. Passionate about
teaching and making learning
engaging for students. Retired but
still active as a substitute teacher.</
p>
</div>
<div class="section">
<h2>Work Experience</h2>
<div class="job">
<h3>Substitute Teacher</
h3>
<p><strong>Talladega City
Schools</strong> | 2022 - Present</
p>
<p>Providing flexible
teaching support across various
grade levels, ensuring continuity in
students' education.</p>
</div>
<div class="job">
<h3>School Secretary</h3>
<p><strong>Anniston City
Schools</strong> | 2012 - 2020</p>
<p>Managed school
records, coordinated schedules, and
provided administrative support to
staff and faculty.</p>
</div>
<div class="job">
<h3>Paraprofessional</h3>
<p><strong>Talladega City
Schools</strong> | 1994 - 2012</p>
<p>Assisted teachers in
classroom instruction, supported
students with learning needs, and
facilitated engaging learning
experiences.</p>
</div>
</div>
<div class="section">
<h2>Education</h2>
<p><strong>Associate's
Degree in Education</strong> –
[Your College Name]</p>
</div>
<div class="section">
<h2>Skills</h2>
<ul>
<li>Classroom
Management</li>
<li>Student Engagement</
li>
<li>Administrative
Support</li>
<li>Lesson Planning</li>
<li>Creative Problem-
Solving</li>
</ul>
</div>
<div class="section">
<h2>Interests</h2>
<ul>
<li>Writing Children's
Books</li>
<li>Studying Twins</li>
<li>Singing & Church
Activities</li>
<li>Creative Projects
(Videos & Hairstyles)</li>
</ul>
</div>
</div>
</body>
</html>