serbea 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2014debe9382e252988c8d41ebec4102153508a856dca4dd7b72d2e347fb4023
4
- data.tar.gz: aa729c3b2212ff33e5399544bc798593864248d6aacaeb0764c92fa43dc0cf8e
3
+ metadata.gz: b747bafc667c67c0826b3cbe2c979825df89174d43a3a617780eaec53da6a059
4
+ data.tar.gz: 7b359e8cd5faa91971c58974bd2be1daa89dcd666d55a4430bf3a3f3ffd57dd0
5
5
  SHA512:
6
- metadata.gz: c7d3037ee50671772fad0ab5e8cbce90a9ae402769d5ffd49163df182a8c011da83d66809602d01d3186b2cc513d30116922fab461f03d3d0746b2d3f17a977e
7
- data.tar.gz: 63f25bbbc2edd056c6c5cb461c356b52301f4590cc8733ca2be621f430b39d20df30f8ee881344e3c4088e19fb34d5630f4b9ac045db2fb5a3908830ae6bef18
6
+ metadata.gz: 68a4dce4eb9edafc3fcf3f127421889188d5d4d2bc10b20bd16b48c053baeb2be00ee3cea3ff04d0cc82a764036ef853cd655e47001145f459c9f6745f6e8e89
7
+ data.tar.gz: 55e7eb37b580e4c3b2998d52e938fc79fe58db94c7e8e3522b278471e7a971070adfc94b51ff82c54646b584c61a368d41604cd35d6c4edc131a1b2434e48fc2
@@ -0,0 +1,30 @@
1
+ name: ci
2
+
3
+ on:
4
+ pull_request:
5
+ branches:
6
+ - "*"
7
+ push:
8
+ branches:
9
+ - main
10
+
11
+ jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
+ strategy:
15
+ matrix:
16
+ ruby_version: [2.7.2, 3.0.0]
17
+ continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
18
+ # Has to be top level to cache properly
19
+ env:
20
+ BUNDLE_JOBS: 4
21
+ BUNDLE_PATH: "vendor/bundle"
22
+ steps:
23
+ - uses: actions/checkout@master
24
+ - name: Setup Ruby
25
+ uses: ruby/setup-ruby@v1
26
+ with:
27
+ ruby-version: ${{ matrix.ruby_version }}
28
+ bundler-cache: true
29
+ - name: Test with Rake
30
+ run: bundle exec rake
@@ -9,6 +9,7 @@ module Rouge
9
9
  desc "Embedded Ruby Serbea template files"
10
10
 
11
11
  tag 'serb'
12
+ aliases 'serbea'
12
13
 
13
14
  filenames '*.serb'
14
15
 
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Serbea
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/serbea.gemspec CHANGED
@@ -13,12 +13,11 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  spec.required_ruby_version = ">= 2.7"
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features)/!) }
16
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features|docs|serbea-rails)/!) }
17
17
  spec.require_paths = ["lib"]
18
18
 
19
19
  spec.add_runtime_dependency("activesupport", ">= 6.0")
20
20
  spec.add_runtime_dependency("erubi", ">= 1.10")
21
- spec.add_runtime_dependency("hash_with_dot_access", "~> 1.1")
22
21
  spec.add_runtime_dependency("tilt", "~> 2.0")
23
22
 
24
23
  spec.add_development_dependency("rake", "~> 13.0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serbea
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-07 00:00:00.000000000 Z
11
+ date: 2021-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.10'
41
- - !ruby/object:Gem::Dependency
42
- name: hash_with_dot_access
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '1.1'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '1.1'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: tilt
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -86,37 +72,12 @@ executables: []
86
72
  extensions: []
87
73
  extra_rdoc_files: []
88
74
  files:
75
+ - ".github/workflows/ci.yml"
89
76
  - ".gitignore"
90
77
  - Gemfile
91
78
  - LICENSE.txt
92
79
  - README.md
93
80
  - Rakefile
94
- - docs/.gitignore
95
- - docs/Gemfile
96
- - docs/bridgetown.config.yml
97
- - docs/frontend/javascript/index.js
98
- - docs/frontend/styles/index.scss
99
- - docs/package.json
100
- - docs/plugins/builders/.keep
101
- - docs/plugins/site_builder.rb
102
- - docs/src/404.html
103
- - docs/src/_components/footer.liquid
104
- - docs/src/_components/head.liquid
105
- - docs/src/_components/navbar.liquid
106
- - docs/src/_data/site_metadata.yml
107
- - docs/src/_layouts/default.liquid
108
- - docs/src/_layouts/home.liquid
109
- - docs/src/_layouts/page.liquid
110
- - docs/src/_layouts/post.liquid
111
- - docs/src/favicon.ico
112
- - docs/src/images/.keep
113
- - docs/src/images/serbea-logomark.svg
114
- - docs/src/images/serbea-logotype.svg
115
- - docs/src/index.md
116
- - docs/start.js
117
- - docs/sync.js
118
- - docs/webpack.config.js
119
- - docs/yarn.lock
120
81
  - lib/rouge/lexers/serbea.rb
121
82
  - lib/serbea.rb
122
83
  - lib/serbea/helpers.rb
data/docs/.gitignore DELETED
@@ -1,37 +0,0 @@
1
- # Bridgetown
2
- output
3
- .bridgetown-cache
4
- .bridgetown-metadata
5
- .bridgetown-webpack
6
-
7
- # Dependency folders
8
- node_modules
9
- bower_components
10
- vendor
11
-
12
- # Caches
13
- .sass-cache
14
- .npm
15
- .node_repl_history
16
-
17
- # Ignore bundler config.
18
- /.bundle
19
-
20
- # Ignore Byebug command history file.
21
- .byebug_history
22
-
23
- # dotenv environment variables file
24
- .env
25
-
26
- # Mac files
27
- .DS_Store
28
-
29
- # Yarn
30
- yarn-error.log
31
- yarn-debug.log*
32
- .pnp/
33
- .pnp.js
34
- # Yarn Integrity file
35
- .yarn-integrity
36
-
37
- .ruby-version
data/docs/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- source "https://rubygems.org"
2
- git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
-
4
- gem "bridgetown", "~> 0.19"
5
- gem "serbea", "~> 0.10", :group => :bridgetown_plugins
@@ -1,6 +0,0 @@
1
- url: "https://www.serbea.dev"
2
- permalink: pretty
3
-
4
- timezone: America/Los_Angeles
5
-
6
- template_engine: serbea
@@ -1,3 +0,0 @@
1
- import "../styles/index.scss"
2
-
3
- console.info("Bridgetown is loaded!")
@@ -1,169 +0,0 @@
1
- $body-background: #f2f2f2;
2
- $body-color: #5a5a5a;
3
- $heading-color: #222222;
4
-
5
- html {
6
- box-sizing: border-box;
7
- }
8
- *, *:before, *:after {
9
- box-sizing: inherit;
10
- }
11
-
12
- body {
13
- background: $body-background;
14
- color: $body-color;
15
- font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
16
- margin: 0 8px;
17
- font-size: 19px;
18
- line-height: 1.5;
19
- }
20
-
21
- a {
22
- color: #204a87;
23
- text-decoration: underline;
24
- text-decoration-color: #90add3;
25
- }
26
-
27
- h1 {
28
- font-weight: 900;
29
- font-size: 2.5rem;
30
- color: $heading-color;
31
- text-align: center;
32
- }
33
-
34
- footer {
35
- text-align: center;
36
- margin-bottom: 4rem;
37
- font-size: 1em;
38
- }
39
-
40
- main {
41
- margin: 2rem auto 4rem;
42
- max-width: 68rem;
43
- padding: 25px 35px 50px;
44
- background: white;
45
- box-shadow: 2px 3px 3px #ddd;
46
- border-radius: 3px;
47
-
48
- @media (max-width: 500px) {
49
- padding: 16px 16px 50px;
50
- }
51
- }
52
-
53
- h2 {
54
- font-weight: 700;
55
- color: $heading-color;
56
- text-align: center;
57
- }
58
-
59
- h3 {
60
- margin-top: 3rem;
61
- margin-bottom: 2rem;
62
- font-weight: 700;
63
- color: $heading-color;
64
- font-size: 1.75rem;
65
- text-align: center;
66
- }
67
-
68
- p, ul li, ol li {
69
- margin-top: 0;
70
- margin-bottom: 1.5rem;
71
- }
72
-
73
- div.highlighter-rouge {
74
- margin: 1.5rem 0;
75
- width: 100%;
76
- overflow: auto;
77
- }
78
-
79
- $grey: #888;
80
- $base-code-text-color: #222;
81
-
82
- code {
83
- font-size: 1.1rem;
84
- font-family: ui-monospace, monospace;
85
- color: #8f5902;
86
- }
87
-
88
- pre code {
89
- color: $base-code-text-color;
90
- }
91
-
92
- .highlight .hll { background-color: #ffffcc }
93
- .highlight .c { color: $grey } /* Comment */
94
- .highlight .err { color: #a40000 } /* Error */
95
- .highlight .g { color: $base-code-text-color } /* Generic */
96
- .highlight .k { color: #204a87; font-weight: 500 } /* Keyword */
97
- .highlight .l { color: $base-code-text-color } /* Literal */
98
- .highlight .n { color: $base-code-text-color } /* Name */
99
- .highlight .o { color: #ce5c00; font-weight: 500 } /* Operator */
100
- .highlight .x { color: $base-code-text-color } /* Other */
101
- .highlight .p { color: $base-code-text-color; font-weight: 500 } /* Punctuation */
102
- .highlight .cm { color: #8f5902 } /* Comment.Multiline */
103
- .highlight .cp { color: #8f5902 } /* Comment.Preproc */
104
- .highlight .c1 { color: #8f5902 } /* Comment.Single */
105
- .highlight .cs { color: #8f5902 } /* Comment.Special */
106
- .highlight .gd { color: #a40000 } /* Generic.Deleted */
107
- .highlight .ge { color: $base-code-text-color } /* Generic.Emph */
108
- .highlight .gr { color: #ef2929 } /* Generic.Error */
109
- .highlight .gh { color: #000080; font-weight: 500 } /* Generic.Heading */
110
- .highlight .gi { color: #00A000 } /* Generic.Inserted */
111
- .highlight .go { color: $base-code-text-color } /* Generic.Output */
112
- .highlight .gp { color: #8f5902 } /* Generic.Prompt */
113
- .highlight .gs { color: $base-code-text-color; font-weight: 500 } /* Generic.Strong */
114
- .highlight .gu { color: #800080; font-weight: 500 } /* Generic.Subheading */
115
- .highlight .gt { color: #a40000; font-weight: 500 } /* Generic.Traceback */
116
- .highlight .kc { color: #204a87; font-weight: 500 } /* Keyword.Constant */
117
- .highlight .kd { color: #204a87; font-weight: 500 } /* Keyword.Declaration */
118
- .highlight .kn { color: #204a87; font-weight: 500 } /* Keyword.Namespace */
119
- .highlight .kp { color: #204a87; font-weight: 500 } /* Keyword.Pseudo */
120
- .highlight .kr { color: #204a87; font-weight: 500 } /* Keyword.Reserved */
121
- .highlight .kt { color: #204a87; font-weight: 500 } /* Keyword.Type */
122
- .highlight .ld { color: $base-code-text-color } /* Literal.Date */
123
- .highlight .m { color: #0000cf; font-weight: 500 } /* Literal.Number */
124
- .highlight .s { color: #4e9a06 } /* Literal.String */
125
- .highlight .na { color: #8d8400 } /* Name.Attribute */
126
- .highlight .nb { color: #204a87 } /* Name.Builtin */
127
- .highlight .nc { color: $base-code-text-color } /* Name.Class */
128
- .highlight .no { color: $base-code-text-color } /* Name.Constant */
129
- .highlight .nd { color: #5c35cc; font-weight: 500 } /* Name.Decorator */
130
- .highlight .ni { color: #ce5c00 } /* Name.Entity */
131
- .highlight .ne { color: #cc0000; font-weight: 500 } /* Name.Exception */
132
- .highlight .nf { color: $base-code-text-color } /* Name.Function */
133
- .highlight .nl { color: #f57900 } /* Name.Label */
134
- .highlight .nn { color: $base-code-text-color } /* Name.Namespace */
135
- .highlight .nx { color: $base-code-text-color } /* Name.Other */
136
- .highlight .py { color: $base-code-text-color } /* Name.Property */
137
- .highlight .nt { color: #204a87; font-weight: 500 } /* Name.Tag */
138
- .highlight .nv { color: $base-code-text-color } /* Name.Variable */
139
- .highlight .ow { color: #204a87; font-weight: 500 } /* Operator.Word */
140
- .highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
141
- .highlight .mf { color: #0000cf; font-weight: 500 } /* Literal.Number.Float */
142
- .highlight .mh { color: #0000cf; font-weight: 500 } /* Literal.Number.Hex */
143
- .highlight .mi { color: #0000cf; font-weight: 500 } /* Literal.Number.Integer */
144
- .highlight .mo { color: #0000cf; font-weight: 500 } /* Literal.Number.Oct */
145
- .highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
146
- .highlight .sc { color: #4e9a06 } /* Literal.String.Char */
147
- .highlight .sd { color: #8f5902 } /* Literal.String.Doc */
148
- .highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
149
- .highlight .se { color: #4e9a06 } /* Literal.String.Escape */
150
- .highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
151
- .highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
152
- .highlight .sx { color: #4e9a06 } /* Literal.String.Other */
153
- .highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
154
- .highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
155
- .highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
156
- .highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
157
- .highlight .vc { color: $base-code-text-color } /* Name.Variable.Class */
158
- .highlight .vg { color: $base-code-text-color } /* Name.Variable.Global */
159
- .highlight .vi { color: $base-code-text-color } /* Name.Variable.Instance */
160
- .highlight .il { color: #0000cf; font-weight: 500 } /* Literal.Number.Integer.Long */
161
-
162
- .language-liquid {
163
- .highlight .p {
164
- color: #8d8400;
165
- }
166
- .highlight .nv {
167
- color: #204a87;
168
- }
169
- }
data/docs/package.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "name": "bridgetown-primer-demo",
3
- "version": "1.0.0",
4
- "private": true,
5
- "scripts": {
6
- "build": "bundle exec bridgetown build",
7
- "serve": "bundle exec bridgetown serve",
8
- "clean": "bundle exec bridgetown clean",
9
- "webpack-build": "webpack --mode production",
10
- "webpack-dev": "webpack --mode development -w",
11
- "deploy": "yarn clean && yarn webpack-build && yarn build",
12
- "sync": "node sync.js",
13
- "start": "node start.js"
14
- },
15
- "devDependencies": {
16
- "@babel/core": "^7.9.0",
17
- "@babel/plugin-proposal-class-properties": "^7.8.3",
18
- "@babel/plugin-proposal-decorators": "^7.10.1",
19
- "@babel/plugin-transform-runtime": "^7.9.0",
20
- "@babel/preset-env": "^7.9.0",
21
- "babel-loader": "^8.1.0",
22
- "browser-sync": "^2.26.7",
23
- "concurrently": "^5.2.0",
24
- "css-loader": "^3.4.2",
25
- "file-loader": "^6.0.0",
26
- "mini-css-extract-plugin": "^0.9.0",
27
- "node-sass": "^4.13.1",
28
- "sass-loader": "^8.0.2",
29
- "style-loader": "^1.1.3",
30
- "webpack": "^4.42.1",
31
- "webpack-cli": "^3.3.11",
32
- "webpack-manifest-plugin": "^2.2.0"
33
- }
34
- }
File without changes
@@ -1,3 +0,0 @@
1
- class SiteBuilder < Bridgetown::Builder
2
- # write builders which subclass SiteBuilder in plugins/builder
3
- end
data/docs/src/404.html DELETED
@@ -1,9 +0,0 @@
1
- ---
2
- permalink: /404.html
3
- layout: default
4
- ---
5
-
6
- <h1>404</h1>
7
-
8
- <p><strong>Page not found :(</strong></p>
9
- <p>The requested page could not be found.</p>
@@ -1,3 +0,0 @@
1
- <footer>
2
- <strong><a href="https://github.com/bridgetownrb/serbea">Visit the GitHub Repo ▸</a></strong>
3
- </footer>
@@ -1,9 +0,0 @@
1
- <meta charset="utf-8" />
2
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
3
- {% capture page_title %}{{ title | strip_html | strip_newlines }}{% endcapture %}
4
- <title>{% if page_title != "" %}{{ page_title | escape }} | {{ metadata.title | escape }}{% else %}{{ metadata.title | escape }}: {{ metadata.tagline | escape }}{% endif %}</title>
5
-
6
- <meta name="description" content="{{ metadata.description }}" />
7
-
8
- <link rel="stylesheet" href="{% webpack_path css %}" />
9
- <script src="{% webpack_path js %}" defer></script>
@@ -1,5 +0,0 @@
1
- <nav>
2
- <a href="/">Home</a>
3
- <a href="/about">About</a>
4
- <a href="/posts">Posts</a>
5
- </nav>
@@ -1,11 +0,0 @@
1
- # Site settings
2
- # These are used to personalize your new site. If you look in the HTML files,
3
- # you will see them accessed via {{ site.metadata.title }}, {{ site.metadata.email }}, and so on.
4
- # You can create any custom variable you would like, and they will be accessible
5
- # in the templates via {{ site.metadata.myvariable }}.
6
-
7
- title: Serbea
8
- tagline: Similar to ERB, Except Awesomer
9
- email: your-email@example.com
10
- description: >- # this means to ignore newlines until "baseurl:"
11
- The Ruby template engine you didn't realize you needed. Until now.
@@ -1,13 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- {% render "head", metadata: site.metadata, title: page.title %}
5
- </head>
6
- <body class="{{ page.layout }} {{ page.page_class }}">
7
- <main>
8
- {{ content }}
9
- </main>
10
-
11
- {% render "footer", metadata: site.metadata %}
12
- </body>
13
- </html>
@@ -1,13 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <h1 style="margin-bottom: 1.5rem">
6
- <img src="/images/serbea-logomark.svg" alt="" style="height: 120px; vertical-align: middle;margin-bottom:20px" />
7
- <img src="/images/serbea-logotype.svg" alt="Serbea" style="height: 60px; vertical-align: middle;margin-top:0px;margin-left:20px;margin-right:20px" />
8
- </h1>
9
-
10
- <p style="font-size: 1.5rem;text-align: center">Similar to ERB, Except Awesomer. 😉<p>
11
-
12
-
13
- {{ content }}
@@ -1,7 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <h1>{{ page.title }}</h1>
6
-
7
- {{ content }}
@@ -1,7 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <h1>{{ page.title }}</h1>
6
-
7
- {{ content }}
data/docs/src/favicon.ico DELETED
File without changes
@@ -1 +0,0 @@
1
-
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 848 672" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g transform="matrix(1,0,0,1,-29.8271,-133.509)">
5
- <g id="Crown" transform="matrix(1.94283,-0.342573,0.342573,1.94283,-660.715,-324.861)">
6
- <g transform="matrix(1,0,0,1,338.996,574.935)">
7
- <path d="M0,-27.85C0,-27.85 18.785,1.764 59.554,-3.329C100.137,-8.399 138.763,-35.738 153.842,-60.374C169.468,-85.906 159.961,-60.49 190.991,-33.415C215.684,-11.87 277.102,-12.028 315.753,-59.614L292.632,22.595L100.165,21.285C100.165,21.285 161.47,25.758 160.096,43.643C159.326,53.66 116.071,51.088 116.071,51.088L31.061,59.496L5.371,9.75L0,-27.85Z" style="fill:rgb(255,197,23);fill-rule:nonzero;"/>
8
- </g>
9
- <g transform="matrix(1,0,0,1,618.55,354.756)">
10
- <path d="M0,289.249C0,289.249 -104.394,261.224 -250.128,290.651C-258.787,292.399 -265.693,286.999 -272.548,263.325C-284.32,222.667 -299.41,158.491 -315.286,122.497C-322.292,106.616 -307.578,95.172 -292.166,130.204C-276.298,166.272 -243.438,198.323 -199.914,178.782C-154.139,158.229 -123.55,108.555 -123.312,52.434C-123.077,-3.15 -106.962,15.067 -108.599,55.936C-110.229,96.637 -91.783,155.429 -48.344,163.134C-4.904,170.841 30.828,129.504 50.446,100.077C70.063,70.651 82.679,83.258 68.896,111.754C34.333,183.22 26.392,245.81 18.685,247.911C10.978,250.015 -151.338,236.001 -203.886,246.511C-203.886,246.511 -122.61,220.12 12.379,235.534C12.379,235.534 29.32,175.511 44.608,139.78C64.694,92.838 7.242,196.532 -60.487,172.011C-108.37,154.673 -115.604,90.268 -115.604,90.268C-115.604,90.268 -137.792,170.608 -202.717,193.497C-244.926,208.376 -273.039,182.405 -280.956,172.243C-294.967,154.259 -263.016,233.499 -255.965,261.925C-248.492,292.052 -128.449,237.87 0,289.249" style="fill:rgb(33,33,33);fill-rule:nonzero;"/>
11
- </g>
12
- <g transform="matrix(1,0,0,1,594.029,470.482)">
13
- <path d="M0,-5.841C0,-5.841 -19.618,24.521 -31.063,20.552C-42.507,16.581 -31.297,6.538 -17.283,-5.14C-3.271,-16.818 11.21,-41.573 11.21,-41.573C11.21,-41.573 5.839,-5.14 19.149,17.515C27.045,30.952 -5.84,35.732 0,-5.841" style="fill:rgb(66,66,66);fill-rule:nonzero;"/>
14
- </g>
15
- <g transform="matrix(1,0,0,1,441.057,433.347)">
16
- <path d="M0,60.957C-3.873,69.645 -19.911,68.078 -34.8,38.302C-34.8,38.302 -31.994,67.963 -42.973,75.904C-53.949,83.844 -64.227,73.568 -56.052,60.49C-47.877,47.41 -42.739,25.222 -45.542,1.167C-48.345,-22.887 -34.258,17.05 -23.239,30.945C-7.125,51.263 4.086,51.789 0,60.957" style="fill:rgb(66,66,66);fill-rule:nonzero;"/>
17
- </g>
18
- <g transform="matrix(1,0,0,1,297.659,415.948)">
19
- <path d="M0,28.375C-2.336,28.375 -17.515,26.523 -17.516,12.262C-17.517,0.701 -4.556,0 0.934,10.627C5.999,20.434 7.475,28.375 0,28.375" style="fill:rgb(13,138,190);fill-rule:nonzero;"/>
20
- </g>
21
- <g transform="matrix(1,0,0,1,389.209,383.794)">
22
- <path d="M0,26.666C-3.247,27.268 -10.275,21.061 -10.977,14.287C-11.677,7.514 -2.92,-0.602 2.336,7.281C8.156,16.01 6.306,25.498 0,26.666" style="fill:rgb(180,180,0);fill-rule:nonzero;"/>
23
- </g>
24
- <g transform="matrix(1,0,0,1,501.545,321.181)">
25
- <path d="M0,27.855C-3.046,27.855 -9.575,16.646 -8.408,8.939C-7.24,1.232 7.18,-0.344 6.306,13.611C5.392,28.199 3.971,27.855 0,27.855" style="fill:rgb(78,29,173);fill-rule:nonzero;"/>
26
- </g>
27
- <g transform="matrix(1,0,0,1,609.379,384.265)">
28
- <path d="M0,23.771C-3.458,22.144 -2.015,7.656 3.424,2.822C8.863,-2.014 20.344,5.24 13.697,15.511C7.05,25.785 3.425,25.382 0,23.771" style="fill:rgb(21,125,70);fill-rule:nonzero;"/>
29
- </g>
30
- <g transform="matrix(1,0,0,1,702.186,400.827)">
31
- <path d="M0,20.158C-2.861,17.664 -2.361,7.414 3.341,2.08C8.77,-2.996 22.793,1.097 15.72,11.707C8.646,22.318 3.438,23.154 0,20.158" style="fill:rgb(131,50,49);fill-rule:nonzero;"/>
32
- </g>
33
- </g>
34
- <g id="Ruby" transform="matrix(0.124931,-0.00562128,0.00607789,0.135079,174.745,297.846)">
35
- <g transform="matrix(6.48717,0.291891,-0.319291,7.09613,-1103.31,-3013.49)">
36
- <path d="M492.075,727.687C492.075,727.687 511.923,686.462 523.625,679.117C537.681,670.295 586.678,660.725 603.421,658.913C621.404,656.966 676.779,657.945 689.299,663.27C700.978,668.238 723.32,688.114 723.32,688.114L680.943,754.052L616.74,829.727L492.075,727.687Z" style="fill:rgb(255,38,0);"/>
37
- </g>
38
- <path d="M1857.49,1784.36C2322.56,1658.81 2768.05,1651.41 3204.63,1697.71C3285.05,1813.09 3372.96,1924.57 3466.4,2033.15C3372.07,1955.33 3275.12,1875.14 3191.41,1783.46C2791.68,1747.19 2401.35,1764.7 1989.93,1861.4C1936.64,2001.72 1891.85,2105.37 1808.71,2222.64C2154.79,2449.06 2400.47,2720.22 2635.71,2991.54C2795.62,2718.53 2994.13,2533.35 3254.11,2405.95C3024.95,2645.42 2781.68,2896.93 2607.32,3154.42C2316.75,2824.93 1981.15,2513.68 1579.75,2229.09C1686.62,2090.03 1779.21,1941.78 1857.49,1784.36Z" style="fill:rgb(186,28,37);"/>
39
- <path d="M1539.68,2400.32C2120.96,2245.38 2718.04,2112.2 3391.29,2083.85C2984.15,2071.32 1759.42,2046.07 1539.68,2400.32Z" style="fill:rgb(186,28,37);"/>
40
- <path d="M1961.19,1856.46C2155.33,2180.39 2467.85,2730.43 2661.99,3054.37C2605.16,2862.24 2333.8,1946.29 1961.19,1856.46Z" style="fill:rgb(186,28,37);"/>
41
- <path d="M2167.88,2182.74C2326.38,2060.58 2340.25,2046.9 2603.75,1771.39C2433.18,1857.16 2191.45,1976.91 2167.88,2182.74Z" style="fill:rgb(186,28,37);"/>
42
- <path d="M3025.93,2140.87C2890.4,2042.43 2803.43,1962.07 2540.52,1732.57C2739.01,1825.14 2985.55,1920.43 3025.93,2140.87Z" style="fill:rgb(186,28,37);"/>
43
- <path d="M3220.69,1831.17C3006.84,2214.57 2785.29,2622.71 2626.7,3022.16C2679.92,2828.12 2857.93,2042.19 3220.69,1831.17Z" style="fill:rgb(186,28,37);"/>
44
- </g>
45
- </g>
46
- </svg>
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg width="100%" height="100%" viewBox="0 0 640 153" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
- <g transform="matrix(1,0,0,1,-212.234,-445.643)">
5
- <g transform="matrix(1,0,0,1,-121.96,129.046)">
6
- <g transform="matrix(192,0,0,192,331.831,465.963)">
7
- <path d="M0.583,-0.208C0.583,-0.164 0.571,-0.125 0.548,-0.091C0.524,-0.056 0.491,-0.03 0.447,-0.011C0.404,0.008 0.352,0.017 0.293,0.017C0.176,0.017 0.082,-0.017 0.012,-0.085L0.097,-0.179C0.152,-0.132 0.216,-0.108 0.289,-0.108C0.325,-0.108 0.354,-0.115 0.375,-0.131C0.397,-0.146 0.408,-0.168 0.408,-0.195C0.408,-0.212 0.404,-0.227 0.396,-0.239C0.388,-0.251 0.375,-0.261 0.357,-0.271C0.338,-0.28 0.312,-0.29 0.278,-0.301C0.223,-0.318 0.178,-0.336 0.145,-0.357C0.111,-0.377 0.087,-0.401 0.072,-0.428C0.056,-0.454 0.049,-0.486 0.049,-0.523C0.049,-0.565 0.061,-0.601 0.084,-0.633C0.108,-0.664 0.14,-0.688 0.181,-0.704C0.222,-0.721 0.267,-0.729 0.316,-0.729C0.422,-0.729 0.507,-0.698 0.571,-0.637L0.492,-0.546C0.468,-0.565 0.442,-0.58 0.415,-0.59C0.387,-0.6 0.359,-0.605 0.33,-0.605C0.297,-0.605 0.271,-0.599 0.252,-0.587C0.233,-0.575 0.223,-0.558 0.223,-0.535C0.223,-0.52 0.227,-0.507 0.236,-0.497C0.244,-0.487 0.259,-0.478 0.279,-0.469C0.299,-0.46 0.329,-0.45 0.369,-0.437C0.417,-0.422 0.456,-0.405 0.487,-0.386C0.517,-0.367 0.541,-0.344 0.558,-0.315C0.574,-0.286 0.583,-0.25 0.583,-0.208Z" style="fill:rgb(33,33,33);fill-rule:nonzero;"/>
8
- </g>
9
- <g transform="matrix(192,0,0,192,438.465,465.963)">
10
- <path d="M0.212,-0.225C0.217,-0.182 0.231,-0.151 0.254,-0.131C0.277,-0.111 0.307,-0.101 0.343,-0.101C0.389,-0.101 0.436,-0.116 0.483,-0.146L0.548,-0.057C0.521,-0.034 0.489,-0.016 0.452,-0.003C0.415,0.011 0.375,0.017 0.33,0.017C0.269,0.017 0.218,0.005 0.175,-0.019C0.133,-0.043 0.101,-0.077 0.079,-0.121C0.058,-0.164 0.047,-0.215 0.047,-0.272C0.047,-0.326 0.058,-0.375 0.078,-0.419C0.099,-0.464 0.13,-0.498 0.17,-0.524C0.21,-0.55 0.257,-0.563 0.313,-0.563C0.364,-0.563 0.409,-0.551 0.448,-0.529C0.486,-0.507 0.516,-0.475 0.537,-0.433C0.558,-0.391 0.568,-0.341 0.568,-0.283C0.568,-0.261 0.567,-0.242 0.565,-0.225L0.212,-0.225ZM0.313,-0.454C0.283,-0.454 0.259,-0.443 0.242,-0.422C0.224,-0.4 0.214,-0.367 0.21,-0.323L0.41,-0.323C0.409,-0.41 0.377,-0.454 0.313,-0.454Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/>
11
- </g>
12
- <g transform="matrix(192,0,0,192,545.099,465.963)">
13
- <path d="M0.488,-0.561C0.52,-0.561 0.55,-0.556 0.577,-0.545L0.547,-0.317L0.446,-0.317L0.446,-0.417C0.416,-0.412 0.389,-0.396 0.366,-0.368C0.342,-0.341 0.324,-0.306 0.311,-0.265L0.311,-0.109L0.418,-0.109L0.418,-0L0.077,-0L0.077,-0.109L0.149,-0.109L0.149,-0.437L0.077,-0.437L0.077,-0.545L0.272,-0.545L0.302,-0.422C0.322,-0.469 0.346,-0.504 0.377,-0.527C0.407,-0.55 0.444,-0.561 0.488,-0.561Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
14
- </g>
15
- <g transform="matrix(192,0,0,192,651.732,465.963)">
16
- <path d="M0.234,-0.489C0.251,-0.512 0.272,-0.53 0.296,-0.543C0.32,-0.556 0.346,-0.563 0.373,-0.563C0.441,-0.563 0.492,-0.537 0.525,-0.487C0.558,-0.436 0.574,-0.365 0.574,-0.274C0.574,-0.217 0.566,-0.167 0.549,-0.123C0.532,-0.079 0.507,-0.045 0.475,-0.02C0.442,0.005 0.403,0.017 0.356,0.017C0.329,0.017 0.304,0.012 0.28,0C0.257,-0.011 0.237,-0.028 0.222,-0.049L0.215,-0L0.072,-0L0.072,-0.761L0.234,-0.778L0.234,-0.489ZM0.314,-0.101C0.376,-0.101 0.407,-0.158 0.407,-0.272C0.407,-0.316 0.404,-0.35 0.397,-0.375C0.39,-0.4 0.38,-0.418 0.368,-0.428C0.355,-0.438 0.34,-0.443 0.322,-0.443C0.289,-0.443 0.259,-0.422 0.234,-0.38L0.234,-0.15C0.244,-0.134 0.256,-0.121 0.269,-0.113C0.282,-0.105 0.297,-0.101 0.314,-0.101Z" style="fill:url(#_Linear3);fill-rule:nonzero;"/>
17
- </g>
18
- <g transform="matrix(192,0,0,192,758.366,465.963)">
19
- <path d="M0.212,-0.225C0.217,-0.182 0.231,-0.151 0.254,-0.131C0.277,-0.111 0.307,-0.101 0.343,-0.101C0.389,-0.101 0.436,-0.116 0.483,-0.146L0.548,-0.057C0.521,-0.034 0.489,-0.016 0.452,-0.003C0.415,0.011 0.375,0.017 0.33,0.017C0.269,0.017 0.218,0.005 0.175,-0.019C0.133,-0.043 0.101,-0.077 0.079,-0.121C0.058,-0.164 0.047,-0.215 0.047,-0.272C0.047,-0.326 0.058,-0.375 0.078,-0.419C0.099,-0.464 0.13,-0.498 0.17,-0.524C0.21,-0.55 0.257,-0.563 0.313,-0.563C0.364,-0.563 0.409,-0.551 0.448,-0.529C0.486,-0.507 0.516,-0.475 0.537,-0.433C0.558,-0.391 0.568,-0.341 0.568,-0.283C0.568,-0.261 0.567,-0.242 0.565,-0.225L0.212,-0.225ZM0.313,-0.454C0.283,-0.454 0.259,-0.443 0.242,-0.422C0.224,-0.4 0.214,-0.367 0.21,-0.323L0.41,-0.323C0.409,-0.41 0.377,-0.454 0.313,-0.454Z" style="fill:rgb(33,33,33);fill-rule:nonzero;"/>
20
- </g>
21
- <g transform="matrix(192,0,0,192,865,465.963)">
22
- <path d="M0.53,-0.157C0.53,-0.137 0.533,-0.122 0.538,-0.113C0.544,-0.103 0.553,-0.096 0.566,-0.091L0.533,0.015C0.5,0.012 0.472,0.005 0.451,-0.006C0.429,-0.018 0.412,-0.035 0.399,-0.056C0.379,-0.032 0.353,-0.014 0.321,-0.001C0.289,0.011 0.256,0.017 0.22,0.017C0.183,0.017 0.151,0.01 0.123,-0.004C0.095,-0.019 0.074,-0.039 0.058,-0.065C0.043,-0.091 0.036,-0.12 0.036,-0.154C0.036,-0.193 0.046,-0.226 0.067,-0.254C0.088,-0.282 0.118,-0.303 0.158,-0.317C0.198,-0.332 0.245,-0.339 0.301,-0.339L0.374,-0.339L0.374,-0.359C0.374,-0.415 0.338,-0.443 0.267,-0.443C0.249,-0.443 0.226,-0.441 0.198,-0.435C0.171,-0.43 0.144,-0.423 0.117,-0.414L0.08,-0.522C0.114,-0.535 0.15,-0.545 0.188,-0.552C0.226,-0.559 0.261,-0.563 0.292,-0.563C0.372,-0.563 0.432,-0.546 0.471,-0.514C0.511,-0.481 0.53,-0.434 0.53,-0.37L0.53,-0.157ZM0.276,-0.098C0.294,-0.098 0.313,-0.104 0.332,-0.115C0.351,-0.125 0.365,-0.14 0.374,-0.158L0.374,-0.247L0.334,-0.247C0.29,-0.247 0.257,-0.24 0.235,-0.226C0.214,-0.212 0.203,-0.192 0.203,-0.165C0.203,-0.144 0.209,-0.128 0.222,-0.116C0.235,-0.104 0.253,-0.098 0.276,-0.098Z" style="fill:rgb(33,33,33);fill-rule:nonzero;"/>
23
- </g>
24
- </g>
25
- </g>
26
- <defs>
27
- <linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-0.00251806,-0.544073,0.544073,-0.00251806,0.331076,-0.00393231)"><stop offset="0" style="stop-color:rgb(124,19,26);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(33,33,33);stop-opacity:1"/></linearGradient>
28
- <linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.00258705,-0.535139,0.535139,0.00258705,0.232495,-0.0154533)"><stop offset="0" style="stop-color:rgb(126,19,26);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(33,33,33);stop-opacity:1"/></linearGradient>
29
- <linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.00421702,0.643286,-0.643286,0.00421702,0.209886,-0.664778)"><stop offset="0" style="stop-color:rgb(33,33,33);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(126,19,26);stop-opacity:1"/></linearGradient>
30
- </defs>
31
- </svg>