diff --git a/templates/projects/000-caesarcipher.json b/templates/projects/000-caesarcipher.json new file mode 100644 index 0000000000000000000000000000000000000000..12ac84c4b6984243da3b1a4d85ad5206c62d6bb9 --- /dev/null +++ b/templates/projects/000-caesarcipher.json @@ -0,0 +1,19 @@ + +{ + "name": "CaesarBreaker", + "image": "img/project/placeholder.png", + "description": "Code to bruteforce caesar cipher texts.", + "badges": [ + { + "text": "Finished", + "classes": "text-bg-success" + } + ], + "buttons": [ + { + "text": "Source Code", + "url": "https://github.com/TheJoeCoder/CaesarBreaker", + "classes": "btn-secondary" + } + ] +} \ No newline at end of file