reorganized static files folder

added folders for js and css files, added bootstrap files to static
This commit is contained in:
2021-12-09 07:08:43 -06:00
parent 5e7b35926d
commit d6220fee57
49 changed files with 60262 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en"> {% load bootstrap5 %} {% load static %}
<html lang="en"> {% load static %}
<head>
<meta charset="UTF-8">
<title>{% block title %}Title{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% bootstrap_css %}
{% bootstrap_javascript %}
<link rel='stylesheet' href="{% static 'base.css' %}">
<script src="{% static 'js/bootstrap.bundle.js' %}" crossorigin="anonymous"></script>
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
<link rel='stylesheet' href="{% static 'css/base.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
@@ -17,7 +17,6 @@
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top" style="padding-top: env(safe-area-inset-top);">
<div class="container-fluid">
<a class="navbar-brand fw-bolder text-uppercase" href="{% url 'home' %}">⚾️ Bench Coach</a>