Skip to content

Commit ef4fe34

Browse files
authored
Merge pull request #53 from OmphilechristopherSerekwa/MY-open-source-code-contributions
Added my card to contributor list
2 parents 7b780fd + c6ad53f commit ef4fe34

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

contributors/omphile.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<article>
2+
<h3>Omphile</h3>
3+
<p>Aspiring developer,passionate about building clean,user-friendly,scalable responsive websites</p>
4+
<h4>Html / JavaScript / CSS </h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #000000; color: white">Rust</div>
7+
<div class="badge" style="background-color: #f7df1e; color: black;">JavaScript</div>
8+
</section>
9+
10+
<h4>Tools I use</h4>
11+
<section class="container">
12+
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"/>
13+
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"/>
14+
</section>
15+
</article>
16+
<style>
17+
body {
18+
font-family: sans-serif;
19+
}
20+
.container {
21+
display: flex;
22+
flex-wrap: wrap;
23+
gap: 1rem;
24+
}
25+
.badge {
26+
padding: 0.5rem;
27+
border-radius: 0.25rem;
28+
}
29+
.icon {
30+
width: 2rem;
31+
}
32+
</style>

0 commit comments

Comments
 (0)