diff --git a/src/routes/instance.rs b/src/routes/instance.rs index 4880c2f9..55e90719 100644 --- a/src/routes/instance.rs +++ b/src/routes/instance.rs @@ -261,6 +261,51 @@ fn web_manifest(conn: DbConn) -> Json { "scope": String::from("/"), "display": String::from("standalone"), "background_color": String::from("#f4f4f4"), - "theme_color": String::from("#7765e3") + "theme_color": String::from("#7765e3"), + "icons": [ + { + "src": "/static/icons/trwnh/feather/plumeFeather48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather160.png", + "sizes": "160x160", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/static/icons/trwnh/feather/plumeFeather.svg" + } + ] })) } diff --git a/static/css/main.css b/static/css/main.css index b6196183..4602df3f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -108,12 +108,21 @@ padding: 0 2em; font-size: 1em; } - header nav a.title { - margin: 0; - padding: 0.5em 2em; - font-size: 1.75em; - text-align: center; - } +header nav a.title { + margin: 0; + text-align: center; + padding: 0.5em 1em; + font-size: 1.75em; +} +header nav a.title img { + height: 1.75em; + width: 1.75em; +} +header nav a.title p { + margin: 0; + padding-left: 0.5em; +} + header nav a i { font-size: 1.2em; } /* Only enable label animations on normal screens. */ diff --git a/static/icons/trwnh/README.md b/static/icons/trwnh/README.md new file mode 100644 index 00000000..515059da --- /dev/null +++ b/static/icons/trwnh/README.md @@ -0,0 +1,21 @@ +# plumeLogos +Logos designed for Plume, a federated blogging platform similar to Medium. Licensed under CC0. + +# 1st place design - "Feather" +Path | Filled | Silhouette +--- | --- | --- +![plumeFeather](https://raw.githubusercontent.com/trwnh/plumeLogos/master/plumeFeather/plumeFeather512.png) | ![plumeFeatherFilled](https://raw.githubusercontent.com/trwnh/plumeLogos/master/plumeFeatherFilled/plumeFeatherFilled512.png) | ![plumeFeatherBlack](https://raw.githubusercontent.com/trwnh/plumeLogos/master/plumeFeatherBlack/plumeFeatherBlack512.png) + +# 2nd place design - "Paragraphs" +Filled | Silhouette +--- | --- +![plumeParagraphs](https://raw.githubusercontent.com/trwnh/plumeLogos/master/plumeParagraphs/plumeParagraphs512.png) | ![plumeParagraphsBlack](https://raw.githubusercontent.com/trwnh/plumeLogos/master/plumeParagraphsBlack/plumeParagraphsBlack512.png) + +# Links +You may find me at the following locations: +- Website: http://trwnh.com +- ActivityPub: https://mastodon.social/@trwnh + +If you'd like to support me, you can do so: +- One-time: https://paypal.me/trwnh +- Recurring: https://liberapay.com/trwnh diff --git a/static/icons/trwnh/avatar.png b/static/icons/trwnh/avatar.png new file mode 100644 index 00000000..12655813 Binary files /dev/null and b/static/icons/trwnh/avatar.png differ diff --git a/static/icons/trwnh/avatar.svg b/static/icons/trwnh/avatar.svg new file mode 100644 index 00000000..3bf3bce9 --- /dev/null +++ b/static/icons/trwnh/avatar.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + Abdullah Tarawneh (trwnh.com) + + + + + + trwnh + + + + + + + + + + + + + + + + diff --git a/static/icons/trwnh/avatar2.png b/static/icons/trwnh/avatar2.png new file mode 100644 index 00000000..4fd4be7e Binary files /dev/null and b/static/icons/trwnh/avatar2.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack.svg b/static/icons/trwnh/feather-black/plumeFeatherBlack.svg new file mode 100644 index 00000000..9777612d --- /dev/null +++ b/static/icons/trwnh/feather-black/plumeFeatherBlack.svg @@ -0,0 +1,93 @@ + + + + + Plume Logo - Feather (Black) + + + + + + image/svg+xml + + Plume Logo - Feather (Black) + + 2018/10/07 + + + Abdullah Tarawneh (trwnh.com) + + + A Plume concept logo, with a soft stylized feather. Solid black fill, no path. + + + trwnh + + + + + + + + + + + + + + diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack128.png b/static/icons/trwnh/feather-black/plumeFeatherBlack128.png new file mode 100644 index 00000000..47184ea5 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack128.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack144.png b/static/icons/trwnh/feather-black/plumeFeatherBlack144.png new file mode 100644 index 00000000..524829e2 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack144.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack16.png b/static/icons/trwnh/feather-black/plumeFeatherBlack16.png new file mode 100644 index 00000000..d02ee464 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack16.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack160.png b/static/icons/trwnh/feather-black/plumeFeatherBlack160.png new file mode 100644 index 00000000..2e8a35fc Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack160.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack192.png b/static/icons/trwnh/feather-black/plumeFeatherBlack192.png new file mode 100644 index 00000000..fc553bef Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack192.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack24.png b/static/icons/trwnh/feather-black/plumeFeatherBlack24.png new file mode 100644 index 00000000..773b7d09 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack24.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack256.png b/static/icons/trwnh/feather-black/plumeFeatherBlack256.png new file mode 100644 index 00000000..058b31b5 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack256.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack32.png b/static/icons/trwnh/feather-black/plumeFeatherBlack32.png new file mode 100644 index 00000000..86de5221 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack32.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack36.png b/static/icons/trwnh/feather-black/plumeFeatherBlack36.png new file mode 100644 index 00000000..f0a7e91e Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack36.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack44.png b/static/icons/trwnh/feather-black/plumeFeatherBlack44.png new file mode 100644 index 00000000..1f31c6b8 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack44.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack48.png b/static/icons/trwnh/feather-black/plumeFeatherBlack48.png new file mode 100644 index 00000000..585e7d7e Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack48.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack512.png b/static/icons/trwnh/feather-black/plumeFeatherBlack512.png new file mode 100644 index 00000000..5953cb3a Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack512.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack64.png b/static/icons/trwnh/feather-black/plumeFeatherBlack64.png new file mode 100644 index 00000000..572981f4 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack64.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack72.png b/static/icons/trwnh/feather-black/plumeFeatherBlack72.png new file mode 100644 index 00000000..35bb0eb0 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack72.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack80.png b/static/icons/trwnh/feather-black/plumeFeatherBlack80.png new file mode 100644 index 00000000..138fcdb5 Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack80.png differ diff --git a/static/icons/trwnh/feather-black/plumeFeatherBlack96.png b/static/icons/trwnh/feather-black/plumeFeatherBlack96.png new file mode 100644 index 00000000..8d500b3d Binary files /dev/null and b/static/icons/trwnh/feather-black/plumeFeatherBlack96.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled.svg b/static/icons/trwnh/feather-filled/plumeFeatherFilled.svg new file mode 100644 index 00000000..f0ef5a7d --- /dev/null +++ b/static/icons/trwnh/feather-filled/plumeFeatherFilled.svg @@ -0,0 +1,93 @@ + + + + + Plume Logo - Feather (Filled) + + + + + + image/svg+xml + + Plume Logo - Feather (Filled) + 2018/10/07 + + + Abdullah Tarawneh (trwnh.com) + + + A Plume concept logo, with a soft stylized feather. Solid path, solid fill. + + + trwnh + + + + + + + + + + + + + + + diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled128.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled128.png new file mode 100644 index 00000000..5b916107 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled128.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled144.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled144.png new file mode 100644 index 00000000..157aa550 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled144.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled16.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled16.png new file mode 100644 index 00000000..25358770 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled16.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled160.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled160.png new file mode 100644 index 00000000..8cceae1f Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled160.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled192.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled192.png new file mode 100644 index 00000000..0b16f90d Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled192.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled24.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled24.png new file mode 100644 index 00000000..49a94363 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled24.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled256.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled256.png new file mode 100644 index 00000000..d97d58cb Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled256.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled32.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled32.png new file mode 100644 index 00000000..456eda70 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled32.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled36.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled36.png new file mode 100644 index 00000000..e02f3bef Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled36.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled44.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled44.png new file mode 100644 index 00000000..90a8a3dd Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled44.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled48.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled48.png new file mode 100644 index 00000000..4637ce5d Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled48.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled512.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled512.png new file mode 100644 index 00000000..5ecc967b Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled512.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled64.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled64.png new file mode 100644 index 00000000..917c4189 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled64.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled72.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled72.png new file mode 100644 index 00000000..c9fe71b7 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled72.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled80.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled80.png new file mode 100644 index 00000000..28247f5c Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled80.png differ diff --git a/static/icons/trwnh/feather-filled/plumeFeatherFilled96.png b/static/icons/trwnh/feather-filled/plumeFeatherFilled96.png new file mode 100644 index 00000000..4e3efbf3 Binary files /dev/null and b/static/icons/trwnh/feather-filled/plumeFeatherFilled96.png differ diff --git a/static/icons/trwnh/feather/plumeFeather.svg b/static/icons/trwnh/feather/plumeFeather.svg new file mode 100644 index 00000000..8a0e6907 --- /dev/null +++ b/static/icons/trwnh/feather/plumeFeather.svg @@ -0,0 +1,90 @@ + + + + + Plume Logo - Feather + + + + + + image/svg+xml + + Plume Logo - Feather + 2018/10/07 + + + Abdullah Tarawneh (trwnh.com) + + + + + trwnh + + + A Plume concept logo, with a soft stylized feather. Solid path, no fill. + + + + + + + + + + + + + diff --git a/static/icons/trwnh/feather/plumeFeather128.png b/static/icons/trwnh/feather/plumeFeather128.png new file mode 100644 index 00000000..ad65345d Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather128.png differ diff --git a/static/icons/trwnh/feather/plumeFeather144.png b/static/icons/trwnh/feather/plumeFeather144.png new file mode 100644 index 00000000..2f416c80 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather144.png differ diff --git a/static/icons/trwnh/feather/plumeFeather16.png b/static/icons/trwnh/feather/plumeFeather16.png new file mode 100644 index 00000000..ebdf0364 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather16.png differ diff --git a/static/icons/trwnh/feather/plumeFeather160.png b/static/icons/trwnh/feather/plumeFeather160.png new file mode 100644 index 00000000..c6ce87d7 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather160.png differ diff --git a/static/icons/trwnh/feather/plumeFeather192.png b/static/icons/trwnh/feather/plumeFeather192.png new file mode 100644 index 00000000..f1e7c26d Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather192.png differ diff --git a/static/icons/trwnh/feather/plumeFeather24.png b/static/icons/trwnh/feather/plumeFeather24.png new file mode 100644 index 00000000..07dcf51e Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather24.png differ diff --git a/static/icons/trwnh/feather/plumeFeather256.png b/static/icons/trwnh/feather/plumeFeather256.png new file mode 100644 index 00000000..748fbb75 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather256.png differ diff --git a/static/icons/trwnh/feather/plumeFeather32.png b/static/icons/trwnh/feather/plumeFeather32.png new file mode 100644 index 00000000..de1d74be Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather32.png differ diff --git a/static/icons/trwnh/feather/plumeFeather36.png b/static/icons/trwnh/feather/plumeFeather36.png new file mode 100644 index 00000000..67a66e77 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather36.png differ diff --git a/static/icons/trwnh/feather/plumeFeather44.png b/static/icons/trwnh/feather/plumeFeather44.png new file mode 100644 index 00000000..a74981c9 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather44.png differ diff --git a/static/icons/trwnh/feather/plumeFeather48.png b/static/icons/trwnh/feather/plumeFeather48.png new file mode 100644 index 00000000..5095334a Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather48.png differ diff --git a/static/icons/trwnh/feather/plumeFeather512.png b/static/icons/trwnh/feather/plumeFeather512.png new file mode 100644 index 00000000..5a5848ea Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather512.png differ diff --git a/static/icons/trwnh/feather/plumeFeather64.png b/static/icons/trwnh/feather/plumeFeather64.png new file mode 100644 index 00000000..954274d4 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather64.png differ diff --git a/static/icons/trwnh/feather/plumeFeather72.png b/static/icons/trwnh/feather/plumeFeather72.png new file mode 100644 index 00000000..1cf16494 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather72.png differ diff --git a/static/icons/trwnh/feather/plumeFeather80.png b/static/icons/trwnh/feather/plumeFeather80.png new file mode 100644 index 00000000..2ce88c16 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather80.png differ diff --git a/static/icons/trwnh/feather/plumeFeather96.png b/static/icons/trwnh/feather/plumeFeather96.png new file mode 100644 index 00000000..7ed50a31 Binary files /dev/null and b/static/icons/trwnh/feather/plumeFeather96.png differ diff --git a/static/icons/trwnh/ideas.svg b/static/icons/trwnh/ideas.svg new file mode 100644 index 00000000..dcef6680 --- /dev/null +++ b/static/icons/trwnh/ideas.svg @@ -0,0 +1,937 @@ + + + + + + + + + + image/svg+xml + + + + + + + + Plume + + #23F0C7 + + #EF767A + + #7765E3 + + #6457A6 + + #FFE347 + Color Palette + Title Typeface: Playfair Display + UI Font: Route 159 + Plume + + + Plume + Plume + + + Plume + Plume + + + Plume + Plume + + + + + + + + + + + + + + + + + + + + + + + Plume + + + #23F0C7 + + #EF767A + + #7765E3 + + #6457A6 + + #FFE347 + Color Palette + Title Typeface: Playfair Display + UI Font: Inter UI + + + + + + + Plume + + + + + + + + Plume + + + + + + + + Plume + + + + + + + + Plume + + + + + + + Plume + 16px + 24px + 32px + 48px + 64px + 96px + + + + + + + + + diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack.svg b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack.svg new file mode 100644 index 00000000..346e4f23 --- /dev/null +++ b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack.svg @@ -0,0 +1,92 @@ + + + + + Plume Logo - Paragraphs (Black) + + + + + + image/svg+xml + + Plume Logo - Paragraphs (Black) + + + Abdullah Tarawneh (trwnh.com) + + + 2018/10/07 + + + + trwnh + + + A Plume concept logo, with a stylized paragraph symbol and paragraph blocks. Black silhouette. + + + + + + + + + + + + diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack128.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack128.png new file mode 100644 index 00000000..e2d8ccb6 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack128.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack144.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack144.png new file mode 100644 index 00000000..93330d92 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack144.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack16.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack16.png new file mode 100644 index 00000000..f1381e63 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack16.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack160.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack160.png new file mode 100644 index 00000000..306d2d95 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack160.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack192.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack192.png new file mode 100644 index 00000000..91375b5a Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack192.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack24.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack24.png new file mode 100644 index 00000000..0688abc4 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack24.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack256.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack256.png new file mode 100644 index 00000000..aa858163 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack256.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack32.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack32.png new file mode 100644 index 00000000..f2669da4 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack32.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack36.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack36.png new file mode 100644 index 00000000..abc8e94d Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack36.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack44.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack44.png new file mode 100644 index 00000000..d232beee Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack44.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack512.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack512.png new file mode 100644 index 00000000..521e53ac Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack512.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack64.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack64.png new file mode 100644 index 00000000..c47ac9a5 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack64.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack72.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack72.png new file mode 100644 index 00000000..35d8d71b Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack72.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack80.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack80.png new file mode 100644 index 00000000..dc3380d1 Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack80.png differ diff --git a/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack96.png b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack96.png new file mode 100644 index 00000000..7e8f466b Binary files /dev/null and b/static/icons/trwnh/paragraphs-black/plumeParagraphsBlack96.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs.svg b/static/icons/trwnh/paragraphs/plumeParagraphs.svg new file mode 100644 index 00000000..8d1dafb8 --- /dev/null +++ b/static/icons/trwnh/paragraphs/plumeParagraphs.svg @@ -0,0 +1,122 @@ + + + + + Plume Logo - Paragraphs + + + + + + image/svg+xml + + Plume Logo - Paragraphs + 2018/10/07 + + + Abdullah Tarawneh (trwnh.com) + + + + + trwnh + + + + A Plume concept logo, with a stylized paragraph symbol and paragraph blocks. Solid square. + + + + + + + + + + + + + + + + diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs128.png b/static/icons/trwnh/paragraphs/plumeParagraphs128.png new file mode 100644 index 00000000..b5250a64 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs128.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs144.png b/static/icons/trwnh/paragraphs/plumeParagraphs144.png new file mode 100644 index 00000000..00ee7969 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs144.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs16.png b/static/icons/trwnh/paragraphs/plumeParagraphs16.png new file mode 100644 index 00000000..0feada8b Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs16.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs160.png b/static/icons/trwnh/paragraphs/plumeParagraphs160.png new file mode 100644 index 00000000..d3af6f4e Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs160.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs192.png b/static/icons/trwnh/paragraphs/plumeParagraphs192.png new file mode 100644 index 00000000..bf86407e Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs192.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs24.png b/static/icons/trwnh/paragraphs/plumeParagraphs24.png new file mode 100644 index 00000000..689ad765 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs24.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs256.png b/static/icons/trwnh/paragraphs/plumeParagraphs256.png new file mode 100644 index 00000000..82684b85 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs256.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs32.png b/static/icons/trwnh/paragraphs/plumeParagraphs32.png new file mode 100644 index 00000000..258d178a Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs32.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs36.png b/static/icons/trwnh/paragraphs/plumeParagraphs36.png new file mode 100644 index 00000000..841cbba6 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs36.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs44.png b/static/icons/trwnh/paragraphs/plumeParagraphs44.png new file mode 100644 index 00000000..7df084ad Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs44.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs48.png b/static/icons/trwnh/paragraphs/plumeParagraphs48.png new file mode 100644 index 00000000..895b956d Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs48.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs512.png b/static/icons/trwnh/paragraphs/plumeParagraphs512.png new file mode 100644 index 00000000..965dd459 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs512.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs64.png b/static/icons/trwnh/paragraphs/plumeParagraphs64.png new file mode 100644 index 00000000..37cf4438 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs64.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs72.png b/static/icons/trwnh/paragraphs/plumeParagraphs72.png new file mode 100644 index 00000000..e2918ee1 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs72.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs80.png b/static/icons/trwnh/paragraphs/plumeParagraphs80.png new file mode 100644 index 00000000..f0296f2f Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs80.png differ diff --git a/static/icons/trwnh/paragraphs/plumeParagraphs96.png b/static/icons/trwnh/paragraphs/plumeParagraphs96.png new file mode 100644 index 00000000..5017b0b3 Binary files /dev/null and b/static/icons/trwnh/paragraphs/plumeParagraphs96.png differ diff --git a/templates/base.html.tera b/templates/base.html.tera index 8a9b0f34..8633f8a5 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -9,6 +9,7 @@ +
@@ -17,7 +18,10 @@