Skip to content

Instantly share code, notes, and snippets.

@tengiao
Created March 2, 2018 00:56
Show Gist options
  • Save tengiao/141aee6615aaca7947e32254df75f5e6 to your computer and use it in GitHub Desktop.
Save tengiao/141aee6615aaca7947e32254df75f5e6 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="header">
<h1>About Me</h1>
</div><!-- end header -->
</div><!-- end container -->
<div class="image">
<img src="img/ProfilePic.jpeg" alt="Ernest with cat">
</div><!-- end image -->
<div class="intro column">
<h2>Introduction</h2>
<p>Apparently I don't make cat videos</p>
</div><!-- end intro -->
<div class="skill column">
<h3>My Skills</h3>
<ul id="skill-list">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Ruby on Rails</li>
<li>Unix/Bash Shell</li>
<li>Perl</li>
</ul>
</div><!-- end skill -->
<div class="main-text">
<h3>My Story</h3>
<p>When I was a kid, I wondered if a person can be many things in one life time: from a pauper to a prince to a monk. It turns out to be an unintended self-fulfilling prophecy. I have gone through several roles, from being an engineer, to a music teacher, a college lecturer, an audiovisual artist. I finally figured out what I enjoy doing best: to be creative and to create stuffs! So here I am, learning web development and hoping to create beautiful web applications every single day!</p>
</div><!-- end main-text -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment