diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/static/img/anand1.png | bin | 0 -> 60150 bytes | |||
-rwxr-xr-x | website/templates/base.html | 68 | ||||
-rwxr-xr-x | website/templates/cfp.html | 6 |
3 files changed, 60 insertions, 14 deletions
diff --git a/website/static/img/anand1.png b/website/static/img/anand1.png Binary files differnew file mode 100644 index 0000000..2ba6f25 --- /dev/null +++ b/website/static/img/anand1.png diff --git a/website/templates/base.html b/website/templates/base.html index 4d1abfc..20ae946 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -25,7 +25,7 @@ <p style="color:#484848; font-weight:700; font-size:28px;" >DECEMBER 10 & 11</p><br><br>
<a href="#attend" class="button special" style="width : 220px;" >Register</a></center>
- <a href="{% url 'website:cfp' %}" class="button special" style="width : 220px;">Submit Proposal</a></center>
+ <a href="{% url 'website:cfp' %}" class="button special" style="width : 220px;">Submit Proposals</a></center>
</header>
{% endblock %}
@@ -43,17 +43,12 @@ <li> <a href="#about" class="smoothScroll">About</a></li>
<li> <a href="#speakers" class="smoothScroll">Speakers</a></li>
<li> <a href="#attend" class="smoothScroll">Register</a></li>
+ <li> <a href="#coc" class="smoothScroll">COC</a></li>
<li> <a href="{% url 'website:cfp' %}">Submit Proposal</a></li>
<li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
<li> <a href="#venue" class="smoothScroll">Venue</a></li>
<li> <a href="#sponsors" class="smoothScroll">Sponsors</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
- {% if user and not user.is_anonymous %}
- <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li>
- </ul>
- {% else %}
- <li><a href="{% url 'website:cfp' %}" >COC</a></li>
- {% endif %}
</ul>
</div>
<!--/.nav-collapse -->
@@ -94,13 +89,13 @@ <col width="40%" />
</colgroup>
<tr>
-<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=75% width= 75% alt="">
+<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=70% width=60% alt="">
<p>Dr. Ajith Kumar</p>
<a style = "color:#636363;" href="https://github.com/expeyes" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
<a style = "color:#636363;" href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a></td>
-<td> <img class="img-responsive" src="{% static 'img/anand.jpg' %}" height=30% width=75% alt="">
+<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=70% width=60% alt="">
<p>Mr. S. Anand</p>
<a style = "color:#636363;" href="https://github.com/sanand0" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
@@ -194,16 +189,67 @@ </section>
- <section id="schedule" class="main special">
+<section id="coc" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
- <h2>SCHEDULE</h2>
+ <h2>CODE FOR CONDUCT</h2>
<div id="schedule" name="schedule">
<h3>To be announced<h3>
</div>
</div>
</section>
+
+
+
+ <section id="schedule" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>SCHEDULE</h2>
+ <div id="schedule" name="schedule">
+ <div >
+ <center>
+ <ul class="nav nav-tabs">
+ <li class="active">
+ <a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2015#day1">Day 1</a></li>
+ <li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2015#day2">Day 2</a></li>
+ <!--<li><a style="background: #a89cc8;" data-toggle="tab" href="http://scipy.in/2015#day3">Day 3</a></li>-->
+ <!-- <li><a style="background: #9bb2e1;"data-toggle="tab" href="http://scipy.in/2015#paper">Workshop Resources</a></li>
+ <li><a style="background: #8cc9f0;" data-toggle="tab" href="http://scipy.in/2015#workshop">Workshop Instructions</a></li>
+ --><br><br>
+</ul>
+ <div class="tab-content">
+ <div id="day1" class="tab-pane fade in active">
+ <p>
+ </p><center><h4>10 Dec 2015: Day 1</h4></center>
+ <table class="table table-bordered">
+ <tbody><tr style="background-color:#f0f0f0">
+ <td>Tutorials (Parallel tracks) :</td>
+ </tr>
+ <tr><td><li>Basic</li></td></tr>
+ <tr> <td><li>Advanced</li></td></tr>
+
+ </tbody></table>
+
+ <p></p>
+ </div>
+ <div id="day2" class="tab-pane fade">
+ <p>
+ </p><center><h4>12 Dec 2015: Day 2</h4></center>
+ <table class="table table-bordered">
+ <tbody><tr style="background-color:#f0f0f0">
+ <td>Conference and talks :</td>
+ </tr>
+
+ </tbody></table>
+ <p></p>
+ </div>
+
+
+ </div> </div>
+ </div>
+ </section>
<section id="venue" class="main special">
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index a0437e4..742cdc4 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -32,7 +32,7 @@ <li><a href="{% url 'website:cfp' %}">{{ user.get_full_name|default:user.username }}</a> <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li> {% else %} - <li><a href="{% url 'website:cfp' %}" >COC</a></li> + <li><a href="{% url 'website:cfp' %}" >Login</a></li> {% endif %} </ul> </div> @@ -79,7 +79,7 @@ {% else %} <ul class="features"> <li> - <span><h2><u>Code of Conduct</u></h2></span> + <span><h2><u>Login</u></h2></span> <p>Login/Register to Submit a Proposal</p> {% if invalid %} @@ -96,7 +96,7 @@ </form> <!-- </div> --> <p>Or Sign in with: - <a href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}" class="btn btn-social-icon " style="color:#dd4b39;"><i class="icon-google-plus"></i></a> + <a href="{% url 'social:begin' 'google-oauth2' %}" class="btn btn-social-icon " style="color:#dd4b39;"><i class="icon-google-plus"></i></a> <a href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}" class=" btn btn-social-icon" style="color:#3b5998"><i class="icon-facebook"></i></a></p> </li> <!-- </div> --> |