Skip to content

Commit

Permalink
update: add html id for css ul
Browse files Browse the repository at this point in the history
  • Loading branch information
codecharacter committed May 23, 2024
1 parent 17e7352 commit 56db7dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 9 additions & 7 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ <h4>Cloud Resume Challenge</h4>
<p class="subDetails">
Project Article: <a href="https://codecharacter.dev/semper-gumby-a-marines-journey-in-the-cloud/" target="_new">Semper Gumby: A Marine's Journey in the Cloud</a>
</p>
<ul>
<li>AWS Cloud Full-Stack Serverless with DevOps practices.</li>
<li>Terraform for infrastructure deployment and management.</li>
<li>Automation with CI/CD pipeline for reliable updates.</li>
<li>End-to-End Testing of Website.</li>
<li>Monitoring and Alerting notifications.</li>
</ul>
<div id="projects">
<ul>
<li>AWS Cloud Full-Stack Serverless with DevOps practices.</li>
<li>Terraform for infrastructure deployment and management.</li>
<li>Automation with CI/CD pipeline for reliable updates.</li>
<li>End-to-End Testing of Website.</li>
<li>Monitoring and Alerting notifications.</li>
</ul>
</div>
</article>
</div>
<div class="clear"></div>
Expand Down
1 change: 1 addition & 0 deletions website/resources/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ ul {
#project ul {
list-style-type: circle;
}

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

0 comments on commit 56db7dd

Please sign in to comment.