From 98d1c7a5a8956f008d51b815d36a634c655872c4 Mon Sep 17 00:00:00 2001 From: rushilwiz <rushilwiz@gmail.com> Date: Fri, 10 Jul 2020 11:33:05 -0400 Subject: [PATCH] all of the css should be fixed now --- brancher/homepage/templates/homepage/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/brancher/homepage/templates/homepage/index.html b/brancher/homepage/templates/homepage/index.html index c7a1bba..7ad090d 100644 --- a/brancher/homepage/templates/homepage/index.html +++ b/brancher/homepage/templates/homepage/index.html @@ -6,7 +6,7 @@ <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="{% static 'js/main.js' %}"></script> +<script type="text/javascript" src="{% static 'homepage/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' %}"> @@ -50,7 +50,7 @@ <head> <meta charset="utf-8"> <title>...</title> - <link rel="stylesheet" type="text/css" href="{% static 'css/slider.css' %}" /> + <link rel="stylesheet" type="text/css" href="{% static 'homepage/css/slider.css' %}" /> </head> <body> <div> @@ -223,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="{% static 'mail/jqBootstrapValidation.js' %}"></script> - <script src="{% static 'mail/contact_me.js' %}"></script> + <script src="{% static 'homepage/mail/jqBootstrapValidation.js' %}"></script> + <script src="{% static 'homepage/mail/contact_me.js' %}"></script> <!-- Core theme JS--> - <script src="{% static 'compjs.js' %}"></script> + <script src="{% static 'homepage/js/compjs.js' %}"></script> </body>