Giter Site home page Giter Site logo

resume-for-web-developer's Introduction

HTML5 Résumé Template for Web Developer

Online Résumé(CV) template for web developer using HTML5 and CSS3.

Screenshot

Change Your Name, Job and Profile Image

<header>
  <h1 class="heading-container">Résumé</h1>
  <h2 class="name-container">your name</h2>
  <h3 class="job-container">your role</h3>
  <div class="profile-picture">
    <img src="./assets/img/profile.png" alt="">
  </div>
  ...
</header>
  • Write down your name in h2 tag
  • Write down your job name in h3 tag
  • Change the image file in /path/assets/img/profile.png

Change Your Contact Information

<header>
  ...
  <div class="contact-container">
    <ul class="contact-list">
      <li>
        <a href="tel:01000000000">+82. 010. 0000. 0000</a>
        <span><i class="fa fa-phone" aria-hidden="true"></i></span>
      </li>
      <li>
        <a href="mailto:[email protected]">[email protected]</a>
        <span><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
      </li>
      <li>
        <a href="#" target="_blank">your homepage address</a>
        <span><i class="fa fa-globe" aria-hidden="true"></i></span>
      </li>
      <li>
        <a href="https://github.com/dhparkdh/resume-for-web-developer" target="_blank">your github address</a>
        <span><i class="fa fa-github" aria-hidden="true"></i></span>
      </li>
    </ul>
  </div>
</header>
  • Write down your phone number in first li tag
  • Write down your email address in second li tag
  • Write down your homepage web address in third li tag
  • Write down your github page address in fourth li tag

Change Your Experiences

<section class="resume-item experience">
  <div class="inner">
    <h2>experience</h2>
    <ul>
      <li>
        <h3>Your Role</h3>
        <h4 class="company">Your Company Name & Location</h4>
        <span class="date">Working Period</span>
        <p class="detail">
          Details what you did at this company
        </p>
      </li>
      ...
    </ul>
  </div>
</section>
  • Write down your role when you were in the company in h3 tag
  • Write down your company name and location when you were in the company in h4 tag
  • Write down your working details when you were in the company in p tag

Change Your Projects

<section class="resume-item project">
  <div class="inner">
    <h2>project</h2>
    <ul>
      <li>
        <h3><a href="#" target="_blank">Your Project Name</a></h3>
        <p class="detail">
          Details what the project is
        </p>
        <p class="tags">#hash #tags</p>
      </li>
      ...
    </ul>
  </div>
</section>
  • Write down your project name in h3 tag
  • Write down the details about your project in first p tag
  • Write down hash tags about your project in second p tag

Change Your Skills

<section class="resume-item skill">
  <div class="inner">
    <h2>Skill</h2>
    <ul>
      <li>
        <h3>Your Skill Name</h3>
        <div class="skill-bar">
          <span class="bar" style="width: Percentage% ;"></span>
        </div>
      </li>
      ...
    </ul>
  </div>
</section>
  • Write down your skill name in h3 tag
  • Write down your proficiency percentage in width attribute of span tag

resume-for-web-developer's People

Contributors

daehopark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.