cleanup
DJ
committed Jun 21, 2018
commit c3b31e8db433a2e4c5c89b2d9a3984a7a0748899
Showing 18
changed files with
1 additions
and 245 deletions
.browserslistrc
+0
-12
| @@ | @@ -1,12 +0,0 @@ |
| - | # Configures browser support for |
| - | # Webpack and PostCSS |
| - | # https://github.com/ai/browserslist |
| - | |
| - | [production] |
| - | > 2% |
| - | last 2 major versions |
| - | ie >= 11 |
| - | android >= 4.3.3 |
| - | |
| - | [development] |
| - | last 1 major versions |
| \ No newline at end of file | |
.eslintrc.yml
+0
-80
| @@ | @@ -1,80 +0,0 @@ |
| - | # Configures JS linting |
| - | # https://eslint.org/ |
| - | |
| - | # Add third-party configs |
| - | extends: |
| - | - eslint:recommended |
| - | - plugin:import/errors |
| - | - plugin:import/warnings |
| - | |
| - | # Add third-party plugins |
| - | plugins: |
| - | - import |
| - | - compat |
| - | |
| - | # Set target environment |
| - | env: |
| - | browser: true |
| - | |
| - | # Add support for babel (ES6) |
| - | parser: babel-eslint |
| - | |
| - | rules: |
| - | # Best Practices |
| - | # https://github.com/eslint/eslint/tree/master/docs/rules#best-practices |
| - | no-fallthrough: 2 |
| - | no-redeclare: 2 |
| - | |
| - | # Browser compatibility |
| - | compat/compat: error |
| - | |
| - | # Webpack import support |
| - | import/default: 0 |
| - | |
| - | # Stylistic Issues |
| - | # https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues |
| - | comma-spacing: 2 |
| - | eol-last: 2 |
| - | eqeqeq: ["error", "smart"] |
| - | indent: [2, 2, {SwitchCase: 1}] |
| - | keyword-spacing: 2 |
| - | max-len: [1, 160, 2] |
| - | new-parens: 2 |
| - | no-mixed-spaces-and-tabs: 2 |
| - | no-multiple-empty-lines: [2, {max: 2}] |
| - | no-trailing-spaces: 2 |
| - | object-curly-spacing: [2, "never"] |
| - | quotes: [2, "double", "avoid-escape"] |
| - | semi: never |
| - | space-before-blocks: [2, "always"] |
| - | space-before-function-paren: [2, "never"] |
| - | space-in-parens: [2, "never"] |
| - | space-infix-ops: 2 |
| - | space-unary-ops: 2 |
| - | |
| - | # ECMAScript 6 |
| - | # http://eslint.org/docs/rules/#ecmascript-6 |
| - | arrow-parens: [2, "always"] |
| - | arrow-spacing: [2, {"before": true, "after": true}] |
| - | no-confusing-arrow: 2 |
| - | prefer-const: 2 |
| - | |
| - | # Strict Mode |
| - | # https://github.com/eslint/eslint/tree/master/docs/rules#strict-mode |
| - | strict: [2, "global"] |
| - | |
| - | # Variables |
| - | # https://github.com/eslint/eslint/tree/master/docs/rules#variables |
| - | no-undef: 2 |
| - | no-unused-vars: [2, {"args": "none"}] |
| - | |
| - | # Browser compatibility |
| - | compat/compat: error |
| - | |
| - | # Global scoped method and vars |
| - | globals: |
| - | __dirname: true |
| - | require: true |
| - | process: true |
| - | ENV: true |
| - | module: true |
| \ No newline at end of file | |
.forestry/settings.yml
+1
-1
| @@ | @@ -4,7 +4,7 @@ auto_deploy: false |
| admin_path: | |
| webhook_url: | |
| collections: | |
| - | upload_dir: site/uploads |
| + | upload_dir: uploads |
| public_path: "/uploads" | |
| front_matter_path: '' | |
| use_front_matter_path: false | |
.postcssrc.js
+0
-21
| @@ | @@ -1,21 +0,0 @@ |
| - | // Learn more about PostCSS: |
| - | // https://github.com/postcss/postcss |
| - | |
| - | module.exports = function(ctx = {}) { |
| - | const file = ctx.file |
| - | const opts = ctx.options || {} |
| - | const isProduction = (opts.env === "production") || (process.env.NODE_ENV === "production") |
| - | |
| - | return { |
| - | parser: "postcss-scss", |
| - | plugins: { |
| - | "precss": {}, |
| - | "postcss-cssnext": {}, |
| - | "cssnano": (isProduction) ? {autoprefixer: false} : false, |
| - | "laggard": {}, |
| - | "postcss-reporter": {}, |
| - | "postcss-browser-reporter": (isProduction) ? {} : false |
| - | } |
| - | } |
| - | } |
| - | |
| \ No newline at end of file | |
.stylelintrc.yml
+0
-15
| @@ | @@ -1,15 +0,0 @@ |
| - | # Configures CSS Linting |
| - | # https://stylelint.io/ |
| - | extends: |
| - | - stylelint-config-standard |
| - | - stylelint-config-sass-guidelines |
| - | plugins: |
| - | - stylelint-scss |
| - | - stylelint-no-unsupported-browser-features |
| - | defaultSeverity: warning |
| - | rules: |
| - | plugin/no-unsupported-browser-features: |
| - | - true |
| - | - ignore: [] |
| - | severity: warning |
| - | scss/at-extend-no-missing-placeholder: true |
_includes/footer.html
+0
-1
| @@ | @@ -1,3 +1,2 @@ |
| - | <script src="{{ "/js/scripts.min.js" | relative_url }}"></script> |
| </body> | |
| </html> | |
| \ No newline at end of file | |
img/forestry-full.svg
+0
-19
| @@ | @@ -1,19 +0,0 @@ |
| - | <svg id="forestry_logo" data-name="Forestry Logotype" xmlns="http://www.w3.org/2000/svg" width="484.1" height="101.9" viewBox="0 0 484.1 101.9"> |
| - | <title>Forestry Logotype</title> |
| - | <polyline points="2.8 39.5 28.3 14 53.8 39.5" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/> |
| - | <polyline points="2.8 62.1 28.3 36.6 53.8 62.1" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/> |
| - | <polyline points="101.9 36.6 76.4 62.1 50.9 36.6" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/> |
| - | <polyline points="101.9 14 76.4 39.5 50.9 14" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/> |
| - | <line x1="28.3" y1="101.9" x2="28.3" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px"/> |
| - | <line x1="76.4" y1="101.9" x2="76.4" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px"/> |
| - | <g> |
| - | <polygon points="127.4 76.4 136.4 76.4 136.4 55.3 158.9 55.3 158.9 47.1 136.4 47.1 136.4 33.7 160.2 33.7 160.2 25.5 127.4 25.5 127.4 76.4"/> |
| - | <path d="M211.6,31.4a23.9,23.9,0,0,0-8.6-5.4,30.2,30.2,0,0,0-10.9-1.8,29.8,29.8,0,0,0-10.8,1.9,24.5,24.5,0,0,0-8.5,5.4,25,25,0,0,0-5.6,8.5,29.5,29.5,0,0,0-2,11.1,28.2,28.2,0,0,0,2,10.9,24.3,24.3,0,0,0,14.1,13.8,29.8,29.8,0,0,0,10.8,1.9,30.3,30.3,0,0,0,10.9-2,25.6,25.6,0,0,0,8.6-5.5,24.9,24.9,0,0,0,5.6-8.4,28.3,28.3,0,0,0,2-10.9,29.2,29.2,0,0,0-2-11.1A24.8,24.8,0,0,0,211.6,31.4Zm-3.1,26.8a17.6,17.6,0,0,1-3.6,6,16.4,16.4,0,0,1-5.5,4,17.5,17.5,0,0,1-7.2,1.4,17.2,17.2,0,0,1-7.2-1.4,16.5,16.5,0,0,1-5.5-4,17.6,17.6,0,0,1-3.6-6,21.9,21.9,0,0,1-1.3-7.5,19.9,19.9,0,0,1,1.3-7.1,17.6,17.6,0,0,1,3.6-5.8,16.4,16.4,0,0,1,5.5-3.9,17.6,17.6,0,0,1,7.2-1.4,17.9,17.9,0,0,1,7.2,1.4,16.3,16.3,0,0,1,5.5,3.9,17.6,17.6,0,0,1,3.6,5.8,19.8,19.8,0,0,1,1.3,7.1A21.8,21.8,0,0,1,208.5,58.2Z" transform="translate(0 0)"/> |
| - | <path d="M259.8,49.4a14.2,14.2,0,0,0,3.1-9.3,14.3,14.3,0,0,0-1.6-7.1,12.2,12.2,0,0,0-4.2-4.5,18.2,18.2,0,0,0-6.1-2.3,36,36,0,0,0-7.1-.7H226.2V76.4h9.1V54.9h6.6l11.8,21.6h10.9L251.1,53.9A13.1,13.1,0,0,0,259.8,49.4Zm-13.6-2.5-3.9.2h-7V33.3h7.8l3.6.2a11.2,11.2,0,0,1,3.3.9,5.8,5.8,0,0,1,2.4,2,6.3,6.3,0,0,1,.9,3.6,6.6,6.6,0,0,1-1,3.9,6.1,6.1,0,0,1-2.6,2.1A11.8,11.8,0,0,1,246.2,46.9Z" transform="translate(0 0)"/> |
| - | <polygon points="279.9 54.4 303.3 54.4 303.3 46.2 279.9 46.2 279.9 33.7 304.6 33.7 304.6 25.5 270.9 25.5 270.9 76.4 305.9 76.4 305.9 68.2 279.9 68.2 279.9 54.4"/> |
| - | <path d="M340,49.8a23.7,23.7,0,0,0-5.8-2.6l-5.8-1.9a17.5,17.5,0,0,1-4.5-2.4,4.7,4.7,0,0,1-1.8-4,5.9,5.9,0,0,1,.7-3,6,6,0,0,1,1.9-2,8.3,8.3,0,0,1,2.7-1.1,12.8,12.8,0,0,1,3.1-.4,13.5,13.5,0,0,1,5.1,1,8.4,8.4,0,0,1,3.8,3.1l6.6-7a18.2,18.2,0,0,0-6.8-4,25.1,25.1,0,0,0-7.8-1.2,25.8,25.8,0,0,0-6.9.9,18.6,18.6,0,0,0-6,2.8,14.9,14.9,0,0,0-4.2,4.8,13.7,13.7,0,0,0-1.6,6.8,12.9,12.9,0,0,0,1.8,7.2,14.1,14.1,0,0,0,4.5,4.3,24.5,24.5,0,0,0,5.8,2.6l5.8,2a15.8,15.8,0,0,1,4.5,2.6,5.3,5.3,0,0,1,1.8,4.3,5.9,5.9,0,0,1-.8,3.1,6.7,6.7,0,0,1-2.1,2.2,9.9,9.9,0,0,1-2.9,1.3,12.2,12.2,0,0,1-8.9-1,11.4,11.4,0,0,1-4.3-3.9L311,70.8a17.6,17.6,0,0,0,7.5,5.3,26.7,26.7,0,0,0,9.1,1.6,25,25,0,0,0,7.1-1,17.5,17.5,0,0,0,5.9-3,14.5,14.5,0,0,0,4.1-5.1,16,16,0,0,0,1.5-7.2,13.1,13.1,0,0,0-1.8-7.3A14.4,14.4,0,0,0,340,49.8Z" transform="translate(0 0)"/> |
| - | <polygon points="350.1 33.7 365.7 33.7 365.7 76.4 374.7 76.4 374.7 33.7 390.3 33.7 390.3 25.5 350.1 25.5 350.1 33.7"/> |
| - | <path d="M431.9,49.4a14.2,14.2,0,0,0,3.1-9.3,14.4,14.4,0,0,0-1.6-7.1,12.2,12.2,0,0,0-4.2-4.5,18.1,18.1,0,0,0-6.1-2.3,35.9,35.9,0,0,0-7.1-.7H398.3V76.4h9.1V54.9H414l11.8,21.6h10.9L423.2,53.9A13.1,13.1,0,0,0,431.9,49.4Zm-13.6-2.5-3.9.2h-7V33.3h7.8l3.6.2a11.3,11.3,0,0,1,3.3.9,5.8,5.8,0,0,1,2.4,2,6.3,6.3,0,0,1,.9,3.6,6.6,6.6,0,0,1-1,3.9,6.1,6.1,0,0,1-2.6,2.1A11.9,11.9,0,0,1,418.3,46.9Z" transform="translate(0 0)"/> |
| - | <polygon points="473.3 25.5 460.6 45.8 448.1 25.5 436.8 25.5 455.9 54.6 455.9 76.4 464.9 76.4 464.9 54.6 484.1 25.5 473.3 25.5"/> |
| - | </g> |
| - | </svg> |
img/forestry-neg-full.svg
+0
-47
| @@ | @@ -1,47 +0,0 @@ |
| - | <?xml version="1.0" encoding="utf-8"?> |
| - | <!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| - | <svg version="1.1" id="forestry_logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" |
| - | y="0px" viewBox="0 0 484.1 101.9" style="enable-background:new 0 0 484.1 101.9;" xml:space="preserve"> |
| - | <style type="text/css"> |
| - | .st0{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;} |
| - | .st1{fill:#FFFFFF;} |
| - | </style> |
| - | <title>Forestry Logotype</title> |
| - | <polyline class="st0" points="2.8,39.5 28.3,14 53.8,39.5 "/> |
| - | <polyline class="st0" points="2.8,62.1 28.3,36.6 53.8,62.1 "/> |
| - | <polyline class="st0" points="101.9,36.6 76.4,62.1 50.9,36.6 "/> |
| - | <polyline class="st0" points="101.9,14 76.4,39.5 50.9,14 "/> |
| - | <line class="st0" x1="28.3" y1="101.9" x2="28.3" y2="0"/> |
| - | <line class="st0" x1="76.4" y1="101.9" x2="76.4" y2="0"/> |
| - | <g> |
| - | <polygon class="st1" points="127.4,76.4 136.4,76.4 136.4,55.3 158.9,55.3 158.9,47.1 136.4,47.1 136.4,33.7 160.2,33.7 |
| - | 160.2,25.5 127.4,25.5 "/> |
| - | <path class="st1" d="M211.6,31.4c-2.4-2.4-5.4-4.2-8.6-5.4c-3.5-1.3-7.2-1.9-10.9-1.8c-3.7,0-7.3,0.6-10.8,1.9 |
| - | c-3.2,1.2-6.1,3-8.5,5.4c-2.4,2.4-4.3,5.3-5.6,8.5c-1.4,3.5-2.1,7.3-2,11.1c-0.1,3.7,0.6,7.4,2,10.9c2.5,6.4,7.7,11.4,14.1,13.8 |
| - | c3.5,1.3,7.1,1.9,10.8,1.9c3.7,0,7.4-0.7,10.9-2c3.2-1.2,6.1-3.1,8.6-5.5c2.4-2.4,4.3-5.2,5.6-8.4c1.4-3.5,2.1-7.2,2-10.9 |
| - | c0.1-3.8-0.6-7.6-2-11.1C215.9,36.6,214,33.8,211.6,31.4z M208.5,58.2c-0.8,2.2-2,4.3-3.6,6c-1.5,1.7-3.4,3.1-5.5,4 |
| - | c-2.3,1-4.7,1.4-7.2,1.4c-2.5,0.1-4.9-0.4-7.2-1.4c-2.1-0.9-4-2.3-5.5-4c-1.6-1.7-2.8-3.8-3.6-6c-0.9-2.4-1.3-4.9-1.3-7.5 |
| - | c0-2.4,0.4-4.8,1.3-7.1c0.8-2.1,2-4.1,3.6-5.8c1.5-1.7,3.4-3,5.5-3.9c2.3-1,4.7-1.4,7.2-1.4c2.5,0,4.9,0.4,7.2,1.4 |
| - | c2.1,0.9,4,2.2,5.5,3.9c1.6,1.7,2.8,3.7,3.6,5.8c0.9,2.3,1.3,4.7,1.3,7.1C209.8,53.3,209.4,55.8,208.5,58.2z"/> |
| - | <path class="st1" d="M259.8,49.4c2.1-2.6,3.2-5.9,3.1-9.3c0.1-2.5-0.5-4.9-1.6-7.1c-1-1.8-2.4-3.4-4.2-4.5 |
| - | c-1.9-1.1-3.9-1.9-6.1-2.3c-2.3-0.5-4.7-0.7-7.1-0.7h-17.7v50.9h9.1V54.9h6.6l11.8,21.6h10.9l-13.5-22.6 |
| - | C254.5,53.6,257.6,52,259.8,49.4z M246.2,46.9l-3.9,0.2h-7V33.3h7.8l3.6,0.2c1.1,0.1,2.3,0.4,3.3,0.9c1,0.4,1.8,1.1,2.4,2 |
| - | c0.7,1.1,1,2.3,0.9,3.6c0.1,1.4-0.3,2.7-1,3.9c-0.7,0.9-1.6,1.7-2.6,2.1C248.6,46.5,247.4,46.8,246.2,46.9L246.2,46.9z"/> |
| - | <polygon class="st1" points="279.9,54.4 303.3,54.4 303.3,46.2 279.9,46.2 279.9,33.7 304.6,33.7 304.6,25.5 270.9,25.5 |
| - | 270.9,76.4 305.9,76.4 305.9,68.2 279.9,68.2 "/> |
| - | <path class="st1" d="M340,49.8c-1.8-1.1-3.8-2-5.8-2.6l-5.8-1.9c-1.6-0.6-3.1-1.4-4.5-2.4c-1.2-1-1.9-2.5-1.8-4c0-1,0.2-2.1,0.7-3 |
| - | c0.5-0.8,1.1-1.5,1.9-2c0.8-0.5,1.7-0.9,2.7-1.1c1-0.3,2.1-0.4,3.1-0.4c1.7,0,3.5,0.3,5.1,1c1.5,0.6,2.9,1.7,3.8,3.1l6.6-7 |
| - | c-1.9-1.8-4.3-3.2-6.8-4c-2.5-0.8-5.2-1.2-7.8-1.2c-2.3,0-4.7,0.3-6.9,0.9c-2.2,0.6-4.2,1.5-6,2.8c-1.7,1.3-3.2,2.9-4.2,4.8 |
| - | c-1.1,2.1-1.7,4.4-1.6,6.8c-0.1,2.5,0.5,5,1.8,7.2c1.2,1.8,2.7,3.2,4.5,4.3c1.8,1.1,3.8,2,5.8,2.6l5.8,2c1.6,0.6,3.2,1.5,4.5,2.6 |
| - | c1.2,1.1,1.9,2.7,1.8,4.3c0,1.1-0.3,2.2-0.8,3.1c-0.5,0.9-1.2,1.6-2.1,2.2c-0.9,0.6-1.9,1-2.9,1.3c-3,0.8-6.2,0.4-8.9-1 |
| - | c-1.7-0.9-3.2-2.3-4.3-3.9l-6.9,6.5c2,2.4,4.6,4.2,7.5,5.3c2.9,1.1,6,1.6,9.1,1.6c2.4,0,4.8-0.3,7.1-1c2.1-0.6,4.1-1.6,5.9-3 |
| - | c1.7-1.4,3.1-3.1,4.1-5.1c1.1-2.3,1.6-4.7,1.5-7.2c0.1-2.6-0.5-5.1-1.8-7.3C343.3,52.4,341.8,50.9,340,49.8z"/> |
| - | <polygon class="st1" points="350.1,33.7 365.7,33.7 365.7,76.4 374.7,76.4 374.7,33.7 390.3,33.7 390.3,25.5 350.1,25.5 "/> |
| - | <path class="st1" d="M431.9,49.4c2.1-2.6,3.2-5.9,3.1-9.3c0.1-2.5-0.5-4.9-1.6-7.1c-1-1.8-2.4-3.4-4.2-4.5 |
| - | c-1.9-1.1-3.9-1.9-6.1-2.3c-2.3-0.5-4.7-0.7-7.1-0.7h-17.7v50.9h9.1V54.9h6.6l11.8,21.6h10.9l-13.5-22.6 |
| - | C426.6,53.6,429.7,52,431.9,49.4z M418.3,46.9l-3.9,0.2h-7V33.3h7.8l3.6,0.2c1.1,0.1,2.3,0.4,3.3,0.9c1,0.4,1.8,1.1,2.4,2 |
| - | c0.7,1.1,1,2.3,0.9,3.6c0.1,1.4-0.3,2.7-1,3.9c-0.7,0.9-1.6,1.7-2.6,2.1C420.7,46.5,419.5,46.8,418.3,46.9z"/> |
| - | <polygon class="st1" points="473.3,25.5 460.6,45.8 448.1,25.5 436.8,25.5 455.9,54.6 455.9,76.4 464.9,76.4 464.9,54.6 |
| - | 484.1,25.5 "/> |
| - | </g> |
| - | </svg> |
img/forestry-neg-symbol.svg
+0
-15
| @@ | @@ -1,15 +0,0 @@ |
| - | <?xml version="1.0" encoding="utf-8"?> |
| - | <!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
| - | <svg version="1.1" id="forestry_logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" |
| - | y="0px" viewBox="0 0 104.8 101.9" style="enable-background:new 0 0 104.8 101.9;" xml:space="preserve"> |
| - | <style type="text/css"> |
| - | .st0{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;} |
| - | </style> |
| - | <title>forestry-symbol</title> |
| - | <polyline class="st0" points="2.8,39.5 28.3,14 53.8,39.5 "/> |
| - | <polyline class="st0" points="2.8,62.1 28.3,36.6 53.8,62.1 "/> |
| - | <polyline class="st0" points="101.9,36.6 76.4,62.1 50.9,36.6 "/> |
| - | <polyline class="st0" points="101.9,14 76.4,39.5 50.9,14 "/> |
| - | <line class="st0" x1="28.3" y1="101.9" x2="28.3" y2="0"/> |
| - | <line class="st0" x1="76.4" y1="101.9" x2="76.4" y2="0"/> |
| - | </svg> |
img/forestry-symbol.svg
+0
-1
| @@ | @@ -1 +0,0 @@ |
| - | <svg id="forestry_logo" data-name="forestry logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 104.76 101.9"><defs><style>.cls-1{fill:none;stroke:#181919;stroke-miterlimit:10;stroke-width:8px;}</style></defs><title>forestry-symbol</title><polyline class="cls-1" points="2.83 39.5 28.33 14 53.83 39.5"/><polyline class="cls-1" points="2.83 62.1 28.33 36.6 53.83 62.1"/><polyline class="cls-1" points="101.93 36.6 76.43 62.1 50.93 36.6"/><polyline class="cls-1" points="101.93 14 76.43 39.5 50.93 14"/><line class="cls-1" x1="28.33" y1="101.9" x2="28.33"/><line class="cls-1" x1="76.43" y1="101.9" x2="76.43"/></svg> |
| \ No newline at end of file | |
img/hero-2-bg.png
+0
-0
img/product-shot-1.png
+0
-0
img/svg/bitbucket.svg
+0
-1
| @@ | @@ -1 +0,0 @@ |
| - | <svg width="2169" height="2500" viewBox="0 0 256 295" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet"><g fill="#205081"><path d="M128 0C57.732 0 .012 18.822.012 42.663c0 6.274 15.057 95.364 21.331 130.498 2.51 16.312 43.918 38.898 106.657 38.898 62.74 0 102.893-22.586 106.657-38.898 6.274-35.134 21.331-124.224 21.331-130.498C254.734 18.822 198.268 0 128 0zm0 183.199c-22.586 0-40.153-17.567-40.153-40.153s17.567-40.153 40.153-40.153 40.153 17.567 40.153 40.153c0 21.331-17.567 40.153-40.153 40.153zm0-127.988c-45.172 0-81.561-7.53-81.561-17.567 0-10.039 36.389-17.567 81.561-17.567 45.172 0 81.561 7.528 81.561 17.567 0 10.038-36.389 17.567-81.561 17.567z"/><path d="M220.608 207.04c-2.51 0-3.764 1.255-3.764 1.255s-31.37 25.096-87.835 25.096c-56.466 0-87.835-25.096-87.835-25.096s-2.51-1.255-3.765-1.255c-2.51 0-5.019 1.255-5.019 5.02v1.254c5.02 26.35 8.784 45.172 8.784 47.682 3.764 18.822 41.408 33.88 86.58 33.88s82.816-15.058 86.58-33.88c0-2.51 3.765-21.332 8.784-47.682v-1.255c1.255-2.51 0-5.019-2.51-5.019z"/><circle cx="128" cy="141.791" r="20.077"/></g></svg> |
| \ No newline at end of file | |
img/svg/github.svg
+0
-3
| @@ | @@ -1,3 +0,0 @@ |
| - | <svg height="1024" width="1024" xmlns="http://www.w3.org/2000/svg"> |
| - | <path d="M512 0C229.25 0 0 229.25 0 512c0 226.25 146.688 418.125 350.156 485.812 25.594 4.688 34.938-11.125 34.938-24.625 0-12.188-0.469-52.562-0.719-95.312C242 908.812 211.906 817.5 211.906 817.5c-23.312-59.125-56.844-74.875-56.844-74.875-46.531-31.75 3.53-31.125 3.53-31.125 51.406 3.562 78.47 52.75 78.47 52.75 45.688 78.25 119.875 55.625 149 42.5 4.654-33 17.904-55.625 32.5-68.375C304.906 725.438 185.344 681.5 185.344 485.312c0-55.938 19.969-101.562 52.656-137.406-5.219-13-22.844-65.094 5.062-135.562 0 0 42.938-13.75 140.812 52.5 40.812-11.406 84.594-17.031 128.125-17.219 43.5 0.188 87.312 5.875 128.188 17.281 97.688-66.312 140.688-52.5 140.688-52.5 28 70.531 10.375 122.562 5.125 135.5 32.812 35.844 52.625 81.469 52.625 137.406 0 196.688-119.75 240-233.812 252.688 18.438 15.875 34.75 47 34.75 94.75 0 68.438-0.688 123.625-0.688 140.5 0 13.625 9.312 29.562 35.25 24.562C877.438 930 1024 738.125 1024 512 1024 229.25 794.75 0 512 0z" /> |
| - | </svg> |
img/svg/gitlab.svg
+0
-25
| @@ | @@ -1,25 +0,0 @@ |
| - | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| - | <svg width="210px" height="194px" viewBox="0 0 210 194" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"> |
| - | <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch --> |
| - | <title>Group</title> |
| - | <desc>Created with Sketch.</desc> |
| - | <defs></defs> |
| - | <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> |
| - | <g id="Fill-1-+-Group-24" sketch:type="MSLayerGroup"> |
| - | <g id="Group-24" sketch:type="MSShapeGroup"> |
| - | <g id="Group"> |
| - | <path d="M105.0614,193.655 L105.0614,193.655 L143.7014,74.734 L66.4214,74.734 L105.0614,193.655 L105.0614,193.655 Z" id="Fill-4" fill="#E24329"></path> |
| - | <path id="Fill-6" fill="#FC6D26"></path> |
| - | <path d="M105.0614,193.6548 L66.4214,74.7338 L12.2684,74.7338 L105.0614,193.6548 Z" id="Fill-8" fill="#FC6D26"></path> |
| - | <path id="Fill-10" fill="#FC6D26"></path> |
| - | <path d="M12.2685,74.7341 L12.2685,74.7341 L0.5265,110.8731 C-0.5445,114.1691 0.6285,117.7801 3.4325,119.8171 L105.0615,193.6551 L12.2685,74.7341 Z" id="Fill-12" fill="#FCA326"></path> |
| - | <path id="Fill-14" fill="#FC6D26"></path> |
| - | <path d="M12.2685,74.7342 L66.4215,74.7342 L43.1485,3.1092 C41.9515,-0.5768 36.7375,-0.5758 35.5405,3.1092 L12.2685,74.7342 Z" id="Fill-16" fill="#E24329"></path> |
| - | <path d="M105.0614,193.6548 L143.7014,74.7338 L197.8544,74.7338 L105.0614,193.6548 Z" id="Fill-18" fill="#FC6D26"></path> |
| - | <path d="M197.8544,74.7341 L197.8544,74.7341 L209.5964,110.8731 C210.6674,114.1691 209.4944,117.7801 206.6904,119.8171 L105.0614,193.6551 L197.8544,74.7341 Z" id="Fill-20" fill="#FCA326"></path> |
| - | <path d="M197.8544,74.7342 L143.7014,74.7342 L166.9744,3.1092 C168.1714,-0.5768 173.3854,-0.5758 174.5824,3.1092 L197.8544,74.7342 Z" id="Fill-22" fill="#E24329"></path> |
| - | </g> |
| - | </g> |
| - | </g> |
| - | </g> |
| - | </svg> |
| \ No newline at end of file | |
js/scripts.js.map
+0
-1
| @@ | @@ -1 +0,0 @@ |
| - | {"version":3,"sources":["webpack:///scripts.js","webpack:///webpack/bootstrap c0e07dbec1f3d929802a"],"names":["modules","__webpack_require__","moduleId","installedModules","exports","module","i","l","call","m","c","d","name","getter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","Error"],"mappings":"CAAS,SAAUA,GCInB,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAE,OAGA,IAAAC,GAAAF,EAAAD,IACAI,EAAAJ,EACAK,GAAA,EACAH,WAUA,OANAJ,GAAAE,GAAAM,KAAAH,EAAAD,QAAAC,IAAAD,QAAAH,GAGAI,EAAAE,GAAA,EAGAF,EAAAD,QAvBA,GAAAD,KA4BAF,GAAAQ,EAAAT,EAGAC,EAAAS,EAAAP,EAGAF,EAAAU,EAAA,SAAAP,EAAAQ,EAAAC,GACAZ,EAAAa,EAAAV,EAAAQ,IACAG,OAAAC,eAAAZ,EAAAQ,GACAK,cAAA,EACAC,YAAA,EACAC,IAAAN,KAMAZ,EAAAmB,EAAA,SAAAf,GACA,GAAAQ,GAAAR,KAAAgB,WACA,WAA2B,MAAAhB,GAAA,SAC3B,WAAiC,MAAAA,GAEjC,OADAJ,GAAAU,EAAAE,EAAA,IAAAA,GACAA,GAIAZ,EAAAa,EAAA,SAAAQ,EAAAC,GAAsD,MAAAR,QAAAS,UAAAC,eAAAjB,KAAAc,EAAAC,IAGtDtB,EAAAyB,EAAA,GAGAzB,IAAA0B,EAAA,KDMM,SAAUtB,EAAQD,EAASH,IAEhC,WAAkC,KAAM,IAAI2B,OAAM","file":"scripts.js","sourceRoot":""} |
| \ No newline at end of file | |
js/scripts.min.js
+0
-2
| @@ | @@ -1,2 +0,0 @@ |
| - | !function(r){function n(e){if(t[e])return t[e].exports;var o=t[e]={i:e,l:!1,exports:{}};return r[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var t={};n.m=r,n.c=t,n.d=function(r,t,e){n.o(r,t)||Object.defineProperty(r,t,{configurable:!1,enumerable:!0,get:e})},n.n=function(r){var t=r&&r.__esModule?function(){return r.default}:function(){return r};return n.d(t,"a",t),t},n.o=function(r,n){return Object.prototype.hasOwnProperty.call(r,n)},n.p="",n(n.s=0)}([function(r,n,t){!function(){throw new Error('Cannot find module "/home/dj/_FORESTRYIO/projects/forestry-blocks/src/js/scripts.js"')}()}]); |
| - | //# sourceMappingURL=scripts.js.map |
| \ No newline at end of file | |
svg/sprite.symbol.svg
+0
-1
| @@ | @@ -1 +0,0 @@ |
| - | <?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 484.1 101.9" id="forestry-full" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="#181919" stroke-miterlimit="10" stroke-width="8" d="M2.8 39.5L28.3 14l25.5 25.5"/><path fill="none" stroke="#181919" stroke-miterlimit="10" stroke-width="8" d="M2.8 62.1l25.5-25.5 25.5 25.5M101.9 36.6L76.4 62.1 50.9 36.6"/><path fill="none" stroke="#181919" stroke-miterlimit="10" stroke-width="8" d="M101.9 14L76.4 39.5 50.9 14M28.3 101.9V0M76.4 101.9V0"/><path d="M127.4 76.4h9V55.3h22.5v-8.2h-22.5V33.7h23.8v-8.2h-32.8v50.9zM211.6 31.4A23.9 23.9 0 0 0 203 26a30.2 30.2 0 0 0-10.9-1.8 29.8 29.8 0 0 0-10.8 1.9 24.5 24.5 0 0 0-8.5 5.4 25 25 0 0 0-5.6 8.5 29.5 29.5 0 0 0-2 11.1 28.2 28.2 0 0 0 2 10.9 24.3 24.3 0 0 0 14.1 13.8 29.8 29.8 0 0 0 10.8 1.9 30.3 30.3 0 0 0 10.9-2 25.6 25.6 0 0 0 8.6-5.5 24.9 24.9 0 0 0 5.6-8.4 28.3 28.3 0 0 0 2-10.9 29.2 29.2 0 0 0-2-11.1 24.8 24.8 0 0 0-5.6-8.4zm-3.1 26.8a17.6 17.6 0 0 1-3.6 6 16.4 16.4 0 0 1-5.5 4 17.5 17.5 0 0 1-7.2 1.4 17.2 17.2 0 0 1-7.2-1.4 16.5 16.5 0 0 1-5.5-4 17.6 17.6 0 0 1-3.6-6 21.9 21.9 0 0 1-1.3-7.5 19.9 19.9 0 0 1 1.3-7.1 17.6 17.6 0 0 1 3.6-5.8 16.4 16.4 0 0 1 5.5-3.9 17.6 17.6 0 0 1 7.2-1.4 17.9 17.9 0 0 1 7.2 1.4 16.3 16.3 0 0 1 5.5 3.9 17.6 17.6 0 0 1 3.6 5.8 19.8 19.8 0 0 1 1.3 7.1 21.8 21.8 0 0 1-1.3 7.5zM259.8 49.4a14.2 14.2 0 0 0 3.1-9.3 14.3 14.3 0 0 0-1.6-7.1 12.2 12.2 0 0 0-4.2-4.5 18.2 18.2 0 0 0-6.1-2.3 36 36 0 0 0-7.1-.7h-17.7v50.9h9.1V54.9h6.6l11.8 21.6h10.9l-13.5-22.6a13.1 13.1 0 0 0 8.7-4.5zm-13.6-2.5l-3.9.2h-7V33.3h7.8l3.6.2a11.2 11.2 0 0 1 3.3.9 5.8 5.8 0 0 1 2.4 2 6.3 6.3 0 0 1 .9 3.6 6.6 6.6 0 0 1-1 3.9 6.1 6.1 0 0 1-2.6 2.1 11.8 11.8 0 0 1-3.5.9zM279.9 54.4h23.4v-8.2h-23.4V33.7h24.7v-8.2h-33.7v50.9h35v-8.2h-26V54.4zM340 49.8a23.7 23.7 0 0 0-5.8-2.6l-5.8-1.9a17.5 17.5 0 0 1-4.5-2.4 4.7 4.7 0 0 1-1.8-4 5.9 5.9 0 0 1 .7-3 6 6 0 0 1 1.9-2 8.3 8.3 0 0 1 2.7-1.1 12.8 12.8 0 0 1 3.1-.4 13.5 13.5 0 0 1 5.1 1 8.4 8.4 0 0 1 3.8 3.1l6.6-7a18.2 18.2 0 0 0-6.8-4 25.1 25.1 0 0 0-7.8-1.2 25.8 25.8 0 0 0-6.9.9 18.6 18.6 0 0 0-6 2.8 14.9 14.9 0 0 0-4.2 4.8 13.7 13.7 0 0 0-1.6 6.8 12.9 12.9 0 0 0 1.8 7.2 14.1 14.1 0 0 0 4.5 4.3 24.5 24.5 0 0 0 5.8 2.6l5.8 2a15.8 15.8 0 0 1 4.5 2.6 5.3 5.3 0 0 1 1.8 4.3 5.9 5.9 0 0 1-.8 3.1 6.7 6.7 0 0 1-2.1 2.2 9.9 9.9 0 0 1-2.9 1.3 12.2 12.2 0 0 1-8.9-1 11.4 11.4 0 0 1-4.3-3.9l-6.9 6.5a17.6 17.6 0 0 0 7.5 5.3 26.7 26.7 0 0 0 9.1 1.6 25 25 0 0 0 7.1-1 17.5 17.5 0 0 0 5.9-3 14.5 14.5 0 0 0 4.1-5.1 16 16 0 0 0 1.5-7.2 13.1 13.1 0 0 0-1.8-7.3 14.4 14.4 0 0 0-4.4-4.3zM350.1 33.7h15.6v42.7h9V33.7h15.6v-8.2h-40.2v8.2zM431.9 49.4a14.2 14.2 0 0 0 3.1-9.3 14.4 14.4 0 0 0-1.6-7.1 12.2 12.2 0 0 0-4.2-4.5 18.1 18.1 0 0 0-6.1-2.3 35.9 35.9 0 0 0-7.1-.7h-17.7v50.9h9.1V54.9h6.6l11.8 21.6h10.9l-13.5-22.6a13.1 13.1 0 0 0 8.7-4.5zm-13.6-2.5l-3.9.2h-7V33.3h7.8l3.6.2a11.3 11.3 0 0 1 3.3.9 5.8 5.8 0 0 1 2.4 2 6.3 6.3 0 0 1 .9 3.6 6.6 6.6 0 0 1-1 3.9 6.1 6.1 0 0 1-2.6 2.1 11.9 11.9 0 0 1-3.5.9zM473.3 25.5l-12.7 20.3-12.5-20.3h-11.3l19.1 29.1v21.8h9V54.6l19.2-29.1h-10.8z"/></symbol><symbol id="forestry-neg-full" viewBox="0 0 484.1 101.9" xmlns="http://www.w3.org/2000/svg"><style>.bst0{fill:none;stroke:#fff;stroke-width:8;stroke-miterlimit:10}.bst1{fill:#fff}</style><path class="bst0" d="M2.8 39.5L28.3 14l25.5 25.5"/><path class="bst0" d="M2.8 62.1l25.5-25.5 25.5 25.5M101.9 36.6L76.4 62.1 50.9 36.6"/><path class="bst0" d="M101.9 14L76.4 39.5 50.9 14M28.3 101.9V0M76.4 101.9V0"/><path class="bst1" d="M127.4 76.4h9V55.3h22.5v-8.2h-22.5V33.7h23.8v-8.2h-32.8zM211.6 31.4c-2.4-2.4-5.4-4.2-8.6-5.4-3.5-1.3-7.2-1.9-10.9-1.8-3.7 0-7.3.6-10.8 1.9-3.2 1.2-6.1 3-8.5 5.4-2.4 2.4-4.3 5.3-5.6 8.5-1.4 3.5-2.1 7.3-2 11.1-.1 3.7.6 7.4 2 10.9 2.5 6.4 7.7 11.4 14.1 13.8 3.5 1.3 7.1 1.9 10.8 1.9 3.7 0 7.4-.7 10.9-2 3.2-1.2 6.1-3.1 8.6-5.5 2.4-2.4 4.3-5.2 5.6-8.4 1.4-3.5 2.1-7.2 2-10.9.1-3.8-.6-7.6-2-11.1-1.3-3.2-3.2-6-5.6-8.4zm-3.1 26.8c-.8 2.2-2 4.3-3.6 6-1.5 1.7-3.4 3.1-5.5 4-2.3 1-4.7 1.4-7.2 1.4-2.5.1-4.9-.4-7.2-1.4-2.1-.9-4-2.3-5.5-4-1.6-1.7-2.8-3.8-3.6-6-.9-2.4-1.3-4.9-1.3-7.5 0-2.4.4-4.8 1.3-7.1.8-2.1 2-4.1 3.6-5.8 1.5-1.7 3.4-3 5.5-3.9 2.3-1 4.7-1.4 7.2-1.4s4.9.4 7.2 1.4c2.1.9 4 2.2 5.5 3.9 1.6 1.7 2.8 3.7 3.6 5.8.9 2.3 1.3 4.7 1.3 7.1 0 2.6-.4 5.1-1.3 7.5zM259.8 49.4c2.1-2.6 3.2-5.9 3.1-9.3.1-2.5-.5-4.9-1.6-7.1-1-1.8-2.4-3.4-4.2-4.5-1.9-1.1-3.9-1.9-6.1-2.3-2.3-.5-4.7-.7-7.1-.7h-17.7v50.9h9.1V54.9h6.6l11.8 21.6h10.9l-13.5-22.6c3.4-.3 6.5-1.9 8.7-4.5zm-13.6-2.5l-3.9.2h-7V33.3h7.8l3.6.2c1.1.1 2.3.4 3.3.9 1 .4 1.8 1.1 2.4 2 .7 1.1 1 2.3.9 3.6.1 1.4-.3 2.7-1 3.9-.7.9-1.6 1.7-2.6 2.1-1.1.5-2.3.8-3.5.9zM279.9 54.4h23.4v-8.2h-23.4V33.7h24.7v-8.2h-33.7v50.9h35v-8.2h-26zM340 49.8c-1.8-1.1-3.8-2-5.8-2.6l-5.8-1.9c-1.6-.6-3.1-1.4-4.5-2.4-1.2-1-1.9-2.5-1.8-4 0-1 .2-2.1.7-3 .5-.8 1.1-1.5 1.9-2 .8-.5 1.7-.9 2.7-1.1 1-.3 2.1-.4 3.1-.4 1.7 0 3.5.3 5.1 1 1.5.6 2.9 1.7 3.8 3.1l6.6-7c-1.9-1.8-4.3-3.2-6.8-4-2.5-.8-5.2-1.2-7.8-1.2-2.3 0-4.7.3-6.9.9-2.2.6-4.2 1.5-6 2.8-1.7 1.3-3.2 2.9-4.2 4.8-1.1 2.1-1.7 4.4-1.6 6.8-.1 2.5.5 5 1.8 7.2 1.2 1.8 2.7 3.2 4.5 4.3 1.8 1.1 3.8 2 5.8 2.6l5.8 2c1.6.6 3.2 1.5 4.5 2.6 1.2 1.1 1.9 2.7 1.8 4.3 0 1.1-.3 2.2-.8 3.1-.5.9-1.2 1.6-2.1 2.2-.9.6-1.9 1-2.9 1.3-3 .8-6.2.4-8.9-1-1.7-.9-3.2-2.3-4.3-3.9l-6.9 6.5c2 2.4 4.6 4.2 7.5 5.3 2.9 1.1 6 1.6 9.1 1.6 2.4 0 4.8-.3 7.1-1 2.1-.6 4.1-1.6 5.9-3 1.7-1.4 3.1-3.1 4.1-5.1 1.1-2.3 1.6-4.7 1.5-7.2.1-2.6-.5-5.1-1.8-7.3-1.1-1.7-2.6-3.2-4.4-4.3zM350.1 33.7h15.6v42.7h9V33.7h15.6v-8.2h-40.2zM431.9 49.4c2.1-2.6 3.2-5.9 3.1-9.3.1-2.5-.5-4.9-1.6-7.1-1-1.8-2.4-3.4-4.2-4.5-1.9-1.1-3.9-1.9-6.1-2.3-2.3-.5-4.7-.7-7.1-.7h-17.7v50.9h9.1V54.9h6.6l11.8 21.6h10.9l-13.5-22.6c3.4-.3 6.5-1.9 8.7-4.5zm-13.6-2.5l-3.9.2h-7V33.3h7.8l3.6.2c1.1.1 2.3.4 3.3.9 1 .4 1.8 1.1 2.4 2 .7 1.1 1 2.3.9 3.6.1 1.4-.3 2.7-1 3.9-.7.9-1.6 1.7-2.6 2.1-1.1.5-2.3.8-3.5.9zM473.3 25.5l-12.7 20.3-12.5-20.3h-11.3l19.1 29.1v21.8h9V54.6l19.2-29.1z"/></symbol><symbol id="forestry-neg-symbol" viewBox="0 0 104.8 101.9" xmlns="http://www.w3.org/2000/svg"><style>.cst0{fill:none;stroke:#fff;stroke-width:8;stroke-miterlimit:10}</style><path class="cst0" d="M2.8 39.5L28.3 14l25.5 25.5"/><path class="cst0" d="M2.8 62.1l25.5-25.5 25.5 25.5M101.9 36.6L76.4 62.1 50.9 36.6"/><path class="cst0" d="M101.9 14L76.4 39.5 50.9 14M28.3 101.9V0M76.4 101.9V0"/></symbol><symbol id="forestry-symbol" viewBox="0 0 104.76 101.9" xmlns="http://www.w3.org/2000/svg"><defs><style>.dcls-1{fill:none;stroke:#181919;stroke-miterlimit:10;stroke-width:8px}</style></defs><path class="dcls-1" d="M2.83 39.5L28.33 14l25.5 25.5"/><path class="dcls-1" d="M2.83 62.1l25.5-25.5 25.5 25.5M101.93 36.6l-25.5 25.5-25.5-25.5"/><path class="dcls-1" d="M101.93 14l-25.5 25.5L50.93 14M28.33 101.9V0M76.43 101.9V0"/></symbol><symbol viewBox="0 0 256 295" preserveAspectRatio="xMinYMin meet" id="svg--bitbucket" xmlns="http://www.w3.org/2000/svg"><g fill="#205081"><path d="M128 0C57.732 0 .012 18.822.012 42.663c0 6.274 15.057 95.364 21.331 130.498 2.51 16.312 43.918 38.898 106.657 38.898 62.74 0 102.893-22.586 106.657-38.898 6.274-35.134 21.331-124.224 21.331-130.498C254.734 18.822 198.268 0 128 0zm0 183.199c-22.586 0-40.153-17.567-40.153-40.153s17.567-40.153 40.153-40.153 40.153 17.567 40.153 40.153c0 21.331-17.567 40.153-40.153 40.153zm0-127.988c-45.172 0-81.561-7.53-81.561-17.567 0-10.039 36.389-17.567 81.561-17.567 45.172 0 81.561 7.528 81.561 17.567 0 10.038-36.389 17.567-81.561 17.567z"/><path d="M220.608 207.04c-2.51 0-3.764 1.255-3.764 1.255s-31.37 25.096-87.835 25.096c-56.466 0-87.835-25.096-87.835-25.096s-2.51-1.255-3.765-1.255c-2.51 0-5.019 1.255-5.019 5.02v1.254c5.02 26.35 8.784 45.172 8.784 47.682 3.764 18.822 41.408 33.88 86.58 33.88s82.816-15.058 86.58-33.88c0-2.51 3.765-21.332 8.784-47.682v-1.255c1.255-2.51 0-5.019-2.51-5.019z"/><circle cx="128" cy="141.791" r="20.077"/></g></symbol><symbol viewBox="0 0 1024 1024" id="svg--github" xmlns="http://www.w3.org/2000/svg"><path d="M512 0C229.25 0 0 229.25 0 512c0 226.25 146.688 418.125 350.156 485.812 25.594 4.688 34.938-11.125 34.938-24.625 0-12.188-.469-52.562-.719-95.312C242 908.812 211.906 817.5 211.906 817.5c-23.312-59.125-56.844-74.875-56.844-74.875-46.531-31.75 3.53-31.125 3.53-31.125 51.406 3.562 78.47 52.75 78.47 52.75 45.688 78.25 119.875 55.625 149 42.5 4.654-33 17.904-55.625 32.5-68.375-113.656-12.937-233.218-56.875-233.218-253.063 0-55.938 19.969-101.562 52.656-137.406-5.219-13-22.844-65.094 5.062-135.562 0 0 42.938-13.75 140.812 52.5 40.812-11.406 84.594-17.031 128.125-17.219 43.5.188 87.312 5.875 128.188 17.281 97.688-66.312 140.688-52.5 140.688-52.5 28 70.531 10.375 122.562 5.125 135.5 32.812 35.844 52.625 81.469 52.625 137.406 0 196.688-119.75 240-233.812 252.688 18.438 15.875 34.75 47 34.75 94.75 0 68.438-.688 123.625-.688 140.5 0 13.625 9.312 29.562 35.25 24.562C877.438 930 1024 738.125 1024 512 1024 229.25 794.75 0 512 0z"/></symbol><symbol viewBox="0 0 210 194" id="svg--gitlab" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M105.061 193.655l38.64-118.921h-77.28l38.64 118.921z" fill="#E24329"/><path d="M105.061 193.655L66.421 74.734H12.268l92.793 118.92z" fill="#FC6D26"/><path d="M12.268 74.734L.526 110.874a8 8 0 0 0 2.907 8.943l101.628 73.838-92.793-118.92z" fill="#FCA326"/><path d="M12.268 74.734h54.153L43.148 3.11c-1.197-3.686-6.41-3.685-7.608 0L12.27 74.734z" fill="#E24329"/><path d="M105.061 193.655l38.64-118.921h54.153l-92.793 118.92z" fill="#FC6D26"/><path d="M197.854 74.734l11.742 36.14a8 8 0 0 1-2.906 8.943l-101.629 73.838 92.793-118.92z" fill="#FCA326"/><path d="M197.854 74.734h-54.153L166.974 3.11c1.197-3.686 6.411-3.685 7.608 0l23.272 71.625z" fill="#E24329"/></g></symbol></svg> |
| \ No newline at end of file | |