Skip to content

Instantly share code, notes, and snippets.

@masimplo
Created November 1, 2016 16:59
Show Gist options
  • Select an option

  • Save masimplo/f6b1353525dc1b762728d55a1a82f439 to your computer and use it in GitHub Desktop.

Select an option

Save masimplo/f6b1353525dc1b762728d55a1a82f439 to your computer and use it in GitHub Desktop.
<section id="languages" class="row">
<aside class="col-sm-3">
<h3>Languages</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="language">
<strong>Greek</strong>
</div>
<div class="fluency">
Native speaker
</div>
<div class="language">
<strong>English</strong>
</div>
<div class="fluency">
Proficient
</div>
</div>
<div class="col-sm-6">
<div class="language">
<strong>French</strong>
</div>
<div class="fluency">
Proficient
</div>
<div class="language">
<strong>Japanese</strong>
</div>
<div class="fluency">
Beginner
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment