summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 19:36:51 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 19:36:51 -0400
commit85ec164c407cbd162db9a10ba5cc66c01dfb6d33 (patch)
tree8f8ea78cac333723ee3ffcbaa659950b21d42faf
parent92daa4d2b7bcae4fb6d1b28ed9d9a1d2f4ec8c74 (diff)
static: Update index.html.
* scss/style.scss: Remove banner styling. * static/index.html: Remove banner image.
-rw-r--r--scss/style.scss21
-rw-r--r--static/index.html17
2 files changed, 5 insertions, 33 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 207ac5d..c280925 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -7,31 +7,10 @@
// Home - Banner
-@mixin banner-p-margin-top($pixels) {
- p.banner-text {
- margin-top: $pixels;
- }
-}
-
.fsfi-banner header {
display:none;
}
-@include mobile {
- img.banner-img {
- display: none;
- }
-}
-
-@include tablet-only {
- @include banner-p-margin-top(50px);
-}
-
-@include desktop {
- @include banner-p-margin-top(60px);
-}
-
-
// Home - News, Articles.
.fs,
diff --git a/static/index.html b/static/index.html
index a882cfa..00a087a 100644
--- a/static/index.html
+++ b/static/index.html
@@ -19,18 +19,11 @@
<h1>Free Software Foundation of India</h1>
</header>
- <div class="columns">
- <div class="column is-narrow">
- <img class="banner-img" src="./assets/img/chakra.png" alt="[ Chakra - Image ]">
- </div>
- <div class="column is-two-thirds">
- <p class="banner-text">
- FSF India is a non-profit organisation committed to
- advocating, promoting and propogating the use and
- development of swantantra software in India.
- </p>
- </div>
- </div>
+ <p class="banner-text fsfi-lead">
+ FSF India is a non-profit organisation committed to
+ advocating, promoting and propogating the use and
+ development of swantantra software in India.
+ </p>
</div>
</div>
</div>