From 2a2e89bff6f4b34a483c4da9557813f530df5879 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 24 Mar 2017 23:21:15 +0100 Subject: [PATCH] added lib/buttons.py --- lib/buttons.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/buttons.py diff --git a/lib/buttons.py b/lib/buttons.py new file mode 100644 index 0000000..96180a8 --- /dev/null +++ b/lib/buttons.py @@ -0,0 +1,25 @@ +TWITTER_BUTTON = """ +Follow @igor_chubin + +""" + +GITHUB_BUTTON = """ + +wttr.in +""" + +GITHUB_BUTTON_2 = """ + +wego +""" + +GITHUB_BUTTON_3 = """ + +pyphoon +""" + +GITHUB_BUTTON_FOOTER = """ + + +""" +