summaryrefslogtreecommitdiff
path: root/certificate/templates/openfoam_symposium_feedback_2016.html
blob: 7535715dfc4bd2d6fde6e3df9f4e044bbae3b52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 %}