From 8368720966bb0f67e55a025e056b15ba84371fe3 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Sat, 19 Dec 2020 14:19:10 +0530 Subject: Add COC to the navbar --- static/website/bootstrap-css/assets/css/main.css | 6 +++--- static/website/templates/home.html | 4 +++- 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 @@
+
+
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.

Register now @@ -213,7 +215,7 @@ His research interests are in geographic information science, spatial inequality -
+
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 @@
  • Register
  • CFP
  • Schedule
  • +
  • COC
  • -- cgit