diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
commit | aa1e6fbf3c2ee895a6b46d8e4308ba19a609fcb2 (patch) | |
tree | a0b88c95afa312b90ea46f3d9980b8ddfcc68b92 | |
parent | 3d2d8943e7137aadb8f782c7e17ec4a27d25fafe (diff) |
Big new changes to the infrastructure, up for deployment.
Need to write some beginning posts. Hooray!
Changes to be committed:
deleted: .gitmodules
modified: config.toml
modified: content/posts/typography.md
modified: sass/_animate.scss
modified: sass/_normalize.scss
new file: static/android-chrome-192x192.png
new file: static/android-chrome-256x256.png
new file: static/apple-touch-icon.png
new file: static/browserconfig.xml
new file: static/favicon-16x16.png
modified: static/favicon-32x32.png
modified: static/favicon.ico
new file: static/mstile-150x150.png
new file: static/safari-pinned-tab.svg
new file: static/site.webmanifest
deleted: themes/emily_zola_theme
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | config.toml | 57 | ||||
-rw-r--r-- | content/posts/typography.md | 2 | ||||
-rw-r--r-- | sass/_animate.scss | 223 | ||||
-rw-r--r-- | sass/_normalize.scss | 2 | ||||
-rw-r--r-- | static/android-chrome-192x192.png | bin | 0 -> 59530 bytes | |||
-rw-r--r-- | static/android-chrome-256x256.png | bin | 0 -> 100469 bytes | |||
-rw-r--r-- | static/apple-touch-icon.png | bin | 0 -> 53035 bytes | |||
-rw-r--r-- | static/browserconfig.xml | 9 | ||||
-rw-r--r-- | static/favicon-16x16.png | bin | 0 -> 1948 bytes | |||
-rw-r--r-- | static/favicon-32x32.png | bin | 4575 -> 3238 bytes | |||
-rw-r--r-- | static/favicon.ico | bin | 4575 -> 12014 bytes | |||
-rw-r--r-- | static/mstile-150x150.png | bin | 0 -> 30318 bytes | |||
-rw-r--r-- | static/safari-pinned-tab.svg | 254 | ||||
-rw-r--r-- | static/site.webmanifest | 19 | ||||
m--------- | themes/emily_zola_theme | 0 |
16 files changed, 539 insertions, 30 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index aa1ba09..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/emily_zola_theme"] - path = themes/emily_zola_theme - url = git@github.com:kyoheiu/emily_zola_theme.git diff --git a/config.toml b/config.toml index 56bd61e..da10801 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ default_language = "en" # Whether to generate a RSS feed automatically generate_feed = true -feed_filename = "rss.xml" +feed_filename = "atom.xml" # The number of articles to include in the RSS feed. Will include all items if # not set (the default). @@ -28,7 +28,7 @@ feed_filename = "rss.xml" # ] # taxonomies = [ - {name = "tags", rss = true} + {name = "tags", rss = true} ] # Whether to automatically compile all sass files found in the `sass` directory @@ -37,19 +37,18 @@ compile_sass = true # When set to "true", the generated HTML files are minified. minify_html = false +# This does the whole example.com/image.jpg url hardlinking thing (supposedly) # When set to "true", files in the `static` directory are hard-linked. Useful for large # static files. Note that for this to work, both `static` and the # output directory need to be on the same filesystem. Note that the theme's `static` # files are always copied, regardless of this setting. -hard_link_static = false +hard_link_static = true -# Whether to build a search index out of the pages and section -# content for the `default_language` +# Whether to build a search index out of the pages and section content for the `default_language` # or whether to build a search index to be used later on by a JavaScript library build_search_index = true # false -# A list of glob patterns specifying asset files to ignore when -# processing the content directory. +# A list of glob patterns specifying asset files to ignore when processing the content directory. # Defaults to none, which means all asset files are copied over to the public folder. # Example: # ignored_content = ["*.{graphml,xlsx}", "temp.*"] @@ -59,14 +58,10 @@ ignored_content = [] extra_syntaxes = [] [markdown] + # Highlight all code blocks found -# Or enable the highlight.js in the 'extra' config section highlight_code = true -# Which theme to use for the code highlighting. -# See below for list of accepted values -#highlight_theme = "monokai"#"base16-atelierdune-light" # "1337" - render_emoji = true # like :smile: and :shrug: [translations] @@ -76,7 +71,7 @@ render_emoji = true # like :smile: and :shrug: [extra] -# MathJax rendering support +# MathJax / LaTeX rendering support math = true home_subtitle = "Some profound and catchy statement" @@ -89,35 +84,49 @@ hermit_menu = [ ] hermit_social = [ - { name = "twitter", link = "https://twitter.com" }, - { name = "github", link = "https://github.com" }, - { name = "email", link = "mailto:author@domain.com" } + { name = "twitter", link = "https://twitter.com/IustinRaznic" }, + { name = "linkedin", link = "https://www.linkedin.com/in/iustin-raznic" }, + { name = "github", link = "https://github.com/xAlpharax" }, + { name = "youtube", link = "https://www.youtube.com/@alphara2643" }, + { name = "mastodon", link = "https://mastodon.social/@alphara" }, + { name = "email", link = "mailto:iustin@alphara.art" } ] - -# You can use highlight.js for code highlighting if you dont like the default one [extra.highlightjs] enable = true clipboard = true -theme = "1337" #"railscasts" +theme = "1337" +# theme = "railscasts" +# theme = "vs2015" [extra.disqus] -enable = false +# enable = false # Take this from your Disqus account -shortname = "my-supa-dupa-blog" -# Cpmments can be disabled per page by setting: +# shortname = "my-supa-dupa-blog" +# Comments can be disabled per page by setting: # [extra] # disable_comments = true # # in the posts front-matter +# Similarily, but unrelated +# Table of content can be enabled by adding +# +++ +# [extra] +# toc=true +# +++ +# to the page front matter +# Icon will then appear above the page title that will toggle the ToC + [extra.author] + name = "Iustin Râznic" email = "iustin@alphara.art" [extra.google_analytics] -enable = false -id = "UA-4XXXXXXX-X" + +# enable = false +# id = "UA-4XXXXXXX-X" diff --git a/content/posts/typography.md b/content/posts/typography.md index cbc7328..baadf2c 100644 --- a/content/posts/typography.md +++ b/content/posts/typography.md @@ -15,7 +15,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i Inline styles: -**strong**, *emphasis*, ***strong and emphasis***,`code`, <u>underline</u>, ~~strikethrough~~, :joy:🤣, $\LaTeX$, X^2^, H~2~O, ==highlight==, [Link](https://example.com), and image: +**strong**, *emphasis*, ***strong and emphasis***,`code`, <u>underline</u>, ~~strikethrough~~, :shrug: :joy: 🤣, $\LaTeX$, $X^2$, $H~2~O$, ==highlight==, [Link](https://example.com), and image:  diff --git a/sass/_animate.scss b/sass/_animate.scss index 2f47ef4..6b97612 100644 --- a/sass/_animate.scss +++ b/sass/_animate.scss @@ -8,4 +8,225 @@ * Copyright (c) 2018 Daniel Eden */ -@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}}
\ No newline at end of file +@-webkit-keyframes bounceInRight { + 0%, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } +} +@keyframes bounceInRight { + 0%, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } +} +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeIn { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} +@-webkit-keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } +} +@keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } +} +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} +@-webkit-keyframes slideOutDown { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} +@keyframes slideOutDown { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + } + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} +.animated.fast { + -webkit-animation-duration: 0.8s; + animation-duration: 0.8s; +} +.animated.faster { + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; +} +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} +@media (prefers-reduced-motion) { + .animated { + -webkit-animation: unset !important; + animation: unset !important; + -webkit-transition: none !important; + transition: none !important; + } +} diff --git a/sass/_normalize.scss b/sass/_normalize.scss index 3d6624c..47b010e 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -338,4 +338,4 @@ template { [hidden] { display: none; -}
\ No newline at end of file +} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..ebd7ddd --- /dev/null +++ b/static/android-chrome-192x192.png diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png Binary files differnew file mode 100644 index 0000000..3114875 --- /dev/null +++ b/static/android-chrome-256x256.png diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..de75fa2 --- /dev/null +++ b/static/apple-touch-icon.png diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..5cd27e3 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#603cba</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..ebd744d --- /dev/null +++ b/static/favicon-16x16.png diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png Binary files differindex b57e2b8..8556c39 100644 --- a/static/favicon-32x32.png +++ b/static/favicon-32x32.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differindex b57e2b8..c4ebcc8 100644 --- a/static/favicon.ico +++ b/static/favicon.ico diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..ef5e5a9 --- /dev/null +++ b/static/mstile-150x150.png diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..1f4b35b --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,254 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="356.000000pt" height="356.000000pt" viewBox="0 0 356.000000 356.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,356.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M815 3540 c-14 -15 -15 -23 -6 -34 8 -9 8 -21 2 -37 -5 -13 -10 -19 +-10 -12 -1 7 -8 10 -17 6 -8 -3 -13 -12 -9 -20 4 -12 0 -14 -18 -9 -17 4 -32 +-4 -60 -29 -41 -38 -52 -67 -14 -42 12 8 21 21 19 27 -1 7 3 10 10 8 21 -7 21 +-83 1 -125 -10 -21 -16 -46 -15 -55 2 -10 -3 -18 -10 -18 -8 0 -21 -9 -31 -20 +-17 -21 -67 -28 -67 -10 0 6 4 10 9 10 5 0 17 7 26 16 12 12 13 19 5 29 -9 11 +-15 10 -31 -6 -10 -10 -19 -23 -19 -28 0 -5 -7 -14 -15 -21 -8 -7 -14 -20 -13 +-29 2 -9 -3 -15 -10 -13 -8 1 -12 -3 -9 -10 2 -7 -2 -26 -11 -42 -31 -63 -33 +-88 -9 -115 18 -21 18 -23 2 -10 -36 29 -49 34 -42 16 3 -8 -1 -21 -9 -28 -8 +-6 -12 -14 -10 -17 3 -2 -6 -24 -19 -48 -21 -37 -44 -103 -45 -127 0 -4 -6 +-23 -14 -42 -13 -31 -13 -35 0 -35 22 0 16 -22 -16 -54 -30 -30 -32 -30 -127 +-10 -22 4 -33 2 -33 -5 0 -7 -21 -11 -55 -11 -42 0 -55 -4 -55 -15 0 -15 -49 +-45 -75 -45 -13 0 -15 -18 -15 -117 0 -125 7 -144 74 -221 12 -13 21 -27 21 +-30 -1 -12 43 -51 49 -45 3 4 6 -2 6 -13 0 -12 7 -20 18 -21 10 -1 62 -29 115 +-62 53 -34 107 -61 120 -61 34 0 49 -20 33 -43 -14 -18 -41 -23 -51 -8 -3 5 +-32 23 -64 39 -44 22 -62 27 -71 18 -8 -8 -9 -6 -4 8 5 14 4 17 -5 12 -7 -5 +-10 -13 -8 -20 5 -14 -17 -180 -37 -280 -19 -91 -29 -168 -30 -233 -1 -28 -5 +-49 -10 -46 -5 3 -7 -8 -4 -25 2 -17 1 -33 -4 -34 -4 -2 -8 -37 -9 -78 -1 -41 +-5 -82 -9 -90 -13 -27 -22 -122 -10 -115 6 4 10 -7 10 -30 0 -20 -4 -34 -9 +-31 -5 3 -8 -8 -6 -25 1 -18 10 -36 19 -41 21 -12 13 -66 -12 -84 -10 -7 -11 +-13 -4 -17 18 -12 -10 -59 -31 -53 -26 6 -47 -3 -47 -22 0 -8 -3 -13 -6 -9 -9 +8 6 48 16 42 9 -5 20 18 20 41 0 8 -4 14 -10 14 -5 0 -7 -6 -4 -14 3 -8 1 -17 +-5 -21 -7 -3 -11 2 -11 14 0 12 -5 21 -11 21 -5 0 -7 -4 -4 -10 3 -5 -1 -10 +-9 -10 -14 0 -16 -49 -16 -415 l0 -415 1780 0 1780 0 0 694 c0 613 -2 695 -16 +700 -8 3 -12 2 -9 -3 3 -5 0 -13 -6 -17 -9 -5 -10 1 -5 20 5 20 4 26 -5 20 -9 +-5 -10 -1 -7 14 4 12 1 25 -4 29 -7 4 -8 1 -3 -8 4 -8 -4 -1 -19 15 -14 16 +-23 33 -20 37 3 5 0 9 -6 9 -8 0 -7 6 1 21 6 12 7 19 1 15 -5 -3 -18 14 -28 +37 -10 23 -24 48 -31 55 -16 16 -28 61 -19 69 3 4 6 -4 6 -16 0 -19 4 -23 25 +-19 22 5 25 2 25 -23 0 -16 3 -29 8 -29 4 0 18 -23 31 -50 18 -39 21 -54 13 +-62 -7 -7 -12 -16 -12 -22 0 -5 6 -2 13 9 10 12 16 14 21 7 4 -7 4 -17 1 -22 +-3 -6 1 -13 10 -16 9 -4 14 -12 12 -19 -3 -6 1 -12 9 -12 11 0 14 32 14 179 +l0 178 -35 51 c-25 37 -33 58 -29 75 5 18 2 24 -10 24 -12 0 -44 37 -34 41 2 +1 17 2 35 4 24 2 33 -2 36 -16 3 -11 12 -19 21 -19 23 0 23 180 0 215 -13 20 +-14 25 -3 26 8 0 3 5 -11 12 l-25 11 28 4 c28 3 36 17 15 25 -10 4 -10 8 1 15 +16 11 6 32 -15 32 -8 0 -14 4 -14 9 0 5 -3 18 -6 28 -5 13 -2 12 10 -4 10 -13 +21 -23 27 -23 13 0 11 34 -3 49 -7 8 -8 11 -2 8 8 -4 10 31 8 121 -3 160 -5 +178 -25 194 -9 7 -22 40 -29 73 -7 33 -15 66 -18 74 -4 10 -1 12 8 6 17 -11 4 +43 -16 66 -13 15 -13 17 1 22 22 9 19 24 -6 30 -19 5 -21 11 -15 39 4 21 3 28 +-3 19 -7 -11 -10 -9 -16 9 -8 26 10 43 38 34 9 -3 17 0 17 6 0 8 -14 11 -40 8 +-26 -2 -41 1 -44 9 -4 8 3 13 18 13 14 0 26 5 28 12 3 7 10 8 17 4 11 -7 11 +-10 0 -17 -10 -6 -6 -9 12 -9 30 0 46 -34 27 -57 -8 -11 -7 -12 6 -7 13 5 16 +13 11 33 -4 14 -7 30 -8 35 -1 6 -11 19 -22 29 -20 18 -20 18 8 12 26 -5 27 +-4 21 22 -14 54 -89 166 -137 202 -15 12 -17 11 -14 -5 1 -11 6 -24 10 -31 10 +-15 -7 -25 -28 -17 -10 4 -21 1 -25 -6 -7 -11 -12 -11 -26 1 -9 8 -27 15 -38 +16 -18 2 -283 13 -311 13 -5 0 -4 4 3 9 11 7 11 9 -1 14 -23 9 -15 -20 16 -58 +15 -19 32 -44 37 -57 6 -13 14 -30 19 -38 9 -17 43 -90 48 -105 2 -5 -2 -2 -9 +9 -46 66 -68 103 -68 113 0 6 -3 13 -8 15 -4 2 -23 23 -42 48 -18 25 -42 53 +-52 63 -27 27 -22 42 9 22 l26 -18 -21 29 c-11 16 -59 67 -107 114 l-87 85 +-472 3 c-259 1 -466 -1 -461 -5 14 -11 36 -63 27 -63 -5 0 -15 15 -23 33 l-14 +32 -187 3 c-183 2 -186 2 -181 -18 4 -16 1 -20 -21 -20 -14 0 -26 5 -26 12 0 +7 -5 6 -12 -4 -19 -23 -198 -48 -198 -28 0 8 -11 11 -29 8 -17 -2 -28 -1 -25 +4 3 4 -13 8 -35 8 -22 0 -63 9 -91 20 -67 26 -131 26 -155 0z m1075 -146 c0 +-2 -9 0 -20 6 -11 6 -20 13 -20 16 0 2 9 0 20 -6 11 -6 20 -13 20 -16z m730 6 +c0 -5 -7 -7 -15 -4 -8 4 -15 8 -15 10 0 2 7 4 15 4 8 0 15 -4 15 -10z m247 +-85 c0 -8 -8 -15 -17 -15 -9 0 -20 -4 -25 -9 -17 -14 -107 -41 -118 -34 -6 3 +-7 1 -3 -5 4 -7 0 -12 -11 -13 -10 0 -27 -3 -38 -5 -11 -3 -47 -7 -79 -11 -43 +-4 -57 -3 -52 5 4 7 31 12 59 13 29 0 61 4 72 9 l20 9 -20 1 c-17 1 -17 3 5 +11 14 6 36 12 50 14 48 6 80 17 75 25 -6 9 17 17 56 19 17 1 26 -4 26 -14z +m483 -65 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 +-10z m-1655 -53 c-9 -23 -35 -29 -42 -10 -4 9 1 21 12 29 22 16 39 5 30 -19z +m1685 -17 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 +-10z m-1895 -50 c3 -6 -1 -7 -9 -4 -18 7 -21 14 -7 14 6 0 13 -4 16 -10z +m1955 -20 c0 -5 -10 -10 -22 -10 -19 0 -20 2 -8 10 19 13 30 13 30 0z m-490 +-132 c22 -24 24 -36 11 -57 -6 -9 -11 -10 -15 -2 -4 6 -4 15 -1 21 3 5 0 7 -7 +5 -8 -3 -24 8 -36 25 l-23 30 25 0 c14 0 34 -10 46 -22z m370 -131 c0 -5 -4 +-5 -10 -2 -5 3 -10 14 -10 23 0 15 2 15 10 2 5 -8 10 -19 10 -23z m-244 -45 +c-4 -3 -6 0 -6 6 0 7 -6 12 -14 12 -9 0 -12 8 -8 28 l5 27 14 -34 c8 -18 12 +-36 9 -39z m-2831 -211 c-3 -6 3 -14 12 -20 17 -9 17 -10 0 -16 -9 -4 -43 -4 +-75 0 l-57 8 60 18 c33 9 61 18 63 18 2 1 1 -3 -3 -8z m350 -41 c18 -20 17 +-20 -7 -20 -25 0 -43 21 -31 34 10 10 19 7 38 -14z m-135 -4 c0 -8 -5 -18 -11 +-22 -14 -8 -33 11 -25 25 10 16 36 13 36 -3z m-155 -16 c3 -5 1 -10 -4 -10 -6 +0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m3221 -68 c6 -4 9 -15 5 -24 +-5 -15 -8 -13 -18 7 -11 25 -7 31 13 17z m11 -74 c-3 -8 -6 -5 -6 6 -1 11 2 +17 5 13 3 -3 4 -12 1 -19z m-202 2 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 +-2 10 4 10 5 0 13 -4 16 -10z m183 -39 c-12 -4 -29 20 -21 32 3 4 11 0 18 -10 +9 -12 10 -19 3 -22z m-772 -57 c11 -32 10 -35 -9 -32 -25 4 -42 30 -34 52 11 +27 32 18 43 -20z m622 -1 c5 -10 6 -27 2 -38 -6 -16 -8 -12 -12 18 -5 41 -3 +45 10 20z m-1608 -29 c0 -8 -6 -14 -14 -14 -16 0 -29 27 -20 41 8 13 34 -9 34 +-27z m1575 16 c3 -5 2 -10 -4 -10 -5 0 -17 -3 -27 -7 -16 -6 -17 -5 -4 10 17 +19 26 21 35 7z m12 -56 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z +m69 -79 c-3 -9 1 -18 9 -21 8 -4 15 -15 15 -27 0 -19 -1 -19 -18 -4 -10 10 +-22 14 -27 10 -4 -5 -5 2 -2 15 3 12 1 22 -4 22 -5 0 -9 -8 -10 -17 0 -11 -2 +-13 -6 -5 -8 21 5 42 28 42 15 0 19 -4 15 -15z m-2297 -35 c5 -17 17 -38 26 +-46 8 -8 15 -26 15 -40 0 -17 7 -25 25 -30 16 -4 33 -21 45 -44 18 -35 67 -80 +87 -80 4 0 1 5 -7 10 -11 7 -12 10 -2 10 8 0 16 -8 18 -17 5 -16 93 -81 152 +-112 12 -6 22 -18 22 -25 0 -23 31 -29 37 -7 3 11 16 27 29 36 13 8 24 22 24 +29 0 21 22 25 69 13 30 -8 47 -8 59 -1 13 9 23 6 44 -9 35 -26 157 -25 212 1 +24 12 54 18 84 16 26 -2 40 -1 32 3 -8 3 -32 21 -52 39 -23 20 -44 31 -53 28 +-11 -5 -13 -2 -9 10 3 9 11 16 18 16 6 1 -1 8 -16 16 -16 8 -28 19 -28 25 0 6 +-4 8 -9 4 -5 -3 -12 4 -16 15 -4 11 -11 18 -16 15 -5 -4 -9 1 -9 10 0 9 -4 13 +-10 10 -5 -3 -10 1 -10 9 0 20 -40 32 -51 15 -8 -12 -11 -12 -18 1 -6 8 -7 17 +-3 20 4 3 8 17 7 31 0 19 -4 25 -17 21 -9 -2 -14 -10 -11 -18 3 -8 0 -14 -6 +-14 -20 0 -12 38 10 45 11 4 23 4 26 1 4 -3 12 -1 20 5 10 9 13 8 13 -5 0 -9 +6 -16 13 -16 7 0 57 -45 111 -100 72 -73 104 -99 117 -95 9 3 21 1 24 -6 6 -8 +9 -8 15 1 6 9 16 6 41 -11 19 -13 36 -26 39 -29 3 -3 20 -16 38 -29 17 -12 32 +-29 32 -37 0 -9 7 -22 15 -30 8 -9 15 -25 15 -37 0 -15 3 -18 8 -10 6 9 17 5 +43 -17 l34 -29 -32 -2 c-53 -3 -58 -4 -55 -18 2 -10 -6 -12 -33 -7 -20 4 -35 +3 -35 -3 0 -11 -115 -10 -126 2 -4 4 -28 8 -53 8 -25 1 -38 3 -28 6 23 6 22 +23 -2 23 -11 0 -23 5 -26 11 -12 19 -135 1 -135 -20 0 -9 33 -35 51 -40 8 -2 +55 -5 105 -7 50 -2 97 -5 105 -8 24 -8 159 -12 159 -5 0 4 16 2 36 -4 27 -8 +37 -8 43 2 6 10 10 8 15 -5 4 -9 3 -21 -1 -24 -13 -12 -103 -19 -97 -8 4 6 -3 +5 -16 -2 -12 -6 -27 -10 -33 -7 -15 6 -196 -9 -219 -18 -13 -5 -18 -2 -18 10 +0 9 -6 15 -12 12 -7 -2 -12 -10 -11 -16 2 -6 -3 -11 -11 -11 -24 0 -45 -28 +-42 -57 3 -29 15 -38 59 -48 15 -3 27 -12 27 -20 0 -8 5 -15 10 -15 6 0 10 -6 +10 -12 0 -7 9 -24 20 -38 13 -17 15 -28 9 -37 -7 -8 -4 -15 10 -23 12 -6 21 +-8 21 -5 0 4 7 0 15 -9 8 -8 15 -20 15 -27 0 -7 3 -9 7 -6 3 4 12 2 19 -4 7 +-5 25 -12 41 -15 47 -8 53 -12 53 -40 0 -22 -2 -25 -15 -14 -13 10 -15 9 -15 +-9 0 -11 -5 -21 -12 -21 -9 0 -9 -3 0 -12 9 -9 8 -16 -5 -30 -11 -13 -12 -18 +-3 -18 9 0 10 -3 1 -13 -8 -11 -6 -18 9 -32 11 -10 20 -22 20 -27 0 -5 13 -22 +29 -37 16 -16 28 -31 26 -33 -13 -12 18 -76 41 -86 28 -14 23 -36 -7 -27 -11 +4 -19 2 -19 -4 0 -6 7 -11 16 -11 8 0 13 -4 10 -9 -9 -13 14 -19 69 -16 50 2 +50 2 47 34 -1 17 3 31 9 31 6 0 9 -6 6 -12 -7 -20 12 -48 32 -48 10 0 18 -6 +19 -12 0 -7 2 -21 4 -32 2 -11 -8 -27 -24 -39 -37 -28 -47 -14 -13 17 19 18 +23 26 13 26 -8 0 -24 -11 -34 -25 -10 -14 -25 -25 -32 -25 -7 0 -11 -4 -7 -10 +3 -5 12 -7 20 -3 24 9 17 -10 -12 -31 l-26 -19 6 24 c5 22 4 22 -6 5 -20 -34 +-79 -84 -119 -102 -21 -9 -38 -21 -38 -26 0 -4 -5 -8 -12 -8 -6 0 -26 -11 -44 +-25 -18 -14 -35 -25 -38 -25 -3 0 -15 -8 -27 -18 -62 -52 -60 -49 -45 -61 12 +-10 20 -9 42 5 40 26 60 28 38 3 -25 -28 -166 -95 -239 -114 -89 -23 -122 -21 +-210 18 -89 38 -257 119 -265 127 -3 3 -25 14 -50 25 -45 19 -121 58 -237 121 +-81 44 -166 131 -182 187 -7 23 -19 56 -26 72 -7 17 -27 75 -45 130 -18 55 +-41 112 -52 127 -10 14 -18 32 -18 40 0 8 -5 19 -10 24 -16 16 -30 73 -19 80 +5 3 26 -9 45 -26 44 -38 60 -31 19 8 l-30 27 28 3 c15 2 27 8 27 14 0 13 -36 +66 -74 106 -16 17 -26 32 -21 32 4 0 0 9 -10 20 -11 12 -20 26 -21 33 -1 7 -5 +21 -9 32 l-7 20 16 -20 c40 -52 62 -74 72 -75 6 0 25 -16 41 -35 17 -19 37 +-35 45 -35 8 0 32 -17 53 -37 21 -21 35 -30 32 -20 -8 22 2 22 27 -2 26 -25 +118 -71 141 -71 9 0 25 -5 36 -10 15 -8 19 -7 19 4 0 18 36 40 44 27 4 -5 14 +-8 24 -6 9 2 24 4 32 4 13 1 13 2 0 11 -10 6 -11 10 -2 10 15 0 16 46 0 56 -7 +4 -8 3 -4 -4 4 -8 2 -10 -7 -6 -9 3 -16 -3 -20 -15 -4 -18 -47 -32 -47 -15 0 +18 23 44 39 44 10 0 24 7 31 15 7 8 19 15 27 15 8 0 11 5 8 10 -10 16 22 23 +54 12 l29 -10 -14 34 c-8 19 -13 37 -12 40 2 4 -13 15 -32 25 -32 16 -74 24 +-248 48 -61 9 -92 23 -92 43 0 6 -16 32 -35 58 -45 61 -58 99 -47 131 l9 24 7 +-23 c13 -40 26 -23 27 36 2 130 6 152 32 180 32 35 67 113 67 151 0 40 15 40 +29 1z m2352 -68 c32 -38 34 -45 6 -38 -16 4 -27 1 -30 -7 -3 -6 -6 5 -6 26 -1 +41 7 46 30 19z m-1617 -37 c-4 -8 -11 -15 -16 -15 -6 0 -5 6 2 15 7 8 14 15 +16 15 2 0 1 -7 -2 -15z m-72 -32 l-6 -28 -6 25 c-7 27 -3 43 9 35 5 -2 6 -17 +3 -32z m-45 -5 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m73 -17 +c-6 -12 -16 -21 -22 -21 -6 0 -4 8 5 18 10 10 17 25 18 33 0 9 2 10 5 2 3 -7 +0 -21 -6 -32z m-7 -48 c4 9 8 8 16 -3 5 -8 8 -17 5 -21 -2 -4 29 -6 68 -4 88 +3 51 -11 -53 -21 -59 -6 -67 -5 -71 12 -3 11 -9 28 -14 39 -8 19 -7 19 18 3 +20 -13 28 -14 31 -5z m85 0 c-10 -2 -26 -2 -35 0 -10 3 -2 5 17 5 19 0 27 -2 +18 -5z m-132 -52 c-10 -16 -23 -14 -30 5 -9 25 4 38 21 21 9 -8 12 -20 9 -26z +m1605 -12 c-5 -13 -10 -19 -10 -12 -1 15 10 45 15 40 3 -2 0 -15 -5 -28z +m-945 -107 c-13 -14 -15 -13 -12 9 2 13 7 33 12 44 8 18 9 17 12 -9 2 -16 -3 +-35 -12 -44z m976 36 c-9 -9 -12 -7 -12 12 0 19 3 21 12 12 9 -9 9 -15 0 -24z +m-2586 -25 c42 -52 120 -132 173 -176 25 -21 31 -31 22 -40 -8 -8 -23 -6 -61 +7 -27 10 -76 18 -110 19 -67 1 -62 -7 -65 102 -1 33 -5 77 -10 98 -11 51 5 48 +51 -10z m-176 -113 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 +11 -4 11 -10z m1790 -35 c-7 -9 -15 -13 -18 -10 -3 2 1 11 8 20 7 9 15 13 18 +10 3 -2 -1 -11 -8 -20z m-1740 -50 c7 -9 11 -17 8 -20 -2 -2 -12 4 -21 15 -9 +11 -13 20 -8 20 5 0 14 -7 21 -15z m1940 -50 c0 -2 -7 -5 -15 -9 -9 -3 -15 0 +-15 9 0 9 6 12 15 9 8 -4 15 -7 15 -9z m-1619 -101 c11 -14 10 -18 -6 -30 -16 +-12 -20 -11 -32 6 -25 35 11 57 38 24z m1144 -25 c5 -14 2 -25 -6 -30 -21 -13 +-26 -11 -43 12 -11 17 -12 26 -3 40 13 22 42 10 52 -22z m55 22 c0 -17 -18 +-21 -24 -6 -3 9 0 15 9 15 8 0 15 -4 15 -9z m225 -30 c-2 -4 -22 -13 -44 -21 +-22 -7 -38 -16 -36 -20 3 -4 -1 -12 -8 -18 -15 -12 -68 -22 -62 -11 3 4 -1 10 +-7 12 -8 3 -6 6 5 6 9 1 16 4 15 9 -4 10 28 53 34 47 3 -3 15 -2 28 3 25 9 82 +4 75 -7z m-2268 -53 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z +m2353 2 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 +-10z m-229 -113 c-6 -8 -7 -17 -3 -22 4 -4 1 -6 -7 -3 -23 7 -22 38 1 38 16 0 +18 -3 9 -13z m-1971 -222 c0 -8 -5 -17 -10 -20 -6 -4 -8 -11 -5 -16 4 -5 -1 +-9 -9 -9 -10 0 -16 9 -16 26 0 17 4 23 12 18 7 -5 9 -2 5 9 -4 11 -2 14 9 10 +7 -3 14 -11 14 -18z m-150 -15 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 +10 10 10 6 0 10 -4 10 -10z m18 -46 c-14 -14 -15 -14 -10 11 3 19 8 23 15 16 +8 -8 7 -16 -5 -27z m2132 -19 c-7 -9 -15 -13 -19 -10 -3 3 1 10 9 15 21 14 24 +12 10 -5z m195 -5 c-3 -5 -12 -10 -18 -10 -7 0 -6 4 3 10 19 12 23 12 15 0z +m-2019 -34 c-4 -18 -2 -23 10 -22 17 1 91 -130 97 -171 2 -12 6 -26 10 -29 4 +-4 7 -14 7 -22 0 -21 -44 37 -45 59 -1 11 -10 27 -21 36 -10 10 -28 36 -39 58 +-11 22 -25 45 -31 52 -13 14 -7 63 8 63 6 0 7 -11 4 -24z m1989 5 c-3 -5 -1 +-12 5 -16 5 -3 10 -16 10 -28 0 -27 -15 -11 -24 26 -4 17 -2 27 4 27 6 0 9 -4 +5 -9z m80 -49 c0 -15 -8 -35 -19 -44 -23 -22 -22 -22 -29 -4 -4 10 -1 13 7 10 +18 -7 27 8 15 26 -6 10 -9 11 -9 3 0 -7 -4 -13 -9 -13 -5 0 -8 12 -8 26 0 19 +2 22 8 13 8 -11 11 -10 20 4 13 23 23 15 24 -21z m445 13 c0 -9 -7 -18 -16 +-22 -18 -7 -39 11 -30 26 11 17 46 13 46 -4z m-2697 -35 c9 -11 13 -20 7 -20 +-5 0 -14 9 -20 20 -6 11 -9 20 -8 20 2 0 11 -9 21 -20z m-133 -31 c0 -28 -15 +-23 -16 6 -1 14 2 22 7 19 5 -3 9 -14 9 -25z m-70 -33 c0 -14 -29 -31 -37 -22 +-6 6 19 35 30 36 4 0 7 -6 7 -14z m76 -7 c3 -5 -9 -9 -25 -9 -17 0 -31 4 -31 +9 0 5 11 9 25 9 14 0 28 -4 31 -9z m483 -31 c0 -27 -2 -29 -8 -13 -5 11 -6 26 +-4 33 8 21 13 13 12 -20z m-519 2 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 +5 10 10 10 6 0 10 -4 10 -10z m-29 -26 c22 3 29 0 25 -10 -3 -7 0 -14 6 -16 6 +-2 4 -10 -6 -20 -9 -9 -16 -23 -16 -31 0 -8 -9 -17 -20 -20 -11 -3 -17 -1 -14 +4 3 6 0 18 -8 27 -12 15 -11 16 4 4 11 -9 18 -10 23 -2 3 5 1 10 -4 10 -6 0 +-11 8 -10 18 0 10 3 12 6 5 7 -18 20 -16 20 2 0 8 -6 15 -13 15 -7 0 -25 5 +-39 12 -18 8 -22 14 -13 19 8 5 16 2 21 -6 5 -9 19 -13 38 -11z m129 10 c0 -8 +-4 -12 -10 -9 -5 3 -10 10 -10 16 0 5 5 9 10 9 6 0 10 -7 10 -16z m147 -46 +c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m-287 -88 c-8 -5 -18 -6 +-24 -3 -5 4 -1 10 10 13 24 9 34 2 14 -10z m341 -20 c6 0 7 -5 4 -10 -10 -16 +-25 -1 -24 23 1 17 2 18 6 5 2 -10 9 -18 14 -18z m2836 -256 c-9 -9 -28 6 -21 +18 4 6 10 6 17 -1 6 -6 8 -13 4 -17z m-2138 -5 c17 -6 31 -18 31 -26 0 -8 -5 +-11 -11 -7 -6 3 -15 1 -19 -6 -5 -8 -12 -2 -23 19 -8 17 -14 31 -13 31 2 0 17 +-5 35 -11z m-399 -34 c13 -14 21 -25 18 -25 -8 0 -48 36 -48 44 0 10 6 7 30 +-19z m465 -3 c-3 -3 -11 0 -18 7 -9 10 -8 11 6 5 10 -3 15 -9 12 -12z"/> +<path d="M1160 1923 c0 -5 12 -21 26 -38 16 -19 23 -23 20 -12 -3 10 -6 22 -6 +25 0 4 -9 13 -20 20 -11 7 -20 9 -20 5z"/> +<path d="M2090 1889 c0 -18 35 -58 68 -77 35 -20 25 0 -23 48 -29 28 -45 38 +-45 29z"/> +<path d="M1062 1859 c2 -6 8 -11 13 -12 6 0 32 -27 58 -58 27 -32 56 -60 64 +-63 13 -6 53 9 53 19 0 6 -38 45 -44 45 -2 0 -31 18 -64 40 -59 40 -87 50 -80 +29z"/> +<path d="M2062 1768 c2 -19 8 -22 33 -19 58 6 56 23 -3 36 -31 6 -33 5 -30 +-17z"/> +<path d="M2027 1765 c-4 -8 -2 -17 3 -20 6 -4 10 -4 10 -1 0 2 3 11 6 20 3 9 +2 16 -4 16 -5 0 -12 -7 -15 -15z"/> +<path d="M2166 1772 c-10 -9 5 -22 25 -22 12 0 24 -11 31 -27 9 -22 12 -24 15 +-10 5 21 10 21 31 1 13 -13 17 -14 21 -3 2 7 -1 15 -7 17 -7 2 -13 16 -13 30 +-1 17 -3 21 -6 10 -5 -19 -28 -24 -37 -9 -7 10 -53 20 -60 13z"/> +<path d="M1848 1753 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> +<path d="M1848 1733 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> +<path d="M2153 1723 c-7 -2 -13 -9 -13 -14 0 -6 7 -6 19 0 10 6 21 7 25 4 3 +-3 6 -1 6 5 0 12 -15 14 -37 5z"/> +<path d="M2328 1683 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> +<path d="M2240 1670 c-13 -8 -12 -10 3 -10 9 0 17 5 17 10 0 12 -1 12 -20 0z"/> +<path d="M1260 1660 c8 -5 20 -10 25 -10 6 0 3 5 -5 10 -8 5 -19 10 -25 10 -5 +0 -3 -5 5 -10z"/> +<path d="M2165 1660 c-8 -13 5 -13 25 0 13 8 13 10 -2 10 -9 0 -20 -4 -23 -10z"/> +<path d="M1190 1561 c0 -6 12 -13 28 -17 15 -3 36 -9 48 -14 25 -10 46 1 36 +17 -10 16 -112 29 -112 14z"/> +<path d="M1080 1086 c0 -8 4 -17 9 -20 5 -4 7 3 4 14 -6 23 -13 26 -13 6z"/> +<path d="M1117 1063 c-2 -5 2 -21 9 -38 l13 -30 1 28 c0 15 -5 27 -11 27 -5 0 +-7 5 -4 10 3 6 4 10 1 10 -3 0 -7 -3 -9 -7z"/> +<path d="M1171 1006 c-8 -9 -11 -19 -7 -23 9 -9 29 13 24 27 -2 8 -8 7 -17 -4z"/> +<path d="M1514 1009 c-7 -11 10 -29 47 -50 11 -6 21 -4 28 4 8 11 2 19 -28 36 +-29 15 -42 18 -47 10z"/> +<path d="M2326 755 c4 -8 10 -12 15 -9 14 8 10 24 -6 24 -9 0 -12 -6 -9 -15z"/> +<path d="M1606 666 c3 -8 16 -17 28 -20 13 -3 50 -31 82 -61 33 -30 65 -55 71 +-55 7 0 12 -3 12 -7 -1 -5 -1 -17 0 -27 1 -14 4 -17 12 -9 20 20 -20 79 -73 +108 -27 15 -63 40 -79 56 -31 30 -62 39 -53 15z"/> +<path d="M1570 566 c0 -27 32 -56 61 -56 16 0 32 -6 35 -14 3 -8 26 -23 50 +-33 24 -10 44 -21 44 -25 0 -7 59 -23 72 -20 5 1 7 -1 5 -6 -2 -7 6 -12 19 +-12 4 0 -1 11 -10 25 -9 14 -13 25 -9 26 5 0 -5 5 -22 10 -18 5 -33 5 -39 -1 +-5 -5 -26 8 -53 35 -62 61 -153 103 -153 71z"/> +<path d="M795 1650 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M2830 3490 c39 -38 76 -70 81 -70 5 0 9 -4 9 -9 0 -14 32 -23 44 -11 +5 5 19 10 29 10 29 0 73 54 68 83 -1 4 6 10 14 13 8 4 15 18 14 33 0 23 -1 24 +-9 6 -7 -17 -9 -17 -9 -2 -1 15 -15 17 -157 17 l-156 0 72 -70z"/> +<path d="M3145 3539 c-11 -16 -1 -19 13 -3 7 8 8 14 3 14 -5 0 -13 -5 -16 -11z"/> +<path d="M3240 3516 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M3140 3491 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/> +<path d="M645 3250 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M141 1464 c0 -11 3 -14 6 -6 3 7 2 16 -1 19 -3 4 -6 -2 -5 -13z"/> +</g> +</svg> diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..de65106 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/themes/emily_zola_theme b/themes/emily_zola_theme deleted file mode 160000 -Subproject 1c1d560c9ea209a988b78ab2a3514bf5c6846f2 |