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/ --- ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css (limited to 'ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css') diff --git a/ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css b/ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css new file mode 100644 index 0000000..a9ec9ea --- /dev/null +++ b/ogcp/static/AdminLTE/plugins/fontawesome-free/css/solid.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file -- cgit v1.2.3-18-g5258