Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/about_styles.css">
- <title>About</title>
- <!--[if lt IE 9]>
- <script src="dist/html5shiv.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="header">
- <h1>About</h1>
- </div><!-- end header -->
- <div class="container">
- </div><!-- end container -->
- <div class="image column"><img src="img/headshot.jpg" class="headshot" alt="Thanh Trung"></div><!-- end img -->
- <div class="intro column">
- <h2>Introduction</h2>
- <p> About me..what is there to say? Well, I will fix this up later on. I am 27, Australian born Vietnamese. Grew up in Sydney, moved to Berlin in 2013. Love living in Europe but now spending an indefinite amount of time in Asia. Currently in Vietnam, next stop Thailand.</p>
- </div>
- <div class="skills column">
- <h3>My Skills</h3>
- <ul id="skill-list">
- <li>piano</li>
- <li>copywriting</li>
- <li>proofreading</li>
- </ul>
- </div><!-- end skills -->
- <div class="main-text">
- <h3>More about me</h3>
- <p>Some stuff about me to go here.</p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment