Skip to content

Commit 1cd184c

Browse files
committed
Add contributor card for DevDorothy
1 parent 98db827 commit 1cd184c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

contributors/DevDorothy.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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>Contributor: DevDorothy</title>
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
background-color: #f9f9f9;
11+
text-align: center;
12+
padding: 50px;
13+
}
14+
.card {
15+
background: white;
16+
padding: 20px;
17+
border-radius: 12px;
18+
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
19+
display: inline-block;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<div class="card">
25+
<h1>👋 Hi, I’m Dorothy Nankya</h1>
26+
<p>My GitHub username is <strong>@DevDorothy</strong>.</p>
27+
<p>I’m learning how to contribute to open source!</p>
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)