chore: mv common static files to common-static

wip-recurring-payments
Aravinth Manivannan 2022-07-07 13:58:53 +05:30
parent b4183c1790
commit 5f6c3c459e
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
36 changed files with 22 additions and 21 deletions

View File

@ -26,6 +26,7 @@ env: ## Install all dependencies
@-virtualenv venv
. ./venv/bin/activate && pip install -r requirements.txt
. ./venv/bin/activate && ./integration/ci.sh init
. ./venv/bin/activate && yes yes | python manage.py collectstatic
freeze: ## Freeze python dependencies
@. ./venv/bin/activate && pip freeze > requirements.txt

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="{% static 'dash/css/main.css' %}" />
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<title>{% block title %} {% endblock %}</title>
{% include "common/components/meta.html" %}
</head>

View File

@ -1,10 +1,10 @@
{% load static %}
<meta charset="UTF-8" />
<link rel="stylesheet" href="{% static 'dash/css/main.css' %}" />
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<link
rel="stylesheet"
media="screen and (max-width: 1300px)"
href="{% static 'dash/css/mobile.css' %}"
href="{% static 'css/mobile.css' %}"
/>
<meta name="referrer" content="no-referrer-when-downgrade" />
@ -23,76 +23,76 @@
<link
rel="apple-touch-icon"
sizes="57x57"
href="{% static 'dash/img/apple-icon-57x57.png' %}"
href="{% static 'img/apple-icon-57x57.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="{% static 'dash/img/apple-icon-60x60.png' %}"
href="{% static 'img/apple-icon-60x60.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="{% static 'dash/img/apple-icon-72x72.png' %}"
href="{% static 'img/apple-icon-72x72.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="{% static 'dash/img/apple-icon-76x76.png' %}"
href="{% static 'img/apple-icon-76x76.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="{% static 'dash/img/apple-icon-114x114.png' %}"
href="{% static 'img/apple-icon-114x114.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="{% static 'dash/img/apple-icon-120x120.png' %}"
href="{% static 'img/apple-icon-120x120.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="{% static 'dash/img/apple-icon-144x144.png' %}"
href="{% static 'img/apple-icon-144x144.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="{% static 'dash/img/apple-icon-152x152.png' %}"
href="{% static 'img/apple-icon-152x152.png' %}"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="{% static 'dash/img/apple-icon-180x180.png' %}"
href="{% static 'img/apple-icon-180x180.png' %}"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="{% static 'dash/img/android-icon-192x192.png' %}"
href="{% static 'img/android-icon-192x192.png' %}"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="{% static 'dash/img/favicon-32x32.png' %}"
href="{% static 'img/favicon-32x32.png' %}"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="{% static 'dash/img/favicon-96x96.png' %}"
href="{% static 'img/favicon-96x96.png' %}"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="{% static 'dash/img/favicon-16x16.png' %}"
href="{% static 'img/favicon-16x16.png' %}"
/>
<link rel="manifest" href="{% static 'dash/img/manifest.json' %}" />
<link rel="manifest" href="{% static 'img/manifest.json' %}" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="{% static 'dash/img/ms-icon-144x144.png' %}"
content="{% static 'img/ms-icon-144x144.png' %}"
/>
<meta name="theme-color" content="#ffffff" />

View File

@ -3,7 +3,7 @@
<input type="checkbox" class="nav__toggle" id="nav__toggle" />
<div class="nav__header">
<a class="nav__logo-container" href="/">
<img src="{% static 'dash/img/android-icon-48x48.png' %}"
<img src="{% static 'img/android-icon-48x48.png' %}"
alt="Hostea temporary logo"/>
<p class="nav__home-btn">
ostea

View File

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 838 B

After

Width:  |  Height:  |  Size: 838 B

View File

Before

Width:  |  Height:  |  Size: 912 B

After

Width:  |  Height:  |  Size: 912 B

View File

Before

Width:  |  Height:  |  Size: 1003 B

After

Width:  |  Height:  |  Size: 1003 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 941 B

After

Width:  |  Height:  |  Size: 941 B

View File

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 961 B

View File

Before

Width:  |  Height:  |  Size: 1003 B

After

Width:  |  Height:  |  Size: 1003 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 711 B

After

Width:  |  Height:  |  Size: 711 B

View File

Before

Width:  |  Height:  |  Size: 829 B

After

Width:  |  Height:  |  Size: 829 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="{% static 'dash/css/main.css' %}" />
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<title>{{ title }}| Hostea Dashbaord</title>
{% include "common/components/meta.html" %}
</head>

View File

@ -4,7 +4,7 @@
<div class="nav__header">
<a class="nav__logo-container" href="/">
<img
src="{% static 'dash/img/android-icon-48x48.png' %}"
src="{% static 'img/android-icon-48x48.png' %}"
alt="Hostea temporary logo"
/>
<p class="nav__home-btn">ostea</p>