diff options
author | Sashi20 | 2020-12-19 14:19:10 +0530 |
---|---|---|
committer | Sashi20 | 2020-12-19 14:19:10 +0530 |
commit | 8368720966bb0f67e55a025e056b15ba84371fe3 (patch) | |
tree | 581ace1484c3dc72b92ababe43e28b8d7c821e6c | |
parent | 61c8250dbbdb10e14644d551bf5612b22fac38fc (diff) | |
download | SciPy2020-8368720966bb0f67e55a025e056b15ba84371fe3.tar.gz SciPy2020-8368720966bb0f67e55a025e056b15ba84371fe3.tar.bz2 SciPy2020-8368720966bb0f67e55a025e056b15ba84371fe3.zip |
Add COC to the navbar
-rwxr-xr-x | static/website/bootstrap-css/assets/css/main.css | 6 | ||||
-rwxr-xr-x | static/website/templates/home.html | 4 | ||||
-rwxr-xr-x | static/website/templates/navbar.html | 1 |
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> --> |