all of the css should be fixed now

This commit is contained in:
Rushil Umaretiya 2020-07-10 11:33:05 -04:00
parent ec3fcc9aef
commit 98d1c7a5a8

View File

@ -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>