summaryrefslogtreecommitdiff
path: root/website/templates/register_2013.html
diff options
context:
space:
mode:
authorJayaram Pai2013-11-27 13:46:26 +0530
committerJayaram Pai2013-11-27 13:46:26 +0530
commit1f47c93f1b57a4ff0435c7f396a7fe2b856508ba (patch)
treed2bcf98e038f61e2e7518eee4c0d71838387a994 /website/templates/register_2013.html
parent1d6100617b0eae1bdd7a4c4b5fb8721c29f61e79 (diff)
downloadSciPy2013-1f47c93f1b57a4ff0435c7f396a7fe2b856508ba.tar.gz
SciPy2013-1f47c93f1b57a4ff0435c7f396a7fe2b856508ba.tar.bz2
SciPy2013-1f47c93f1b57a4ff0435c7f396a7fe2b856508ba.zip
t-shirt modal
Diffstat (limited to 'website/templates/register_2013.html')
-rw-r--r--website/templates/register_2013.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/website/templates/register_2013.html b/website/templates/register_2013.html
index a142b70..3065aaa 100644
--- a/website/templates/register_2013.html
+++ b/website/templates/register_2013.html
@@ -1,8 +1,10 @@
{% extends 'page.html'%}
+{% load static %}
{% block content %}
<div class="row">
<h3>Register</h3>
<div class="row">
+<div class="large-8 columns">
<div class="reg">
<table>
<th>Tickets</th>
@@ -44,7 +46,33 @@
<br><br>
We regret the inconvinience caused earlier. We had some issues with the payment gateway.
</div>
+
+ <!-- Modal test -->
+ <div id="myModal" class="reveal-modal">
+ <ul class="large-grid-2" style="text-align: center">
+ <img src="{% static 'img/Front-lg.png' %}">
+ <img src="{% static 'img/Back-lg.png' %}" width="360px">
+ </ul>
+ <p style="text-align: center">*Colours are for representation purpose and may slightly vary from the original.</p>
+ <a class="close-reveal-modal">&#215;</a>
+ </div>
+
+ <a href="#" data-reveal-id="myModal">Click Me For A Modal</a>
+</div>
+
+<div class="large-4 columns">
+ <h6><u>T-Shirt Preview</u></h6>
+ <div class="row">
+ <ul class="large-grid-2">
+ <a href="#" data-reveal-id="myModal">
+ <img src="{% static 'img/Front-sm.png' %}">
+ <img src="{% static 'img/Back-sm.png' %}" width="90px">
+ </a>
+ </ul>
+ </div>
+</div>
</div> <!-- /row -->
</div> <!-- /row -->
+<div class="reveal-modal-bg" style="display: none"></div>
{% endblock %}