summaryrefslogtreecommitdiff
path: root/certificate/templates/openfoam_symposium_feedback_2016.html
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/templates/openfoam_symposium_feedback_2016.html')
-rw-r--r--certificate/templates/openfoam_symposium_feedback_2016.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/certificate/templates/openfoam_symposium_feedback_2016.html b/certificate/templates/openfoam_symposium_feedback_2016.html
new file mode 100644
index 0000000..7535715
--- /dev/null
+++ b/certificate/templates/openfoam_symposium_feedback_2016.html
@@ -0,0 +1,16 @@
+{% extends 'base.html' %}
+
+{% block header %}
+ <h1> OpenFOAM Symposium 2016 </h1>
+{% endblock %}
+
+{% block content %}
+<p> Your feedback will help us improve our services. Thank you for your time. </p>
+ <div>
+ <div class="embed-responsive embed-responsive-16by9" style="width:100%;height:1900px">
+ <iframe class="embed-responsive-item" src="https://docs.google.com/forms/d/1UluRhZu6-sA1AGgmx8q90Q1jzeG6t928VLdtJ_NTjMM/viewform"></iframe>
+ </div>
+ <br>
+ <a class="btn" style="float:right" href = "{% url 'certificate:openfoam_symposium_download_2016' %}">Click here to download certificate</a>
+ </div>
+{% endblock %}