one page resume template using html

This template provides a complete solution for professionals needing both a web presence and printable resume, with all content thoughtfully constrained to brief, impactful statements that respect the reader's time while effectively showcasing qualifications.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Professional Resume</title> </head> <body> <div class="resume-container"> <!-- Header Section --> <div class="header"> <h1>John Doe</h1> <div class="title">Senior Software Engineer</div> <div class="contact-info"> <div class="contact-item"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path> </svg> <span>(123) 456-7890</span> </div> <div class="contact-item"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path> <polyline points="22,6 12,13 2,6"></polyline> </svg> <span>john.doe@example.com</span> </div> <div class="contact-item"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path> <circle cx="12" cy="10" r="3"></circle> </svg> <span>San Francisco, CA</span> </div> <div class="contact-item"> <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path> </svg> <span>linkedin.com/in/johndoe</span> </div> </div> </div> <!-- Main Content --> <div class="resume-content"> <!-- Left Column --> <div class="left-column"> <!-- Profile Section --> <div class="section"> <h2 class="section-title">Profile</h2> <p>Experienced software engineer with 8+ years of expertise in full-stack development, specializing in JavaScript frameworks and cloud architecture. Passionate about creating scalable, efficient solutions and mentoring junior developers.</p> </div> <!-- Skills Section --> <div class="section"> <h2 class="section-title">Skills</h2> <div class="skills-list"> <div class="skill-item"> <div class="skill-name">JavaScript</div> <div class="skill-bar"> <div class="skill-level" style="width: 95%;"></div> </div> </div> <div class="skill-item"> <div class="skill-name">React</div> <div class="skill-bar"> <div class="skill-level" style="width: 90%;"></div> </div> </div> <div class="skill-item"> <div class="skill-name">Node.js</div> <div class="skill-bar"> <div class="skill-level" style="width: 85%;"></div> </div> </div> <div class="skill-item"> <div class="skill-name">Python</div> <div class="skill-bar"> <div class="skill-level" style="width: 80%;"></div> </div> </div> <div class="skill-item"> <div class="skill-name">AWS</div> <div class="skill-bar"> <div class="skill-level" style="width: 75%;"></div> </div> </div> <div class="skill-item"> <div class="skill-name">SQL</div> <div class="skill-bar"> <div class="skill-level" style="width: 85%;"></div> </div> </div> </div> </div> <!-- Education Section --> <div class="section"> <h2 class="section-title">Education</h2> <div class="item"> <div class="item-header"> <div class="item-title">Master of Computer Science</div> <div class="item-date">2015</div> </div> <div class="item-subtitle">Stanford University</div> </div> <div class="item"> <div class="item-header"> <div class="item-title">Bachelor of Science in Software Engineering</div> <div class="item-date">2013</div> </div> <div class="item-subtitle">University of California, Berkeley</div> </div> </div> </div> <!-- Right Column --> <div class="right-column"> <!-- Experience Section --> <div class="section"> <h2 class="section-title">Experience</h2> <div class="item"> <div class="item-header"> <div class="item-title">Senior Software Engineer</div> <div class="item-date">2020 - Present</div> </div> <div class="item-subtitle">Tech Solutions Inc., San Francisco, CA</div> <div class="item-description"> <ul> <li>Lead a team of 5 developers in designing and implementing a scalable microservices architecture</li> <li>Reduced API response times by 40% through performance optimization techniques</li> <li>Mentored junior developers and conducted code reviews to maintain high code quality</li> <li>Implemented CI/CD pipelines reducing deployment time by 60%</li> </ul> </div> </div> <div class="item"> <div class="item-header"> <div class="item-title">Software Engineer</div> <div class="item-date">2016 - 2020</div> </div> <div class="item-subtitle">Innovative Apps LLC, San Jose, CA</div> <div class="item-description"> <ul> <li>Developed and maintained React-based frontend applications with Redux state management</li> <li>Created RESTful APIs using Node.js and Express with MongoDB backend</li> <li>Collaborated with UX designers to implement responsive and accessible interfaces</li> <li>Participated in agile development processes including sprint planning and retrospectives</li> </ul> </div> </div> <div class="item"> <div class="item-header"> <div class="item-title">Junior Developer</div> <div class="item-date">2014 - 2016</div> </div> <div class="item-subtitle">Digital Creations, Oakland, CA</div> <div class="item-description"> <ul> <li>Assisted in development of WordPress websites and custom plugins</li> <li>Implemented front-end features using HTML, CSS, and JavaScript</li> <li>Performed website maintenance and troubleshooting</li> <li>Worked closely with clients to implement requested features and changes</li> </ul> </div> </div> </div> <!-- Projects Section --> <div class="section"> <h2 class="section-title">Projects</h2> <div class="item"> <div class="item-header"> <div class="item-title">E-commerce Platform</div> <div class="item-date">2022</div> </div> <div class="item-description"> <p>Developed a full-stack e-commerce solution with React frontend, Node.js backend, and Stripe integration. Implemented product search, cart functionality, and user authentication.</p> </div> </div> <div class="item"> <div class="item-header"> <div class="item-title">Task Management App</div> <div class="item-date">2021</div> </div> <div class="item-description"> <p>Created a collaborative task management application with real-time updates using Socket.io. Features include task assignment, progress tracking, and deadline notifications.</p> </div> </div> </div> </div> </div> </div> <button class="download-btn" id="downloadBtn">Download PDF</button> </body> </html>
CSS provides style to an HTML page. To make the page attractive create a CSS file with the name style.css and remember that you have to make a file with a .css extension.


 /* Base Styles */
        :root {
            --primary-color: #3498db;
            --secondary-color: #2c3e50;
            --light-gray: #ecf0f1;
            --dark-gray: #7f8c8d;
            --text-color: #333;
            --resume-width: 210mm; /* A4 width */
            --resume-height: 297mm; /* A4 height */
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--text-color);
            background-color: #f5f5f5;
            padding: 20px;
        }

        /* Resume Container */
        .resume-container {
            max-width: var(--resume-width);
            min-height: var(--resume-height);
            margin: 0 auto;
            background: white;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 30px;
            position: relative;
        }

        /* Header Section */
        .header {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 30px;
            text-align: center;
        }

        .header h1 {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 5px;
        }

        .header .title {
            font-size: 1.2rem;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 500;
        }

        .contact-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--dark-gray);
        }

        /* Main Content */
        .resume-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 30px;
        }

        /* Left Column */
        .left-column {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        /* Right Column */
        .right-column {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        /* Section Styles */
        .section {
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 1.3rem;
            color: var(--primary-color);
            border-bottom: 2px solid var(--primary-color);
            padding-bottom: 5px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        /* Experience & Education Items */
        .item {
            margin-bottom: 20px;
        }

        .item-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
        }

        .item-title {
            font-weight: 600;
            font-size: 1.1rem;
        }

        .item-subtitle {
            font-style: italic;
            color: var(--dark-gray);
            margin-bottom: 5px;
        }

        .item-date {
            color: var(--dark-gray);
        }

        .item-description {
            margin-top: 5px;
        }

        /* Skills */
        .skills-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .skill-item {
            display: flex;
            align-items: center;
        }

        .skill-name {
            width: 120px;
        }

        .skill-bar {
            flex-grow: 1;
            height: 8px;
            background-color: var(--light-gray);
            border-radius: 4px;
            overflow: hidden;
        }

        .skill-level {
            height: 100%;
            background-color: var(--primary-color);
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .resume-content {
                grid-template-columns: 1fr;
            }

            .header h1 {
                font-size: 2rem;
            }

            .contact-info {
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }

            .skills-list {
                grid-template-columns: 1fr;
            }
        }

        @media print {
            body {
                background: none;
                padding: 0;
            }

            .resume-container {
                box-shadow: none;
                padding: 20px;
                width: var(--resume-width);
                height: var(--resume-height);
            }

            @page {
                size: A4;
                margin: 0;
            }
        }

        /* Download Button */
        .download-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            z-index: 100;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .download-btn:hover {
            background-color: #2980b9;
        }
JavaScript makes the page work functionally. At last, create a JavaScript file with the name of script.js, and remember that you've got to make a file with a .js extension.


 document.getElementById('downloadBtn').addEventListener('click', function() {
            window.print();
        });

        // Add responsive adjustments for printing
        window.addEventListener('beforeprint', function() {
            // You can add any pre-print adjustments here
            console.log('Preparing for print...');
        });

        window.addEventListener('afterprint', function() {
            // You can add any post-print adjustments here
            console.log('Print completed or canceled');
        });
We hope you Like this Post Thanks for coming Here

Thank you
Learning robo team

إرسال تعليق

Thank you
Learning robo team

Post a Comment (0)

أحدث أقدم
Learning Robo says...
code copied