Remove CDN dependencies, copy files locally #11
11 changed files with 8 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
||||||
.tox/
|
.tox/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
vendor/
|
/vendor/
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
*~
|
*~
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/** This CSS file was taken from fonts.google.com
|
/**
|
||||||
*
|
* The font "Roboto" and its derivatives are under Apache license, as published
|
||||||
* The font "roboto" and its derivatives are under Apache license, as published
|
|
||||||
* here: https://www.apache.org/licenses/LICENSE-2.0
|
* here: https://www.apache.org/licenses/LICENSE-2.0
|
||||||
* The font is by Christian Robertson. Thanks!
|
* The font is by Christian Robertson. Thanks!
|
||||||
*/
|
*/
|
After Width: | Height: | Size: 434 KiB |
|
@ -16,18 +16,15 @@
|
||||||
|
|
||||||
{# CSS #}
|
{# CSS #}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static "allauth_ens/fonts/roboto.css" %}">
|
href="{% static "vendor/font-awesome/4.7.0/css/font-awesome.min.css" %}">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static "font-awesome/css/font-awesome.min.css" %}"
|
href="{% static "allauth_ens/fonts/index.css" %}">
|
||||||
>
|
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static "allauth_ens/screen.css" %}">
|
href="{% static "allauth_ens/screen.css" %}">
|
||||||
|
|
||||||
{# JS #}
|
{# JS #}
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="{% static "allauth_ens/jquery-3.2.1.slim.min.js" %}"
|
src="{% static "vendor/jquery/3.2.1/jquery-3.2.1.slim.min.js" %}"></script>
|
||||||
integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=">
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="{% static "allauth_ens/authens.js" %}"></script>
|
src="{% static "allauth_ens/authens.js" %}"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue