parent
de9edab0e1
commit
e0b3aad660
@ -1,3 +1,5 @@
|
|||||||
<p>
|
<h2>This is the About Section of the Site</h2>
|
||||||
about works!
|
<h3>Early Life</h3>
|
||||||
</p>
|
<p>Just a kid growing up rough on the streets. Hustlin' code for ca$h</p>
|
||||||
|
<h3>Career</h3>
|
||||||
|
<p>Now I'm makin' it raaaiiiiiinnnn!!!</p>
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
<p>
|
<h2>This is the Links Section of the Site</h2>
|
||||||
links works!
|
<ul>
|
||||||
</p>
|
<li>
|
||||||
|
<a href="https://angular.io/">Angular Home Page</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.google.com/">Google</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.npmjs.com/">NPM</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://nodejs.org/en/">Node</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|||||||
@ -1,3 +1,21 @@
|
|||||||
<p>
|
<h2>Resume</h2>
|
||||||
resume works!
|
<ul>
|
||||||
</p>
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>2010-2011, 2013-Present</dt>
|
||||||
|
<dd>Crushed It</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>2008-2010</dt>
|
||||||
|
<dd>Chief Code Jockey at jockey.com</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>2008-2010</dt>
|
||||||
|
<dd>Software Engineer at Initech</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in new issue