From f1b459979a06c5742875b75a0297530021003333 Mon Sep 17 00:00:00 2001 From: Xeon Zolt Date: Thu, 23 Apr 2020 20:11:57 +0530 Subject: [PATCH] creating meme upload tutorial --- meme/templates/index.html | 48 ++++++++++++++++++++++++++ meme/templates/meme_contribution.html | 0 meme/templates/meme_template_data.json | 17 +++++++++ 3 files changed, 65 insertions(+) create mode 100644 meme/templates/index.html create mode 100644 meme/templates/meme_contribution.html create mode 100644 meme/templates/meme_template_data.json diff --git a/meme/templates/index.html b/meme/templates/index.html new file mode 100644 index 0000000..d24d763 --- /dev/null +++ b/meme/templates/index.html @@ -0,0 +1,48 @@ + + + + + + + + + + +
+ +
+

Meme Templates

+
+

+ All memes here are posted after taking permission from the person and creator of + meme and this is a offtopic community collaboration for fun only

+
click here to know how to add a new meme (link to page will be added here)
+
+ + + + + + + + diff --git a/meme/templates/meme_contribution.html b/meme/templates/meme_contribution.html new file mode 100644 index 0000000..e69de29 diff --git a/meme/templates/meme_template_data.json b/meme/templates/meme_template_data.json new file mode 100644 index 0000000..b4800af --- /dev/null +++ b/meme/templates/meme_template_data.json @@ -0,0 +1,17 @@ +[ + { + "src": "5RTn9fK.jpg", + "srct": "5RTn9fK.jpg", + "title": "meme on xeon zolt", + "by": "", + "description": "the guy in image gets angry very fast so its adviced not to mess up with his server logs or things can go out of hand" + }, + { + "src": "oeXTPgZ.jpg", + "srct": "oeXTPgZ.jpg", + "title": "meme on TK Sourab", + "by": "Raju Dev", + "description": "the guy in pic is a vim user and wants to tell everyone that he uses vim" + } +] +