From 59bb906098ba8aed0114dc9aed457e3c2b45d625 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sat, 27 Jan 2018 00:34:20 +0700 Subject: [PATCH] Updates Tags, icons, images and stuff. --- pages/album.html | 63 +- pages/auth.html | 65 +- pages/dashboard.html | 141 +- pages/error/404.html | 47 - pages/error/500.html | 47 - pages/faq.html | 66 +- pages/home.html | 64 +- public/css/dashboard.css | 80 + public/css/style.css | 2 +- public/icons/120px.png | Bin 0 -> 26943 bytes public/icons/152px.png | Bin 0 -> 42473 bytes public/icons/167px.png | Bin 0 -> 50193 bytes public/icons/180px.png | Bin 0 -> 57508 bytes public/icons/192px.png | Bin 0 -> 64483 bytes public/icons/270px.png | Bin 0 -> 115320 bytes public/icons/310px.png | Bin 0 -> 157163 bytes public/icons/310pxw.png | Bin 0 -> 78618 bytes public/icons/32pxr.png | Bin 0 -> 3025 bytes public/icons/384px.png | Bin 0 -> 230434 bytes public/icons/600px.png | Bin 0 -> 497674 bytes public/icons/600pxr.png | Bin 0 -> 566778 bytes public/icons/70px.png | Bin 0 -> 10148 bytes public/icons/96pxr.png | Bin 0 -> 19495 bytes public/icons/browserconfig.xml | 12 + public/{images => }/icons/manifest.json | 9 +- public/icons/xcf/600px.xcf | Bin 0 -> 965970 bytes public/icons/xcf/600pxr.xcf | Bin 0 -> 973760 bytes public/images/fb_share.png | Bin 72785 -> 66435 bytes .../images/icons/android-chrome-192x192.png | Bin 65352 -> 0 bytes .../images/icons/android-chrome-384x384.png | Bin 227042 -> 0 bytes public/images/icons/apple-touch-icon.png | Bin 57631 -> 0 bytes public/images/icons/browserconfig.xml | 9 - public/images/icons/favicon-16x16.png | Bin 1019 -> 0 bytes public/images/icons/favicon-32x32.png | Bin 3112 -> 0 bytes public/images/icons/favicon.ico | Bin 200519 -> 0 bytes public/images/icons/mstile-150x150.png | Bin 115504 -> 0 bytes public/images/icons/safari-pinned-tab.svg | 5706 ----------------- public/images/logo.png | Bin 271587 -> 270648 bytes public/images/logo_big.png | Bin 593111 -> 476628 bytes public/images/logo_smol.png | Bin 69872 -> 69751 bytes public/images/logo_square.png | Bin 276006 -> 275073 bytes views/album.handlebars | 71 +- 42 files changed, 324 insertions(+), 6058 deletions(-) delete mode 100644 pages/error/404.html delete mode 100644 pages/error/500.html create mode 100644 public/css/dashboard.css create mode 100644 public/icons/120px.png create mode 100644 public/icons/152px.png create mode 100644 public/icons/167px.png create mode 100644 public/icons/180px.png create mode 100644 public/icons/192px.png create mode 100644 public/icons/270px.png create mode 100644 public/icons/310px.png create mode 100644 public/icons/310pxw.png create mode 100644 public/icons/32pxr.png create mode 100644 public/icons/384px.png create mode 100644 public/icons/600px.png create mode 100644 public/icons/600pxr.png create mode 100644 public/icons/70px.png create mode 100644 public/icons/96pxr.png create mode 100644 public/icons/browserconfig.xml rename public/{images => }/icons/manifest.json (53%) create mode 100644 public/icons/xcf/600px.xcf create mode 100644 public/icons/xcf/600pxr.xcf delete mode 100644 public/images/icons/android-chrome-192x192.png delete mode 100644 public/images/icons/android-chrome-384x384.png delete mode 100644 public/images/icons/apple-touch-icon.png delete mode 100644 public/images/icons/browserconfig.xml delete mode 100644 public/images/icons/favicon-16x16.png delete mode 100644 public/images/icons/favicon-32x32.png delete mode 100644 public/images/icons/favicon.ico delete mode 100644 public/images/icons/mstile-150x150.png delete mode 100644 public/images/icons/safari-pinned-tab.svg diff --git a/pages/album.html b/pages/album.html index faa9296..a36b81d 100644 --- a/pages/album.html +++ b/pages/album.html @@ -1,41 +1,52 @@ + + - + - - - - - - - - - - - - - - - - - - - - - - - - - + safe.fiery.me – A small safe worth protecting. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/auth.html b/pages/auth.html index 36efc6d..b42db8a 100644 --- a/pages/auth.html +++ b/pages/auth.html @@ -2,35 +2,14 @@ + - + - - - - - - - - - - - - - - - - - - - - - - - - - + safe.fiery.me – A small safe worth protecting. + + @@ -39,15 +18,45 @@ - +
diff --git a/pages/dashboard.html b/pages/dashboard.html index 4073ecf..b631f6b 100644 --- a/pages/dashboard.html +++ b/pages/dashboard.html @@ -2,128 +2,55 @@ + - + - - - - - - - - - - - - - - - - - - - - - - - - - + safe.fiery.me – A small safe worth protecting. + + + - + + + + + + + + + + + + + +
diff --git a/pages/error/404.html b/pages/error/404.html deleted file mode 100644 index 03c3947..0000000 --- a/pages/error/404.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - safe.fiery.me - - - - - - -
-
-
Page not found.
-
-
- - diff --git a/pages/error/500.html b/pages/error/500.html deleted file mode 100644 index 150970c..0000000 --- a/pages/error/500.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - safe.fiery.me - - - - - - -
-
-
Internal server error.
-
-
- - diff --git a/pages/faq.html b/pages/faq.html index f93d2aa..99fb994 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -1,41 +1,50 @@ + + - + - - - - - - - - - - - - - - - - - - - - - - - - - + safe.fiery.me – A small safe worth protecting. + + -