Skip to content

Instantly share code, notes, and snippets.

@tkbtim
Created June 30, 2016 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkbtim/244b82ae1ce2287836e03300f13d904a to your computer and use it in GitHub Desktop.
Save tkbtim/244b82ae1ce2287836e03300f13d904a 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 TkbTim</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="header">
<h1>More About Tim </h1>
<a href="Index.html">Index</a>
</div><!--end div header-->
<div class="container">
</div><!--end div container-->
<div class="image">
<img src="img/IMG_0121_resize2.JPG" alt="img/IMG_0121_resize2.JPG">
</div><!--end div image-->
<div class="intro column">
<h2>Introduction</h2>
<p>I have many relevant skills to offer, including much experience programming industrial control systems.<br>This includes presenting human interface information in a clear and concise manner.<br>This will enable me to build clear concise web sites.</P>
<div class="skills column">
<ul id="skill-list">
<li>Learning Web Development from Career Foundry</li>
<li>Able to present information in easily understood ways</li>
<li>An experienced world view, able to synthisize world events into actionable information</li>
</ul>
</div><!--end div skills-->
<div class="main-text">
<h3>More About Me</h3>
<p> Not "Hipster Cool" just a knowledgeable guy with a some skills and a desire to be successful</p>
</div><!--end div main-text-->
</div><!--end div intro-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment