summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202018-11-06 11:28:37 +0530
committerSashi202018-11-06 11:28:37 +0530
commit9fac63d218a5391b0873d04e863189794f3efabe (patch)
tree2b3ece1d3c27ecf036d43b72cc33db439354fa9f
parentf56977c8ddc468cea5479492b2f183f391eb5234 (diff)
downloadnccps-2018-9fac63d218a5391b0873d04e863189794f3efabe.tar.gz
nccps-2018-9fac63d218a5391b0873d04e863189794f3efabe.tar.bz2
nccps-2018-9fac63d218a5391b0873d04e863189794f3efabe.zip
Modified top background image
-rw-r--r--static/website/bootstrap-css/assets/css/main.css8
-rw-r--r--static/website/bootstrap-css/assets/images/backgrounds/bg.pngbin0 -> 74949 bytes
-rw-r--r--static/website/bootstrap-css/assets/images/backgrounds/top_2.pngbin74949 -> 70098 bytes
-rw-r--r--static/website/templates/home.html4
4 files changed, 10 insertions, 2 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css
index dc3871f..87039e0 100644
--- a/static/website/bootstrap-css/assets/css/main.css
+++ b/static/website/bootstrap-css/assets/css/main.css
@@ -383,6 +383,14 @@ ul li {
font-weight: 300;
}
+@media(max-width: 768px){
+ .site-header .img {
+ width: 100% !important;
+ margin-top: 60px;
+}
+
+}
+
@media (min-width: 768px) {
.navbar-custom {
background-color: #b3a366;
diff --git a/static/website/bootstrap-css/assets/images/backgrounds/bg.png b/static/website/bootstrap-css/assets/images/backgrounds/bg.png
new file mode 100644
index 0000000..a18fd0e
--- /dev/null
+++ b/static/website/bootstrap-css/assets/images/backgrounds/bg.png
Binary files differ
diff --git a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
index a18fd0e..3856988 100644
--- a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
+++ b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
Binary files differ
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 063cac1..1aa6ce1 100644
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -4,8 +4,8 @@
<div id="home" data="home"></div>
<header id="site-header" class="site-header valign-center img-fluid">
<div class="intro">
- <img class="img img-fluid" src="{% static 'website/bootstrap-css/assets/images/backgrounds/top_2.png' %}" alt=""> <br><br>
- <a class="btn btn-primary" href="{% url 'website:cfp' %}">Submit a paper</a> <br><br>
+ <img class="img img-fluid" src="{% static 'website/bootstrap-css/assets/images/backgrounds/top_2.png' %}" alt=""><br><br><!--
+ <a class="btn btn-primary" href="{% url 'website:cfp' %}">Submit a paper</a> <br><br> -->
</div>
</header>