Added classes.
This commit is contained in:
parent
34ba072f2f
commit
46d6de426c
2 changed files with 5 additions and 3 deletions
|
@ -36,8 +36,8 @@
|
|||
</div>
|
||||
<div id="skillset">
|
||||
<div id="skillset_header" class="section_header"><h1 class="nomargin">Skillset</h1></div>
|
||||
<div id="skillset_contents">
|
||||
<ul class="nomargin">
|
||||
<div id="skillset_contents" class="invisible">
|
||||
<ul class="nomargin pad5">
|
||||
<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>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<div id="experience">
|
||||
<div id="exp_header" class="section_header"><h1 class="nomargin">Experience</h1></div>
|
||||
<div id="exp_contents">
|
||||
<div id="exp_contents" class="invisible">
|
||||
<script id="exp-template" type="text/x-handlebars-template">
|
||||
{{#each experiences}}
|
||||
|
||||
|
|
|
@ -50,3 +50,5 @@
|
|||
}
|
||||
|
||||
.nomargin { margin: 0 0; }
|
||||
.invisible { display: none; }
|
||||
.pad5 { padding: 0 5; }
|
||||
|
|
Loading…
Reference in a new issue