Skip to content

Commit 0f5066e

Browse files
authored
Merge pull request #776 from rishadroshanpt/add-rishadroshanpt
add rishadroshanpt
2 parents 7195902 + 6580186 commit 0f5066e

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

contributors/rishadroshanpt.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<article>
10+
<h3>rishadroshanpt</h3>
11+
<p>oolalaaa...</p>
12+
<h4>Programming languages I use</h4>
13+
<section class="container">
14+
<div class="badge" style="background-color: #3874a4; color: white">
15+
Python
16+
</div>
17+
<div class="badge" style="background-color: #f7df1e; color: black;">
18+
JavaScript
19+
</div>
20+
</section>
21+
22+
<h4>Tools I use</h4>
23+
<section class="container">
24+
<img
25+
class="icon"
26+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
27+
/>
28+
<img
29+
class="icon"
30+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
31+
/>
32+
</section>
33+
</article>
34+
<style>
35+
body {
36+
font-family: sans-serif;
37+
}
38+
.container {
39+
display: flex;
40+
flex-wrap: wrap;
41+
gap: 1rem;
42+
}
43+
.badge {
44+
padding: 0.5rem;
45+
border-radius: 0.25rem;
46+
}
47+
.icon {
48+
width: 2rem;
49+
}
50+
</style>
51+
52+
</body>
53+
</html>

0 commit comments

Comments
 (0)