summaryrefslogtreecommitdiff
path: root/certificate/templates
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/templates')
-rw-r--r--certificate/templates/arduino_google_feedback.html20
-rw-r--r--certificate/templates/index.html2
2 files changed, 21 insertions, 1 deletions
diff --git a/certificate/templates/arduino_google_feedback.html b/certificate/templates/arduino_google_feedback.html
new file mode 100644
index 0000000..6d40de1
--- /dev/null
+++ b/certificate/templates/arduino_google_feedback.html
@@ -0,0 +1,20 @@
+{% extends 'base.html' %}
+
+{% block header %}
+ <h1> Scilab Arduino Workshop 2015 </h1>
+{% endblock %}
+
+{% block content %}
+<p> Your feedback will help us improve our services. Thank you for your time. </p>
+ <div style = "width:50%; margin:auto">
+ <ul class = "nav nav-list">
+ <li><a href = "http://tinyurl.com/scilab-arduinoWS" target = "popup" >Feedback on Scilab-Arduino Workshop</a></li>
+ <li><a href = "http://tinyurl.com/scilab-arduino-book" target = "popup">Feedback on Scilab-Arduino Book</a></li>
+<!-- <div class="embed-responsive embed-responsive-16by9">
+ <iframe class="embed-responsive-item" src="https://docs.google.com/forms/d/1Unv2txg2zd2uNvGNnqycSJtKLtLUd3SgjeUs-fi6e4A/viewform"></iframe>
+ </div>
+ --> </ul>
+ <br>
+ <a class="btn btn-primary" style="float:right" href = "{% url 'certificate:arduino_download' %}">Skip feedback and download</a>
+ </div>
+{% endblock %}
diff --git a/certificate/templates/index.html b/certificate/templates/index.html
index 11a3a08..49a5dcd 100644
--- a/certificate/templates/index.html
+++ b/certificate/templates/index.html
@@ -12,7 +12,7 @@
<li><a href="{% url 'certificate:drupal_feedback' %}" >Drupal Camp Mumbai 2015</a></li>
<li><a href="{% url 'certificate:tbc_freeeda_download' %}" >FreeEDA Textbook Companion</a></li>
<li><a href="{% url 'certificate:dwsim_feedback' %}" >DWSIM Workshop 2015</a></li>
- <li><a href="{% url 'certificate:arduino_feedback' %}" >Scilab Arduino Workshop 2015</a></li>
+ <li><a href="{% url 'certificate:arduino_google_feedback' %}" >Scilab Arduino Workshop 2015</a></li>
</ul>
<div>
{% endblock %}