Fix.
This commit is contained in:
parent
fe3488bc9f
commit
34ba072f2f
2 changed files with 5 additions and 3 deletions
|
@ -35,9 +35,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="skillset">
|
||||
<div id="skillset_header" class="section_header"><h1>Skillset</h1></div>
|
||||
<div id="skillset_header" class="section_header"><h1 class="nomargin">Skillset</h1></div>
|
||||
<div id="skillset_contents">
|
||||
<ul>
|
||||
<ul class="nomargin">
|
||||
<li>I comfortably program in <b>Java</b>,<b>C/C++</b>,<b>PHP</b> and <b>Javascript</b>.</li>
|
||||
<li>I can also use <b>jQuery</b>,<b>HandlebarsJS</b>,<b>MongoDB</b> and <b>MySQL</b> without problems.</li>
|
||||
<li>I am learning more about <b>node.js</b>.</li>
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
</div>
|
||||
<div id="experience">
|
||||
<div id="exp_header" class="section_header"><h1>Experience</h1></div>
|
||||
<div id="exp_header" class="section_header"><h1 class="nomargin">Experience</h1></div>
|
||||
<div id="exp_contents">
|
||||
<script id="exp-template" type="text/x-handlebars-template">
|
||||
{{#each experiences}}
|
||||
|
|
|
@ -48,3 +48,5 @@
|
|||
background-color: #62C9DE;
|
||||
|
||||
}
|
||||
|
||||
.nomargin { margin: 0 0; }
|
||||
|
|
Loading…
Reference in a new issue