Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                
  <div class="container">
    <div class="row">
      <div class="col-md-10 col-md-offset-1">
        <div class="title text-center">
          <h1>Vishnu Padmanabhan</h1>
          <h3>Fullstack Developer</h3>
          <h4><a href="http://neoelemento.com">neoelemento.com</a></h4>
          <hr />
          <ul class="list-inline">
            <li><i class="devicon-laravel-plain colored"></i></li>
            <li><i class="devicon-javascript-plain colored"></i></li>
            <li><i class="devicon-html5-plain colored"></i></li>
            <li><i class="devicon-angularjs-plain colored"></i></li>
            <li><i class="devicon-linux-plain"></i></li>
          </ul>
        </div>
        
        <!-- summary section -->
        <div class="summary">
          <h2 class="text-center">Summary</h2>
          <p>A full stack developer with over 7 years of experience in designing and developing web applications. Looking for challenging roles in web and mobile industry to enhance my skills and provide my services to add value to the products of the organization. Highly motivated self learner with a passion for learning and keeping informed of the latest in technology.</p>
          
          <div class="row">
            <div class="col-md-3 col-sm-3">
              <p>Business Analysis</p>
              <p>Project Management</p>
              <p>WordPress Management</p>
            </div>
            <div class="col-md-3 col-sm-3">
              <p>Development</p>
              <p>Design</p>
              <p>Linux Admin</p>
            </div>
            <div class="col-md-3 col-sm-3">
              <p>Agile Development</p>
              <p>Scrum of Scrum</p>
              <p>Frontend Development</p>
            </div>
            <div class="col-md-3 col-sm-3">
              <p>Code Review</p>
              <p>Peer Review</p>
              <p>Fullstack Development</p>
            </div>
          </div>
          
        </div>
        
        
        <!-- work experience section -->
        <div class="work-experience">
          <h2 class="text-center">Work Experience</h2>
          <div class="row experience-title">
            <div class="col-md-9">
              <h3>Some company</h3>
              <h4>Program Manager</h4>
              <h5>Some project</h5>
            </div>
            <div class="col-md-3">
              <h3>June 2015 - Present</h3>
            </div>
          </div>
          <div class="row experience-summary">
            <div class="col-md-12">
              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et fugiat ullam, pariatur, iste sunt ducimus modi cum ad provident dolores mollitia voluptatibus nemo amet ipsam corporis, accusamus repudiandae nihil! Sed?</p>
            </div>
          </div>
          
          <!-- Corasent -->
          <div class="row experience-title">
            <div class="col-md-9">
              <h3>Some company</h3>
              <h4>Associate Project Manager</h4>
              <h5>Some project</h5>
            </div>
            <div class="col-md-3">
              <h3>Oct 2012 - Jun 2015</h3>
            </div>
          </div>
          <div class="row experience-summary">
            <div class="col-md-12">
              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores sequi voluptatibus similique repellat, qui officiis excepturi odit esse magni veritatis voluptatum iste molestias illum labore fugit nihil, modi inventore. Excepturi!:</p>
              <ul>
                <li>Lead - UI design and development.</li>
                <li>WordPress expert - Configuration, maintenance and custom development.</li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

              
            
!

CSS

              
                body {
  background: #1B1B25;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}

.separator {
  width: 30%;
}

.title {
  margin-top: 100px;
  margin-bottom: 10px;
  
  a {
    color: #DB4D57;
    
    &:hover {
      text-decoration: none;
      font-weight: bold;
    }
  }
  
  hr {
    width: 75%;
  }
}

.summary {
  padding: 20px;
  
  p {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
}


.work-experience {
  padding: 20px;
  
  .experience-title {
    margin-top: 50px;
  }
  
  .experience-summary {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  p {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
}
              
            
!

JS

              
                
              
            
!
999px

Console