Skip to content

Instantly share code, notes, and snippets.

View Nishant2018's full-sized avatar
🎯
Focusing

Nishant Raghuwanshi Nishant2018

🎯
Focusing
View GitHub Profile
@Nishant2018
Nishant2018 / Resume.html
Created February 27, 2024 21:21
This HTML code template provides a basic structure for creating a simple resume. It includes sections for personal information, education, experience, and skills. The template is designed to be easily customizable, allowing you to add more sections or modify existing ones to fit your specific qualifications and preferences. The styling is minima…
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;