Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions contribute-to-opensource.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down Expand Up @@ -224,4 +226,11 @@ <h2>Conclusion</h2>
</section>
</article>
</main>
<footer class="container">
<p>&copy; <span id="year"></span> sudo !!. All rights reserved.</p>
<script>
docuent.getElementById('year').textContent = new Date().getFullYear();
</script>
</footer>
</body>
</html>
29 changes: 29 additions & 0 deletions contributors/otugeh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<article>
<title>Charles Otugeh</title>
</head>
<>

<h1>Charles Otugeh</h1>
<p>I'm Ethical Hacker and Software Engineer at Zone01 Kisumu</p>
<h4>Programming languages I use</h4>
<section class="container">
<div class="badge" style="background-color: #d6cece; color: Black">GO</div>
<div class="badge" style="background-color: #e6dce6; color: black;">Python</div>
<div class="badge" style="background-color: #e4e0e0; color: black">JavaScrits</div>
<style>
body {
font-family: sans-serif; title {
text-align: center;
}
}
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}
</style>
</section>
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,17 @@ h1 span {
.success.button {
font-weight: 700;
}
footer {
background-color: #070707;
text-align: center;
padding: 2rem;
margin-top: 2rem;
}
footer p {
color: #fafafa;
font-size: 1rem;
}
footer:hover {
background-color: #1dd829;
transition: background-color 0.3s ease;
}