Skip to content

Instantly share code, notes, and snippets.

@Kaiserhaynes
Created July 18, 2015 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Kaiserhaynes/1dfee350f265d8bfa594 to your computer and use it in GitHub Desktop.
Save Kaiserhaynes/1dfee350f265d8bfa594 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="Web developer">
<title>About Me</title>
<link href="css/bootstrap.css"rel="stylesheet">
<link href="css/styles.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<h1>ABOUT ME</h1>
</div>
<div class="image">
<img src="img/Topcat002.jpg" alt "Topcat">
</div>
<div class="Intro">
<div class="intro column"></div>
<h2> Intro</h2>
<ul>Generic text about myself, and all colorful rainbow like things.</ul>
<p>More generic stuff</p>
<div class="Skills">
<div class="Skills column"></div>
<h3> My skills</h3>
<ul>
<ul id="skill_list"></ul>
<li> an item in a list</li>
<li> another item </li>
</ul>
<div class="main_text">
<h3> My Story</h3>
<p>
VHS Austin fixie retro gluten-free twee, migas fap Truffaut cred jean shorts YOLO normcore McSweeney's single-origin coffee. Health goth Kickstarter iPhone Pinterest meditation. Kale chips hella Williamsburg.
</p>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment