From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- project/templates/about/certificates.html | 86 +++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 project/templates/about/certificates.html (limited to 'project/templates/about/certificates.html') diff --git a/project/templates/about/certificates.html b/project/templates/about/certificates.html new file mode 100644 index 0000000..94bd9a5 --- /dev/null +++ b/project/templates/about/certificates.html @@ -0,0 +1,86 @@ +{% extends "base.html" %} +{% block content %} +

Certificates

+ + +

Certificate of Appreciation

+ +

Participants

+ + + +

Conference Presenters

+ + + +

T-Shirts

+ +

Certificate of Participation

+ +

Participants

+ + + +

Other goodies

+ +

Participants & Presenters

+ + + +

Note

+ + + +{% endblock content %} -- cgit