summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202020-12-19 14:24:47 +0530
committerGitHub2020-12-19 14:24:47 +0530
commit2b261368e07261bf4756abcc16896ad2173e143c (patch)
tree581ace1484c3dc72b92ababe43e28b8d7c821e6c
parent47b7873d07da5cf45a8e14c2285d62a25f90adc3 (diff)
parent8368720966bb0f67e55a025e056b15ba84371fe3 (diff)
downloadSciPy2020-2b261368e07261bf4756abcc16896ad2173e143c.tar.gz
SciPy2020-2b261368e07261bf4756abcc16896ad2173e143c.tar.bz2
SciPy2020-2b261368e07261bf4756abcc16896ad2173e143c.zip
Merge pull request #13 from Sashi20/developmentHEADmain
Add COC to the navbar
-rwxr-xr-xstatic/website/bootstrap-css/assets/css/main.css6
-rwxr-xr-xstatic/website/templates/home.html4
-rwxr-xr-xstatic/website/templates/navbar.html1
3 files changed, 7 insertions, 4 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css
index fbe8faf..6c270e7 100755
--- a/static/website/bootstrap-css/assets/css/main.css
+++ b/static/website/bootstrap-css/assets/css/main.css
@@ -317,7 +317,7 @@ background-color: #0044aa;
.navbar-custom {
border: 0;
margin: 0;
- padding-top: 10px;
+ /*padding-top: 10px;*/
padding-bottom: 10px;
background-color: #000;
-webkit-transition: all 0.2s linear 0s;
@@ -435,10 +435,10 @@ background-color: #0044aa;
@media (min-width: 768px) {
.navbar-custom {
background-color: transparent;
- padding-top: 30px;
+ /*padding-top: 30px;*/
}
.site-header .intro .img-logo{
- margin-top: 5%;
+ margin-top: 2%;
}
.site-branding {
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 54736a4..9828418 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -13,6 +13,8 @@
</div>
</center>
<br>
+ <center>
+ <div style="background-color: rgb(0,0,0, 0.6); border-radius: 10px; padding: 10px; width: 75%"> <h5 style="color: #ffd21e"><strong>We have sent out invites to all the registered participants. Please check your inbox and spam folder with the subject line "Invitation to online event". In case you have not yet registered with us, please go to the registration link below and get a ticket for the Conference tomorrow.</strong></h5></div></center><br>
<a href="#registration" data-scroll class="btn btn-white">Register now</a>
</div>
@@ -213,7 +215,7 @@ His research interests are in geographic information science, spatial inequality
</div>
</section>
- <section id="cod" class="section cod">
+ <section id="coc" class="section cod">
<div class="container">
<div class="row">
<div class="col-md-12">
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index 5838efa..e7b8f04 100755
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -32,6 +32,7 @@
<li><a data-scroll href="{{SITE_URL}}/#registration">Register</a></li>
<li><a data-scroll href="{{SITE_URL}}/#contribution">CFP</a></li>
<li><a data-scroll href="{{SITE_URL}}/#schedule">Schedule</a></li>
+ <li><a data-scroll href="{{SITE_URL}}/#coc">COC</a></li>
<!-- <li><a data-scroll href="{{SITE_URL}}/#instructions">Instructions</a></li> -->
<!--<li><a data-scroll href="{{SITE_URL}}/#sponsor">Sponsor</a></li> -->
<!-- <li><a data-scroll href="{{SITE_URL}}/#faq">FAQ</a></li> -->