From b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 11 Feb 2014 14:51:37 +0530 Subject: adding static pages for about TBC --- tbc/static/templates/contact.html | 7 +++++ tbc/static/templates/contribute.html | 20 +++++++++++++ tbc/static/templates/disclaimer.html | 9 ++++++ tbc/static/templates/faqs.html | 57 ++++++++++++++++++++++++++++++++++++ tbc/static/templates/goodies.html | 5 ++++ 5 files changed, 98 insertions(+) create mode 100644 tbc/static/templates/contact.html create mode 100644 tbc/static/templates/contribute.html create mode 100644 tbc/static/templates/disclaimer.html create mode 100644 tbc/static/templates/faqs.html create mode 100644 tbc/static/templates/goodies.html (limited to 'tbc/static/templates') diff --git a/tbc/static/templates/contact.html b/tbc/static/templates/contact.html new file mode 100644 index 0000000..4496400 --- /dev/null +++ b/tbc/static/templates/contact.html @@ -0,0 +1,7 @@ +

+ For any queries or assistance you my require, feel free to contact us through below given mediums. +

+

diff --git a/tbc/static/templates/contribute.html b/tbc/static/templates/contribute.html new file mode 100644 index 0000000..6ed99bc --- /dev/null +++ b/tbc/static/templates/contribute.html @@ -0,0 +1,20 @@ +

Stage 1

+ +

Stage 2

+ diff --git a/tbc/static/templates/disclaimer.html b/tbc/static/templates/disclaimer.html new file mode 100644 index 0000000..89d099b --- /dev/null +++ b/tbc/static/templates/disclaimer.html @@ -0,0 +1,9 @@ +
    +
  1. A minimum of 60 solved examples are required to receive the full honorarium of Rs. 10000
  2. +
  3. However, if the book has more than 60 examples, the contributor has to complete the whole book
  4. +
  5. For books having less than 60 examples, honorarium will be provided at Principal Investigator's discretion
  6. +
  7. Exceptional contributions will be rewarded at Principal Investigator's discretion
  8. +
  9. Only after the whole books is called as "Complete" by reviewer, payment & certificate shall be provided
  10. +
  11. This work is not meant to count for any academic credit and is totally out of the scope of your curriculum
  12. +
  13. All the code generated (and other content on the site), is licensed under Creative Commons Attribution-ShareAlike 2.5 India (CC BY-SA 2.5)
  14. +
diff --git a/tbc/static/templates/faqs.html b/tbc/static/templates/faqs.html new file mode 100644 index 0000000..b7a2064 --- /dev/null +++ b/tbc/static/templates/faqs.html @@ -0,0 +1,57 @@ +

+

+

diff --git a/tbc/static/templates/goodies.html b/tbc/static/templates/goodies.html new file mode 100644 index 0000000..aeaf013 --- /dev/null +++ b/tbc/static/templates/goodies.html @@ -0,0 +1,5 @@ + -- cgit