Skip to content

Commit

Permalink
Updated 08:07am
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedbert committed May 8, 2024
1 parent 23ed34e commit c381970
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"voluptatem",
"voluptates",
"voluptatibus",
"Webflow",
"Wuse"
],
"liveServer.settings.port": 5501
Expand Down
19 changes: 10 additions & 9 deletions Unemployment Statistics/unemployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,34 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Webflow" name="generator" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<script
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<link href="images/respectech-logo.png" rel="shortcut icon" type="image/x-icon" />
</head>

<header>
<header>
<div class="logo-container">
<div class="logo">
<img src="https://i.ibb.co/RQFbQ87/respectech-logo-2-1.png" alt="Respectech-HR Academy Logo">
</div>
<div class="navbar">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="../index.html">Home</a>
<a class="nav-link" href="onboarding/onboard.html">Onboard</a>
<a class="nav-link" href="About Us/about_us.html">About Us</a>
<a class="nav-link" href="Contact/contact.html">Contact Us</a>
<div class="dropdown">
<!-- <div class="dropdown">
<button class="dropbtn">Respectechies
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a class="nav-link" href="Respectechies/techies.html">Cohorts</a>
<a class="nav-link" href="Unemployment Statistics/unemployment.html">Unemployment
Statistics</a>
</div>
</div>
Statistics</a> -->
<!-- </div>
</div> -->
</div>
</div>

</header>


Expand Down Expand Up @@ -89,4 +90,4 @@ <h2 class="heading-3">Kenya</h2>
type="text/javascript"></script>-->
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ header {

.main-content {
text-align: center;
margin-top: 7%;
margin-top: 9px;
}

@media (min-width: 576px) and (max-width: 576px) {
Expand Down

0 comments on commit c381970

Please sign in to comment.