Created
May 16, 2015 21:28
-
-
Save neilsarkar/d58a9cec5b32d53718fb to your computer and use it in GitHub Desktop.
betty resume.html
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Wendy G. Bite | Résumé</title> | |
<link rel="stylesheet" href="css/style.css"> | |
</head> | |
<body> | |
<h1>Wendy G. Bite</h1> | |
<nav> | |
<a href="index.html">About Me</a> | |
| | |
<strong>Résumé</strong> | |
</nav> | |
<hr> | |
<h2>Resume</h2> | |
<p>I recently graduated from a Web Development course at General Assembly where I increased my typing speed from 10 words per minute on my type writer to 100 words per minute on my new MacBook Pro. They also taught me how to be an <strong>awesome</strong> Web Developer. During my spare time, I enjoy senior water aerobics, pickling, and spending time with my great grand children.</p> | |
<h3>Relevant Experience</h3> | |
<ul> | |
<li> | |
<h4><strong>Web Developer</strong>, GitHub <small> 2013 - present</small></h4> | |
<p>Building a user friendly interface that is easy for beginner programmers to use and learn the benefits of git.</p> | |
</li> | |
<li> | |
<h4><strong>Copy Editor</strong>, Complaint.ly <small>2012 - 2013</small></h4> | |
<p>Reviewed, organize and filed multiple complaints to neighbors, local stores, and government officials. (self employed)</p> | |
</li> | |
<li> | |
<h4><strong>Master Knitter</strong>, Christmas Sweater Org <small> 1992 – 2011</small></h4> | |
<p>Created delightful christmas sweaters for young boys and girls. Extremly gifted at weaving green, red and gold thread.</p> | |
</li> | |
<li> | |
<h4><strong>Senior Vice President</strong>, The Golden Girls Appreciation Society<small> 1985 - 1992</small></h4> | |
<p>Managed a team of three and over saw day to day operations at The Golden Girls Retirement Facility in Miami. | |
</p> | |
</li> | |
<li> | |
<h4>Certified Mint Candy and Freshly Baked Cookies Distributor.<small> 1960</small></h4> | |
<p>Won multiple awards for my secret chocolate chip recipies. My grand children enjoy them too :)</p> | |
</li> | |
</ul> | |
<h3>Education</h3> | |
<ul> | |
<li><strong>General Assembly</strong> WDI — 2013</li> | |
<li><strong>Queens College</strong> — B.A. 1923</li> | |
<li><strong>Brooklyn Etiquette School For Girls</strong> — 1920(Honors)</li> | |
</ul> | |
<hr> | |
<nav> | |
<a href="http://facebook.com/">Facebook</a> | |
| | |
<a href="http://twitter.com/">Twitter</a> | |
| | |
<a href="http://instagram.com/">Instagram</a> | |
| | |
<a href="http://linkedin.com/">LinkedIn</a> | |
</nav> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment