From d4f9c31a1721fdea6b92ae90ca5c4bd8635fd0cb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 29 Sep 2016 12:13:19 -0400 Subject: v0.2.0 - new admin theme --- themes/okcards/public/css/main.css | 0 themes/okcards/public/js/app.js | 15 ------- themes/okcards/templates/404.liquid | 54 -------------------------- themes/okcards/templates/5xx.liquid | 54 -------------------------- themes/okcards/templates/index.liquid | 6 --- themes/okcards/templates/partials/app.liquid | 8 ---- themes/okcards/templates/partials/flash.liquid | 20 ---------- themes/okcards/templates/partials/head.liquid | 13 ------- themes/okcards/templates/partials/tail.liquid | 9 ----- themes/okcards/templates/resource.liquid | 6 --- themes/okcards/templates/resource_new.liquid | 6 --- 11 files changed, 191 deletions(-) delete mode 100644 themes/okcards/public/css/main.css delete mode 100644 themes/okcards/public/js/app.js delete mode 100644 themes/okcards/templates/404.liquid delete mode 100644 themes/okcards/templates/5xx.liquid delete mode 100644 themes/okcards/templates/index.liquid delete mode 100644 themes/okcards/templates/partials/app.liquid delete mode 100644 themes/okcards/templates/partials/flash.liquid delete mode 100644 themes/okcards/templates/partials/head.liquid delete mode 100644 themes/okcards/templates/partials/tail.liquid delete mode 100644 themes/okcards/templates/resource.liquid delete mode 100644 themes/okcards/templates/resource_new.liquid (limited to 'themes/okcards') diff --git a/themes/okcards/public/css/main.css b/themes/okcards/public/css/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/themes/okcards/public/js/app.js b/themes/okcards/public/js/app.js deleted file mode 100644 index 1e710e9..0000000 --- a/themes/okcards/public/js/app.js +++ /dev/null @@ -1,15 +0,0 @@ -var app = (function(){ - var app = {} - var cms - - app.init = function(){ - cms = app.cms = new OKCMS ({ ready: app.ready }) - } - app.ready = function(){ - console.log ("READY") - } - - return app -})() - -window.addEventListener("DOMContentLoaded", app.init) \ No newline at end of file diff --git a/themes/okcards/templates/404.liquid b/themes/okcards/templates/404.liquid deleted file mode 100644 index 87f5342..0000000 --- a/themes/okcards/templates/404.liquid +++ /dev/null @@ -1,54 +0,0 @@ - - - - 404 - - - -
-

¯\_(ツ)_/¯

-

We couldn't find that page.

-

Sure you have the right URL?

- Back -
- - diff --git a/themes/okcards/templates/5xx.liquid b/themes/okcards/templates/5xx.liquid deleted file mode 100644 index f245545..0000000 --- a/themes/okcards/templates/5xx.liquid +++ /dev/null @@ -1,54 +0,0 @@ - - - - 404 - - - -
-

(;一_一)

-

Looks like we experienced an error.

-

Sorry about that. Maybe try again later.

- Back -
- - diff --git a/themes/okcards/templates/index.liquid b/themes/okcards/templates/index.liquid deleted file mode 100644 index 7dee4be..0000000 --- a/themes/okcards/templates/index.liquid +++ /dev/null @@ -1,6 +0,0 @@ -{% include 'partials/head' %} - -{% include 'partials/flash' %} -{% include 'partials/app' %} - -{% include 'partials/tail' %} diff --git a/themes/okcards/templates/partials/app.liquid b/themes/okcards/templates/partials/app.liquid deleted file mode 100644 index 46c19e4..0000000 --- a/themes/okcards/templates/partials/app.liquid +++ /dev/null @@ -1,8 +0,0 @@ - - - - -
-
\ No newline at end of file diff --git a/themes/okcards/templates/partials/flash.liquid b/themes/okcards/templates/partials/flash.liquid deleted file mode 100644 index e51a86b..0000000 --- a/themes/okcards/templates/partials/flash.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% if success.length > 0 %} -
-
Changes saved.
- -
-{% endif %} - -{% if errors.length > 0 %} -
- {% for error in errors %} -
-
{{error.message}}
-
- {% endfor %} -
-{% endif %} \ No newline at end of file diff --git a/themes/okcards/templates/partials/head.liquid b/themes/okcards/templates/partials/head.liquid deleted file mode 100644 index e9c27dc..0000000 --- a/themes/okcards/templates/partials/head.liquid +++ /dev/null @@ -1,13 +0,0 @@ - - - - - {{meta.project}} Admin - - - -
- {{meta.project}} Admin - View Site -
-
\ No newline at end of file diff --git a/themes/okcards/templates/partials/tail.liquid b/themes/okcards/templates/partials/tail.liquid deleted file mode 100644 index 7727d69..0000000 --- a/themes/okcards/templates/partials/tail.liquid +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/themes/okcards/templates/resource.liquid b/themes/okcards/templates/resource.liquid deleted file mode 100644 index 7dee4be..0000000 --- a/themes/okcards/templates/resource.liquid +++ /dev/null @@ -1,6 +0,0 @@ -{% include 'partials/head' %} - -{% include 'partials/flash' %} -{% include 'partials/app' %} - -{% include 'partials/tail' %} diff --git a/themes/okcards/templates/resource_new.liquid b/themes/okcards/templates/resource_new.liquid deleted file mode 100644 index 7dee4be..0000000 --- a/themes/okcards/templates/resource_new.liquid +++ /dev/null @@ -1,6 +0,0 @@ -{% include 'partials/head' %} - -{% include 'partials/flash' %} -{% include 'partials/app' %} - -{% include 'partials/tail' %} -- cgit v1.2.3-70-g09d2