From d5e9a65f2545f38d92635ae05b7d29a8069bb48d Mon Sep 17 00:00:00 2001
From: rushilwiz <rushilwiz@gmail.com>
Date: Fri, 10 Jul 2020 00:03:28 -0400
Subject: [PATCH] fixed images for index

---
 .../homepage/css/res/{abrar.PNG => abrar.png} | Bin
 .../homepage/css/res/{adnan.PNG => adnan.png} | Bin
 .../css/res/{rushil.PNG => rushil.png}        | Bin
 .../css/res/{rushilu.PNG => rushilu.png}      | Bin
 .../res/{smallbranch.PNG => smallbranch.png}  | Bin
 .../homepage/css/res/{taj.PNG => taj.png}     | Bin
 .../css/res/{xbutton.PNG => xbutton.png}      | Bin
 .../homepage/css/res/{zaeem.PNG => zaeem.png} | Bin
 .../homepage/static/homepage/css/styles.css   | 905 ++++++++++++++++--
 .../homepage/templates/homepage/index.html    |  61 +-
 10 files changed, 864 insertions(+), 102 deletions(-)
 rename brancher/homepage/static/homepage/css/res/{abrar.PNG => abrar.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{adnan.PNG => adnan.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{rushil.PNG => rushil.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{rushilu.PNG => rushilu.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{smallbranch.PNG => smallbranch.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{taj.PNG => taj.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{xbutton.PNG => xbutton.png} (100%)
 rename brancher/homepage/static/homepage/css/res/{zaeem.PNG => zaeem.png} (100%)

diff --git a/brancher/homepage/static/homepage/css/res/abrar.PNG b/brancher/homepage/static/homepage/css/res/abrar.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/abrar.PNG
rename to brancher/homepage/static/homepage/css/res/abrar.png
diff --git a/brancher/homepage/static/homepage/css/res/adnan.PNG b/brancher/homepage/static/homepage/css/res/adnan.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/adnan.PNG
rename to brancher/homepage/static/homepage/css/res/adnan.png
diff --git a/brancher/homepage/static/homepage/css/res/rushil.PNG b/brancher/homepage/static/homepage/css/res/rushil.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/rushil.PNG
rename to brancher/homepage/static/homepage/css/res/rushil.png
diff --git a/brancher/homepage/static/homepage/css/res/rushilu.PNG b/brancher/homepage/static/homepage/css/res/rushilu.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/rushilu.PNG
rename to brancher/homepage/static/homepage/css/res/rushilu.png
diff --git a/brancher/homepage/static/homepage/css/res/smallbranch.PNG b/brancher/homepage/static/homepage/css/res/smallbranch.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/smallbranch.PNG
rename to brancher/homepage/static/homepage/css/res/smallbranch.png
diff --git a/brancher/homepage/static/homepage/css/res/taj.PNG b/brancher/homepage/static/homepage/css/res/taj.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/taj.PNG
rename to brancher/homepage/static/homepage/css/res/taj.png
diff --git a/brancher/homepage/static/homepage/css/res/xbutton.PNG b/brancher/homepage/static/homepage/css/res/xbutton.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/xbutton.PNG
rename to brancher/homepage/static/homepage/css/res/xbutton.png
diff --git a/brancher/homepage/static/homepage/css/res/zaeem.PNG b/brancher/homepage/static/homepage/css/res/zaeem.png
similarity index 100%
rename from brancher/homepage/static/homepage/css/res/zaeem.PNG
rename to brancher/homepage/static/homepage/css/res/zaeem.png
diff --git a/brancher/homepage/static/homepage/css/styles.css b/brancher/homepage/static/homepage/css/styles.css
index e09b513..535ce94 100644
--- a/brancher/homepage/static/homepage/css/styles.css
+++ b/brancher/homepage/static/homepage/css/styles.css
@@ -111,71 +111,773 @@ nav {
       color: #fff !important;
     }
     @media (min-width: 576px) {
+      .col-sm {
+        flex-basis: 0;
+        flex-grow: 1;
+        min-width: 0;
+        max-width: 100%;
+      }
 
-            .btn-dark {
-              color: #fff;
-              background-color: #343a40;
-              border-color: #343a40;
-            }
-            .btn-social {
-              height: 2.5rem;
-              width: 2.5rem;
-              display: inline-flex;
-              align-items: center;
-              justify-content: center;
-              padding: 0;
-              border-radius: 100%;
-            }
-            .mx-2 {
-              margin-right: 0.5rem !important;
-            }
+      .row-cols-sm-1 > * {
+        flex: 0 0 100%;
+        max-width: 100%;
+      }
 
+      .row-cols-sm-2 > * {
+        flex: 0 0 50%;
+        max-width: 50%;
+      }
 
-            @media (min-width: 768px) {
-              section {
-                padding: 9rem 0;
-              }
-            }
+      .row-cols-sm-3 > * {
+        flex: 0 0 33.3333333333%;
+        max-width: 33.3333333333%;
+      }
 
-            .page-section h2.section-heading {
-              font-size: 2.5rem;
-              margin-top: 0;
-              margin-bottom: 1rem;
-            }
-            .page-section h3.section-subheading {
-              font-size: 1rem;
-              font-weight: 400;
-              font-style: italic;
-              font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-              margin-bottom: 4rem;
-            }
-            .team-member {
-              margin-bottom: 3rem;
-              text-align: center;
-            }
-            .team-member img {
-              width: 14rem;
-              height: 14rem;
-              border: 0.5rem solid rgba(0, 0, 0, 0.1);
-            }
-            .team-member h4 {
-              margin-top: 1.5rem;
-              margin-bottom: 0;
-            }
-            .bg-light {
-              background-color: #070707 !important;
-            }
-            .col-xl,
-            .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
-            .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
-            .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
-            .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
-            .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
-              position: relative;
-              width: 100%;
-              padding-right: 0.75rem;
-              padding-left: 0.75rem;
-            }
+      .row-cols-sm-4 > * {
+        flex: 0 0 25%;
+        max-width: 25%;
+      }
+
+      .row-cols-sm-5 > * {
+        flex: 0 0 20%;
+        max-width: 20%;
+      }
+
+      .row-cols-sm-6 > * {
+        flex: 0 0 16.6666666667%;
+        max-width: 16.6666666667%;
+      }
+      .btn-primary {
+        background-color: #070707;
+        border-color: #fed136;
+        color: #fff;
+      }
+      .btn-primary:hover {
+        color: #fff;
+        background-color: #fec810;
+        border-color: #fec503;
+      }
+      .btn-primary:focus, .btn-primary.focus {
+        color: #fff;
+        background-color: #fec810;
+        border-color: #fec503;
+        box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
+      }
+      .btn-primary.disabled, .btn-primary:disabled {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
+        color: #fff;
+        background-color: #fec503;
+        border-color: #f3bd01;
+      }
+      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
+      }
+
+      .btn-secondary {
+        color: #fff;
+        background-color: #6c757d;
+        border-color: #6c757d;
+      }
+      .btn-secondary:hover {
+        color: #fff;
+        background-color: #5a6268;
+        border-color: #545b62;
+      }
+      .btn-secondary:focus, .btn-secondary.focus {
+        color: #fff;
+        background-color: #5a6268;
+        border-color: #545b62;
+        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+      }
+      .btn-secondary.disabled, .btn-secondary:disabled {
+        color: #fff;
+        background-color: #6c757d;
+        border-color: #6c757d;
+      }
+      .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
+        color: #fff;
+        background-color: #545b62;
+        border-color: #4e555b;
+      }
+      .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+      }
+
+      .btn-success {
+        color: #fff;
+        background-color: #28a745;
+        border-color: #28a745;
+      }
+      .btn-success:hover {
+        color: #fff;
+        background-color: #218838;
+        border-color: #1e7e34;
+      }
+      .btn-success:focus, .btn-success.focus {
+        color: #fff;
+        background-color: #218838;
+        border-color: #1e7e34;
+        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+      }
+      .btn-success.disabled, .btn-success:disabled {
+        color: #fff;
+        background-color: #28a745;
+        border-color: #28a745;
+      }
+      .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
+        color: #fff;
+        background-color: #1e7e34;
+        border-color: #1c7430;
+      }
+      .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+      }
+
+      .btn-info {
+        color: #fff;
+        background-color: #17a2b8;
+        border-color: #17a2b8;
+      }
+      .btn-info:hover {
+        color: #fff;
+        background-color: #138496;
+        border-color: #117a8b;
+      }
+      .btn-info:focus, .btn-info.focus {
+        color: #fff;
+        background-color: #138496;
+        border-color: #117a8b;
+        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+      }
+      .btn-info.disabled, .btn-info:disabled {
+        color: #fff;
+        background-color: #17a2b8;
+        border-color: #17a2b8;
+      }
+      .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
+        color: #fff;
+        background-color: #117a8b;
+        border-color: #10707f;
+      }
+      .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+      }
+
+      .btn-warning {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-warning:hover {
+        color: #fff;
+        background-color: #fec810;
+        border-color: #fec503;
+      }
+      .btn-warning:focus, .btn-warning.focus {
+        color: #fff;
+        background-color: #fec810;
+        border-color: #fec503;
+        box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
+      }
+      .btn-warning.disabled, .btn-warning:disabled {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
+        color: #fff;
+        background-color: #fec503;
+        border-color: #f3bd01;
+      }
+      .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
+      }
+
+      .btn-danger {
+        color: #fff;
+        background-color: #dc3545;
+        border-color: #dc3545;
+      }
+      .btn-danger:hover {
+        color: #fff;
+        background-color: #c82333;
+        border-color: #bd2130;
+      }
+      .btn-danger:focus, .btn-danger.focus {
+        color: #fff;
+        background-color: #c82333;
+        border-color: #bd2130;
+        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+      }
+      .btn-danger.disabled, .btn-danger:disabled {
+        color: #fff;
+        background-color: #dc3545;
+        border-color: #dc3545;
+      }
+      .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
+        color: #fff;
+        background-color: #bd2130;
+        border-color: #b21f2d;
+      }
+      .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+      }
+
+      .btn-light {
+        color: #212529;
+        background-color: #f8f9fa;
+        border-color: #f8f9fa;
+      }
+      .btn-light:hover {
+        color: #212529;
+        background-color: #e2e6ea;
+        border-color: #dae0e5;
+      }
+      .btn-light:focus, .btn-light.focus {
+        color: #212529;
+        background-color: #e2e6ea;
+        border-color: #dae0e5;
+        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+      }
+      .btn-light.disabled, .btn-light:disabled {
+        color: #212529;
+        background-color: #f8f9fa;
+        border-color: #f8f9fa;
+      }
+      .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
+        color: #212529;
+        background-color: #dae0e5;
+        border-color: #d3d9df;
+      }
+      .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+      }
+
+      .btn-dark {
+        color: #fff;
+        background-color: #343a40;
+        border-color: #343a40;
+      }
+      .btn-dark:hover {
+        color: #fff;
+        background-color: #23272b;
+        border-color: #1d2124;
+      }
+      .btn-dark:focus, .btn-dark.focus {
+        color: #fff;
+        background-color: #23272b;
+        border-color: #1d2124;
+        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+      }
+      .btn-dark.disabled, .btn-dark:disabled {
+        color: #fff;
+        background-color: #343a40;
+        border-color: #343a40;
+      }
+      .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
+        color: #fff;
+        background-color: #1d2124;
+        border-color: #171a1d;
+      }
+      .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+      }
+
+      .btn-outline-primary {
+        color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-primary:hover {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-primary:focus, .btn-outline-primary.focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
+      }
+      .btn-outline-primary.disabled, .btn-outline-primary:disabled {
+        color: #fed136;
+        background-color: transparent;
+      }
+      .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
+      }
+
+      .btn-outline-secondary {
+        color: #6c757d;
+        border-color: #6c757d;
+      }
+      .btn-outline-secondary:hover {
+        color: #fff;
+        background-color: #6c757d;
+        border-color: #6c757d;
+      }
+      .btn-outline-secondary:focus, .btn-outline-secondary.focus {
+        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
+      }
+      .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+        color: #6c757d;
+        background-color: transparent;
+      }
+      .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
+        color: #fff;
+        background-color: #6c757d;
+        border-color: #6c757d;
+      }
+      .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
+      }
+
+      .btn-outline-success {
+        color: #28a745;
+        border-color: #28a745;
+      }
+      .btn-outline-success:hover {
+        color: #fff;
+        background-color: #28a745;
+        border-color: #28a745;
+      }
+      .btn-outline-success:focus, .btn-outline-success.focus {
+        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+      }
+      .btn-outline-success.disabled, .btn-outline-success:disabled {
+        color: #28a745;
+        background-color: transparent;
+      }
+      .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
+        color: #fff;
+        background-color: #28a745;
+        border-color: #28a745;
+      }
+      .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+      }
+
+      .btn-outline-info {
+        color: #17a2b8;
+        border-color: #17a2b8;
+      }
+      .btn-outline-info:hover {
+        color: #fff;
+        background-color: #17a2b8;
+        border-color: #17a2b8;
+      }
+      .btn-outline-info:focus, .btn-outline-info.focus {
+        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+      }
+      .btn-outline-info.disabled, .btn-outline-info:disabled {
+        color: #17a2b8;
+        background-color: transparent;
+      }
+      .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
+        color: #fff;
+        background-color: #17a2b8;
+        border-color: #17a2b8;
+      }
+      .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+      }
+
+      .btn-outline-warning {
+        color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-warning:hover {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-warning:focus, .btn-outline-warning.focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
+      }
+      .btn-outline-warning.disabled, .btn-outline-warning:disabled {
+        color: #fed136;
+        background-color: transparent;
+      }
+      .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
+        color: #fff;
+        background-color: #fed136;
+        border-color: #fed136;
+      }
+      .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
+      }
+
+      .btn-outline-danger {
+        color: #dc3545;
+        border-color: #dc3545;
+      }
+      .btn-outline-danger:hover {
+        color: #fff;
+        background-color: #dc3545;
+        border-color: #dc3545;
+      }
+      .btn-outline-danger:focus, .btn-outline-danger.focus {
+        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+      }
+      .btn-outline-danger.disabled, .btn-outline-danger:disabled {
+        color: #dc3545;
+        background-color: transparent;
+      }
+      .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
+        color: #fff;
+        background-color: #dc3545;
+        border-color: #dc3545;
+      }
+      .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+      }
+
+      .btn-outline-light {
+        color: #f8f9fa;
+        border-color: #f8f9fa;
+      }
+      .btn-outline-light:hover {
+        color: #212529;
+        background-color: #f8f9fa;
+        border-color: #f8f9fa;
+      }
+      .btn-outline-light:focus, .btn-outline-light.focus {
+        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
+      }
+      .btn-outline-light.disabled, .btn-outline-light:disabled {
+        color: #f8f9fa;
+        background-color: transparent;
+      }
+      .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
+        color: #212529;
+        background-color: #f8f9fa;
+        border-color: #f8f9fa;
+      }
+      .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
+      }
+
+      .btn-outline-dark {
+        color: #343a40;
+        border-color: #343a40;
+      }
+      .btn-outline-dark:hover {
+        color: #fff;
+        background-color: #343a40;
+        border-color: #343a40;
+      }
+      .btn-outline-dark:focus, .btn-outline-dark.focus {
+        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
+      }
+      .btn-outline-dark.disabled, .btn-outline-dark:disabled {
+        color: #343a40;
+        background-color: transparent;
+      }
+      .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
+        color: #fff;
+        background-color: #343a40;
+        border-color: #343a40;
+      }
+      .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
+        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
+      }
+
+      .btn-link {
+        font-weight: 400;
+        color: #fed136;
+        text-decoration: none;
+      }
+      .btn-link:hover {
+        color: #e6b301;
+        text-decoration: underline;
+      }
+      .btn-link:focus, .btn-link.focus {
+        text-decoration: underline;
+      }
+      .btn-link:disabled, .btn-link.disabled {
+        color: #6c757d;
+        pointer-events: none;
+      }
+
+      .btn-lg, .btn-group-lg > .btn {
+        padding: 0.5rem 1rem;
+        font-size: 1.25rem;
+        line-height: 1.5;
+        border-radius: 0.3rem;
+      }
+
+      .btn-sm, .btn-group-sm > .btn {
+        padding: 0.25rem 0.5rem;
+        font-size: 0.875rem;
+        line-height: 1.5;
+        border-radius: 0.2rem;
+      }
+
+      .btn-block {
+        display: block;
+        width: 100%;
+      }
+      .btn-block + .btn-block {
+        margin-top: 0.5rem;
+      }
+
+      input[type=submit].btn-block,
+      input[type=reset].btn-block,
+      input[type=button].btn-block {
+        width: 100%;
+      }
+
+      .fade {
+        transition: opacity 0.15s linear;
+      }
+      @media (prefers-reduced-motion: reduce) {
+        .fade {
+          transition: none;
+        }
+      }
+      .fade:not(.show) {
+        opacity: 0;
+      }
+      .btn-social {
+        height: 2.5rem;
+        width: 2.5rem;
+        display: inline-flex;
+        align-items: center;
+        justify-content: center;
+        padding: 0;
+        border-radius: 100%;
+      }
+      .mx-2 {
+        margin-right: 0.5rem !important;
+      }
+      .mx-2 {
+        margin-left: 0.5rem !important;
+      }
+    .col-auto {
+      flex: 0 0 auto;
+      width: auto;
+      max-width: 100%;
+    }
+
+    .col-1 {
+      flex: 0 0 8.3333333333%;
+      max-width: 8.3333333333%;
+    }
+
+    .col-2 {
+      flex: 0 0 16.6666666667%;
+      max-width: 16.6666666667%;
+    }
+
+    .col-3 {
+      flex: 0 0 25%;
+      max-width: 25%;
+    }
+
+    .col-4 {
+      flex: 0 0 33.3333333333%;
+      max-width: 33.3333333333%;
+    }
+
+    .col-5 {
+      flex: 0 0 41.6666666667%;
+      max-width: 41.6666666667%;
+    }
+
+    .col-6 {
+      flex: 0 0 50%;
+      max-width: 50%;
+    }
+
+    .col-7 {
+      flex: 0 0 58.3333333333%;
+      max-width: 58.3333333333%;
+    }
+
+    .col-8 {
+      flex: 0 0 66.6666666667%;
+      max-width: 66.6666666667%;
+    }
+
+    .col-9 {
+      flex: 0 0 75%;
+      max-width: 75%;
+    }
+
+    .col-10 {
+      flex: 0 0 83.3333333333%;
+      max-width: 83.3333333333%;
+    }
+
+    .col-11 {
+      flex: 0 0 91.6666666667%;
+      max-width: 91.6666666667%;
+    }
+
+    .col-12 {
+      flex: 0 0 100%;
+      max-width: 100%;
+    }
+    @media (min-width: 768px) {
+      section {
+        padding: 9rem 0;
+      }
+    }
+    .page-section {
+      padding: 6rem 0;
+    }
+    .page-section h2.section-heading {
+      font-size: 2.5rem;
+      margin-top: 0;
+      margin-bottom: 1rem;
+    }
+    .page-section h3.section-subheading {
+      font-size: 1rem;
+      font-weight: 400;
+      font-style: italic;
+      font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+      margin-bottom: 4rem;
+    }
+    .team-member {
+      margin-bottom: 3rem;
+      text-align: center;
+    }
+    .team-member img {
+      width: 14rem;
+      height: 14rem;
+      border: 0.5rem solid rgba(0, 0, 0, 0.1);
+    }
+    .team-member h4 {
+      margin-top: 1.5rem;
+      margin-bottom: 0;
+    }
+    .bg-light {
+      background-color: #070707 !important;
+    }
+    .col-xl,
+    .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
+    .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
+    .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
+    .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
+    .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
+      position: relative;
+      width: 100%;
+      padding-right: 0.75rem;
+      padding-left: 0.75rem;
+    }
+
+    .col {
+      flex-basis: 0;
+      flex-grow: 1;
+      min-width: 0;
+      max-width: 100%;
+    }
+
+    .row-cols-1 > * {
+      flex: 0 0 100%;
+      max-width: 100%;
+    }
+
+    .row-cols-2 > * {
+      flex: 0 0 50%;
+      max-width: 50%;
+    }
+
+    .row-cols-3 > * {
+      flex: 0 0 33.3333333333%;
+      max-width: 33.3333333333%;
+    }
+
+    .row-cols-4 > * {
+      flex: 0 0 25%;
+      max-width: 25%;
+    }
+
+    .row-cols-5 > * {
+      flex: 0 0 20%;
+      max-width: 20%;
+    }
+
+    .row-cols-6 > * {
+      flex: 0 0 16.6666666667%;
+      max-width: 16.6666666667%;
+    }
+
+    .col-auto {
+      flex: 0 0 auto;
+      width: auto;
+      max-width: 100%;
+    }
+
+    .col-1 {
+      flex: 0 0 8.3333333333%;
+      max-width: 8.3333333333%;
+    }
+
+    .col-2 {
+      flex: 0 0 16.6666666667%;
+      max-width: 16.6666666667%;
+    }
+
+    .col-3 {
+      flex: 0 0 25%;
+      max-width: 25%;
+    }
+
+    .col-4 {
+      flex: 0 0 33.3333333333%;
+      max-width: 33.3333333333%;
+    }
+
+    .col-5 {
+      flex: 0 0 41.6666666667%;
+      max-width: 41.6666666667%;
+    }
+
+    .col-6 {
+      flex: 0 0 50%;
+      max-width: 50%;
+    }
+
+    .col-7 {
+      flex: 0 0 58.3333333333%;
+      max-width: 58.3333333333%;
+    }
+
+    .col-8 {
+      flex: 0 0 66.6666666667%;
+      max-width: 66.6666666667%;
+    }
+
+    .col-9 {
+      flex: 0 0 75%;
+      max-width: 75%;
+    }
+
+    .col-10 {
+      flex: 0 0 83.3333333333%;
+      max-width: 83.3333333333%;
+    }
+
+    .col-11 {
+      flex: 0 0 91.6666666667%;
+      max-width: 91.6666666667%;
+    }
+
+    .col-12 {
+      flex: 0 0 100%;
+      max-width: 100%;
+    }
+    a.bg-light:hover, a.bg-light:focus,
+    button.bg-light:hover,
+    button.bg-light:focus {
+      background-color: #dae0e5 !important;
+    }
 
   .row {
     display: flex;
@@ -256,6 +958,47 @@ p {
 .content {
   padding: 50px 2% 250px; }
 
+.hero {
+  position: relative;
+  background: #333 url(res/branch_big.svg) no-repeat center center fixed;
+  -webkit-background-size: cover;
+  -moz-background-size: cover;
+  background-size: cover;
+  background-attachment: local;
+<<<<<<< HEAD
+<<<<<<< HEAD
+  color: #FFFFFF;
+=======
+=======
+>>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0
+  body {
+  animation: 10000ms ease-in-out infinite color-change;
+}
+
+
+<<<<<<< HEAD
+
+>>>>>>> 362401d662a29cb198c7c00b361d9d098c08fc9b
+=======
+
+
+
+>>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0
+  padding-top: 70px;
+  min-height: 100vh;
+  letter-spacing: 2px;
+  font-family: "Montserrat", sans-serif; }
+  .hero h2 {
+    font-family: "Gotham-Bold", "Montserrat", sans-serif; }
+    h2, .h2 {
+      font-size: 2rem;
+    }
+  .hero #bottomRight {
+    bottom: 0;
+    right: 0;
+    text-align: right;
+    position: absolute; }
+
 .scroll-text {
   height: 76.8px;
   overflow: hidden; }
@@ -281,6 +1024,46 @@ p {
     -ms-transform: translateY(20px);
     transform: translateY(20px); } }
 
+/*# sourceMappingURL=styles.css.map */
+
+/* The side navigation menu */
+.sidenav {
+ height: 100%; /* 100% Full-height */
+ width: 0; /* 0 width - change this with JavaScript */
+ position: fixed; /* Stay in place */
+ z-index: 1; /* Stay on top */
+ top: 0; /* Stay at the top */
+ right: 0;
+ background-color: #111; /* Black*/
+ overflow-x: hidden; /* Disable horizontal scroll */
+ padding-top: 60px; /* Place content 60px from the top */
+ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
+}
+
+/* The navigation menu links */
+.sidenav a {
+ padding: 8px 8px 8px 32px;
+ text-decoration: none;
+ font-size: 25px;
+ color: #818181;
+ display: block;
+ transition: 0.3s;
+}
+
+/* When you mouse over the navigation links, change their color */
+.sidenav a:hover {
+ color: #f1f1f1;
+}
+
+/* Position and style the close button (top right corner) */
+.sidenav .closebtn {
+ position: absolute;
+ top: 0;
+ right: 25px;
+ font-size: 36px;
+ margin-left: 50px;
+}
+
 /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
 #main {
  transition: margin-left .5s;
diff --git a/brancher/homepage/templates/homepage/index.html b/brancher/homepage/templates/homepage/index.html
index f4af559..e4f8242 100644
--- a/brancher/homepage/templates/homepage/index.html
+++ b/brancher/homepage/templates/homepage/index.html
@@ -6,14 +6,14 @@
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
-<script type="text/javascript" src="js/main.js"></script>
+<script type="text/javascript" src="{% static 'js/main.js' %}"></script>
 <script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="{% static 'homepage/css/styles.css' %}">
 
 <head>
   <title>Brancher</title>
