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

              
                <h1>Brian Cerney</h1>
<h4>2872 Neil Ave. 561B / Columbus / OH / 43202</h4>
<h4>831-229-5455 brianecerney@gmail.com</h4>
<h4>https://www.linkedin.com/in/brian-cerney-a1750427</h4>
<hr>
<h2>Objective</h2>
<p>To obtain an entry-level position as a software developer of web-based applications.</p>
<hr>
<h2>Education<h2>
  <table>
    <tr>
      <td><strong>Tech Elevator</strong></td>
      <td>
        Java Certificate, Software Developer Bootcamp
        <br>
        Java, SQLServer, HTML, CSS, Javascript, JQuery, RESTful Web Services, Digital Security
        <br>
        2017
      </td>
    </tr>
    <tr>
      <td><strong>CSU, Chico</strong></td>
      <td>
        B.A. in Music Industry and Technology
        <br>
        B.A. in Religious Studies
        <br>
        2012
      </td>
    </tr>
    <tr>
      <td><strong>Salinas High School</strong></td>
      <td>
        Diploma
        <br>
        2007
      </td>
    </tr>
  </table>
  <hr>
  <h2>Experience</h2>
<table>
  <tr>
    <td>
      <p><strong>Vaughan Music Studios</strong>
        <br>Guitar Instructor
        <br>2014-2016
    </td>
    <td>
      <ul>
        <li>Taught private lessons in guitar, ukulele, songwriting, and music theory to over 25 students per week.</li>
        <li>Taught group and ensemble classes (4-12 students) in guitar and ukulele</li>
        <li>Created and developed educational content circulated through the studio (e.g music transcriptions, articles, audio recordings, videos).</li>
      </ul>
    </td>
  </tr>
  <tr>
    <td>
      <p><strong>Jump Start Sports</strong>
        <br>Camp Director
        <br>2015-2016
    </td>
    <td>
      <ul>
      <li>
        Ran sports-focused day camps throughout Columbus for children ages 4-12.
      </li>
      <li>
        Supervised 40+ campers through exercises, athletic competitions, lunch, pool time, and free play.
      </li>
      </ul>
    </td>
  </tr>
   <tr>
    <td>
      <p><strong>Columbus City Schools</strong>
        <br>Substitute Teacher
        <br>2015-2016
    </td>
    <td>
      <ul>
        <li>Served as a substitute teacher for over 40 schools, K-12, throughout Columbus City School District.</li>
      </ul>
    </td>
  </tr>
</table>
<hr>
<h2>References</h2>
<p><em>Available upon request</em></p>
              
            
!

CSS

              
                table {
  width: 100%;
  font-size: 20px;
}

td {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #ddd;
}


              
            
!

JS

              
                
              
            
!
999px

Console