Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Curriculum Vitae</title>
- <style>
- body {
- font-family: Arial, sans-serif;
- color: #333;
- margin: 0;
- padding: 0;
- }
- .resume-container {
- width: 800px;
- margin: 0 auto;
- border: 1px solid #333;
- padding: 20px;
- background-color: white;
- }
- h1 {
- font-size: 24px;
- margin-bottom: 10px;
- text-align: center;
- font-weight: bold;
- }
- h2 {
- font-size: 18px;
- margin-bottom: 5px;
- border-bottom: 1px solid #333;
- padding-bottom: 5px;
- }
- p {
- margin: 0;
- }
- .section {
- margin-bottom: 20px;
- }
- .section-title {
- font-weight: bold;
- }
- .date {
- font-weight: bold;
- }
- ul {
- margin: 0;
- padding-left: 20px;
- }
- ul li {
- margin-bottom: 5px;
- }
- .photo-container {
- width: 2in;
- height: 2in;
- float: left;
- margin-right: 20px;
- margin-bottom: 20px;
- border: 1px solid #333;
- overflow: hidden;
- }
- .photo {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .details {
- margin-left: 2.5in;
- }
- .name {
- font-size: 20px;
- font-weight: bold;
- margin-bottom: 10px;
- }
- .personal-data {
- font-size: 14px;
- margin-bottom: 10px;
- }
- .personal-data span {
- display: inline-block;
- width: 50%;
- }
- </style>
- </head>
- <body>
- <div class="resume-container">
- <h1>Curriculum Vitae</h1>
- <div class="photo-container">
- <img src="https://falcongroup-bd.com/wp-content/uploads/2019/12/Lakeyboy_Silhouette-225x300.png" alt="Your Photo" class="photo">
- </div>
- <div class="details">
- <div class="name">John Doe</div>
- <div class="personal-data">
- <span>First Name: John</span>
- <span>Last Name: Doe</span>
- <span>Middle Name:</span>
- <span>Date of Birth:</span>
- <span>Place of Birth:</span>
- </div>
- <div class="section">
- <h2 class="section-title">Education</h2>
- <ul>
- <li>
- <h3>University of XYZ</h3>
- <p class="date">Bachelor of Science in Computer Science | 2010-2014</p>
- </li>
- <li>
- <h3>ABC High School</h3>
- <p class="date">High School Diploma | 2006-2010</p>
- </li>
- </ul>
- </div>
- <div class="section">
- <h2 class="section-title">Summary</h2>
- <p>A highly motivated professional with experience in various fields. Skilled in programming, mechanics, and providing VIP services. Strong problem-solving abilities and a proven track record of success.</p>
- </div>
- <div class="section">
- <h2 class="section-title">Professional Experience</h2>
- <ul>
- <li>
- <h3>Search and Rescue</h3>
- <p class="date">Company XYZ | 2015-2018</p>
- <p>Responsible for coordinating and executing search and rescue operations in various scenarios. Worked collaboratively with a team to ensure the safety and well-being of individuals in distress.</p>
- </li>
- <li>
- <h3>LEA (Law Enforcement Authority)</h3>
- <p class="date">Company ABC | 2014-2015</p>
- <p>Served as a law enforcement officer, enforcing laws and regulations to maintain public order and safety. Conducted investigations, made arrests, and provided support to other agencies as required.</p>
- </li>
- <li>
- <h3>Fire Fighter</h3>
- <p class="date">City Fire Department | 2012-2014</p>
- <p>Responded to emergency calls, extinguished fires, and provided assistance in rescue operations. Conducted fire prevention inspections and educated the community on fire safety.</p>
- </li>
- </ul>
- </div>
- <div class="section">
- <h2 class="section-title">Skills</h2>
- <ul>
- <li>Programming</li>
- <li>Mechanics</li>
- <li>VIP Services</li>
- </ul>
- </div>
- <div class="section">
- <h2 class="section-title">Honors and Awards</h2>
- <ul>
- <li>Employee of the Month - Company XYZ</li>
- <li>Outstanding Performance Award - Company ABC</li>
- </ul>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment