Skip to content

Commit

Permalink
Update audit-course-monster.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored Jun 12, 2024
1 parent 11cbcae commit f78374c
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions docs/audit-course-monster.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,39 @@
header {
background: #50b3a2;
color: #fff;
padding-top: 30px;
min-height: 70px;
padding: 15px 0;
border-bottom: #e8491d 3px solid;
}
header a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
padding: 0 15px;
}
header ul {
padding: 0;
list-style: none;
display: flex;
justify-content: center;
}
header ul li {
display: inline;
padding: 0 20px 0 20px;
position: relative;
}
header ul li ul {
position: absolute;
top: 100%;
left: 0;
background: #50b3a2;
display: none;
flex-direction: column;
}
header ul li:hover ul {
display: flex;
}
header ul li ul li {
padding: 10px;
white-space: nowrap;
}
.main {
padding: 30px 0;
Expand Down Expand Up @@ -89,10 +105,18 @@
<div class="container">
<h1>Internal Audit Report for Course Monster</h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Doc's</a>
<ul>
<li><a href="iso9001-velocity-venture.html">ISO9001 Implementation for Velocity Venture</a></li>
<li><a href="qms-4levels.html">Quality Management System Development for 4Levels</a></li>
<li><a href="audit-course-monster.html">Internal Audit Report for Course Monster</a></li>
<li><a href="IBM.html">IBM Documentation</a></li>
<li><a href="faq.md">FAQ</a></li>
<li><a href="index.md">Index</a></li>
</ul>
</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -161,7 +185,7 @@ <h2>Results</h2>
</ul>
</div>
<div class="link">
<a href="https://www.example.com/internal-audit-course-monster" target="_blank">View Project Details</a>
<a href="https://github.skunkworks.africa/docs/audit-course-monster.html" target="_blank">View Project Details</a>
</div>
</div>
<footer>
Expand Down

0 comments on commit f78374c

Please sign in to comment.