Started styling HTML resume.
This commit is contained in:
@ -14,15 +14,18 @@
|
||||
</header>
|
||||
|
||||
<nav id=sectionNav>
|
||||
<a href=#skills>Things I Know</a>
|
||||
<a href=#projects>Things I've Done</a>
|
||||
<a href=#jobs>Places I've Worked</a>
|
||||
<a href=#about>Who I Am</a>
|
||||
<ul>
|
||||
<li><a href=#skills>Things I Know</a></li>
|
||||
<li><a href=#projects>Things I've Done</a></li>
|
||||
<li><a href=#jobs>Places I've Worked</a></li>
|
||||
<li><a href=#about>Who I Am</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<input type=text name=filter style="display: none;">
|
||||
|
||||
<section id=skills>
|
||||
<section id=skills-section>
|
||||
<a class=anchor id=skills></a>
|
||||
<div id=languages>
|
||||
<h3>Programming Languages</h3>
|
||||
<span>Java</span>
|
||||
@ -166,11 +169,20 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id=jobs>
|
||||
<section id=jobs-section>
|
||||
<a class=anchor id=jobs></a>
|
||||
</section>
|
||||
|
||||
<section id=projects>
|
||||
<section id=projects-section>
|
||||
<a class=anchor id=projects></a>
|
||||
</section>
|
||||
|
||||
<!--<script src=https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js></script>-->
|
||||
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js></script>
|
||||
<script src=https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js></script>
|
||||
<script src=https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.2.3/backbone-min.js></script>
|
||||
<script src=resume.js></script>
|
||||
<script>
|
||||
window.onload = function() { new Resume.PageView(); }</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user