From 17e8d8b6e6aff4eb6181e87be43d756e06e1fef6 Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 23 Aug 2018 10:19:34 +0530
Subject: added workshop form
---
static/website/templates/submit-cfw.html | 102 +++++++++++++++++++++++++++++++
1 file changed, 102 insertions(+)
create mode 100755 static/website/templates/submit-cfw.html
(limited to 'static/website/templates/submit-cfw.html')
diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html
new file mode 100755
index 0000000..5cdef69
--- /dev/null
+++ b/static/website/templates/submit-cfw.html
@@ -0,0 +1,102 @@
+{% extends "base.html" %}
+{% load static %}
+{% load widget_tweaks %}
+{% block content %}
+
+
+
+
+
+ Submit Workshop Proposal
+
+
+
+ {% if proposals_w >= 1 %} You have exceeded the workshop proposal submission limit.
+ You may view your submitted proposals by clicking
+
+
here
+ {% else %}
+
+ Proposal Guidelines
+
+
+
+ - Please note that there are two parallel tracks, one for beginners and one for advanced users.
+ - Please make sure the workshops are hands-on with plenty of exercises for the users.
+ - It is usually a good idea to pick a particular problem or set of problems and orient your workshop around how to solve those using the package you plan to talk about.
+ - Please provide us with links to any resources you have already prepared for the workshop.
+ - The more detail you provide on your workshop, the easier it will be for us to pick it.
+ -
+ Provide us with the following sections:
+
+ - Duration
+ - Track: beginner or advanced
+ - Intended audience
+ - Why should someone attend your workshop? What will they get at the end of it?
+ - Outline of workshop with a reasonable breakup in terms of time.
+ - Possibly provide any material or similar material you plan to use.
+ - A small paragraph about you with an emphasis on your experience in the area and teaching this material. Essentially, why are you well suited to teach this workshop?
+
+
+
+
+ {% endif %}
+
+
+{% endblock %}
--
cgit
From 452f009294963c88ac86cb0795cb18552a6474b6 Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 23 Aug 2018 16:40:15 +0530
Subject: added new class
---
static/website/templates/submit-cfw.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'static/website/templates/submit-cfw.html')
diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html
index 5cdef69..efc746b 100755
--- a/static/website/templates/submit-cfw.html
+++ b/static/website/templates/submit-cfw.html
@@ -82,7 +82,7 @@