Created
November 1, 2016 16:59
-
-
Save masimplo/f6b1353525dc1b762728d55a1a82f439 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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