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/ --- .../static/AdminLTE/dist/img/credit/american-express.png | Bin 0 -> 2162 bytes ogcp/static/AdminLTE/dist/img/credit/cirrus.png | Bin 0 -> 1577 bytes ogcp/static/AdminLTE/dist/img/credit/mastercard.png | Bin 0 -> 1575 bytes ogcp/static/AdminLTE/dist/img/credit/paypal.png | Bin 0 -> 1976 bytes ogcp/static/AdminLTE/dist/img/credit/paypal2.png | Bin 0 -> 1219 bytes ogcp/static/AdminLTE/dist/img/credit/visa.png | Bin 0 -> 1062 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ogcp/static/AdminLTE/dist/img/credit/american-express.png create mode 100644 ogcp/static/AdminLTE/dist/img/credit/cirrus.png create mode 100644 ogcp/static/AdminLTE/dist/img/credit/mastercard.png create mode 100644 ogcp/static/AdminLTE/dist/img/credit/paypal.png create mode 100644 ogcp/static/AdminLTE/dist/img/credit/paypal2.png create mode 100644 ogcp/static/AdminLTE/dist/img/credit/visa.png (limited to 'ogcp/static/AdminLTE/dist/img/credit') diff --git a/ogcp/static/AdminLTE/dist/img/credit/american-express.png b/ogcp/static/AdminLTE/dist/img/credit/american-express.png new file mode 100644 index 0000000..24657b5 Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/american-express.png differ diff --git a/ogcp/static/AdminLTE/dist/img/credit/cirrus.png b/ogcp/static/AdminLTE/dist/img/credit/cirrus.png new file mode 100644 index 0000000..219ec18 Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/cirrus.png differ diff --git a/ogcp/static/AdminLTE/dist/img/credit/mastercard.png b/ogcp/static/AdminLTE/dist/img/credit/mastercard.png new file mode 100644 index 0000000..75ff0e1 Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/mastercard.png differ diff --git a/ogcp/static/AdminLTE/dist/img/credit/paypal.png b/ogcp/static/AdminLTE/dist/img/credit/paypal.png new file mode 100644 index 0000000..8c6f493 Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/paypal.png differ diff --git a/ogcp/static/AdminLTE/dist/img/credit/paypal2.png b/ogcp/static/AdminLTE/dist/img/credit/paypal2.png new file mode 100644 index 0000000..be6260b Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/paypal2.png differ diff --git a/ogcp/static/AdminLTE/dist/img/credit/visa.png b/ogcp/static/AdminLTE/dist/img/credit/visa.png new file mode 100644 index 0000000..e04715d Binary files /dev/null and b/ogcp/static/AdminLTE/dist/img/credit/visa.png differ -- cgit v1.2.3-18-g5258