Skip to content

Commit

Permalink
update: add styles for Military section; add'l edits
Browse files Browse the repository at this point in the history
  • Loading branch information
codecharacter committed May 23, 2024
1 parent 56db7dd commit a4b4b10
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 10 additions & 8 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,18 @@ <h4>United States Marine Corps</h4>
<p class="subDetails">
Infantry - 2nd Bn, 4th Marines (1995-1999)
</p>
<ul>
<li>Meritorious promotions to Corporal and Sergeant</li>
<li>
<div id="military">
<ul>
<li>Meritorious promotions to Corporal and Sergeant</li>
<li>
Honor Graduate: Infantry Squad Leaders Course, Corporals
Leadership Course
</li>
<li>1st Marine Division Marine of the Quarter</li>
<li>2nd Battalion, 4th Marines NCO of the Quarter</li>
<li>Navy Achievement Medal (x2)</li>
</ul>
</li>
<li>1st Marine Division Marine of the Quarter</li>
<li>2nd Battalion, 4th Marines NCO of the Quarter</li>
<li>Navy Achievement Medal (x2)</li>
</ul>
</div>
</article>
</div>
<div class="clear"></div>
Expand Down
6 changes: 5 additions & 1 deletion website/resources/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,18 @@ ul {
list-style-type: none;
}

#project ul {
#projects ul {
list-style-type: circle;
}

#resume ul {
list-style-type: circle;
}

#military ul {
list-style-type: circle;
}

.clear {
clear: both;
}
Expand Down

0 comments on commit a4b4b10

Please sign in to comment.