From f9a65c21504c54ba438321a4b5df6fa217fcb353 Mon Sep 17 00:00:00 2001
From: EZENGESH
Date: Sat, 3 Feb 2024 22:36:35 +0300
Subject: [PATCH 1/6] I have added footer and added social sites to the footer
---
assets/css/style.scss | 5 ++++-
src/home.html | 23 +++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 608698f8..a2b6cf62 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -1,6 +1,5 @@
---
---
-
@import "jekyll-theme-minimal";
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap'");
@import url("https://fonts.googleapis.com/css?family=Lato:700|Muli&display=swap");
@@ -13,3 +12,7 @@ h1 {
font-family: 'Lato', sans-serif;
font-weight: bold;
}
+.footer{
+ background-color: rgb(128, 128, 128);
+ height: 100px;
+}
diff --git a/src/home.html b/src/home.html
index edc1ce8f..fca4ff82 100644
--- a/src/home.html
+++ b/src/home.html
@@ -18,6 +18,8 @@
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
+
Water Level Monitoring System - IoT Project
+
@@ -120,6 +136,12 @@ Safe Zone
Made by Vinit Shahdeo
+
@@ -206,5 +228,6 @@ Safe Zone
});
+