summaryrefslogtreecommitdiff
path: root/website/templates/home.html
diff options
context:
space:
mode:
authorSashi202017-09-15 10:14:58 +0530
committerSashi202017-09-15 10:14:58 +0530
commite3f2577bdc8645574aa2250e15197a16cd41db2f (patch)
tree4946eb636465f532676e0e0bc649f63f12a17fe8 /website/templates/home.html
parent7f03e423e37e21db9861a10d050d9b8321d8e9ec (diff)
downloadSciPy2017-e3f2577bdc8645574aa2250e15197a16cd41db2f.tar.gz
SciPy2017-e3f2577bdc8645574aa2250e15197a16cd41db2f.tar.bz2
SciPy2017-e3f2577bdc8645574aa2250e15197a16cd41db2f.zip
Changed Regsiter and Submit buttons
Diffstat (limited to 'website/templates/home.html')
-rw-r--r--website/templates/home.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/website/templates/home.html b/website/templates/home.html
index 8ac34dd..926bcdb 100644
--- a/website/templates/home.html
+++ b/website/templates/home.html
@@ -15,12 +15,12 @@
<br><br>
</div>
<center>
- <div style="margin-left: 30px;">
+ <div style="margin-left: 10px;">
<div class="d-inline-block ">
- <a href="#attend" style="width : 220px;" ><img src="{% static 'img/register.png' %}" alt="" style="margin-right:30px;"/></a>
+ <a href="#attend" style="width : 150px;float: left" class="btn btn-primary gradient" >Register</a>
</div>
<div class="d-inline-block">
- <a href="#" style="width : 220px;"><img src="{% static 'img/submit.png' %}" alt="" style="margin-right:30px;" /></a>
+ <a href="#" style="width : 150px;float: right;" class="btn btn-primary gradient">Submit</a>
</div>
<div>
</center>
@@ -91,7 +91,7 @@
-->
<!-- Speaker 2 -->
<center>
- <div class="col-lg-4 col-sm-6 text-center mb-4">
+ <div class="col-lg-4 col-sm-6 text-center mb-4 p-5">
<br>
<p style="font-size: 28px;">KEYNOTE SPEAKER</p>
<img class="img-fluid d-block mx-auto" src="{% static 'img/me_pro.png' %}" alt="">
@@ -158,7 +158,7 @@
<br>
<div class="container">
<div class="row align-items-center">
- <div class="col-md-offset-4">
+ <div class="col-md-offset-4 p-5">
<center>
<h2>Register</h2>
</center>
@@ -223,7 +223,7 @@
<p id="demo"></p>
<footer class="major">
<ul class="actions">
- <center><a target="_blank" href="#"><input type= "image" style ="width: 200px" src="{% static 'img/register.png'%}"></a></center>
+ <center><a href="#attend" style="width : 150px;" class="btn btn-primary gradient" >Register</a></center>
</ul>
</footer>
</div>
@@ -561,7 +561,7 @@
<hr>
<div class="panel panel-default">
<div class="panel-body">
- <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Thank you for your feedback.');" enctype="multipart/form-data">
+ <form id="contact_us" action='#' class="form" role="form" method=POST enctype="multipart/form-data">
{% csrf_token %}
<div class="col-md-15 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required />