From b2a0e96fbd6975d73b103d5100683e071864f3bd Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Moreno Date: Tue, 1 Jun 2021 11:40:51 +0200 Subject: Add initial AdminLTE template files Add the open source AdminLTE bootstrap dashboard template to the static folder, and some plugins that we'll use in the following changes to the templates. Plugins: * jquery * bootstrap * font-awesome https://adminlte.io/ --- .../fontawesome-free/webfonts/fa-brands-400.eot | Bin 0 -> 134346 bytes .../fontawesome-free/webfonts/fa-brands-400.svg | 3717 +++++++++++++++ .../fontawesome-free/webfonts/fa-brands-400.ttf | Bin 0 -> 134040 bytes .../fontawesome-free/webfonts/fa-brands-400.woff | Bin 0 -> 90060 bytes .../fontawesome-free/webfonts/fa-brands-400.woff2 | Bin 0 -> 76764 bytes .../fontawesome-free/webfonts/fa-regular-400.eot | Bin 0 -> 34034 bytes .../fontawesome-free/webfonts/fa-regular-400.svg | 801 ++++ .../fontawesome-free/webfonts/fa-regular-400.ttf | Bin 0 -> 33736 bytes .../fontawesome-free/webfonts/fa-regular-400.woff | Bin 0 -> 16276 bytes .../fontawesome-free/webfonts/fa-regular-400.woff2 | Bin 0 -> 13276 bytes .../fontawesome-free/webfonts/fa-solid-900.eot | Bin 0 -> 203030 bytes .../fontawesome-free/webfonts/fa-solid-900.svg | 5034 ++++++++++++++++++++ .../fontawesome-free/webfonts/fa-solid-900.ttf | Bin 0 -> 202744 bytes .../fontawesome-free/webfonts/fa-solid-900.woff | Bin 0 -> 101652 bytes .../fontawesome-free/webfonts/fa-solid-900.woff2 | Bin 0 -> 78196 bytes 15 files changed, 9552 insertions(+) create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.eot create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.svg create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.ttf create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.eot create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.svg create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.ttf create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.eot create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.ttf create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 (limited to 'ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts') diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.eot b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..d05ea58 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.eot differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.svg b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..4e48a46 --- /dev/null +++ b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.ttf b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..fc567cd Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.ttf differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..db70e73 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..b8a8f65 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.eot b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..fae180d Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.eot differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.svg b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..9dba8c3 --- /dev/null +++ b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.svg @@ -0,0 +1,801 @@ + + + + +Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.ttf b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..d1ac9ba Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.ttf differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..e9f54b1 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..9df490e Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.eot b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..afe3152 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.eot differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..dce459d --- /dev/null +++ b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg @@ -0,0 +1,5034 @@ + + + + +Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.ttf b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..f33e816 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.ttf differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..73c1a4d Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff differ diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..dc52d95 Binary files /dev/null and b/ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 differ -- cgit v1.2.3-18-g5258