-  <link rel="icon" type="image/x-icon" href="./css/res/inverse_branch.svg"/>
+  <link rel="icon" type="image/x-icon" href="{% static 'homepage/css/res/inverse_branch.svg' %}"/>
 </head>
 
 <body>
@@ -24,7 +24,7 @@
     <div class="row">
 
       <a>
-        <img class="logo" src="./css/res/brancher_logo_v2_white.png" style="padding-left: 10px">
+        <img class="logo" src="{% static 'homepage/css/res/brancher_logo_v2_white.png' %}" style="padding-left: 10px">
         <!--logo font is unispace-->
       </a>
 
@@ -46,55 +46,34 @@
       </nav>
     </div>
   </header>
-  <!--<div class="hero gradient-border">-->
-
-  <!--<head>
-    <meta charset="utf-8">
-    <title>...</title>
-    <link rel="stylesheet" type="text/css" href="css/slider.css" />
-    <script src="js/slider.js"></script>
-  </head>
-  <body>
-    <div class="ba-slider">
-      <a href="influencer.html">
-        <img src="css/res/home_page_influencers_r.png" style="padding-top: 70px" alt="">
-      </a>
-       <div class="resize">
-         <a href="company.html">
-           <img src="css/res/home_page_companies.png" style="padding-top: 70px" alt="">
-         </a>
-       </div>
-       <span class="handle"></span>
-     </div>
-  </body>-->
 
   <head>
     <meta charset="utf-8">
     <title>...</title>
-    <link rel="stylesheet" type="text/css" href="css/slider.css" />
+    <link rel="stylesheet" type="text/css" href="{% static 'css/slider.css' %}" />
   </head>
   <body>
     <div>
       <div class="column" style="margin-top: 70px">
         <a href="company.html">
-          <img src="css/res/home_page_left_v2.png" alt="" style="width:100%; height:auto" >
+          <img src="{% static 'homepage/css/res/home_page_left_v2.png' %}" alt="" style="width:100%; height:auto" >
         </a>
       </div>
       <div class="column" style="margin-top: 70px">
         <a href="influencer.html">
-          <img src="css/res/home_page_right_v2.png" alt="" style="width:100%; height:auto">
+          <img src="{% static 'homepage/css/res/home_page_right_v2.png' %}" alt="" style="width:100%; height:auto">
         </a>
       </div>
     </div>
     <!--<div class = "columnSpaceContainer">
       <div class="columnSpace">
         <a href="company.html">
-          <img src="css/res/white.png" alt="" style="width:100%;height:5%" >
+          <img src="{% static 'homepage/css/res/white.png' %}" alt="" style="width:100%;height:5%" >
         </a>
       </div>
       <div class="columnSpace">
         <a href="influencer.html">
-          <img src="css/res/black.png" alt="" style="width:100%;height:5%">
+          <img src="{% static 'homepage/css/res/black.png' %}" alt="" style="width:100%;height:5%">
         </a>
       </div>
     </div>-->
@@ -115,7 +94,7 @@ content, with much convenience."</h1>
           <div class="row">
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/zaeem.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/zaeem.png' %}" alt="" />
                       <h4>Zaeem Qureshi</h4>
                       <p class="text-muted">Chief Operations Offiicer</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/lightningzaqueem/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/zaeem.kureshi.39"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:zaeem.kureshe11@gmail.com"><i class="fa fa-envelope"></i></a>
@@ -123,7 +102,7 @@ content, with much convenience."</h1>
               </div>
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/adnan.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/adnan.png' %}" alt="" />
                       <h4>Adnan Murtaza</h4>
                       <p class="text-muted">Lead Designer</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/adnanmurtaza1/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/adnan.murtaza.378"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:adnanamurtaza@gmail.com"><i class="fa fa-envelope"></i></a>
@@ -131,7 +110,7 @@ content, with much convenience."</h1>
               </div>
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/rushil.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/rushil.png' %}" alt="" />
                       <h4>Rushil Sidhu</h4>
                       <p class="text-muted">Chief Executive Officer</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/rushil_sidhu/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/rushil.sidhu"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:rushilsidhu@gmail.com"><i class="fa fa-envelope"></i></a>
@@ -141,7 +120,7 @@ content, with much convenience."</h1>
           <div class="row">
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/taj.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/taj.png' %}" alt="" />
                       <h4>Taj Abdin</h4>
                       <p class="text-muted">Lead Consultant</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/tma_taj/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/taj.abdin.9"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:tajabdin123@gmail.com"><i class="fa fa-envelope"></i></a>
@@ -149,7 +128,7 @@ content, with much convenience."</h1>
               </div>
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/abrar.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/abrar.png' %}" alt="" />
                       <h4>Abrar Murtaza</h4>
                       <p class="text-muted">Lead Marketer</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/abrar.m123/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/abrar.murtaza.16"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:abrarmurtaza3@gmail.com"><i class="fa fa-envelope"></i></a>
@@ -157,7 +136,7 @@ content, with much convenience."</h1>
               </div>
               <div class="col-lg-4">
                   <div class="team-member">
-                      <img class="mx-auto rounded-circle" src="css/res/rushilu.PNG" alt="" />
+                      <img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/rushilu.png' %}" alt="" />
                       <h4>Rushil Umaretiya</h4>
                       <p class="text-muted">Lead Developer</p>
                       <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/rushilwiz/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/rushil.umaretiya.12"><i class="fab fa-facebook"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:rushilwiz@gmail.com"><i class="fab fa-envelope"></i></a>
@@ -181,12 +160,12 @@ content, with much convenience."</h1>
     <div class = "columnSpaceContainer">
       <div class="columnSpace">
         <a href="company.html">
-          <img src="css/res/white.png" alt="" style="width:100%;height:100%" >
+          <img src="{% static 'homepage/css/res/white.png' %}" alt="" style="width:100%;height:100%" >
         </a>
       </div>
       <div class="columnSpace">
         <a href="influencer.html">
