diff --git a/src/layouts/index.html b/src/layouts/index.html
index fff1431..2d41869 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -333,6 +333,16 @@
{{- partial "animation-1.html" . -}}
+
+
+
+
+
+
+
+
+
+
@@ -362,6 +372,16 @@
{{- partial "animation-2.html" . -}}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/static/Images/lg-screen-grid.svg b/src/static/Images/lg-screen-grid.svg
new file mode 100644
index 0000000..ceccc4e
--- /dev/null
+++ b/src/static/Images/lg-screen-grid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/css/navbar.css b/src/static/css/navbar.css
index e971691..89e1ad1 100644
--- a/src/static/css/navbar.css
+++ b/src/static/css/navbar.css
@@ -4,7 +4,7 @@
position: fixed;
width:100%;
padding: 0px !important;
- height: 62px;
+ height: 52px;
background-color: #1a1a1a !important;
text-transform: uppercase;
border-bottom: 1px solid gray;
@@ -13,8 +13,8 @@
/* Drop Verion */
.top-logo{
- height: 60px;
- width: 60px;
+ height: 50px;
+ width: 50px;
margin: 0px !important;
}