We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db827 commit 1cd184cCopy full SHA for 1cd184c
contributors/DevDorothy.html
@@ -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