-          <img src="css/res/black.png" alt="" style="width:100%;height:100%">
+          <img src="{% static 'homepage/css/res/black.png' %}" alt="" style="width:100%;height:100%">
         </a>
       </div>
     </div>
@@ -230,7 +209,7 @@ content, with much convenience."</h1>
               <div class="col-lg-4 text-lg-left">BrancherCo</div>
               <div class="col-lg-4 my-3 my-lg-0">
                   <a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/brancher.co/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.youtube.com/channel/UCdxzpAHn_Xd6IfaF-o55xBQ"><i class="fab fa-youtube"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:BrancherCo@gmail.com"><i class="fa fa-envelope"></i></a><a class="btn btn-dark btn-social mx-2"
-                   href="https://vm.tiktok.com/JdLtwpS/"><img src="https://img.icons8.com/ios/100/000000/tiktok.png" style="width:50%; height:50%; background-color:white;"/></a><a class="btn btn-dark btn-social mx-2" href="https://www.snapchat.com/add/brancher_co"><i class="fab fa-snapchat"></i></a>
+                   href="https://vm.tiktok.com/JdLtwpS/"><img src="https://img.icons8.com/ios/100/000000/tiktok.png' %}" style="width:50%; height:50%; background-color:white;"/></a><a class="btn btn-dark btn-social mx-2" href="https://www.snapchat.com/add/brancher_co"><i class="fab fa-snapchat"></i></a>
 
               </div>
 
@@ -244,10 +223,10 @@ content, with much convenience."</h1>
   <!-- Third party plugin JS-->
   <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
   <!-- Contact form JS-->
-  <script src="mail/jqBootstrapValidation.js"></script>
-  <script src="mail/contact_me.js"></script>
+  <script src="{% static 'mail/jqBootstrapValidation.js' %}"></script>
+  <script src="{% static 'mail/contact_me.js' %}"></script>
   <!-- Core theme JS-->
-  <script src="compjs.js"></script>
+  <script src="{% static 'compjs.js' %}"></script>
 </body>