-
-
{{ section.title }}
-
-
{{ section.text | markdownify }}
+
+
+
+
+
+
{{ section.title }}
+
{{ section.text | markdownify }}
+
+ {% include actions.html actions=section.actions %}
- {% include actions.html actions=section.actions %}
-
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 3fb3f96..c59dc47 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -10,3 +10,19 @@
"page",
"icons"
;
+
+/* Image as background */
+.custombg{
+ background-color:#FFFFFF;
+
+ background-image:url('{{ site.baseurl }}/assets/img/backgrounds/design.jpg');
+
+ background-size: cover;
+ background-position: center center;
+}
+
+/* Blurring the image to increase readability */
+.blur{
+ -webkit-backdrop-filter: blur(3px);
+ backdrop-filter: blur(3px);
+}
diff --git a/assets/img/backgrounds/design.jpg b/assets/img/backgrounds/design.jpg
new file mode 100644
index 0000000..d05f9d1
Binary files /dev/null and b/assets/img/backgrounds/design.jpg differ
diff --git a/index.md b/index.md
index f595af7..d71e357 100644
--- a/index.md
+++ b/index.md
@@ -12,13 +12,12 @@ header:
sections:
- type: call-to-action.html
section_id: about
- background_style: bg-primary
- title: We've got what you need!
- text: Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!
+ title: What is OSDG?
+ text: Open Source software is any computer software that's distributed with its source code available for modification and we are the Open Source Community of IIIT Hyderabad! We promote the use of and the contribution to Open Source software.
actions:
- - title: Get Started!
- url: '#page-top'
- class: btn-light
+ - title: About us
+ url: '/about'
+ class: btn-primary
- type: services.html
section_id: services