Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit a161bb3

Browse files
authored
Merge pull request #27 from pranaygp/add/code-in-the-dark-ad
Webmonkeys: Code in the Dark Ad
2 parents 671a2b5 + 6257880 commit a161bb3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ src/secrets.js
4545
# Vim swap file
4646
.*.swp
4747
current_layout.json
48+
49+
# Miscellaneous
50+
.DS_Store

img/ads/code-in-the-dark.png

300 KB
Loading

src/data/ads.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
{
1111
"owner": "Kevin Wang",
1212
"imgPath": "img/ads/your-ad-here.png"
13+
},
14+
{
15+
"owner": "Pranay Prakash",
16+
"imgPath": "img/ads/code-in-the-dark.png"
1317
}
1418
]

0 commit comments

Comments
 (0)