Compare commits
70 Commits
revert-930
...
master
Author | SHA1 | Date | |
---|---|---|---|
e616a70552 | |||
978a1dc91e | |||
530fcb5394 | |||
aa8e1f7fd7 | |||
5ce9c031f6 | |||
22b3a338a5 | |||
94a9c0ff27 | |||
6b05e34894 | |||
ceb5a2096b | |||
5a1766df77 | |||
17c9ac1556 | |||
b074f21b7c | |||
a87d953dd8 | |||
01e6f98fcd | |||
5a3f45db40 | |||
66fa6dcc43 | |||
538ae9d146 | |||
f8ea5abc43 | |||
bb9f4939fa | |||
38120999d6 | |||
f4fb6f5483 | |||
41613ebf2c | |||
875b7aeb2f | |||
a18055a9d6 | |||
d0830b0393 | |||
4475e8da8d | |||
1ded938459 | |||
3c45d2cfdc | |||
6e6740d1b3 | |||
b278b7d07c | |||
f2fea22233 | |||
adc0477e39 | |||
7253e408cb | |||
877836953a | |||
b9d79dd8f8 | |||
06c0d8f45f | |||
97e868dc91 | |||
fea43c6370 | |||
fa70991744 | |||
b562b72d44 | |||
5268bcd3b3 | |||
0916048bc3 | |||
b3371aa8c9 | |||
8514b203d1 | |||
a39fcae98b | |||
33db3c91c7 | |||
c320a15887 | |||
78f236203c | |||
b4faded4b3 | |||
1e60c58a6e | |||
20795aebf2 | |||
90e2f61021 | |||
bab33c25f4 | |||
01c626751a | |||
55bb15c4b5 | |||
b2ac2abee2 | |||
3517d04637 | |||
876e7cd0c8 | |||
bf84b721b6 | |||
a4843319e0 | |||
d88b6820e4 | |||
e8261d3be1 | |||
e183c6308a | |||
56bc5a9612 | |||
5eb1b74c99 | |||
3ac09903e9 | |||
10ecc8aef0 | |||
b8127bffd3 | |||
9a9f5be563 | |||
18851086d9 |
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
image: ruby:2.6.6
|
image: ruby:3.4.4
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -21,8 +21,8 @@ before_script:
|
|||||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- ssh-keyscan web.cotech.uk > ~/.ssh/known_hosts
|
- ssh-keyscan www.cotech.coop > ~/.ssh/known_hosts
|
||||||
- ssh-keyscan 81.95.52.59 >> ~/.ssh/known_hosts
|
- ssh-keyscan 81.95.52.13 >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- bundle install --path vendor
|
- bundle install --path vendor
|
||||||
|
|
||||||
@ -40,13 +40,13 @@ deploy:dev:
|
|||||||
stage: staging
|
stage: staging
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/dev/
|
- rsync -aqz --delete-after public/ cotech@www.cotech.coop:sites/dev/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
environment:
|
environment:
|
||||||
name: dev
|
name: dev
|
||||||
url: https://dev.coops.tech
|
url: https://dev.cotech.coop
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
@ -54,13 +54,13 @@ deploy:production:
|
|||||||
stage: production
|
stage: production
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/default/
|
- rsync -aqz --delete-after public/ cotech@www.cotech.coop:sites/default/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
url: https://www.coops.tech
|
url: https://www.cotech.coop
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
when: manual
|
when: manual
|
||||||
|
@ -13,15 +13,14 @@ AddOutputFilter DEFLATE svg
|
|||||||
AddOutputFilter DEFLATE css
|
AddOutputFilter DEFLATE css
|
||||||
AddOutputFilter DEFLATE js
|
AddOutputFilter DEFLATE js
|
||||||
# URL's that changed
|
# URL's that changed
|
||||||
Redirect /co-op/the-dot-project https://www.coops.tech/co-op/dot-project
|
Redirect /coops/ https://www.cotech.coop/co-op/
|
||||||
Redirect /coops/ https://www.coops.tech/co-op/
|
Redirect /technology/gnu-bash https://www.cotech.coop/technology/bash
|
||||||
Redirect /technology/gnu-bash https://www.coops.tech/technology/bash
|
Redirect /co-op/graphics-coop https://www.cotech.coop/co-op/form-and-function
|
||||||
Redirect /co-op/graphics-coop https://www.coops.tech/co-op/form-and-function
|
|
||||||
# Canonical URLs redirect to the domain with a www
|
# Canonical URLs redirect to the domain with a www
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
||||||
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
|
RewriteRule ^/?(.*) https://www.cotech.coop/$1 [R,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
# Redirect HTTP to HTTPS
|
# Redirect HTTP to HTTPS
|
||||||
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
||||||
|
@ -1 +1 @@
|
|||||||
2.6.6
|
3.4.4
|
||||||
|
170
Gemfile.lock
@ -1,65 +1,165 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.6.0)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
|
base64 (0.3.0)
|
||||||
|
bigdecimal (3.2.2)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.3.5)
|
||||||
em-websocket (0.5.1)
|
csv (3.3.5)
|
||||||
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.10.0)
|
ffi (1.17.2)
|
||||||
|
ffi (1.17.2-aarch64-linux-gnu)
|
||||||
|
ffi (1.17.2-aarch64-linux-musl)
|
||||||
|
ffi (1.17.2-arm-linux-gnu)
|
||||||
|
ffi (1.17.2-arm-linux-musl)
|
||||||
|
ffi (1.17.2-arm64-darwin)
|
||||||
|
ffi (1.17.2-x86-linux-gnu)
|
||||||
|
ffi (1.17.2-x86-linux-musl)
|
||||||
|
ffi (1.17.2-x86_64-darwin)
|
||||||
|
ffi (1.17.2-x86_64-linux-gnu)
|
||||||
|
ffi (1.17.2-x86_64-linux-musl)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
geocoder (1.5.1)
|
geocoder (1.8.5)
|
||||||
http_parser.rb (0.6.0)
|
base64 (>= 0.1.0)
|
||||||
i18n (0.9.5)
|
csv (>= 3.0.0)
|
||||||
|
google-protobuf (4.31.1)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-aarch64-linux-gnu)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-aarch64-linux-musl)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-arm64-darwin)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86-linux-gnu)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86-linux-musl)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-darwin)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-linux-gnu)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-linux-musl)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
http_parser.rb (0.8.0)
|
||||||
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.8.5)
|
jekyll (4.4.1)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
|
base64 (~> 0.2)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
|
csv (~> 3.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (~> 1.0)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (~> 1.14)
|
json (~> 2.6)
|
||||||
|
kramdown (~> 2.3, >= 2.3.1)
|
||||||
|
kramdown-parser-gfm (~> 1.0)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3, >= 0.3.6)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (>= 3.0, < 5.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
terminal-table (>= 1.8, < 4.0)
|
||||||
sass (~> 3.4)
|
webrick (~> 1.7)
|
||||||
|
jekyll-sass-converter (3.1.0)
|
||||||
|
sass-embedded (~> 1.75)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (1.17.0)
|
json (2.12.2)
|
||||||
liquid (4.0.3)
|
kramdown (2.5.1)
|
||||||
listen (3.1.5)
|
rexml (>= 3.3.9)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
kramdown-parser-gfm (1.1.0)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
kramdown (~> 2.0)
|
||||||
ruby_dep (~> 1.2)
|
liquid (4.0.4)
|
||||||
mercenary (0.3.6)
|
listen (3.9.0)
|
||||||
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
mercenary (0.4.0)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.0.3)
|
public_suffix (6.0.2)
|
||||||
rb-fsevent (0.10.3)
|
rake (13.3.0)
|
||||||
rb-inotify (0.10.0)
|
rb-fsevent (0.11.2)
|
||||||
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rouge (3.3.0)
|
rexml (3.4.1)
|
||||||
ruby_dep (1.5.0)
|
rouge (4.5.2)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.4)
|
sass-embedded (1.89.2)
|
||||||
sass-listen (~> 4.0.0)
|
google-protobuf (~> 4.31)
|
||||||
sass-listen (4.0.0)
|
rake (>= 13)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
sass-embedded (1.89.2-aarch64-linux-android)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-aarch64-linux-gnu)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-aarch64-linux-musl)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-arm-linux-androideabi)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-arm-linux-gnueabihf)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-arm-linux-musleabihf)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-arm64-darwin)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-riscv64-linux-android)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-riscv64-linux-gnu)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-riscv64-linux-musl)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-x86_64-darwin)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-x86_64-linux-android)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-x86_64-linux-gnu)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.89.2-x86_64-linux-musl)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
|
terminal-table (3.0.2)
|
||||||
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
|
unicode-display_width (2.6.0)
|
||||||
|
webrick (1.9.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
aarch64-linux-android
|
||||||
|
aarch64-linux-gnu
|
||||||
|
aarch64-linux-musl
|
||||||
|
arm-linux-androideabi
|
||||||
|
arm-linux-gnu
|
||||||
|
arm-linux-gnueabihf
|
||||||
|
arm-linux-musl
|
||||||
|
arm-linux-musleabihf
|
||||||
|
arm64-darwin
|
||||||
|
riscv64-linux-android
|
||||||
|
riscv64-linux-gnu
|
||||||
|
riscv64-linux-musl
|
||||||
ruby
|
ruby
|
||||||
|
x86-linux-gnu
|
||||||
|
x86-linux-musl
|
||||||
|
x86_64-darwin
|
||||||
|
x86_64-linux-android
|
||||||
|
x86_64-linux-gnu
|
||||||
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
geocoder
|
geocoder
|
||||||
jekyll
|
jekyll
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.6.7
|
||||||
|
@ -47,4 +47,3 @@ defaults:
|
|||||||
values:
|
values:
|
||||||
layout: technology
|
layout: technology
|
||||||
forum: https://community.coops.tech/
|
forum: https://community.coops.tech/
|
||||||
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA
|
|
||||||
|
@ -3,6 +3,7 @@ title: Agile Collective
|
|||||||
name: Agile Collective
|
name: Agile Collective
|
||||||
members: 12
|
members: 12
|
||||||
website: https://agile.coop/
|
website: https://agile.coop/
|
||||||
|
logo: agile-collective-white.png
|
||||||
email: hello@agile.coop
|
email: hello@agile.coop
|
||||||
twitter: AgileCollective
|
twitter: AgileCollective
|
||||||
github: agilecollective
|
github: agilecollective
|
||||||
|
@ -3,6 +3,7 @@ title: Animorph
|
|||||||
name: Animorph
|
name: Animorph
|
||||||
members: 5
|
members: 5
|
||||||
website: https://www.animorph.coop
|
website: https://www.animorph.coop
|
||||||
|
logo: animorph-white.png
|
||||||
email: we@animorph.coop
|
email: we@animorph.coop
|
||||||
twitter: animorphcoop
|
twitter: animorphcoop
|
||||||
github:
|
github:
|
||||||
|
@ -3,6 +3,7 @@ title: Asterisk Labs
|
|||||||
name: Asterisk Labs
|
name: Asterisk Labs
|
||||||
members: 3
|
members: 3
|
||||||
website: https://asterisk.coop/
|
website: https://asterisk.coop/
|
||||||
|
logo: asterisk-labs-white.png
|
||||||
email: hello@asterisk.coop
|
email: hello@asterisk.coop
|
||||||
twitter: asterisk_labs
|
twitter: asterisk_labs
|
||||||
address: 86-90 Paul Street, London, England, EC2A 4NE
|
address: 86-90 Paul Street, London, England, EC2A 4NE
|
||||||
|
@ -3,6 +3,7 @@ title: Autonomic
|
|||||||
name: Autonomic
|
name: Autonomic
|
||||||
members: 12
|
members: 12
|
||||||
website: https://autonomic.zone/
|
website: https://autonomic.zone/
|
||||||
|
logo: autonomic-white
|
||||||
email: boop@autonomic.zone
|
email: boop@autonomic.zone
|
||||||
github: https://git.autonomic.zone/
|
github: https://git.autonomic.zone/
|
||||||
twitter: https://sunbeam.city/@autonomic
|
twitter: https://sunbeam.city/@autonomic
|
||||||
|
@ -3,6 +3,7 @@ title: Calverts
|
|||||||
name: Calverts
|
name: Calverts
|
||||||
members: 13
|
members: 13
|
||||||
website: http://www.calverts.coop/
|
website: http://www.calverts.coop/
|
||||||
|
logo: calverts-white.png
|
||||||
email: info@calverts.coop
|
email: info@calverts.coop
|
||||||
twitter: calverts_print_london
|
twitter: calverts_print_london
|
||||||
github: calverts
|
github: calverts
|
||||||
@ -73,7 +74,7 @@ Calverts is a creative design, print and production coop in Bethnal Green, east
|
|||||||
|
|
||||||
We design and produce all kinds of 2D media, from print to web, display, wayfinding and exhibition.
|
We design and produce all kinds of 2D media, from print to web, display, wayfinding and exhibition.
|
||||||
|
|
||||||
Calverts design and reprographics studio creates and implements visual identities, brand graphics, campaigns, publications and websites. Our services range from communication strategy, design consultancy and workshops to copywriting, illustration, photography, artwork, typesetting and page makeup.
|
Calverts design and reprographics studio creates and implements visual identities, brand graphics, campaigns, publications and websites. Our services range from communication strategy, design consultancy and workshops to copywriting, illustration, photography, artwork, typesetting and page makeup.
|
||||||
|
|
||||||
Calverts in house print includes Heidelberg offset litho, digital, large format inkjet, giclée and Risograph. We’re experts in the latest and best print technology, as well as traditional craft and special applications. We deliver, fulfill and mail out locally and across the world.
|
Calverts in house print includes Heidelberg offset litho, digital, large format inkjet, giclée and Risograph. We’re experts in the latest and best print technology, as well as traditional craft and special applications. We deliver, fulfill and mail out locally and across the world.
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: CBN
|
|||||||
name: CBN
|
name: CBN
|
||||||
members: 5
|
members: 5
|
||||||
website: http://broadband.coop/
|
website: http://broadband.coop/
|
||||||
|
logo: cbn-white.png
|
||||||
email: info@broadband.coop
|
email: info@broadband.coop
|
||||||
twitter: cbn_team
|
twitter: cbn_team
|
||||||
github:
|
github:
|
||||||
|
@ -3,6 +3,7 @@ title: Cetis LLP
|
|||||||
name: Cetis LLP
|
name: Cetis LLP
|
||||||
members: 12
|
members: 12
|
||||||
website: http://www.cetis.org.uk/
|
website: http://www.cetis.org.uk/
|
||||||
|
logo: cetis-llp-white.png
|
||||||
email: info@cetis.org.uk
|
email: info@cetis.org.uk
|
||||||
twitter: cetisllp
|
twitter: cetisllp
|
||||||
github:
|
github:
|
||||||
|
@ -3,6 +3,7 @@ title: Co-operative Web
|
|||||||
name: Co-operative Web
|
name: Co-operative Web
|
||||||
members: 21
|
members: 21
|
||||||
website: http://web.coop
|
website: http://web.coop
|
||||||
|
logo: co-operative-web-white.png
|
||||||
email: ask@web.coop
|
email: ask@web.coop
|
||||||
twitter: cooperativeweb
|
twitter: cooperativeweb
|
||||||
github: CooperativeWeb
|
github: CooperativeWeb
|
||||||
|
@ -3,6 +3,7 @@ title: Common Knowledge
|
|||||||
name: Common Knowledge
|
name: Common Knowledge
|
||||||
members: 4
|
members: 4
|
||||||
website: https://commonknowledge.coop/
|
website: https://commonknowledge.coop/
|
||||||
|
logo: common-knowledge-white.png
|
||||||
email: hello@commonknowledge.coop
|
email: hello@commonknowledge.coop
|
||||||
twitter: cmmonknowledge
|
twitter: cmmonknowledge
|
||||||
github: commonknowledge
|
github: commonknowledge
|
||||||
|
@ -3,10 +3,8 @@ title: Cooperative IT
|
|||||||
name: Cooperative IT
|
name: Cooperative IT
|
||||||
members: 2
|
members: 2
|
||||||
website: https://cooperativeit.co.uk/
|
website: https://cooperativeit.co.uk/
|
||||||
|
logo: cooperative-it-white.png
|
||||||
email: info@cooperativeit.co.uk/
|
email: info@cooperativeit.co.uk/
|
||||||
##witter:
|
|
||||||
#github:
|
|
||||||
#telephone:
|
|
||||||
address: 26 Myrtle Avenue, Bingley, BD16 1EW, United Kingdom
|
address: 26 Myrtle Avenue, Bingley, BD16 1EW, United Kingdom
|
||||||
latitude: 53.843633
|
latitude: 53.843633
|
||||||
longitude: -1.835839
|
longitude: -1.835839
|
||||||
@ -40,4 +38,3 @@ We have experience of looking after large multinational banking systems, small v
|
|||||||
We are advocates of open source software and open and transparent ways of working, which protects our customers, giving them freedom to choose their IT suppliers, and avoiding getting tied into a single vendor.
|
We are advocates of open source software and open and transparent ways of working, which protects our customers, giving them freedom to choose their IT suppliers, and avoiding getting tied into a single vendor.
|
||||||
|
|
||||||
As a Cooperative we're guided by the seven cooperative principles in the way we run our business and live in our communities.
|
As a Cooperative we're guided by the seven cooperative principles in the way we run our business and live in our communities.
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ title: Creative Coop
|
|||||||
name: Creative Coop
|
name: Creative Coop
|
||||||
members: 5
|
members: 5
|
||||||
website: https://creative.coop
|
website: https://creative.coop
|
||||||
|
logo: creative-coop-white.png
|
||||||
email: hello@creative.coop
|
email: hello@creative.coop
|
||||||
twitter:
|
twitter:
|
||||||
github:
|
github:
|
||||||
|
@ -3,6 +3,7 @@ title: Data Content Reach
|
|||||||
name: Data Content Reach
|
name: Data Content Reach
|
||||||
members: 3
|
members: 3
|
||||||
website: https://datacontentreach.co/
|
website: https://datacontentreach.co/
|
||||||
|
logo: datacontentreach-white.png
|
||||||
email: hello@datacontentreach.co
|
email: hello@datacontentreach.co
|
||||||
telephone: '07714098369'
|
telephone: '07714098369'
|
||||||
address: Glossop Gasworks, Arundel Street, Glossop, SK138HZ
|
address: Glossop Gasworks, Arundel Street, Glossop, SK138HZ
|
||||||
|
@ -3,6 +3,7 @@ title: Fractals
|
|||||||
name: Fractals
|
name: Fractals
|
||||||
members: 4
|
members: 4
|
||||||
website: https://fractals.coop/
|
website: https://fractals.coop/
|
||||||
|
logo: fractals-white.png
|
||||||
email: hello@fractals.coop
|
email: hello@fractals.coop
|
||||||
address: 17 Main Street, Ponteland, Newcastle Upon Tyne, United Kingdom, NE20 9NH
|
address: 17 Main Street, Ponteland, Newcastle Upon Tyne, United Kingdom, NE20 9NH
|
||||||
latitude: 55.0497996
|
latitude: 55.0497996
|
||||||
@ -11,4 +12,12 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
---
|
---
|
||||||
|
|
||||||
Fractals...
|
Fractals are a worker’s co-op trying to transform the present to build a different future. We’re building a future where:
|
||||||
|
|
||||||
|
**Vulnerable, honest, and caring relationships are the norm** in every part of our lives, so people feel safe, are able to meet their needs and desires
|
||||||
|
|
||||||
|
**Power is wielded carefully, consensually, and collaboratively**, so people are able to dismantle systems of oppression, advocate for themselves, and take decisive actions
|
||||||
|
|
||||||
|
**Work is focused on creative, meaningful collaboration** that supports people’s flourishing and that helps to meet our collective needs as a society
|
||||||
|
|
||||||
|
We do this in a variety of disciplines and domains, like research and evaluation, UX and service design, and anti-oppressive facilitation.
|
||||||
|
@ -3,6 +3,7 @@ title: Go Free Range
|
|||||||
name: Go Free Range
|
name: Go Free Range
|
||||||
members: 4
|
members: 4
|
||||||
website: https://gofreerange.com/
|
website: https://gofreerange.com/
|
||||||
|
logo: go-free-range.png
|
||||||
email: lets@gofreerange.com
|
email: lets@gofreerange.com
|
||||||
twitter: freerange
|
twitter: freerange
|
||||||
github: freerange
|
github: freerange
|
||||||
|
@ -3,6 +3,7 @@ title: Impact Box
|
|||||||
name: Impact Box
|
name: Impact Box
|
||||||
members: 7
|
members: 7
|
||||||
website: https://impactbox.coop/
|
website: https://impactbox.coop/
|
||||||
|
logo: impact-box-white.png
|
||||||
email: hello@impactbox.coop
|
email: hello@impactbox.coop
|
||||||
address: Lytchett House Wareham Road, Lytchett Matravers, Poole, England, BH16 6FA
|
address: Lytchett House Wareham Road, Lytchett Matravers, Poole, England, BH16 6FA
|
||||||
latitude: 50.7588805
|
latitude: 50.7588805
|
||||||
@ -10,6 +11,8 @@ longitude: -2.0747285
|
|||||||
clients:
|
clients:
|
||||||
services:
|
services:
|
||||||
- strategy
|
- strategy
|
||||||
|
- web-design
|
||||||
|
- user-research
|
||||||
---
|
---
|
||||||
|
|
||||||
Impact Box...
|
Impact Box's mission is to transform how the social sector uses technology. We want to bring about a sector that is more impactful, efficient and data-informed. We do this by partnering with charities and social enterprises to provide outstanding software solutions that address the day-to-day challenges they face. Using our knowledge and experience of the sector, we are able to design solutions that help organisations increase their impact and deliver on their mission.
|
||||||
|
@ -3,10 +3,11 @@ title: Jarrow Insights
|
|||||||
name: Jarrow Insights
|
name: Jarrow Insights
|
||||||
members: 2
|
members: 2
|
||||||
website: https://jarrow-insights.co/
|
website: https://jarrow-insights.co/
|
||||||
|
logo: jarrow-insights-white.png
|
||||||
email: team@jarrow-insights.co
|
email: team@jarrow-insights.co
|
||||||
address: 113-115 Fonthill Rd, Finsbury Park, London N4 3HH
|
address: Grow Studios, 86 Wallis Rd, Main yard, London E9 5LN
|
||||||
latitude: 51.564548
|
latitude: 51.543763740146005
|
||||||
longitude: -0.108550
|
longitude: -0.02293571066218255
|
||||||
services:
|
services:
|
||||||
- analytics
|
- analytics
|
||||||
- animation
|
- animation
|
||||||
|
14
_coops/kin-coop.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: Kin Coop
|
||||||
|
name: kin Coop
|
||||||
|
website: https://kin.coop/
|
||||||
|
logo: kin-coop-white.png
|
||||||
|
email: info@kin.coop
|
||||||
|
address: 71-75 Shelton Street,Covent Garden,London,WC2H 9JQ
|
||||||
|
---
|
||||||
|
|
||||||
|
Communities have pooled money together for thousands of years. Now you can do it online.
|
||||||
|
Kin.coop is a not-for-profit platform and network of financial mutual aid groups.
|
||||||
|
Build wealth, build community. Pool money with the people you trust. Join Kin.
|
||||||
|
|
||||||
|
We allow members to set up as many mutual aid groups as they like, we act as a fiscal host to those groups, allowing them to contribute funds to those groups and request withdrawals when they need.
|
@ -3,6 +3,7 @@ title: MC3
|
|||||||
name: MC3
|
name: MC3
|
||||||
members: 2
|
members: 2
|
||||||
website: http://mc3.coop
|
website: http://mc3.coop
|
||||||
|
logo: mc3-white.png
|
||||||
email: contact@mc3.coop
|
email: contact@mc3.coop
|
||||||
twitter:
|
twitter:
|
||||||
github:
|
github:
|
||||||
|
@ -3,6 +3,7 @@ title: media co-op
|
|||||||
name: media co-op
|
name: media co-op
|
||||||
members: 6
|
members: 6
|
||||||
website: http://mediaco-op.net/
|
website: http://mediaco-op.net/
|
||||||
|
logo: media-coop-white.png
|
||||||
email: hello@mediaco-op.net
|
email: hello@mediaco-op.net
|
||||||
twitter: themediacoop.html
|
twitter: themediacoop.html
|
||||||
github: mediaco_op.html
|
github: mediaco_op.html
|
||||||
|
@ -3,7 +3,8 @@ title: MediaBlaze Hosts
|
|||||||
name: MediaBlaze Hosts
|
name: MediaBlaze Hosts
|
||||||
members:
|
members:
|
||||||
website: https://mediablazehosts.coop
|
website: https://mediablazehosts.coop
|
||||||
email: cs@mediablazehosts.coop
|
logo: mediablaze-hosts-white.png
|
||||||
|
email: letschat@mediablazehosts.coop
|
||||||
twitter: MediaBlazeHosts
|
twitter: MediaBlazeHosts
|
||||||
github: mediablazehosts
|
github: mediablazehosts
|
||||||
telephone: '0333 335 0166'
|
telephone: '0333 335 0166'
|
||||||
@ -33,13 +34,9 @@ technologies:
|
|||||||
- phpbb
|
- phpbb
|
||||||
---
|
---
|
||||||
|
|
||||||
MediaBlaze Hosts
|
MediaBlaze Hosts are an established co-operative web services provider with 15+ years experience.
|
||||||
|
|
||||||
We’re an established co-operative web services provider with 10+ years experience.
|
|
||||||
We focus and deliver on open-source software and technology wherever we can and help to bring awareness to ensure users truly own their data.
|
We focus and deliver on open-source software and technology wherever we can and help to bring awareness to ensure users truly own their data.
|
||||||
We help to empower communities and social groups to come together and work better through the use of technology.
|
We help to empower communities and social groups to come together and work better through the use of technology.
|
||||||
We’re members of Workers.coop, Co-Tech Co-operatives UK and Jisc
|
We’re members of Co-operatives UK, CoTech, workers.coop and Jisc.
|
||||||
We have offices located Kent and Manchester.
|
We have offices located Kent and Manchester.
|
||||||
We’re always ready to have a chat so give us a call to discuss your web requirements.
|
We’re always ready to have a chat so give us a call to discuss your web requirements.
|
||||||
|
|
||||||
Visit: https://mediablazehosts.coop for more information about us and our services, or email: cs@mediablazehosts.coop
|
|
||||||
|
@ -3,6 +3,7 @@ title: Open-ecommerce
|
|||||||
name: Open-ecommerce
|
name: Open-ecommerce
|
||||||
members:
|
members:
|
||||||
website: http://open-ecommerce.org/
|
website: http://open-ecommerce.org/
|
||||||
|
logo: open-ecommerce-white.png
|
||||||
email: info@open-ecommerce.org
|
email: info@open-ecommerce.org
|
||||||
twitter: timeline
|
twitter: timeline
|
||||||
github: open-ecommerce
|
github: open-ecommerce
|
||||||
|
@ -3,6 +3,7 @@ title: Outlandish
|
|||||||
name: Outlandish
|
name: Outlandish
|
||||||
members: 9
|
members: 9
|
||||||
website: http://www.outlandish.com
|
website: http://www.outlandish.com
|
||||||
|
logo: outlandish-white.png
|
||||||
email: hello@outlandish.com
|
email: hello@outlandish.com
|
||||||
twitter: outlandish
|
twitter: outlandish
|
||||||
github: outlandishideas
|
github: outlandishideas
|
||||||
|
@ -2,4 +2,12 @@
|
|||||||
title: Principle Six
|
title: Principle Six
|
||||||
name: Principle Six
|
name: Principle Six
|
||||||
email: caleb@principlesix.coop
|
email: caleb@principlesix.coop
|
||||||
|
logo: principle_six-white.png
|
||||||
|
services:
|
||||||
|
- strategy
|
||||||
|
- consultancy
|
||||||
|
- community-building
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Principle Six offer support and advice on cooperative enterprise, developing and promoting cooperation in London and elsewhere.
|
||||||
|
We also offer services in the areas of membership strategy and development, campaigning, policy, branding, copywriting and editorial and strategic communications.
|
@ -3,6 +3,7 @@ title: Solidarity Economy Association
|
|||||||
name: Solidarity Economy Association
|
name: Solidarity Economy Association
|
||||||
members: 3
|
members: 3
|
||||||
website: https://www.solidarityeconomy.coop/
|
website: https://www.solidarityeconomy.coop/
|
||||||
|
logo: solidarity-economy-association-white.png
|
||||||
email: info@solidarityeconomy.coop
|
email: info@solidarityeconomy.coop
|
||||||
twitter: solidarityecon
|
twitter: solidarityecon
|
||||||
address: Community Base, 113 Queens Road, Brighton, BN1 3XG
|
address: Community Base, 113 Queens Road, Brighton, BN1 3XG
|
||||||
|
33
_coops/very-evil-demons.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
title: Very Evil Demons
|
||||||
|
name: Very Evil Demons
|
||||||
|
members: 5
|
||||||
|
website: https://veryevildemons.com/
|
||||||
|
logo: very-evil-demons.png
|
||||||
|
email: hello@veryevildemons.com
|
||||||
|
twitter: veryevildemons
|
||||||
|
github: veryevildemons
|
||||||
|
services:
|
||||||
|
- game-design
|
||||||
|
- consultancy
|
||||||
|
- development
|
||||||
|
- prototyping
|
||||||
|
- virtual-reality
|
||||||
|
technologies:
|
||||||
|
- c
|
||||||
|
- fmod
|
||||||
|
- godot
|
||||||
|
- adobe-illustrator
|
||||||
|
- maya
|
||||||
|
- photoshop
|
||||||
|
- unity-3d
|
||||||
|
- wwise
|
||||||
|
---
|
||||||
|
|
||||||
|
We are Very Evil Demons, a worker-owned game development studio based in Dundee, Scotland.
|
||||||
|
|
||||||
|
Very Evil Demons’ primary aim is to acquire contracts for product development, product codevelopment, rapid prototyping, video game console porting, and game development consultancy.
|
||||||
|
|
||||||
|
We are a team of five developers - four programmers, and one artist, with experience ranging from single I indie to triple A game development.
|
||||||
|
|
||||||
|
We believe in the beauty of human creativity; we do not use generative AI in any of our projects.
|
@ -3,11 +3,10 @@ title: We Are Open Co-op
|
|||||||
name: We Are Open Co-op
|
name: We Are Open Co-op
|
||||||
members: 4
|
members: 4
|
||||||
website: http://weareopen.coop/
|
website: http://weareopen.coop/
|
||||||
|
logo: we-are-open-white.png
|
||||||
email: hello@weareopen.coop
|
email: hello@weareopen.coop
|
||||||
twitter: weareopen
|
twitter: weareopen
|
||||||
github: hello%40weareopen.html
|
github: hello%40weareopen.html
|
||||||
telephone: 'N/A'
|
|
||||||
address: the Internet
|
|
||||||
latitude: 19.37218875
|
latitude: 19.37218875
|
||||||
longitude: -72.3346544510523
|
longitude: -72.3346544510523
|
||||||
clients:
|
clients:
|
||||||
|
@ -3,6 +3,7 @@ title: Webarchitects Co-operative
|
|||||||
name: Webarchitects Co-operative
|
name: Webarchitects Co-operative
|
||||||
members: 3
|
members: 3
|
||||||
website: https://www.webarchitects.coop/
|
website: https://www.webarchitects.coop/
|
||||||
|
logo: webarchitects.png
|
||||||
email: info@webarch.net
|
email: info@webarch.net
|
||||||
twitter: webarchcoop
|
twitter: webarchcoop
|
||||||
github: webarch-coop
|
github: webarch-coop
|
||||||
|
@ -1,30 +1,12 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div class="footer-upper">
|
<section class="slice slice--darker">
|
||||||
<div class="row">
|
<img src="/assets/img/coop-logo.png" /> <img src="/assets/img/workers-coop-logo.png" style="width:130px;height:80px;"/>
|
||||||
<div class="small-12 columns">
|
<p>CoTech Coops are members of <a href="https://workers.coop/" target="_blank">workers.coop</a></p>
|
||||||
|
|
||||||
<div class="menu-centered">
|
|
||||||
<ul class="menu">
|
|
||||||
<li><a href="/about">About <span>»</span></a></li>
|
|
||||||
<li><a href="/join">Join <span>»</span></a></li>
|
|
||||||
<li><a href="/manifesto">Manifesto <span>»</span></a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="footer-lower">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 columns">
|
|
||||||
<img src="/assets/img/coop-logo.png" class="float-center" />
|
|
||||||
<p>Site developed by <a href="https://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a>, <a href="https://gofreerange.com/" target="_blank">Go Free Range</a> & <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
|
<p>Site developed by <a href="https://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a>, <a href="https://gofreerange.com/" target="_blank">Go Free Range</a> & <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
|
||||||
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
|
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
|
||||||
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech ©2019</p>
|
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech © {{ 'now' | date: '%Y' }}</p>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Matomo -->
|
<!-- Matomo -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = _paq || [];
|
var _paq = _paq || [];
|
||||||
|
@ -53,23 +53,12 @@
|
|||||||
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
|
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="canonical" href="{{ page.url | absolute_url }}" />
|
<link rel="canonical" href="{{ page.url | absolute_url }}" />
|
||||||
<link rel='stylesheet' id='app-css' href='/assets/css/app.css?ver=4.8' type='text/css' media='all' />
|
<link rel='stylesheet' href='/assets/css/reset.css' type='text/css' media='all' />
|
||||||
<script type='text/javascript' src='/assets/js/vendor.js?ver=4.8'></script>
|
<link rel='stylesheet' id='app-css' href='/assets/css/app.css' type='text/css' media='all' />
|
||||||
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
|
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96" />
|
||||||
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />
|
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg" />
|
||||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" />
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
|
||||||
<meta name="msapplication-TileImage" content="/assets/img/cropped-cotech_512x512-270x270.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
|
||||||
<style type="text/css" id="wp-custom-css">
|
<meta name="apple-mobile-web-app-title" content="CoTech" />
|
||||||
section#contact div.row div p a:active,
|
<link rel="manifest" href="/assets/img/site.webmanifest" />
|
||||||
section#contact div.row div p a:focus,
|
|
||||||
section#contact div.row div p a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<link rel="stylesheet" href="/assets/foundation-icons/foundation-icons.css">
|
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/img/CoTech-logo.png">
|
|
||||||
<script type="text/javascript">
|
|
||||||
window.mapboxAccessToken = '{{ site.mapbox_access_token }}';
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,15 +1,42 @@
|
|||||||
<header>
|
<header class="header">
|
||||||
<div data-sticky-container style="height: 82.7812px;">
|
<div>
|
||||||
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
<a class="header_logo-link" href="/">
|
||||||
<div class="top-bar-title">
|
<img width="100" src="/assets/img/Logo-CoTech-Secondary-White.svg">
|
||||||
<strong>
|
|
||||||
<a id="logo" href="/">
|
|
||||||
<img src="/assets/img/CoTech-logo.png">CoTech
|
|
||||||
</a>
|
</a>
|
||||||
</strong>
|
|
||||||
<a class="back" href="/">← Go Back</a>
|
|
||||||
<a class="close" href="/">✖</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<button class="header_burger-btn" aria-label="Toggle menu">
|
||||||
|
<svg class="header_burger-icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||||
|
<path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
<svg class="header_close-icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||||
|
<path d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
<ul class="header_menu-list">
|
||||||
|
<li><a href="/#members">Members</a></li>
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
<li><a href="/join">Join</a></li>
|
||||||
|
<li><a href="/#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const burgerBtn = document.querySelector('.header_burger-btn');
|
||||||
|
const menuList = document.querySelector('.header_menu-list');
|
||||||
|
|
||||||
|
burgerBtn.addEventListener('click', function() {
|
||||||
|
menuList.classList.toggle('active');
|
||||||
|
burgerBtn.classList.toggle('active');
|
||||||
|
});
|
||||||
|
|
||||||
|
const menuLinks = document.querySelectorAll('.header_menu-list a');
|
||||||
|
menuLinks.forEach(link => {
|
||||||
|
link.addEventListener('click', function() {
|
||||||
|
menuList.classList.remove('active');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</header>
|
</header>
|
||||||
|
@ -1 +0,0 @@
|
|||||||
<script type='text/javascript' src='/assets/js/app.js?ver=4.8'></script>
|
|
@ -1,148 +1,94 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="coop">
|
<section class="slice">
|
||||||
|
|
||||||
<div id="page-banner">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 small-centered columns">
|
|
||||||
<a href="{{ page.website }}" target="_blank">
|
<a href="{{ page.website }}" target="_blank">
|
||||||
<img src="/images/coops/{{ page.slug }}" alt="{{ page.slug }}">
|
<img class="slice_logo" src="/images/coops/{{ page.logo }}" alt="{{ page.slug }}">
|
||||||
</a>
|
</a>
|
||||||
<h1>{{ page.name }}</h1>
|
<h1 class="slice_title">{{ page.name }}</h1>
|
||||||
<a href="{{ page.website }}" target="_blank">{{ page.website }}</a>
|
<a class="slice_subtitle" href="{{ page.website }}" target="_blank">{{ page.website }}</a>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="two-column">
|
||||||
<div class="small-12 small-centered medium-10 large-8 columns">
|
<div class="two-column_left">
|
||||||
<div class="row">
|
|
||||||
<!-- Contact -->
|
|
||||||
<div class="small-12 large-4 columns">
|
|
||||||
<section class="row small-up-1 medium-up-4 large-up-1">
|
|
||||||
<div class="column">
|
|
||||||
<ul class="menu social">
|
|
||||||
{% if page.twitter %}
|
|
||||||
<li>
|
|
||||||
<a href="http://twitter.com/{{ page.twitter }}" target="_blank">
|
|
||||||
<i class="fi-social-twitter"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% if page.github %}
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/{{ page.github }}" target="_blank">
|
|
||||||
<i class="fi-social-github"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{% if page.email %}
|
{% if page.email %}
|
||||||
<div class="column">
|
<div>
|
||||||
<strong>Email:</strong>
|
<h5>Email:</h5>
|
||||||
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
|
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.telephone %}
|
{% if page.telephone %}
|
||||||
<div class="column">
|
<div>
|
||||||
<strong>Tel:</strong>
|
<h5>Tel:</h5>
|
||||||
<p>{{ page.telephone }}</p>
|
<p>{{ page.telephone }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.address %}
|
{% if page.address %}
|
||||||
<div class="column">
|
<div>
|
||||||
<strong>Address:</strong>
|
<h5>Address:</h5>
|
||||||
<p>{{ page.address | split: "," | join: "<br>" }}</p>
|
<p>{{ page.address | split: "," | join: "<br>" }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</section>
|
<div>
|
||||||
|
{% if page.twitter %}
|
||||||
|
<p><a href="http://twitter.com/{{ page.twitter }}" target="_blank">Twitter</a></p>
|
||||||
|
{% endif %}
|
||||||
|
{% if page.github %}
|
||||||
|
<p><a href="https://github.com/{{ page.github }}" target="_blank">Github</a></p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /Contact -->
|
|
||||||
|
|
||||||
<div class="small-12 large-8 columns">
|
<div class="two-column_right">
|
||||||
<!-- About -->
|
|
||||||
<section>
|
<section>
|
||||||
<p>{{ content }}</p>
|
<p>{{ content }}</p>
|
||||||
</section>
|
</section>
|
||||||
<!-- /About -->
|
|
||||||
|
|
||||||
{% if page.services %}
|
{% if page.services %}
|
||||||
<!-- Services -->
|
|
||||||
<section>
|
<section>
|
||||||
<h2 id="services">Services</h2>
|
<h2 id="services">Services</h2>
|
||||||
|
|
||||||
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
|
<ul>
|
||||||
{% for service in page.services %}
|
{% for service in page.services %}
|
||||||
{% assign s = site.services | where: "slug", service | first %}
|
{% assign s = site.services | where: "slug", service | first %}
|
||||||
<div class="column">
|
<li><a href="{{ s.url | relative_url }}">{{ s.name }}</a></li>
|
||||||
<a href="{{ s.url | relative_url }}" class="service-thumb">
|
|
||||||
<div class="service-thumb-img float-center" style="background-image: url(/images/services/{{ s.slug }})"></div>
|
|
||||||
<div>{{ s.name }}</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Services -->
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.technologies %}
|
{% if page.technologies %}
|
||||||
<!-- Technologies -->
|
|
||||||
<section>
|
<section>
|
||||||
<h2 id="tech">Technologies</h2>
|
<h2 id="tech">Technologies</h2>
|
||||||
|
|
||||||
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
|
<ul>
|
||||||
{% for technology in page.technologies %}
|
{% for technology in page.technologies %}
|
||||||
{% assign t = site.technologies | where: "slug", technology | first %}
|
{% assign t = site.technologies | where: "slug", technology | first %}
|
||||||
<div class="column">
|
<li><a href="{{ t.url | relative_url }}">{{ t.name }}</a></li>
|
||||||
<a href="{{ t.url | relative_url }}" class="technology-thumb">
|
|
||||||
<div class="technology-thumb-img float-center" style="background-image: url(/images/technologies/{{ t.slug }})"></div>
|
|
||||||
<div>{{ t.name }}</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Technologies -->
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.clients %}
|
{% if page.clients %}
|
||||||
<!-- Clients -->
|
|
||||||
<section>
|
<section>
|
||||||
<h2 id="clients">Clients</h2>
|
<h2 id="clients">Clients</h2>
|
||||||
|
|
||||||
<div class="row small-up-2 medium-up-3 large-up-3">
|
<ul>
|
||||||
{% for client in page.clients %}
|
{% for client in page.clients %}
|
||||||
{% assign c = site.clients | where: "slug", client | first %}
|
{% assign c = site.clients | where: "slug", client | first %}
|
||||||
<div class="column client-thumb-container">
|
<li>{{ c.title }}</li>
|
||||||
<div class="client-thumb" style="background-image: url(/images/clients/{{ c.slug }})"></div>
|
|
||||||
<div class="client-thumb-header">{{ c.title }}</div>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Clients -->
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
{% include javascripts.html %}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,46 +1,24 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div>
|
<div class="default-wrapper">
|
||||||
|
<section class="page-heading">
|
||||||
<div id="page-banner">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-centered small-12 medium-10 large-8 columns">
|
|
||||||
<h1>{{ page.heading }}</h1>
|
<h1>{{ page.heading }}</h1>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="page-content">
|
<section class="content">
|
||||||
<div class="row">
|
|
||||||
<div class="small-centered small-12 medium-10 large-8 columns">
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if page.append_email_form %}
|
{% if page.append_email_form %}
|
||||||
<section id="join-form">
|
<section>
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 medium-6 small-centered columns">
|
|
||||||
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
|
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
{% include javascripts.html %}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,75 +1,24 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{% include header.html %}
|
||||||
|
|
||||||
<header>
|
<section class="hero">
|
||||||
|
<div class="hero_container">
|
||||||
|
<h1 class="hero_title">Cooperative Technologists</h1>
|
||||||
|
<h2 class="hero_body">Creative technology companies, fully owned and controlled by
|
||||||
|
the people who do the work.<br />
|
||||||
|
Cooperative ownership means tech that’s better for its workers and customers.</h2>
|
||||||
|
|
||||||
<div data-sticky-container style="height: 82.7812px;">
|
<span class="hero_button">
|
||||||
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
<a href="/about#manifesto">Our manifesto</a>
|
||||||
<div class="top-bar-title">
|
|
||||||
<strong>
|
|
||||||
<a id="logo" href="/">
|
|
||||||
<img src="/assets/img/CoTech-logo.png">CoTech
|
|
||||||
</a>
|
|
||||||
</strong>
|
|
||||||
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
|
|
||||||
<button class="menu-icon dark" type="button" data-toggle></button>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="responsive-menu">
|
</section>
|
||||||
<div class="top-bar-right">
|
|
||||||
<ul class="dropdown menu vertical medium-horizontal" data-magellan>
|
|
||||||
<li><a href="/#members">Members</a></li>
|
|
||||||
<li><a href="/#clients">Clients</a></li>
|
|
||||||
<li><a href="/#services">Services</a></li>
|
|
||||||
<li><a href="/#technologies">Technologies</a></li>
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
<li><a href="/join">Join</a></li>
|
|
||||||
<li><a href="/manifesto">Manifesto</a></li>
|
|
||||||
<li><a href="/#contact" class="button">Get In Touch</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="home">
|
|
||||||
|
|
||||||
<div id="banner">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 columns">
|
|
||||||
<h1 class="is-hidden">Cooperative Technologists</h1>
|
|
||||||
<p class="homepage-message">Creative technology companies, fully owned and controlled by the people who do the work.<br />
|
|
||||||
Cooperative ownership means tech that’s better for its workers and customers.</p>
|
|
||||||
<span>
|
|
||||||
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
|
||||||
</span>
|
|
||||||
<!-- span>
|
|
||||||
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
|
||||||
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
|
||||||
</span -->
|
|
||||||
<!-- div class="reveal large" id="video-modal" data-reveal>
|
|
||||||
<div class="flex-video widescreen">
|
|
||||||
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
||||||
</div>
|
|
||||||
</div -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
{% include javascripts.html %}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,93 +1,31 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="service">
|
<div class="default-wrapper">
|
||||||
|
<section class="page-heading">
|
||||||
<div id="page-banner">
|
<h2>Coops that offer <span>{{ page.name }}</span></h2>
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 small-centered columns">
|
|
||||||
<img src="/images/services/{{ page.slug }}" alt="{{ page.name }}">
|
|
||||||
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="logo-grid">
|
||||||
<div class="small-12 columns">
|
|
||||||
|
|
||||||
<div class="view float-center">
|
|
||||||
<ul class="tabs" data-tabs id="coops-view-tabs">
|
|
||||||
<li class="tabs-title is-active"><a href="#grid" aria-selected="true">Grid</a></li>
|
|
||||||
<li class="separator">|</li>
|
|
||||||
<li class="tabs-title"><a href="#map">Map</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tabs-content" data-tabs-content="coops-view-tabs">
|
|
||||||
<!-- START Grid View Content -->
|
|
||||||
<div class="tabs-panel is-active" id="grid">
|
|
||||||
<div class="row small-up-2 medium-up-4 large-up-6 small-collapse">
|
|
||||||
{% for coop in site.coops %}
|
{% for coop in site.coops %}
|
||||||
{% if coop.services contains page.slug %}
|
{% if coop.services contains page.slug %}
|
||||||
<div class="column">
|
<a class="logo-grid_link" href="{{ coop.url | relative_url }}">
|
||||||
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
|
<div class="logo-grid_item">
|
||||||
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
|
<img class="logo-grid_img" src="/images/coops/{{ coop.logo }}" alt="{{ coop.name }}" />
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END Grid View Content -->
|
|
||||||
|
|
||||||
<!-- START Map View Content -->
|
|
||||||
<div class="tabs-panel" id="map">
|
|
||||||
<div class="row small-up-2 medium-up-4 large-up-6 small-collapse">
|
|
||||||
<div id="map-services"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var mapEntries = [
|
|
||||||
{% for coop in site.coops %}
|
|
||||||
{% if coop.services contains page.slug %}
|
|
||||||
{
|
|
||||||
lat: {{ coop.latitude }},
|
|
||||||
lng: {{ coop.longitude }},
|
|
||||||
markerText: '<b><a href=\"{{ coop.url | relative_url }}\">{{ coop.name }}</a></b><br><br>{{ coop.address | split: "," | join: "<br>" }}'
|
|
||||||
},
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
];
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
|
||||||
var map = window.app.createMapMultiMarker('map-services', 54.7, -4.2, 6, mapEntries);
|
|
||||||
$('#coops-view-tabs').on('change.zf.tabs', function() {
|
|
||||||
map.invalidateSize();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- END Map View Content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
{% include javascripts.html %}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,93 +1,32 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="technology">
|
<div class="default-wrapper">
|
||||||
|
<section class="page-heading">
|
||||||
<div id="page-banner">
|
<h2>Coops that use <span>{{ page.name }}</span></h2>
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 small-centered columns">
|
|
||||||
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}">
|
|
||||||
<h1>Coops that use <span>{{ page.name }}</span></h1>
|
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="logo-grid">
|
||||||
<div class="small-12 columns">
|
|
||||||
|
|
||||||
<div class="view float-center">
|
|
||||||
<ul class="tabs" data-tabs id="coops-view-tabs">
|
|
||||||
<li class="tabs-title is-active"><a href="#grid" aria-selected="true">Grid</a></li>
|
|
||||||
<li class="separator">|</li>
|
|
||||||
<li class="tabs-title"><a href="#map">Map</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tabs-content" data-tabs-content="coops-view-tabs">
|
|
||||||
<!-- START Grid View Content -->
|
|
||||||
<div class="tabs-panel is-active" id="grid">
|
|
||||||
<div class="row small-up-2 medium-up-4 large-up-6 small-collapse">
|
|
||||||
{% for coop in site.coops %}
|
{% for coop in site.coops %}
|
||||||
{% if coop.technologies contains page.slug %}
|
{% if coop.technologies contains page.slug %}
|
||||||
<div class="column">
|
<a class="logo-grid_link" href="{{ coop.url | relative_url }}">
|
||||||
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
|
<div class="logo-grid_item">
|
||||||
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
|
<img class="logo-grid_img" src="/images/coops/{{ coop.logo }}" alt="{{ coop.name }}" />
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END Grid View Content -->
|
|
||||||
|
|
||||||
<!-- START Map View Content -->
|
|
||||||
<div class="tabs-panel" id="map">
|
|
||||||
<div class="row small-up-2 medium-up-4 large-up-6 small-collapse">
|
|
||||||
<div id="map-technologies"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var mapEntries = [
|
|
||||||
{% for coop in site.coops %}
|
|
||||||
{% if coop.technologies contains page.slug %}
|
|
||||||
{
|
|
||||||
lat: {{ coop.latitude }},
|
|
||||||
lng: {{ coop.longitude }},
|
|
||||||
markerText: '<b><a href=\"{{ coop.url | relative_url }}\">{{ coop.name }}</a></b><br><br>{{ coop.address | split: "," | join: "<br>" }}'
|
|
||||||
},
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
];
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
|
||||||
var map = window.app.createMapMultiMarker('map-technologies', 54.7, -4.2, 6, mapEntries);
|
|
||||||
$('#coops-view-tabs').on('change.zf.tabs', function() {
|
|
||||||
map.invalidateSize();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- END Map View Content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
{% include javascripts.html %}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
4
_services/prototyping.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Prototyping
|
||||||
|
name: Prototyping
|
||||||
|
---
|
4
_technologies/fmod.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: FMOD
|
||||||
|
name: FMOD
|
||||||
|
---
|
4
_technologies/godot.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Godot Engine
|
||||||
|
name: Godot Engine
|
||||||
|
---
|
4
_technologies/maya.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Maya
|
||||||
|
name: Maya
|
||||||
|
---
|
4
_technologies/wwise.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Wwise
|
||||||
|
name: Wwise
|
||||||
|
---
|
26
about.md
@ -3,14 +3,15 @@ title: About
|
|||||||
heading: About CoTech
|
heading: About CoTech
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
<img src="https://wiki.coops.tech/w/images/a/ae/Pose.png" alt="Co-operative Technologists at Wortley Hall" width="100%" />
|
||||||
<img src="https://wiki.coops.tech/w/images/a/ae/Pose.png" alt="Co-operative Technologists at Wortley Hall" width="1024" height="376" />
|
|
||||||
|
|
||||||
*Co-operative Technologists (CoTech) is a growing network of tech and digital service co-operatives working to reshape the technology sector in the UK.* Our members are co-operatives that operate democratically, giving workers (and, in some cases, customers) control over the business. CoTech was founded at Wortley Hall in 2016 and became the first sector specific arm of the [worker.coop federation](https://www.workers.coop/) in September 2024.
|
*Co-operative Technologists (CoTech) is a growing network of tech and digital service co-operatives working to reshape the technology sector in the UK.* Our members are co-operatives that operate democratically, giving workers (and, in some cases, customers) control over the business. CoTech was founded at Wortley Hall in 2016 and became the first sector specific arm of the [worker.coop federation](https://www.workers.coop/) in September 2024.
|
||||||
|
|
||||||
*We believe that businesses owned and run by their workers can create better workplaces, deliver higher quality products, and provide greater value to customers.* Unlike traditional businesses, we have no private shareholders extracting profits. Our aim is to change both our industry and society through cooperation. We strive to be a model of thought leadership and innovation in the progressive business movement.
|
*We believe that businesses owned and run by their workers can create better workplaces, deliver higher quality products, and provide greater value to customers.* Unlike traditional businesses, we have no private shareholders extracting profits. Our aim is to change both our industry and society through cooperation. We strive to be a model of thought leadership and innovation in the progressive business movement.
|
||||||
|
|
||||||
*At CoTech we openly share skills, knowledge, and resources to facilitate community, mutual support, and shared growth in our sector.* Our activities include:
|
*At CoTech we openly share skills, knowledge, and resources to facilitate community, mutual support, and shared growth in our sector.*
|
||||||
|
|
||||||
|
Our activities include:
|
||||||
|
|
||||||
* hosting in-person and online gatherings
|
* hosting in-person and online gatherings
|
||||||
* engaging on the community forum
|
* engaging on the community forum
|
||||||
@ -20,11 +21,26 @@ layout: default
|
|||||||
*Governance of the CoTech network is a collaborative process.* We make decisions by consensus using tools like [Loomio](https://www.loomio.com/cotech/), our [wiki](jttps://wiki.coops.tech/), and [community forum](https://community.coops.tech/). All members are encouraged to participate and help shape our direction as we grow.
|
*Governance of the CoTech network is a collaborative process.* We make decisions by consensus using tools like [Loomio](https://www.loomio.com/cotech/), our [wiki](jttps://wiki.coops.tech/), and [community forum](https://community.coops.tech/). All members are encouraged to participate and help shape our direction as we grow.
|
||||||
|
|
||||||
|
|
||||||
Read [our manifesto][manifesto], [contact us if you want to work with us][contact] or [join us][join].
|
<a id="manifesto"></a>
|
||||||
|
## Our Manifesto
|
||||||
|
|
||||||
|
We believe in a fairer world in which wealth and resources are distributed to the people who need them rather than those best able to take them.
|
||||||
|
|
||||||
|
As [Co-operative Technologists][] we aim to ensure that technology plays its part in creating a fairer world.
|
||||||
|
|
||||||
|
Our individual worker co-operatives have shown that workers who collectively own their companies and control their destinies make better workplaces, better suppliers and better digital products.
|
||||||
|
|
||||||
|
We call upon tech workers who share our vision to [join us][join].
|
||||||
|
|
||||||
|
We call upon consumers of digital products -- including trades unions, charities, governments and private companies -- to reject the false assumption that only multinational conglomerates or private equity-funded startups can be great tech companies. Technology is the lifeblood of all our futures, not just a gravy train for the fortunate few.
|
||||||
|
|
||||||
|
We hereby give notice to technology companies that do not treat their employees fairly, do not give their workers control of their businesses and do not seek to create a fairer world that your days are numbered. We are more creative, more committed and more resilient. [Join us][join].
|
||||||
|
|
||||||
|
[Contact us if you want to work with us][contact] or [join us][join].
|
||||||
|
|
||||||
[Loomio]: https://www.loomio.com/cotech/
|
[Loomio]: https://www.loomio.com/cotech/
|
||||||
[wiki]: https://wiki.coops.tech/
|
[wiki]: https://wiki.coops.tech/
|
||||||
[wortley-hall]: https://www.wortleyhall.org.uk/
|
[wortley-hall]: https://www.wortleyhall.org.uk/
|
||||||
[manifesto]: /manifesto
|
|
||||||
[contact]: /#contact
|
[contact]: /#contact
|
||||||
[join]: /join
|
[join]: /join
|
||||||
|
[Co-operative Technologists]: /about
|
||||||
|
7386
assets/css/app.css
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 618 B |
56
assets/css/reset.css
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
/* https://www.joshwcomeau.com/css/custom-css-reset/ */
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 3. Enable keyword animations */
|
||||||
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
|
html {
|
||||||
|
interpolate-size: allow-keywords;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 4. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 5. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 9. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
10. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
BIN
assets/fonts/SourceSerif4-Bold.ttf
Executable file
BIN
assets/fonts/SourceSerif4-Regular.ttf
Executable file
@ -1,594 +0,0 @@
|
|||||||
/*
|
|
||||||
* Foundation Icons v 3.0
|
|
||||||
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
|
|
||||||
* MIT License
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "foundation-icons";
|
|
||||||
src: url("foundation-icons.eot");
|
|
||||||
src: url("foundation-icons.eot?#iefix") format("embedded-opentype"),
|
|
||||||
url("foundation-icons.woff") format("woff"),
|
|
||||||
url("foundation-icons.ttf") format("truetype"),
|
|
||||||
url("foundation-icons.svg#fontcustom") format("svg");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fi-address-book:before,
|
|
||||||
.fi-alert:before,
|
|
||||||
.fi-align-center:before,
|
|
||||||
.fi-align-justify:before,
|
|
||||||
.fi-align-left:before,
|
|
||||||
.fi-align-right:before,
|
|
||||||
.fi-anchor:before,
|
|
||||||
.fi-annotate:before,
|
|
||||||
.fi-archive:before,
|
|
||||||
.fi-arrow-down:before,
|
|
||||||
.fi-arrow-left:before,
|
|
||||||
.fi-arrow-right:before,
|
|
||||||
.fi-arrow-up:before,
|
|
||||||
.fi-arrows-compress:before,
|
|
||||||
.fi-arrows-expand:before,
|
|
||||||
.fi-arrows-in:before,
|
|
||||||
.fi-arrows-out:before,
|
|
||||||
.fi-asl:before,
|
|
||||||
.fi-asterisk:before,
|
|
||||||
.fi-at-sign:before,
|
|
||||||
.fi-background-color:before,
|
|
||||||
.fi-battery-empty:before,
|
|
||||||
.fi-battery-full:before,
|
|
||||||
.fi-battery-half:before,
|
|
||||||
.fi-bitcoin-circle:before,
|
|
||||||
.fi-bitcoin:before,
|
|
||||||
.fi-blind:before,
|
|
||||||
.fi-bluetooth:before,
|
|
||||||
.fi-bold:before,
|
|
||||||
.fi-book-bookmark:before,
|
|
||||||
.fi-book:before,
|
|
||||||
.fi-bookmark:before,
|
|
||||||
.fi-braille:before,
|
|
||||||
.fi-burst-new:before,
|
|
||||||
.fi-burst-sale:before,
|
|
||||||
.fi-burst:before,
|
|
||||||
.fi-calendar:before,
|
|
||||||
.fi-camera:before,
|
|
||||||
.fi-check:before,
|
|
||||||
.fi-checkbox:before,
|
|
||||||
.fi-clipboard-notes:before,
|
|
||||||
.fi-clipboard-pencil:before,
|
|
||||||
.fi-clipboard:before,
|
|
||||||
.fi-clock:before,
|
|
||||||
.fi-closed-caption:before,
|
|
||||||
.fi-cloud:before,
|
|
||||||
.fi-comment-minus:before,
|
|
||||||
.fi-comment-quotes:before,
|
|
||||||
.fi-comment-video:before,
|
|
||||||
.fi-comment:before,
|
|
||||||
.fi-comments:before,
|
|
||||||
.fi-compass:before,
|
|
||||||
.fi-contrast:before,
|
|
||||||
.fi-credit-card:before,
|
|
||||||
.fi-crop:before,
|
|
||||||
.fi-crown:before,
|
|
||||||
.fi-css3:before,
|
|
||||||
.fi-database:before,
|
|
||||||
.fi-die-five:before,
|
|
||||||
.fi-die-four:before,
|
|
||||||
.fi-die-one:before,
|
|
||||||
.fi-die-six:before,
|
|
||||||
.fi-die-three:before,
|
|
||||||
.fi-die-two:before,
|
|
||||||
.fi-dislike:before,
|
|
||||||
.fi-dollar-bill:before,
|
|
||||||
.fi-dollar:before,
|
|
||||||
.fi-download:before,
|
|
||||||
.fi-eject:before,
|
|
||||||
.fi-elevator:before,
|
|
||||||
.fi-euro:before,
|
|
||||||
.fi-eye:before,
|
|
||||||
.fi-fast-forward:before,
|
|
||||||
.fi-female-symbol:before,
|
|
||||||
.fi-female:before,
|
|
||||||
.fi-filter:before,
|
|
||||||
.fi-first-aid:before,
|
|
||||||
.fi-flag:before,
|
|
||||||
.fi-folder-add:before,
|
|
||||||
.fi-folder-lock:before,
|
|
||||||
.fi-folder:before,
|
|
||||||
.fi-foot:before,
|
|
||||||
.fi-foundation:before,
|
|
||||||
.fi-graph-bar:before,
|
|
||||||
.fi-graph-horizontal:before,
|
|
||||||
.fi-graph-pie:before,
|
|
||||||
.fi-graph-trend:before,
|
|
||||||
.fi-guide-dog:before,
|
|
||||||
.fi-hearing-aid:before,
|
|
||||||
.fi-heart:before,
|
|
||||||
.fi-home:before,
|
|
||||||
.fi-html5:before,
|
|
||||||
.fi-indent-less:before,
|
|
||||||
.fi-indent-more:before,
|
|
||||||
.fi-info:before,
|
|
||||||
.fi-italic:before,
|
|
||||||
.fi-key:before,
|
|
||||||
.fi-laptop:before,
|
|
||||||
.fi-layout:before,
|
|
||||||
.fi-lightbulb:before,
|
|
||||||
.fi-like:before,
|
|
||||||
.fi-link:before,
|
|
||||||
.fi-list-bullet:before,
|
|
||||||
.fi-list-number:before,
|
|
||||||
.fi-list-thumbnails:before,
|
|
||||||
.fi-list:before,
|
|
||||||
.fi-lock:before,
|
|
||||||
.fi-loop:before,
|
|
||||||
.fi-magnifying-glass:before,
|
|
||||||
.fi-mail:before,
|
|
||||||
.fi-male-female:before,
|
|
||||||
.fi-male-symbol:before,
|
|
||||||
.fi-male:before,
|
|
||||||
.fi-map:before,
|
|
||||||
.fi-marker:before,
|
|
||||||
.fi-megaphone:before,
|
|
||||||
.fi-microphone:before,
|
|
||||||
.fi-minus-circle:before,
|
|
||||||
.fi-minus:before,
|
|
||||||
.fi-mobile-signal:before,
|
|
||||||
.fi-mobile:before,
|
|
||||||
.fi-monitor:before,
|
|
||||||
.fi-mountains:before,
|
|
||||||
.fi-music:before,
|
|
||||||
.fi-next:before,
|
|
||||||
.fi-no-dogs:before,
|
|
||||||
.fi-no-smoking:before,
|
|
||||||
.fi-page-add:before,
|
|
||||||
.fi-page-copy:before,
|
|
||||||
.fi-page-csv:before,
|
|
||||||
.fi-page-delete:before,
|
|
||||||
.fi-page-doc:before,
|
|
||||||
.fi-page-edit:before,
|
|
||||||
.fi-page-export-csv:before,
|
|
||||||
.fi-page-export-doc:before,
|
|
||||||
.fi-page-export-pdf:before,
|
|
||||||
.fi-page-export:before,
|
|
||||||
.fi-page-filled:before,
|
|
||||||
.fi-page-multiple:before,
|
|
||||||
.fi-page-pdf:before,
|
|
||||||
.fi-page-remove:before,
|
|
||||||
.fi-page-search:before,
|
|
||||||
.fi-page:before,
|
|
||||||
.fi-paint-bucket:before,
|
|
||||||
.fi-paperclip:before,
|
|
||||||
.fi-pause:before,
|
|
||||||
.fi-paw:before,
|
|
||||||
.fi-paypal:before,
|
|
||||||
.fi-pencil:before,
|
|
||||||
.fi-photo:before,
|
|
||||||
.fi-play-circle:before,
|
|
||||||
.fi-play-video:before,
|
|
||||||
.fi-play:before,
|
|
||||||
.fi-plus:before,
|
|
||||||
.fi-pound:before,
|
|
||||||
.fi-power:before,
|
|
||||||
.fi-previous:before,
|
|
||||||
.fi-price-tag:before,
|
|
||||||
.fi-pricetag-multiple:before,
|
|
||||||
.fi-print:before,
|
|
||||||
.fi-prohibited:before,
|
|
||||||
.fi-projection-screen:before,
|
|
||||||
.fi-puzzle:before,
|
|
||||||
.fi-quote:before,
|
|
||||||
.fi-record:before,
|
|
||||||
.fi-refresh:before,
|
|
||||||
.fi-results-demographics:before,
|
|
||||||
.fi-results:before,
|
|
||||||
.fi-rewind-ten:before,
|
|
||||||
.fi-rewind:before,
|
|
||||||
.fi-rss:before,
|
|
||||||
.fi-safety-cone:before,
|
|
||||||
.fi-save:before,
|
|
||||||
.fi-share:before,
|
|
||||||
.fi-sheriff-badge:before,
|
|
||||||
.fi-shield:before,
|
|
||||||
.fi-shopping-bag:before,
|
|
||||||
.fi-shopping-cart:before,
|
|
||||||
.fi-shuffle:before,
|
|
||||||
.fi-skull:before,
|
|
||||||
.fi-social-500px:before,
|
|
||||||
.fi-social-adobe:before,
|
|
||||||
.fi-social-amazon:before,
|
|
||||||
.fi-social-android:before,
|
|
||||||
.fi-social-apple:before,
|
|
||||||
.fi-social-behance:before,
|
|
||||||
.fi-social-bing:before,
|
|
||||||
.fi-social-blogger:before,
|
|
||||||
.fi-social-delicious:before,
|
|
||||||
.fi-social-designer-news:before,
|
|
||||||
.fi-social-deviant-art:before,
|
|
||||||
.fi-social-digg:before,
|
|
||||||
.fi-social-dribbble:before,
|
|
||||||
.fi-social-drive:before,
|
|
||||||
.fi-social-dropbox:before,
|
|
||||||
.fi-social-evernote:before,
|
|
||||||
.fi-social-facebook:before,
|
|
||||||
.fi-social-flickr:before,
|
|
||||||
.fi-social-forrst:before,
|
|
||||||
.fi-social-foursquare:before,
|
|
||||||
.fi-social-game-center:before,
|
|
||||||
.fi-social-github:before,
|
|
||||||
.fi-social-google-plus:before,
|
|
||||||
.fi-social-hacker-news:before,
|
|
||||||
.fi-social-hi5:before,
|
|
||||||
.fi-social-instagram:before,
|
|
||||||
.fi-social-joomla:before,
|
|
||||||
.fi-social-lastfm:before,
|
|
||||||
.fi-social-linkedin:before,
|
|
||||||
.fi-social-medium:before,
|
|
||||||
.fi-social-myspace:before,
|
|
||||||
.fi-social-orkut:before,
|
|
||||||
.fi-social-path:before,
|
|
||||||
.fi-social-picasa:before,
|
|
||||||
.fi-social-pinterest:before,
|
|
||||||
.fi-social-rdio:before,
|
|
||||||
.fi-social-reddit:before,
|
|
||||||
.fi-social-skillshare:before,
|
|
||||||
.fi-social-skype:before,
|
|
||||||
.fi-social-smashing-mag:before,
|
|
||||||
.fi-social-snapchat:before,
|
|
||||||
.fi-social-spotify:before,
|
|
||||||
.fi-social-squidoo:before,
|
|
||||||
.fi-social-stack-overflow:before,
|
|
||||||
.fi-social-steam:before,
|
|
||||||
.fi-social-stumbleupon:before,
|
|
||||||
.fi-social-treehouse:before,
|
|
||||||
.fi-social-tumblr:before,
|
|
||||||
.fi-social-twitter:before,
|
|
||||||
.fi-social-vimeo:before,
|
|
||||||
.fi-social-windows:before,
|
|
||||||
.fi-social-xbox:before,
|
|
||||||
.fi-social-yahoo:before,
|
|
||||||
.fi-social-yelp:before,
|
|
||||||
.fi-social-youtube:before,
|
|
||||||
.fi-social-zerply:before,
|
|
||||||
.fi-social-zurb:before,
|
|
||||||
.fi-sound:before,
|
|
||||||
.fi-star:before,
|
|
||||||
.fi-stop:before,
|
|
||||||
.fi-strikethrough:before,
|
|
||||||
.fi-subscript:before,
|
|
||||||
.fi-superscript:before,
|
|
||||||
.fi-tablet-landscape:before,
|
|
||||||
.fi-tablet-portrait:before,
|
|
||||||
.fi-target-two:before,
|
|
||||||
.fi-target:before,
|
|
||||||
.fi-telephone-accessible:before,
|
|
||||||
.fi-telephone:before,
|
|
||||||
.fi-text-color:before,
|
|
||||||
.fi-thumbnails:before,
|
|
||||||
.fi-ticket:before,
|
|
||||||
.fi-torso-business:before,
|
|
||||||
.fi-torso-female:before,
|
|
||||||
.fi-torso:before,
|
|
||||||
.fi-torsos-all-female:before,
|
|
||||||
.fi-torsos-all:before,
|
|
||||||
.fi-torsos-female-male:before,
|
|
||||||
.fi-torsos-male-female:before,
|
|
||||||
.fi-torsos:before,
|
|
||||||
.fi-trash:before,
|
|
||||||
.fi-trees:before,
|
|
||||||
.fi-trophy:before,
|
|
||||||
.fi-underline:before,
|
|
||||||
.fi-universal-access:before,
|
|
||||||
.fi-unlink:before,
|
|
||||||
.fi-unlock:before,
|
|
||||||
.fi-upload-cloud:before,
|
|
||||||
.fi-upload:before,
|
|
||||||
.fi-usb:before,
|
|
||||||
.fi-video:before,
|
|
||||||
.fi-volume-none:before,
|
|
||||||
.fi-volume-strike:before,
|
|
||||||
.fi-volume:before,
|
|
||||||
.fi-web:before,
|
|
||||||
.fi-wheelchair:before,
|
|
||||||
.fi-widget:before,
|
|
||||||
.fi-wrench:before,
|
|
||||||
.fi-x-circle:before,
|
|
||||||
.fi-x:before,
|
|
||||||
.fi-yen:before,
|
|
||||||
.fi-zoom-in:before,
|
|
||||||
.fi-zoom-out:before {
|
|
||||||
font-family: "foundation-icons";
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
display: inline-block;
|
|
||||||
text-decoration: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fi-address-book:before { content: "\f100"; }
|
|
||||||
.fi-alert:before { content: "\f101"; }
|
|
||||||
.fi-align-center:before { content: "\f102"; }
|
|
||||||
.fi-align-justify:before { content: "\f103"; }
|
|
||||||
.fi-align-left:before { content: "\f104"; }
|
|
||||||
.fi-align-right:before { content: "\f105"; }
|
|
||||||
.fi-anchor:before { content: "\f106"; }
|
|
||||||
.fi-annotate:before { content: "\f107"; }
|
|
||||||
.fi-archive:before { content: "\f108"; }
|
|
||||||
.fi-arrow-down:before { content: "\f109"; }
|
|
||||||
.fi-arrow-left:before { content: "\f10a"; }
|
|
||||||
.fi-arrow-right:before { content: "\f10b"; }
|
|
||||||
.fi-arrow-up:before { content: "\f10c"; }
|
|
||||||
.fi-arrows-compress:before { content: "\f10d"; }
|
|
||||||
.fi-arrows-expand:before { content: "\f10e"; }
|
|
||||||
.fi-arrows-in:before { content: "\f10f"; }
|
|
||||||
.fi-arrows-out:before { content: "\f110"; }
|
|
||||||
.fi-asl:before { content: "\f111"; }
|
|
||||||
.fi-asterisk:before { content: "\f112"; }
|
|
||||||
.fi-at-sign:before { content: "\f113"; }
|
|
||||||
.fi-background-color:before { content: "\f114"; }
|
|
||||||
.fi-battery-empty:before { content: "\f115"; }
|
|
||||||
.fi-battery-full:before { content: "\f116"; }
|
|
||||||
.fi-battery-half:before { content: "\f117"; }
|
|
||||||
.fi-bitcoin-circle:before { content: "\f118"; }
|
|
||||||
.fi-bitcoin:before { content: "\f119"; }
|
|
||||||
.fi-blind:before { content: "\f11a"; }
|
|
||||||
.fi-bluetooth:before { content: "\f11b"; }
|
|
||||||
.fi-bold:before { content: "\f11c"; }
|
|
||||||
.fi-book-bookmark:before { content: "\f11d"; }
|
|
||||||
.fi-book:before { content: "\f11e"; }
|
|
||||||
.fi-bookmark:before { content: "\f11f"; }
|
|
||||||
.fi-braille:before { content: "\f120"; }
|
|
||||||
.fi-burst-new:before { content: "\f121"; }
|
|
||||||
.fi-burst-sale:before { content: "\f122"; }
|
|
||||||
.fi-burst:before { content: "\f123"; }
|
|
||||||
.fi-calendar:before { content: "\f124"; }
|
|
||||||
.fi-camera:before { content: "\f125"; }
|
|
||||||
.fi-check:before { content: "\f126"; }
|
|
||||||
.fi-checkbox:before { content: "\f127"; }
|
|
||||||
.fi-clipboard-notes:before { content: "\f128"; }
|
|
||||||
.fi-clipboard-pencil:before { content: "\f129"; }
|
|
||||||
.fi-clipboard:before { content: "\f12a"; }
|
|
||||||
.fi-clock:before { content: "\f12b"; }
|
|
||||||
.fi-closed-caption:before { content: "\f12c"; }
|
|
||||||
.fi-cloud:before { content: "\f12d"; }
|
|
||||||
.fi-comment-minus:before { content: "\f12e"; }
|
|
||||||
.fi-comment-quotes:before { content: "\f12f"; }
|
|
||||||
.fi-comment-video:before { content: "\f130"; }
|
|
||||||
.fi-comment:before { content: "\f131"; }
|
|
||||||
.fi-comments:before { content: "\f132"; }
|
|
||||||
.fi-compass:before { content: "\f133"; }
|
|
||||||
.fi-contrast:before { content: "\f134"; }
|
|
||||||
.fi-credit-card:before { content: "\f135"; }
|
|
||||||
.fi-crop:before { content: "\f136"; }
|
|
||||||
.fi-crown:before { content: "\f137"; }
|
|
||||||
.fi-css3:before { content: "\f138"; }
|
|
||||||
.fi-database:before { content: "\f139"; }
|
|
||||||
.fi-die-five:before { content: "\f13a"; }
|
|
||||||
.fi-die-four:before { content: "\f13b"; }
|
|
||||||
.fi-die-one:before { content: "\f13c"; }
|
|
||||||
.fi-die-six:before { content: "\f13d"; }
|
|
||||||
.fi-die-three:before { content: "\f13e"; }
|
|
||||||
.fi-die-two:before { content: "\f13f"; }
|
|
||||||
.fi-dislike:before { content: "\f140"; }
|
|
||||||
.fi-dollar-bill:before { content: "\f141"; }
|
|
||||||
.fi-dollar:before { content: "\f142"; }
|
|
||||||
.fi-download:before { content: "\f143"; }
|
|
||||||
.fi-eject:before { content: "\f144"; }
|
|
||||||
.fi-elevator:before { content: "\f145"; }
|
|
||||||
.fi-euro:before { content: "\f146"; }
|
|
||||||
.fi-eye:before { content: "\f147"; }
|
|
||||||
.fi-fast-forward:before { content: "\f148"; }
|
|
||||||
.fi-female-symbol:before { content: "\f149"; }
|
|
||||||
.fi-female:before { content: "\f14a"; }
|
|
||||||
.fi-filter:before { content: "\f14b"; }
|
|
||||||
.fi-first-aid:before { content: "\f14c"; }
|
|
||||||
.fi-flag:before { content: "\f14d"; }
|
|
||||||
.fi-folder-add:before { content: "\f14e"; }
|
|
||||||
.fi-folder-lock:before { content: "\f14f"; }
|
|
||||||
.fi-folder:before { content: "\f150"; }
|
|
||||||
.fi-foot:before { content: "\f151"; }
|
|
||||||
.fi-foundation:before { content: "\f152"; }
|
|
||||||
.fi-graph-bar:before { content: "\f153"; }
|
|
||||||
.fi-graph-horizontal:before { content: "\f154"; }
|
|
||||||
.fi-graph-pie:before { content: "\f155"; }
|
|
||||||
.fi-graph-trend:before { content: "\f156"; }
|
|
||||||
.fi-guide-dog:before { content: "\f157"; }
|
|
||||||
.fi-hearing-aid:before { content: "\f158"; }
|
|
||||||
.fi-heart:before { content: "\f159"; }
|
|
||||||
.fi-home:before { content: "\f15a"; }
|
|
||||||
.fi-html5:before { content: "\f15b"; }
|
|
||||||
.fi-indent-less:before { content: "\f15c"; }
|
|
||||||
.fi-indent-more:before { content: "\f15d"; }
|
|
||||||
.fi-info:before { content: "\f15e"; }
|
|
||||||
.fi-italic:before { content: "\f15f"; }
|
|
||||||
.fi-key:before { content: "\f160"; }
|
|
||||||
.fi-laptop:before { content: "\f161"; }
|
|
||||||
.fi-layout:before { content: "\f162"; }
|
|
||||||
.fi-lightbulb:before { content: "\f163"; }
|
|
||||||
.fi-like:before { content: "\f164"; }
|
|
||||||
.fi-link:before { content: "\f165"; }
|
|
||||||
.fi-list-bullet:before { content: "\f166"; }
|
|
||||||
.fi-list-number:before { content: "\f167"; }
|
|
||||||
.fi-list-thumbnails:before { content: "\f168"; }
|
|
||||||
.fi-list:before { content: "\f169"; }
|
|
||||||
.fi-lock:before { content: "\f16a"; }
|
|
||||||
.fi-loop:before { content: "\f16b"; }
|
|
||||||
.fi-magnifying-glass:before { content: "\f16c"; }
|
|
||||||
.fi-mail:before { content: "\f16d"; }
|
|
||||||
.fi-male-female:before { content: "\f16e"; }
|
|
||||||
.fi-male-symbol:before { content: "\f16f"; }
|
|
||||||
.fi-male:before { content: "\f170"; }
|
|
||||||
.fi-map:before { content: "\f171"; }
|
|
||||||
.fi-marker:before { content: "\f172"; }
|
|
||||||
.fi-megaphone:before { content: "\f173"; }
|
|
||||||
.fi-microphone:before { content: "\f174"; }
|
|
||||||
.fi-minus-circle:before { content: "\f175"; }
|
|
||||||
.fi-minus:before { content: "\f176"; }
|
|
||||||
.fi-mobile-signal:before { content: "\f177"; }
|
|
||||||
.fi-mobile:before { content: "\f178"; }
|
|
||||||
.fi-monitor:before { content: "\f179"; }
|
|
||||||
.fi-mountains:before { content: "\f17a"; }
|
|
||||||
.fi-music:before { content: "\f17b"; }
|
|
||||||
.fi-next:before { content: "\f17c"; }
|
|
||||||
.fi-no-dogs:before { content: "\f17d"; }
|
|
||||||
.fi-no-smoking:before { content: "\f17e"; }
|
|
||||||
.fi-page-add:before { content: "\f17f"; }
|
|
||||||
.fi-page-copy:before { content: "\f180"; }
|
|
||||||
.fi-page-csv:before { content: "\f181"; }
|
|
||||||
.fi-page-delete:before { content: "\f182"; }
|
|
||||||
.fi-page-doc:before { content: "\f183"; }
|
|
||||||
.fi-page-edit:before { content: "\f184"; }
|
|
||||||
.fi-page-export-csv:before { content: "\f185"; }
|
|
||||||
.fi-page-export-doc:before { content: "\f186"; }
|
|
||||||
.fi-page-export-pdf:before { content: "\f187"; }
|
|
||||||
.fi-page-export:before { content: "\f188"; }
|
|
||||||
.fi-page-filled:before { content: "\f189"; }
|
|
||||||
.fi-page-multiple:before { content: "\f18a"; }
|
|
||||||
.fi-page-pdf:before { content: "\f18b"; }
|
|
||||||
.fi-page-remove:before { content: "\f18c"; }
|
|
||||||
.fi-page-search:before { content: "\f18d"; }
|
|
||||||
.fi-page:before { content: "\f18e"; }
|
|
||||||
.fi-paint-bucket:before { content: "\f18f"; }
|
|
||||||
.fi-paperclip:before { content: "\f190"; }
|
|
||||||
.fi-pause:before { content: "\f191"; }
|
|
||||||
.fi-paw:before { content: "\f192"; }
|
|
||||||
.fi-paypal:before { content: "\f193"; }
|
|
||||||
.fi-pencil:before { content: "\f194"; }
|
|
||||||
.fi-photo:before { content: "\f195"; }
|
|
||||||
.fi-play-circle:before { content: "\f196"; }
|
|
||||||
.fi-play-video:before { content: "\f197"; }
|
|
||||||
.fi-play:before { content: "\f198"; }
|
|
||||||
.fi-plus:before { content: "\f199"; }
|
|
||||||
.fi-pound:before { content: "\f19a"; }
|
|
||||||
.fi-power:before { content: "\f19b"; }
|
|
||||||
.fi-previous:before { content: "\f19c"; }
|
|
||||||
.fi-price-tag:before { content: "\f19d"; }
|
|
||||||
.fi-pricetag-multiple:before { content: "\f19e"; }
|
|
||||||
.fi-print:before { content: "\f19f"; }
|
|
||||||
.fi-prohibited:before { content: "\f1a0"; }
|
|
||||||
.fi-projection-screen:before { content: "\f1a1"; }
|
|
||||||
.fi-puzzle:before { content: "\f1a2"; }
|
|
||||||
.fi-quote:before { content: "\f1a3"; }
|
|
||||||
.fi-record:before { content: "\f1a4"; }
|
|
||||||
.fi-refresh:before { content: "\f1a5"; }
|
|
||||||
.fi-results-demographics:before { content: "\f1a6"; }
|
|
||||||
.fi-results:before { content: "\f1a7"; }
|
|
||||||
.fi-rewind-ten:before { content: "\f1a8"; }
|
|
||||||
.fi-rewind:before { content: "\f1a9"; }
|
|
||||||
.fi-rss:before { content: "\f1aa"; }
|
|
||||||
.fi-safety-cone:before { content: "\f1ab"; }
|
|
||||||
.fi-save:before { content: "\f1ac"; }
|
|
||||||
.fi-share:before { content: "\f1ad"; }
|
|
||||||
.fi-sheriff-badge:before { content: "\f1ae"; }
|
|
||||||
.fi-shield:before { content: "\f1af"; }
|
|
||||||
.fi-shopping-bag:before { content: "\f1b0"; }
|
|
||||||
.fi-shopping-cart:before { content: "\f1b1"; }
|
|
||||||
.fi-shuffle:before { content: "\f1b2"; }
|
|
||||||
.fi-skull:before { content: "\f1b3"; }
|
|
||||||
.fi-social-500px:before { content: "\f1b4"; }
|
|
||||||
.fi-social-adobe:before { content: "\f1b5"; }
|
|
||||||
.fi-social-amazon:before { content: "\f1b6"; }
|
|
||||||
.fi-social-android:before { content: "\f1b7"; }
|
|
||||||
.fi-social-apple:before { content: "\f1b8"; }
|
|
||||||
.fi-social-behance:before { content: "\f1b9"; }
|
|
||||||
.fi-social-bing:before { content: "\f1ba"; }
|
|
||||||
.fi-social-blogger:before { content: "\f1bb"; }
|
|
||||||
.fi-social-delicious:before { content: "\f1bc"; }
|
|
||||||
.fi-social-designer-news:before { content: "\f1bd"; }
|
|
||||||
.fi-social-deviant-art:before { content: "\f1be"; }
|
|
||||||
.fi-social-digg:before { content: "\f1bf"; }
|
|
||||||
.fi-social-dribbble:before { content: "\f1c0"; }
|
|
||||||
.fi-social-drive:before { content: "\f1c1"; }
|
|
||||||
.fi-social-dropbox:before { content: "\f1c2"; }
|
|
||||||
.fi-social-evernote:before { content: "\f1c3"; }
|
|
||||||
.fi-social-facebook:before { content: "\f1c4"; }
|
|
||||||
.fi-social-flickr:before { content: "\f1c5"; }
|
|
||||||
.fi-social-forrst:before { content: "\f1c6"; }
|
|
||||||
.fi-social-foursquare:before { content: "\f1c7"; }
|
|
||||||
.fi-social-game-center:before { content: "\f1c8"; }
|
|
||||||
.fi-social-github:before { content: "\f1c9"; }
|
|
||||||
.fi-social-google-plus:before { content: "\f1ca"; }
|
|
||||||
.fi-social-hacker-news:before { content: "\f1cb"; }
|
|
||||||
.fi-social-hi5:before { content: "\f1cc"; }
|
|
||||||
.fi-social-instagram:before { content: "\f1cd"; }
|
|
||||||
.fi-social-joomla:before { content: "\f1ce"; }
|
|
||||||
.fi-social-lastfm:before { content: "\f1cf"; }
|
|
||||||
.fi-social-linkedin:before { content: "\f1d0"; }
|
|
||||||
.fi-social-medium:before { content: "\f1d1"; }
|
|
||||||
.fi-social-myspace:before { content: "\f1d2"; }
|
|
||||||
.fi-social-orkut:before { content: "\f1d3"; }
|
|
||||||
.fi-social-path:before { content: "\f1d4"; }
|
|
||||||
.fi-social-picasa:before { content: "\f1d5"; }
|
|
||||||
.fi-social-pinterest:before { content: "\f1d6"; }
|
|
||||||
.fi-social-rdio:before { content: "\f1d7"; }
|
|
||||||
.fi-social-reddit:before { content: "\f1d8"; }
|
|
||||||
.fi-social-skillshare:before { content: "\f1d9"; }
|
|
||||||
.fi-social-skype:before { content: "\f1da"; }
|
|
||||||
.fi-social-smashing-mag:before { content: "\f1db"; }
|
|
||||||
.fi-social-snapchat:before { content: "\f1dc"; }
|
|
||||||
.fi-social-spotify:before { content: "\f1dd"; }
|
|
||||||
.fi-social-squidoo:before { content: "\f1de"; }
|
|
||||||
.fi-social-stack-overflow:before { content: "\f1df"; }
|
|
||||||
.fi-social-steam:before { content: "\f1e0"; }
|
|
||||||
.fi-social-stumbleupon:before { content: "\f1e1"; }
|
|
||||||
.fi-social-treehouse:before { content: "\f1e2"; }
|
|
||||||
.fi-social-tumblr:before { content: "\f1e3"; }
|
|
||||||
.fi-social-twitter:before { content: "\f1e4"; }
|
|
||||||
.fi-social-vimeo:before { content: "\f1e5"; }
|
|
||||||
.fi-social-windows:before { content: "\f1e6"; }
|
|
||||||
.fi-social-xbox:before { content: "\f1e7"; }
|
|
||||||
.fi-social-yahoo:before { content: "\f1e8"; }
|
|
||||||
.fi-social-yelp:before { content: "\f1e9"; }
|
|
||||||
.fi-social-youtube:before { content: "\f1ea"; }
|
|
||||||
.fi-social-zerply:before { content: "\f1eb"; }
|
|
||||||
.fi-social-zurb:before { content: "\f1ec"; }
|
|
||||||
.fi-sound:before { content: "\f1ed"; }
|
|
||||||
.fi-star:before { content: "\f1ee"; }
|
|
||||||
.fi-stop:before { content: "\f1ef"; }
|
|
||||||
.fi-strikethrough:before { content: "\f1f0"; }
|
|
||||||
.fi-subscript:before { content: "\f1f1"; }
|
|
||||||
.fi-superscript:before { content: "\f1f2"; }
|
|
||||||
.fi-tablet-landscape:before { content: "\f1f3"; }
|
|
||||||
.fi-tablet-portrait:before { content: "\f1f4"; }
|
|
||||||
.fi-target-two:before { content: "\f1f5"; }
|
|
||||||
.fi-target:before { content: "\f1f6"; }
|
|
||||||
.fi-telephone-accessible:before { content: "\f1f7"; }
|
|
||||||
.fi-telephone:before { content: "\f1f8"; }
|
|
||||||
.fi-text-color:before { content: "\f1f9"; }
|
|
||||||
.fi-thumbnails:before { content: "\f1fa"; }
|
|
||||||
.fi-ticket:before { content: "\f1fb"; }
|
|
||||||
.fi-torso-business:before { content: "\f1fc"; }
|
|
||||||
.fi-torso-female:before { content: "\f1fd"; }
|
|
||||||
.fi-torso:before { content: "\f1fe"; }
|
|
||||||
.fi-torsos-all-female:before { content: "\f1ff"; }
|
|
||||||
.fi-torsos-all:before { content: "\f200"; }
|
|
||||||
.fi-torsos-female-male:before { content: "\f201"; }
|
|
||||||
.fi-torsos-male-female:before { content: "\f202"; }
|
|
||||||
.fi-torsos:before { content: "\f203"; }
|
|
||||||
.fi-trash:before { content: "\f204"; }
|
|
||||||
.fi-trees:before { content: "\f205"; }
|
|
||||||
.fi-trophy:before { content: "\f206"; }
|
|
||||||
.fi-underline:before { content: "\f207"; }
|
|
||||||
.fi-universal-access:before { content: "\f208"; }
|
|
||||||
.fi-unlink:before { content: "\f209"; }
|
|
||||||
.fi-unlock:before { content: "\f20a"; }
|
|
||||||
.fi-upload-cloud:before { content: "\f20b"; }
|
|
||||||
.fi-upload:before { content: "\f20c"; }
|
|
||||||
.fi-usb:before { content: "\f20d"; }
|
|
||||||
.fi-video:before { content: "\f20e"; }
|
|
||||||
.fi-volume-none:before { content: "\f20f"; }
|
|
||||||
.fi-volume-strike:before { content: "\f210"; }
|
|
||||||
.fi-volume:before { content: "\f211"; }
|
|
||||||
.fi-web:before { content: "\f212"; }
|
|
||||||
.fi-wheelchair:before { content: "\f213"; }
|
|
||||||
.fi-widget:before { content: "\f214"; }
|
|
||||||
.fi-wrench:before { content: "\f215"; }
|
|
||||||
.fi-x-circle:before { content: "\f216"; }
|
|
||||||
.fi-x:before { content: "\f217"; }
|
|
||||||
.fi-yen:before { content: "\f218"; }
|
|
||||||
.fi-zoom-in:before { content: "\f219"; }
|
|
||||||
.fi-zoom-out:before { content: "\f21a"; }
|
|
17
assets/img/Logo-CoTech-Secondary-White.svg
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1832.8789062 381.653595">
|
||||||
|
<!-- Generator: Adobe Illustrator 29.6.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 207) -->
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.st0 {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path class="st0" d="M47.5199547,374.9884338h192.0924263c26.2445526,0,47.5199432-21.2754211,47.5199432-47.5199585v-68.5426941c0-16.7373047-13.5682678-30.3055573-30.3055725-30.3055573h-6.444809c-16.7373047,0-30.3055573,13.5682678-30.3055573,30.3055573v2.0354004c0,25.9415283-21.0297699,46.9713135-46.9712982,46.9713135h-42.6892242c-34.9927292,0-63.3599396-28.367218-63.3599396-63.3599396v-114.1566925c0-34.9927292,28.3672104-63.3599396,63.3599396-63.3599396h42.6892242c25.9415283,0,46.9712982,21.0297699,46.9712982,46.9712982v1.2012024c0,16.7373047,13.5682678,30.3055573,30.3055573,30.3055573h6.444809c16.7373047,0,30.3055725-13.5682678,30.3055725-30.3055649V47.5199547c0-26.244545-21.2754211-47.5199547-47.5199585-47.5199547H47.5199547C21.2754078,0,0,21.2754078,0,47.5199547v279.9485207c0,26.2445374,21.2754078,47.5199585,47.5199547,47.5199585Z"/>
|
||||||
|
<path class="st0" d="M395.5990906,374.9884338h158.1374817c26.2445679,0,47.5199585-21.2754211,47.5199585-47.5199585v-165.6299438c0-26.2445374-21.2753906-47.5199585-47.5199585-47.5199585h-158.1374512c-26.2445374,0-47.5199585,21.2754059-47.5199585,47.5199585v165.6299438c0,26.2445374,21.2754211,47.5199585,47.5199585,47.5199585h-.0000305ZM467.2477112,181.374527h14.84021c28.7810059,0,52.1126404,23.3316193,52.1126404,52.1126404v22.3327026c0,28.7810211-23.3316345,52.1126251-52.1126404,52.1126251h-14.84021c-28.7810059,0-52.1126404-23.3316345-52.1126404-52.1126404v-22.3327026c0-28.7810059,23.3316345-52.1126404,52.1126404-52.1126404v.0000153Z"/>
|
||||||
|
<path class="st0" d="M599.5430298,70.3256073h37.2153931c26.2445679,0,47.5199585,21.2754059,47.5199585,47.5199585v233.5024567c0,16.7373047,13.5682373,30.3055725,30.305542,30.3055725h6.4448242c16.7373047,0,30.305542-13.5682678,30.305542-30.3055725V117.8455582c0-26.244545,21.2753906-47.5199509,47.5199585-47.5199509h37.2158203c16.7373047,0,30.305542-13.568264,30.305542-30.3055649v-6.444809c0-16.7373009-13.5682373-30.305563-30.305542-30.305563h-236.5270996c-16.7373047,0-30.305542,13.5682621-30.305542,30.305563v6.444809c0,16.7373009,13.5682373,30.3055649,30.305542,30.3055649h.000061Z"/>
|
||||||
|
<path class="st0" d="M1252.161499,378.1709595h192.0924072c26.2445068,0,47.5198975-21.2754211,47.5198975-47.5199585v-68.5426941c0-16.7373047-13.5682373-30.3055573-30.305542-30.3055573h-6.4448242c-16.7373047,0-30.305542,13.5682678-30.305542,30.3055573v2.0354004c0,25.9415283-21.0297852,46.9713135-46.9713135,46.9713135h-42.689209c-34.9926758,0-63.3599854-28.367218-63.3599854-63.3599396v-114.1566925c0-34.9927292,28.3671875-63.3599396,63.3599854-63.3599396h42.689209c25.9415283,0,46.9713135,21.0297699,46.9713135,46.9712982v1.2012024c0,16.7373047,13.5682373,30.3055573,30.305542,30.3055573h6.4448242c16.7373047,0,30.305542-13.5682678,30.305542-30.3055649V50.7024651c0-26.244545-21.2753906-47.5199547-47.5198975-47.5199547h-192.0924072c-26.2445068,0-47.5198975,21.2754078-47.5198975,47.5199547v279.9485054c0,26.2445374,21.2753906,47.5199585,47.5198975,47.5199585v.0000305Z"/>
|
||||||
|
<path class="st0" d="M947.8395386,378.1709595h176.2562866c16.7373047,0,30.305542-13.5682678,30.305542-30.3055725v-6.4447937c0-16.7373047-13.5682373-30.3055725-30.305542-30.3055725h-116.9833984c-21.946106,0-39.7369385-17.7908325-39.7369385-39.7369385v-8.7836914c0-21.946106,17.7908325-39.7369385,39.7369385-39.7369385h83.4554443c16.7373047,0,30.305542-13.5682678,30.305542-30.3055573v-6.444809c0-16.7373047-13.5682373-30.3055573-30.305542-30.3055573h-83.4554443c-21.946106,0-39.7369385-17.7908325-39.7369385-39.7369385v-6.002037c0-21.946106,17.7908325-39.7369385,39.7369385-39.7369385h116.9833984c16.7373047,0,30.305542-13.568264,30.305542-30.3055649v-6.444809c0-16.7373009-13.5682373-30.305563-30.305542-30.305563h-176.2563477c-26.2445679,0-47.5199585,21.2754078-47.5199585,47.5199566v279.8613968c0,26.2445374,21.2753906,47.5199585,47.5199585,47.5199585l.000061-.0000305Z"/>
|
||||||
|
<path class="st0" d="M1765.822998,30.305563v64.2792377c0,26.244545-21.2753906,47.5199509-47.5198975,47.5199509h-56.8946533c-26.2445068,0-47.5198975-21.2754059-47.5198975-47.5199585V30.305563c0-16.7373009-13.5682373-30.305563-30.305542-30.305563h-6.4448242c-16.7373047,0-30.305542,13.5682631-30.305542,30.305563v320.8494053c0,16.7373047,13.5682373,30.3055725,30.305542,30.3055725h6.4448242c16.7373047,0,30.305542-13.5682678,30.305542-30.3055725v-94.4743347c0-26.2445374,21.2753906-47.5199585,47.5198975-47.5199585h56.8946533c26.2445068,0,47.5198975,21.2754059,47.5198975,47.5199585v94.4743347c0,16.7373047,13.5682373,30.3055725,30.305542,30.3055725h6.4448242c16.7373047,0,30.305542-13.5682678,30.305542-30.3055725V30.305563c0-16.7373009-13.5682373-30.305563-30.305542-30.305563h-6.4448242c-16.7373047,0-30.305542,13.5682631-30.305542,30.305563Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/img/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/img/favicon-96x96.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
assets/img/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
13
assets/img/favicon.svg
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><svg id="SvgjsSvg1008" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<circle cx="16" cy="16" r="16"></circle>
|
||||||
|
<path class="cls-1" d="M12.0204185,23.7686407h7.959163c1.0874172,0,1.9689431-.8815258,1.9689431-1.9689431v-2.8400001c0-.6934938-.5621878-1.2556816-1.2556816-1.2556816h-.2670344c-.6934938,0-1.2556816.5621878-1.2556816,1.2556816v.0843354c0,1.0748623-.871348,1.9462103-1.9462103,1.9462103h-1.7687865c-1.4498897,0-2.6252575-1.1753678-2.6252575-2.6252575v-4.7299716c0-1.4498897,1.1753678-2.6252575,2.6252575-2.6252575h1.7687865c1.0748623,0,1.9462103.871348,1.9462103,1.9462103v.0497706c0,.6934938.5621878,1.2556816,1.2556816,1.2556816h.2670344c.6934938,0,1.2556816-.5621878,1.2556816-1.2556816v-2.8054353c0-1.0874172-.8815258-1.9689431-1.9689431-1.9689431h-7.959163c-1.0874172,0-1.9689431.8815258-1.9689431,1.9689431v11.5993953c0,1.0874172.8815258,1.9689431,1.9689431,1.9689431Z"></path>
|
||||||
|
</svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
|
||||||
|
@media (prefers-color-scheme: dark) { :root { filter: none; } }
|
||||||
|
</style></svg>
|
After Width: | Height: | Size: 1.3 KiB |
490
assets/img/pixel-background.svg
Executable file
@ -0,0 +1,490 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1405.1277387 337.0226589">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #2da9d7;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path class="cls-1" d="M34.9832039,186.0174806c.0171384,3.9892998.0171173,8.0107,0,12-3.9864661-.0525828-8.011241.0373842-11.9976316.0051863l-.0123023-11.4292069c.1574514-1.0509277,10.1369092-.5525718,12.009934-.5759793Z"/>
|
||||||
|
<path class="cls-1" d="M45.9762987,58.0174806c-.0180297,3.9898634.0103334,8.0100692,0,12-3.654279.0456682-7.3388958-.0482001-10.9930948,0-.0103334-3.9899308.0180297-8.0101366,0-12,3.6542803.0456304,7.3388956-.0482001,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,186.0174806c3.6537843.054817,7.344588-.0396511,10.9982321-.0051841l.012326,11.4292313c-.157991,1.0564941-9.2032514.5502021-11.010558.5759527-.0171468-3.9898853.0099543-8.0100545,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,175.0174806c-.0141307,3.6575506.0156996,7.3424651,0,11-3.986854-.0171508-8.005609-.0167658-11.992467,0-.0156848-3.6575351.0141059-7.3424491,0-11,3.9868016.0171183,8.0056657.0171492,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,70.0174806c.0103334,3.9899325-.0000042,8.0100346,0,12-1.8730711-.0234081-11.8524815.4749488-12.009934-.5759793l.0123023-11.4292069c3.98636-.0321977,8.011195.0577687,11.9976316.0051863Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,175.0174806c-.003176,3.6576501.0044551,7.3423532,0,11-3.6546808.0326645-7.3387572-.0456812-10.9930948,0-.0043923-3.6576454.0055831-7.3423586,0-11,3.6537842.0480801,7.3386094-.0151151,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M347.7867193,175.0174806c.054782,3.6560852-.0396245,7.3491949-.0051821,11.0051401l12.0028296-.0103223v12.0103643s-12.0151078.5707504-12.0151078.5707504l.0122799,11.4292496,12.0028296-.0103223c.0344551,3.6559446-.0599818,7.3490559-.0051821,11.0051401-3.9864671.0521125-8.0112516-.0370603-11.9976354-.0051716-.0321172,3.9888762.057593,8.016217.0051683,12.0051716-3.6544853-.0151126-7.3393107.0480801-10.9930948,0-.0524247-3.9889545.0372855-8.0162954.0051683-12.0051716-3.9863726-.0321274-8.0111842.0576153-11.9976354.0051716-.0480499-3.6560792.0151056-7.3432191,0-11,3.9864428-.0525857,8.0112652.0373863,11.9976316.0051863l.0123023-11.4292069c-.1574529-1.050933-10.1368688-.5525649-12.009934-.5759793-.0171091-3.98932-.016755-8.0106763,0-12,3.9864527-.0524047,8.0112596.0372941,11.9976332.0051442.0343792-3.6559519-.0598149-7.34905-.0051661-11.0051442,3.6544873-.015199,7.3393079.0480801,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M324.8011575,175.0174806c-.0304175,3.6571249.0153607,7.3426428,0,11-3.6537873.0480316-7.3386077-.0150983-10.9930948,0-.0156937-3.6575349.0141234-7.3424493,0-11,3.6547048.015737,7.3383895.0156933,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,175.0174806c.0061434,3.6576292-.0091252,7.3423861,0,11-3.9858612-.0597991-8.0065983.0595939-11.992467,0,.0091145-3.657614-.0061361-7.3423707,0-11,3.9866061-.0357553,8.0064616.05681,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M196.881509,198.0174806c-3.6538032-.0548259-7.3445679.0396574-10.9982321.0051841l-.0000369-12.0103675,11.0034468.0000147c.0319243,3.988898-.0573617,8.0161894-.0051779,12.0051687,3.9851981.0597985,8.0062518-.016621,11.992467,0-.0494817,3.9888763.033167,8.0107074,0,12-3.986212.0165623-8.0072652-.0595929-11.992467,0-.0154094-3.9890582.0521747-8.0117091,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M69.9612328,175.0174806c.0545936,3.656091-.039529,7.3491947-.0051388,11.0051421,3.6536523.0344126,7.3444378-.0597711,10.9982336-.0051421-.0099427,3.9899457.0171272,8.0101144,0,12-3.653784.0548233-7.3445882-.0396556-10.9982321-.0051841l-.012326,11.4292313c.157991,1.0564941,9.2032514.5502021,11.010558.5759527-.0151322,3.6567779.0481318,7.3439261,0,11-3.6537893.054834-7.3445823-.0396633-10.9982321-.0051841l-.0000369,12.0103675,11.0034468-.0000147c.0321623-3.9888721-.057692-8.0162197-.0051779-12.0051687,3.9851849-.0598074,8.0062647.0166184,11.992467,0,.0523718,3.9889568-.0372707,8.0162918-.005141,12.0051694,3.6536569.0344004,7.3444367-.059852,10.9982358-.0051694.0151777,3.6575037-.0056891,7.3424296,0,11-1.8072985.0257544-10.8525668-.4805444-11.010558.5759527l.012326,11.4292313c3.6536504.0344663,7.3444417-.06,10.9982321-.0051841-.0165977,3.9887033.0597167,8.0123129,0,12-3.653787.0547759-7.3445869-.0396268-10.998233-.005179l-.0000369,11.0103573,11.0034456-.0000369c.0344329-3.6559407-.0599266-7.3490599-.0051757-11.0051414,3.9796515-.0596611,8.0125506-.05198,11.992467,0,.0546581,3.6560937-.039552,7.3491927-.0051661,11.0051442,3.9863738.0321442,8.0111801-.0575411,11.9976332-.0051442.0465913,3.9891339-.0340511,8.0161086.0051842,12.0051675l-12.0028355-.0103349c.0393435,3.9890544-.0415571,8.0160402.0051842,12.0051675,3.9864551.052207,8.0112596-.0371187,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0258664-3.6563414.0480266-7.3484829.0051808-11.0051405-3.9798949-.0521211-8.0128325-.0596608-11.992467,0-.0416374,3.6567084.0301841,7.3487645.0051757,11.0051414l-11.0034456.0000369.0000369-11.0103573c3.653646-.0344478,7.344446.0599548,10.998233.005179.0454047-3.9875599-.0326568-8.012668,0-12h-33.9786566c.0326568,3.987332-.0454047,8.0124401,0,12,3.6529289.0687155,7.3451812-.0496453,10.998233-.005179l.0000369,11.0103573-11.0034456-.0000369c-.0250084-3.6563769.0468131-7.348433.0051757-11.0051414-3.9851153-.0749643-8.0121896.0535048-11.9976313.0051875l.0103443-12.0103709-12.0028276.0103655v-12.0103643s12.0151106-.5708157,12.0151106-.5708157l-.0122816-10.4291792-12.0028327.0103445c.0056759-3.9897546.0051845-8.0149738.0051842-12.0051675,3.9864371-.0525721,8.0112713.0373765,11.9976316.0051863l.0000147-12.0103688-12.0028293.0000147c.0056738,3.9897547.0051827,8.014974.005183,12.0051678-3.6541828.0481904-7.338912-.0481904-10.9930948,0,.0000003,3.9901938-.0004908,8.0154131.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863603-.0321902,8.0111945.0577583,11.9976316.0051863-.0000003-3.9901937-.0004916-8.0154129.0051842-12.0051675l-12.0028327.0103445-.0122816-10.4291792,12.0151143-.5708304c.0321315-3.9888659-.0576733-8.016224-.0051842-12.0051675,3.6542074.0481546,7.3388886-.0481907,10.9930948,0,.0525533,3.98897-.0373633,8.0162733-.005183,12.0051678l12.0028293.0000147-.0000147-12.0103688c-3.986391-.0321905-8.011165.0577587-11.9976316.0051863-.0481677-3.6560897.015144-7.3432052,0-11,3.9864661-.0525828,8.011241.0373842,11.9976316.0051863l.0123023-11.4292069c-.1574514-1.0509277-10.1369092-.5525718-12.009934-.5759793-.0171401-3.9893386-.0167551-8.0106574,0-12,3.9864761-.0524019,8.0112355.037292,11.9976332.0051442.0343794-3.6559749-.0598152-7.3490282-.0051661-11.0051442,3.98683.017152,8.0056423.0176414,11.992467,0ZM80.9595018,244.0122972h-11.0034431v12.0103669h11.0034431v-12.0103669ZM80.9595027,268.0123023h-11.0034449v11.0103566h11.0034449v-11.0103566Z"/>
|
||||||
|
<path class="cls-1" d="M127.9248235,70.0174806c-.0054467,3.9901921.0034476,8.0154188.0051683,12.0051716-3.9863838.0318888-8.0111682-.0572841-11.9976354-.0051716-.0128314-3.9876238-.052194-8.0131669,0-12,3.9873946.0166231,8.0050715-.0165311,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M196.881509,70.0174806c.0521553,3.9868325.0128192,8.0123779,0,12-3.6537932-.0546825-7.3445851.0395697-10.9982358.0051694.0016869-3.9897456.0105644-8.0149842.005141-12.0051694,3.6552407-.0152386,7.3378433.0141486,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,82.0174806c.052545-3.9889409-.0373573-8.0163037-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863603.0321902-8.0111945-.0577583-11.9976316-.0051863-.0480998,3.6514848-.0480998,7.3485152,0,11,3.9864364.0525859,8.0112718-.0373865,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321743-3.9888641.057728-8.0162269.005183-12.0051678-3.6537743-.0481977-7.3386167.0152376-10.9930948,0,.0480995-3.6514848.0481-7.3485152,0-11,3.6541896-.0480242,7.3389106.0481904,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M45.9762987,175.0174806c-.0304177,3.657143.0153608,7.3426246,0,11-3.6542292.0480345-7.338791-.0456684-10.9930948,0-.0157131-3.6575297.0141418-7.3424545,0-11,3.6538202.048198,7.3385699-.0151535,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,268.0174806c.0525451-3.9889472-.0373574-8.0162971-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863776.0319619-8.0111729-.0574413-11.9976316-.0051863-.0480999,3.6514898-.0480999,7.3485102,0,11,3.9864588.052255,8.011254-.0371481,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321744-3.9888707.0577281-8.0162206.005183-12.0051678-3.9857725-.052246-8.0059267.0154331-11.992467,0,.0480642-3.6515135.0479343-7.3484823,0-11,3.9865404-.0154331,8.0066945.052246,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,256.0174806c3.6537986.0546925,7.3445793-.0395769,10.9982358-.0051694.032124,3.9888778-.057505,8.0162122-.005141,12.0051694-3.6552544.0141506-7.3378562-.0157238-10.9930948,0-.0116547-3.9877142-.0521565-8.0130842,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,198.0174806c.0232484-1.8741264-.4745381-11.8599441.5756178-12.0174779l11.4220323.0123101c.0319417,3.9888964-.0574051,8.0161907-.005183,12.0051678-3.9874048-.0171696-8.0050566.0166259-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M452.720806,256.0174806c.0520669,3.9868463.012835,8.0123671,0,12-3.9874806.0099576-8.0049689-.0064931-11.992467,0-.0356108-3.9893407.0167556-8.0103545,0-12,3.987393.0171385,8.0050683-.0165838,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M231.8595379,198.0174806c.0232487-1.8741487-.4745383-11.8599436.5756178-12.0174779l11.4220323.0123101c.0319416,3.9888816-.0574049,8.016205-.005183,12.0051678-3.9874105.0166257-8.005062-.0171529-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,256.0174806c-.0171401,3.9898976.0165234,8.010096,0,12-3.9875181.004691-8.0049459-.0034667-11.992467,0-.0356108-3.9893407.0167573-8.0103545,0-12,3.9873988-.0165836,8.0050738.0171218,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,198.0174806c.0522224-3.988977-.0371249-8.0162715-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863812.0322004-8.0111746-.0577725-11.9976316-.0051863-.0522134,3.9882884.0154213,8.0109433,0,12-3.6537901-.0480317-7.3386057.0151838-10.9930948,0-.0154211-3.9890444.0522129-8.0117239,0-12,3.6544942-.0152376,7.3393044.0481979,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,256.0174806c-.0171419,3.9898975.0165234,8.010096,0,12-3.9874697.0048627-8.0049973.0048627-11.992467,0,.0524275-3.9889544-.0372876-8.0162955-.0051683-12.0051716,3.9863722-.0321374,8.0111849.0576292,11.9976354.0051716Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,175.0174806c.052553-3.9889468-.0373631-8.0162974-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863776.0319619-8.0111729-.0574413-11.9976316-.0051863-.0481675,3.6560716.0151439,7.3432233,0,11-3.9858122-.0522462-8.0058869.0154332-11.992467,0-.0150904-3.6567827.0480015-7.3439176,0-11,3.9865404-.0154331,8.0066945.052246,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,256.0174806c3.6537986.0546925,7.3445793-.0395769,10.9982358-.0051694.032124,3.9888778-.057505,8.0162122-.005141,12.0051694-3.6553542-.0032491-7.3377432.0043021-10.9930948,0-.0355795-3.989342.0167423-8.0103538,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,163.0174806c3.6537986.0546925,7.3445793-.0395769,10.9982358-.0051694.0321297,3.9888775-.0575128,8.0162126-.005141,12.0051694-3.6552544.0141506-7.3378561-.015723-10.9930948,0,.0154115-3.989046-.0521744-8.0117213,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M359.7791864,256.0174806c-.0167573,3.9896455.0356108,8.0106593,0,12-3.9874959-.0067037-8.0049903.0103398-11.992467,0-.0165229-3.9897901.0000202-8.0101256,0-12,3.987393.0171404,8.0050683-.0165838,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M289.8231286,186.0174806c.0165063,3.9893555.0165525,8.0106449,0,12-3.6537898-.0548253-7.344582.0396571-10.9982321.0051841l-.012326-11.4292313c.1579912-1.0564971,9.2032595-.5501983,11.010558-.5759527Z"/>
|
||||||
|
<path class="cls-1" d="M313.8080627,186.0174806c.0171173,3.9893054.0171385,8.0106948,0,12-3.9868343-.0356279-8.0053268.0166234-11.992467,0-.0165691-3.9893554-.0164773-8.0106437,0-12,3.986826-.0357519,8.0053308.0164727,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M452.720806,163.0174806c.0520857,3.9882847-.0153844,8.0109507,0,12-3.9873934-.0171209-8.0050671.016492-11.992467,0,.0034646-3.9900259-.0046878-8.0099772,0-12,3.987393.0171385,8.0050683-.0165838,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M336.7936245,256.0174806c.0006335,3.9892716.0356066,8.0111197,0,12-3.9873927-.017151-8.0050688.0166256-11.992467,0-.012835-3.9876329-.0520669-8.0131537,0-12,3.9868309-.0357526,8.005329.0167679,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,186.0174806c.0047913,3.9899753.0048598,8.0100249,0,12-3.9864887-.0525863-8.0112175.0373866-11.9976316.0051863l-.0123023-11.4292069c.1574513-1.0509324,10.1369409-.5525659,12.009934-.5759793Z"/>
|
||||||
|
<path class="cls-1" d="M313.8080627,256.0174806c.052131,3.9868394.0128357,8.0123719,0,12-3.9864428-.0525857-8.0112652.0373863-11.9976316.0051863l-.0123023-11.4292069c.1574529-1.050933,10.1368688-.5525649,12.009934-.5759793Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,163.0174806c.0082176,3.9900016-.0060904,8.009989,0,12-3.9864505-.0524576-8.0112632.0373089-11.9976354.0051716-.0318795-3.9888873.057263-8.0162011.0051683-12.0051716,3.9873982-.0166257,8.0050743.0171528,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M452.720806,186.0174806c.0171075,3.9893071.0171076,8.0106929,0,12-3.9874326-.0171534-8.005028.0165339-11.992467,0-.0047914-3.9899753-.0048599-8.0100249,0-12,3.9868761-.0356335,8.0052863.0167671,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M359.7791864,163.0174806c-.0054467,3.9901921.0034476,8.0154188.0051683,12.0051716-3.9863722.0321374-8.0111849-.0576292-11.9976354-.0051716-.0596674-3.9821281-.0521266-8.017611,0-12,3.9873925.0171696,8.0050689-.0166259,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,256.0174806c3.9864429.0525825,8.0112651-.037384,11.9976316-.0051863l.0123023,11.4292069c-.1574522,1.050928-10.1368727.5525713-12.009934.5759793-.0165235-3.9899163.0171403-8.0100901,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M336.7936245,163.0174806c.0521268,3.9824067.0595225,8.0178488,0,12-3.9873988.0165836-8.0050738-.0171218-11.992467,0,.0331801-3.9892802-.0494816-8.0111359,0-12,3.9873988-.0165836,8.0050738.0171218,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M475.7063678,186.0174806c.0164651,3.9899047-.0171469,8.0101024,0,12-3.654865.0304369-7.3379975-.0153706-10.9930948,0-.0171434-3.9893047-.0171237-8.010695,0-12,3.6552745.0157244,7.3378045-.0141506,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M313.8080627,163.0174806c.0521498,3.9882804-.0154035,8.0109531,0,12-3.9873925-.0171696-8.0050689.0166259-11.992467,0,.0524247-3.9889545-.0372855-8.0162954-.0051683-12.0051716,3.9863722-.0321374,8.0111849.0576292,11.9976354.0051716Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,186.0174806c3.9865047.0522553,8.0112063-.0371482,11.9976316-.0051863l.0123023,11.4292069c-.1574338,1.0508151-10.1370338.552717-12.009934.5759793.017142-3.9898975-.0165235-8.010096,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,244.0174806c.0096989,3.9899494-.0167566,8.0101082,0,12-3.6547062-.0157086-7.3383885-.0156933-10.9930948,0,.0171401-3.9898854-.0099513-8.0100545,0-12,3.6544873.0151979,7.3393079-.0480801,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M289.8231286,175.0174806c-3.6537898-.0548257-7.344582.0396573-10.9982321.0051841l-.0000369-12.0103675,11.0034468.0000147c.0321623,3.9888721-.057692,8.0162197-.0051779,12.0051687,3.9851858.0597983,8.0062641-.0166209,11.992467,0-.0480499,3.6560792.0151036,7.3432191,0,11-3.986558.0357495-8.0065095-.0568008-11.992467,0-.0151303-3.6567779.0481318-7.3439262,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,244.0174806c-.017994,3.9892774-.0167558,8.0107093,0,12-3.6544873.015199-7.3393079-.0480801-10.9930948,0,.0171392-3.9892709.0180254-8.0107387,0-12,3.6543043.0456432,7.3384501-.0327405,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,163.0174806c3.653842.0548344,7.3445269-.0396635,10.9982321-.0051841l.012326,11.4292313c-.1579897,1.0564993-9.20335.5501957-11.010558.5759527-.0067017-3.9900118.0046896-8.0099811,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,244.0174806c-.0180111,3.9892771-.0167408,8.0107093,0,12-3.9851971-.0596531-8.0062577.0165789-11.992467,0,.0167558-3.9892894.0180265-8.0107242,0-12,3.9865596-.0357182,8.006507.0567541,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M45.9762987,82.0174806c0,3.6576002-.0091223,7.3424279,0,11-3.6542803.0456304-7.3388956-.0482001-10.9930948,0,.0091108-3.6575723.0000038-7.3423998,0-11,3.6542793.0456682,7.3388943-.0481644,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M347.7867193,244.0174806c-.0164812,3.9897907-.0000202,8.0101255,0,12-3.6547178-.0157103-7.3383734-.0153699-10.9930948,0-.0006336-3.989885.0164812-8.0101987,0-12,3.6537841-.0480801,7.3386094.0151135,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M80.9543276,163.0174806c-.004684,3.9900189.0066938,8.0099881,0,12-3.6547822.0327793-7.338039-.0161734-10.9930948,0-.0594627-3.9821769-.0519477-8.017564,0-12,3.6552691.0165379,7.3378119-.0152412,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,244.0174806c.0099523,3.9899578-.0171402,8.0101023,0,12-3.6542039-.0482002-7.3388109.0456683-10.9930948,0,.0171401-3.9898854-.0099522-8.0100545,0-12,3.6541891-.0481901,7.3389003.0480243,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M115.9323565,82.0174806c.0117665,3.6566887-.0481659,7.344047,0,11,3.9864588.052255,8.011254-.0371481,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321801-3.9888704.057736-8.016221.005183-12.0051678-3.9857724-.052246-8.0059267.0154309-11.992467,0,.0479998-3.6559593-.0117129-7.34331,0-11,3.9859137-.0595928,8.0062956.0521086,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,244.0174806c.017126,3.98991-.0165735,8.0100843,0,12-3.9803175.0494289-8.012491.0595705-11.992467,0,.0165568-3.9899158-.0171619-8.0100905,0-12,3.9865403.0154308,8.0066946-.0522457,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M185.8884142,244.0174806c.0523718,3.9889568-.0372707,8.0162918-.005141,12.0051694,3.6536567.0344046,7.344437-.0598578,10.9982358-.0051694-.0165519,3.9887282.0595557,8.0122826,0,12-3.6538501.0546286-7.3445243-.0395543-10.9982336-.0051421-.0258093,3.6564051.0477929,7.348421.0051388,11.0051421-3.9787558.0594898-8.0137112.0594898-11.992467,0-.0426541-3.6567211.0309481-7.348737.0051388-11.0051421-3.6537094-.0344122-7.3443835.0597707-10.9982336.0051421-.0595432-3.9868842,0-8.0120206,0-12,3.6537991-.0546831,7.3445789.0395701,10.9982358.0051694.0321297-3.9888775-.0575128-8.0162126-.005141-12.0051694,3.9874408.0099575,8.0050863-.0171526,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M57.9687658,163.0174806c.0521271,3.9824268.0595227,8.0178288,0,12-3.9874413-.0171546-8.0050193.0165339-11.992467,0,.0331803-3.9893002-.0494818-8.0111158,0-12,3.9868848-.0356336,8.0052776.016768,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,163.0174806c.0522133,3.9882707-.0154235,8.010961,0,12-3.9864987-.0525864-8.0112071.0373867-11.9976316.0051863l-.0123023-11.4292069c.157451-1.0509322,10.1369567-.5525661,12.009934-.5759793Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,82.0174806c.0117664,3.6566838-.0481655,7.344052,0,11-3.9861975.0166209-8.0072867-.0597983-11.992467,0-.052514,3.9889428.0373401,8.0163032.0051779,12.0051687l-11.0034468.0000147.0000369-12.0103675c3.6536438-.0344732,7.3444482.0600097,10.9982321.0051841.0481302-3.6559505-.0117553-7.3433149,0-11,3.9859051.0596529,8.0063004-.052056,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M162.9028524,244.0174806c-.0595432,3.9868842,0,8.0120206,0,12-3.9796667.0595601-8.0125408.0520327-11.992467,0-.0000438-3.9879555.0597479-8.0131473,0-12,3.9874205-.0065226,8.0050472-.0066944,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M138.9179183,244.0174806c-.0432196,3.9892866.0316061,8.0160077-.0051683,12.0051716,3.9863836.0318929,8.0111685-.0572897,11.9976354-.0051716.0000438,3.9879603.0596031,8.0131371,0,12-3.9865203.0520663-8.011195-.0370502-11.9976332-.0051442-.0257981,3.6564039.0478752,7.3484251.0051661,11.0051442-3.6492399.0479646-7.3438548.0479646-10.9930948,0-.0427082-3.6566649.0309637-7.3487974.0051661-11.0051442-3.9863784-.0319056-8.0111704.0572098-11.9976332.0051442-.0596156-3.9877004.0165685-8.0112868,0-12,3.9864668-.0521182,8.0112518.0370644,11.9976354.0051716-.0392134-3.9890662.0414372-8.0160309-.0051683-12.0051716,3.655234-.0153726,7.33781.0092413,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M57.9687658,12.0174806c-3.9864524-.0522549-8.0112606.0371481-11.9976316.0051863l-.0000147-12.0103688,12.0028293.0000147c-.0056738,3.9897547-.0051827,8.014974-.005183,12.0051678,3.985767.052246,8.0059322-.0154309,11.992467,0-.0025418,1.85726-.4545869,11.8627767.5756831,12.0174806l10.4225896-.0123119c-.00173-3.9898971-.0106389-8.0148376-.0051779-12.0051687,3.9873753.0171527,8.0050317-.0099575,11.992467,0-.0025418,1.85726-.4545869,11.8627767.5756831,12.0174806l10.4225896-.0123119c-.00173-3.9898971-.0106389-8.0148376-.0051779-12.0051687,3.9875017.0066944,8.0049583-.0046907,11.992467,0,.0054467,3.9901858-.0034476,8.0154254-.0051683,12.0051716,3.9863659.0321317,8.0111908-.0576212,11.9976354-.0051716-.0117665,3.6566838.0481659,7.344052,0,11-3.9864368.052578-8.0112715-.0373808-11.9976316-.0051863l-.0000147,12.0103688,12.0028293-.0000147c.03218-3.9888639-.0577359-8.0162273-.005183-12.0051678,3.6492057-.0481302,7.3438852-.0480127,10.9930948,0,.0524246,3.9889482-.0372855,8.0163019-.0051683,12.0051716,3.986377.0318928,8.0111748-.0572897,11.9976354-.0051716-.0428589,3.6566569.0310554,7.3487993.0051821,11.0051401l-12.0028333-.0103076c.0056759,3.9897546.0051845,8.0149738.0051842,12.0051675,3.9864364.0525859,8.0112718-.0373865,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c.0056738-3.9897547.0051827-8.014974.005183-12.0051678-3.6537715-.0481977-7.3386187.0151509-10.9930948,0,.0025352-1.857283.4545209-11.8629464-.5756178-12.0174779l-11.4220323.0123101c-.0319416,3.9888816.0574049,8.016205.005183,12.0051678-3.9861974-.0166181-8.0072868.0597983-11.992467,0-.0521835-3.9889588.037102-8.0162921.0051779-12.0051687l-11.0034468-.0000147.0000369,12.0103675c3.6536438.0344732,7.3444482-.0600097,10.9982321-.0051841.0521557,3.9868356.0127729,8.0123744,0,12-3.6538019.0546274-7.344575-.0395535-10.9982336-.0051421-.0343969,3.6559533.0597418,7.3490456.0051388,11.0051421-3.9862043-.0166056-8.0072787.0597634-11.992467,0-.054751-3.6560875.0396087-7.3491945.0051757-11.0051414l-11.0034456-.0000369.0000369,11.0103573c3.6536516.0344606,7.344441-.0599726,10.998233-.005179.0597168,3.9876925-.0165977,8.0112912,0,12-3.6537843.054817-7.344588-.0396511-10.9982321-.0051841l-.012326,11.4292313c.157991,1.0564941,9.2032514.5502021,11.010558.5759527.0157142,3.6575242-.0094645,7.3424227,0,11-3.653784.0548233-7.3445882-.0396556-10.9982321-.0051841l-.012326,11.4292313c.157991,1.0564941,9.2032514.5502021,11.010558.5759527.0061362,3.6576378-.0044076,7.3423561,0,11-3.6537928.0546905-7.3445854-.0395755-10.9982358-.0051694-.0318855,3.9888824.0571739,8.0162026.005141,12.0051694-3.9868199-.018038-8.0056335-.0167666-11.992467,0-.0522129-3.9889865.0371181-8.0162618.005183-12.0051678l-11.4220323-.0123101c-1.0501558.1575335-.5523696,10.1433656-.5756178,12.0174779-3.6546886.0326646-7.3387494-.0456813-10.9930948,0-.0522223-3.9889564.0371236-8.0162926.0051842-12.0051675l-12.0028327.0103445-.0122816-10.4291792,12.0151143-.5708304c.0321315-3.9888659-.0576733-8.016224-.0051842-12.0051675,3.6542803.0456304,7.3388957-.0482004,10.9930948,0,.0525529,3.9889405-.037363,8.016304-.005183,12.0051678l12.0028293.0000147-.0000147-12.0103688c-3.98636-.032198-8.011195.0577691-11.9976316.0051863-.0481674-3.6560666.0151439-7.3432283,0-11,1.8730711-.0234081,11.8524815.4749488,12.009934-.5759793l-.0123023-11.4292069c-3.98636-.0321977-8.011195.0577687-11.9976316.0051863-.0171418-3.9898799.0099513-8.0100599,0-12,1.8732685-.0233912,11.8523056.4750064,12.0099367-.5760447l-.0123041-10.4291364c-3.9863616-.0321799-8.0111936.0577247-11.9976325.0051812,0-3.9899654-.0103334-8.0100676,0-12,1.8730711-.0234081,11.8524815.4749488,12.009934-.5759793l-.0123023-11.4292069c-3.98636-.0321977-8.011195.0577687-11.9976316.0051863.0165278-3.6575164-.0152316-7.3424698,0-11,1.8730711-.0234081,11.8524815.4749488,12.009934-.5759793l-.0123023-11.4292069c-3.9863603-.03219-8.0111945.057758-11.9976316.0051863.0547996-3.6560783-.0396371-7.3492018-.0051821-11.0051401l12.0028333.0103076c-.0056759-3.9897546-.0051845-8.0149738-.0051842-12.0051675ZM103.9450636,35.0122972h-11.0034431v12.0103669h11.0034431v-12.0103669ZM80.9595018,58.0122972h-11.0034431v12.0103669h11.0034431v-12.0103669Z"/>
|
||||||
|
<path class="cls-1" d="M115.9323565,244.0174806c-.0062361,3.9897344-.0165724,8.0103384,0,12-3.9799086.0520324-8.0128233.0597045-11.992467,0,.0166016-3.9896558.0062057-8.010271,0-12,3.9859576-.0568008,8.0059091.0357543,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M69.9612328,12.0174806c.005461-3.9903312-.0034479-8.0152716-.0051779-12.0051687l10.4225896-.0123119c1.03027.1547039.5782249,10.1602206.5756831,12.0174806-3.6552337-.0157239-7.3378453.0141486-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,12.0174806c.005461-3.9903312-.0034479-8.0152716-.0051779-12.0051687l10.4225896-.0123119c1.03027.1547039.5782249,10.1602206.5756831,12.0174806-3.6553282-.0061368-7.3377819.0091282-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,93.0174806c-.0099387,3.9899403.0171207,8.0101197,0,12-1.8730711-.0234081-11.8524815.4749488-12.009934-.5759793l.0123023-11.4292069c3.98636-.0321977,8.011195.0577687,11.9976316.0051863Z"/>
|
||||||
|
<path class="cls-1" d="M103.9398894,93.0174806c-.0523718,3.9889505.0372706,8.0162984.005141,12.0051694-3.6536506.0344016-7.3444427-.0598536-10.9982358-.0051694.0165519-3.9887159-.0595555-8.0122949,0-12,3.6552458.0152269,7.3378383-.0141486,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M115.9323565,12.0174806c-.0025352-1.857293-.4545208-11.8629462.5756178-12.0174779l11.4220323.0123101c.0319415,3.988875-.0574048,8.0162113-.005183,12.0051678-3.9875157-.0034667-8.0049544.0046907-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M162.9028524,268.0174806c.0546032,3.6561098-.0395359,7.3491747-.0051388,11.0051421,3.6536726.0344142,7.3444185-.0597734,10.9982336-.0051421.0465323,3.9891949-.034006,8.0160484.0051824,12.0051696l-11.0034595-.0103391c.0393083,3.9891162-.0415164,8.0159821.0051824,12.0051696,3.6538412.0547767,7.3445299-.0396273,10.998233-.005179l.0000369,11.0103573-11.0034456-.0000369c-.0258486-3.6563999.0479824-7.3484275.0051757-11.0051414-3.9796843-.0596616-8.0125224-.0521217-11.992467,0-.0428466,3.6567118.0310478,7.3487421.0051808,11.0051405l-12.002828.0000369.0000147-11.0103586c3.9864328-.0319379,8.0111198.0573889,11.9976325.0051812.0467423-3.9891848-.0341599-8.0160532.0051842-12.0051675l-12.0028355.0103349c.0392361-3.9891187-.041408-8.0159759.0051842-12.0051675,3.9864531-.0523969,8.0112594.0372884,11.9976332.0051442.0343859-3.6559515-.0598243-7.3490505-.0051661-11.0051442,3.9799858-.0519809,8.0127402-.0595008,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M220.8664431,93.0174806c.0236722,1.7497762.4385523,11.8653417-.5756178,12.0174779l-11.4220323-.0123101c-.0321798-3.9888639.0577356-8.0162273.005183-12.0051678,3.9873927-.0166259,8.00508.0171695,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M243.852005,93.0174806c-.0525447,3.9889409.0373571,8.0163037.005183,12.0051678l-11.4220323.0123101c-1.01417-.1521362-.5992899-10.2677017-.5756178-12.0174779,3.9873873.0171528,8.0050743-.0166257,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M138.9179183,12.0174806c.0522218-3.9889565-.0371245-8.0162928-.005183-12.0051678L150.3347676.0000027c1.0301386.1545316.578153,10.1601849.5756178,12.0174779-3.9874643.0048627-8.0050028.0048627-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M162.9028524,12.0174806c-.0025247-1.857503-.4545996-11.8627701.5756831-12.0174806l10.4225896.0123119c.0319239,3.9888767-.057361,8.01621-.0051779,12.0051687-3.6553466.0043-7.3377455-.0032491-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M185.8884142,12.0174806c.0521831-3.9889588-.0371018-8.0162921-.0051779-12.0051687l10.4225896-.0123119c1.0302827.1547105.5782078,10.1599776.5756831,12.0174806-3.6553129.0091282-7.3377666-.0061453-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,12.0174806c-.0025352-1.857293-.4545208-11.8629462.5756178-12.0174779l11.4220323.0123101c.0319415,3.988875-.0574048,8.0162113-.005183,12.0051678-3.9873939.0165338-8.0050796-.017151-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M231.8595379,12.0174806c.0522221-3.9889565-.0371248-8.0162928-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863599.0322002-8.0111952-.0577722-11.9976316-.0051863-.0521943,3.9868304-.0127889,8.0123785,0,12-3.6541905-.0480242-7.3389058.0480727-10.9930948,0,.0128314-3.9876183.0521939-8.0131724,0-12,3.6544762-.0151534,7.3393233.0481977,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,151.0174806c-.0066902,3.9900119.0046878,8.0099811,0,12-3.6547051-.0157086-7.3383898-.0157217-10.9930948,0-.0082176-3.990002.0065086-8.0099902,0-12,3.6544872.0151965,7.339308-.0480801,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,151.0174806c.0153822,3.9890492-.0520857,8.0117154,0,12-3.654483.0152376-7.3393155-.0481978-10.9930948,0-.0522222,3.9889628.0371248,8.0162862.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863664-.0322003,8.0111889.0577723,11.9976316.0051863.0522132-3.9882761-.0154212-8.0109556,0-12,3.65379.0480316,7.3386058-.0151813,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,268.0174806c.0546583,3.6561071-.0395521,7.3491786-.0051661,11.0051442,3.9863883.03215,8.0111662-.0575492,11.9976332-.0051442.0465922,3.9891916-.0340518,8.0160487.0051842,12.0051675l-12.0028355-.0103349c.0393442,3.9891142-.0415581,8.0159826.0051842,12.0051675,3.9865127.0522077,8.0111998-.0371191,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.025867-3.6563984.0480275-7.3484287.0051808-11.0051405-3.9799446-.0521217-8.0127828-.0596616-11.992467,0-.0428067,3.6567139.0310244,7.3487415.0051757,11.0051414l-11.0034456.0000369.0000369-11.0103573c3.653703-.0344483,7.3443918.0599556,10.998233.005179.0466988-3.9891874-.034126-8.0160534.0051824-12.0051696l-11.0034595.0103391c.0391884-3.9891212-.0413499-8.0159747.0051824-12.0051696,3.6538151-.0546313,7.3445611.0395562,10.9982336.0051421.034397-3.6559673-.059742-7.3490322-.0051388-11.0051421,3.9797269-.0595008,8.0124812-.0519809,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M336.7936245,105.0174806c-3.9864428-.052586-8.0112652.0373866-11.9976316.0051863l-.0000147-12.0103688,12.0028293.0000147c-.0056738,3.9897613-.0051827,8.0149677-.005183,12.0051678,3.6537765.0481977,7.3386137-.0151534,10.9930948,0-.0000113,3.9902013.0004837,8.0154091-.0051683,12.0051716,3.9863833.0318995,8.011169-.057299,11.9976354-.0051716-.0133625,3.656733.0481667,7.3439892,0,11-3.9864588.052255-8.011254-.0371481-11.9976316-.0051863l-.0000147,12.0103688,12.0028293-.0000147c.0321801-3.9888704-.057736-8.016221-.005183-12.0051678,3.9857725-.052246,8.0059267.0154331,11.992467,0,.0523718,3.9889568-.0372707,8.0162918-.005141,12.0051694,3.6536565.0344075,7.3444372-.0598619,10.9982358-.0051694-.054759,3.6560873.0396106,7.3491954.0051802,11.0051422l-11.0034573-.0103118c.0056708,3.9897619.0051836,8.0149689.0051824,12.0051696,3.6537898.0548257,7.344582-.0396573,10.9982321-.0051841l.0000369,12.0103675-11.0034468-.0000147c.0056642-3.9897616.0051767-8.0149683.0051779-12.0051687-3.9851858-.0597983-8.0062641.0166209-11.992467,0,.0025352-1.857283.4545209-11.8629464-.5756178-12.0174779l-11.4220323.0123101c-.0319349,3.9888819.0573956,8.0162045.005183,12.0051678-3.6547048-.015737-7.3383895-.0156933-10.9930948,0-.0522126-3.9889633.0371179-8.0162859.005183-12.0051678l-11.4220323-.0123101c-1.0501561.1575343-.5523691,10.1433291-.5756178,12.0174779-3.6544873.015199-7.3393079-.0480801-10.9930948,0-.0521588-3.9889657.0370778-8.0162839.0051842-12.0051675l-12.0151143-.5708304.0122816-10.4291792,12.0028327.0103445c-.0393436-3.9890609.0415572-8.0160339-.0051842-12.0051675-3.9864457-.0525332-8.011264.0373536-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0258665,3.6563476-.0480267,7.348477-.0051808,11.0051405,3.6541892.0481548,7.3389067-.0481904,10.9930948,0-.046742,3.9891336.0341584,8.0161068-.005183,12.0051678l12.0028293.0000147-.0000147-12.0103688c-3.9863669-.0321903-8.0111882.0577584-11.9976316.0051863.0428463-3.6566634-.0310463-7.3487927-.0051821-11.0051401l12.0028333.0103076c-.0056759-3.9897612-.0051845-8.0149674-.0051842-12.0051675Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,268.0174806c.0151439,3.6567878-.0481676,7.3439173,0,11,3.986457.0525862,8.0112504-.0373867,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321802-3.9888852.0577362-8.0162068.005183-12.0051678-3.6537903-.0481979-7.3386007.0152351-10.9930948,0,.0481672-3.6560716-.0151438-7.3432233,0-11,3.6542111-.0480343,7.3388091.0456683,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M347.7867193,105.0174806c.0000113-3.9902001.0004824-8.0154065-.005183-12.0051678l11.4220323-.0123101c1.0501561.1575343.5523691,10.1433291.5756178,12.0174779-3.9873929-.0171527-8.0050677.0165339-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,105.0174806c.0232319-1.8743462-.4745961-11.8597676.5756831-12.0174806l10.4225896.0123119c.0319239,3.9888832-.0573611,8.0162037-.0051779,12.0051687-3.6553332-.0061452-7.337777.0091281-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M45.9762987,198.0174806c.0171426,3.9899176-.0165236,8.010076,0,12-3.6542222.0482004-7.3387914-.0456306-10.9930948,0,.0165021-3.9898988-.0171199-8.0101076,0-12,3.654222.0482004,7.3387928-.0456684,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M394.7572152,105.0174806c.0232487-1.8741487-.4745383-11.8599436.5756178-12.0174779l11.4220323.0123101c.0319416,3.9888816-.0574049,8.016205-.005183,12.0051678-3.9874768.0103399-8.0049712-.0067036-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,105.0174806c.0522219-3.9889628-.0371246-8.0162862-.005183-12.0051678l11.4220323-.0123101c1.0501561.1575343.5523691,10.1433291.5756178,12.0174779-3.9873982.0166257-8.0050743-.0171511-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,151.0174806c-.0048139,3.9899768-.0046896,8.0100228,0,12-3.9852334-.0598077-8.0062162.0166212-11.992467,0,.004684-3.9899773.0048081-8.010023,0-12,3.9858893-.0596613,8.0064731.0567459,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M324.8011575,268.0174806c.0117698,3.6566888-.0481656,7.3440469,0,11-3.654483.0152376-7.3393155-.0481978-10.9930948,0-.052553,3.9889468.0373631,8.0162974.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863664-.0322003,8.0111889.0577723,11.9976316.0051863.0481659-3.6559531-.0117705-7.3433112,0-11,3.6537793.0481975,7.3386117-.0152375,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,105.0174806c.0522222-3.9889628-.0371248-8.0162862-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863664.0322003-8.0111889-.0577723-11.9976316-.0051863-.0522132,3.9882761.0154212,8.0109556,0,12-3.6537901-.0480317-7.3386057.0151838-10.9930948,0-.0331669-3.9892803.0494816-8.011136,0-12,3.654483-.0152376,7.3393155.0481978,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,198.0174806c.0171468,3.9898976-.0164651,8.0100953,0,12-3.985892-.0596011-8.0064743.0567926-11.992467,0,.0165107-3.9899042-.0171273-8.0101022,0-12,3.9858819-.0598063,8.0064768.0567926,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M138.9179183,12.0174806c-.052194,3.9868305-.0127889,8.0123785,0,12-3.6492227.0480128-7.3438721.0480128-10.9930948,0,.0128314-3.9876183.0521939-8.0131724,0-12,3.6553491.003178,7.337749-.0044577,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M231.8595379,198.0174806c-.0494585,3.9870049-.0145287,8.0123047,0,12-3.6547036-.0157262-7.3383914-.0157415-10.9930948,0,.012789-3.9876393.0521942-8.0131518,0-12,3.6547149.0157371,7.3383797.0157217,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M347.7867193,268.0174806c.0151438,3.6567767-.0481672,7.3439284,0,11-3.6552813.0094784-7.3378665-.0157223-10.9930948,0,.0456523-3.6565971-.0326436-7.3430595,0-11,3.6552283.0157222,7.3378135-.0094784,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,268.0174806c.032615,3.6569417-.0456145,7.3434012,0,11-3.9875142.004693-8.0049599-.0067038-11.992467,0,.0456523-3.6565971-.0326436-7.3430595,0-11,3.9875071.0067037,8.0049528-.004693,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M301.8155957,198.0174806c.0165664,3.9887132-.0596156,8.0122997,0,12-3.9862119.0165595-8.0072653-.0595929-11.992467,0-.054603,3.6560965.0395358,7.3491888.0051388,11.0051421-3.6536582.0344185-7.3444323-.0597794-10.9982336-.0051421-.0594519,3.9812219-.0596131,8.018784,0,12,3.6537924.0547853,7.3445811-.0396336,10.998233-.005179l.0000369,11.0103573-11.0034456-.0000369c-.0344285-3.6559472.0599205-7.3490536.0051757-11.0051414-3.9851891-.0597543-8.0062622.0166053-11.992467,0,.0595121-3.981225.0595121-8.018775,0-12,3.986212-.0165623,8.0072652.0595929,11.992467,0,.0545968-3.6560968-.0395313-7.3491886-.0051388-11.0051421,3.6536582-.0344185,7.3444323.0597794,10.9982336.0051421.0595555-3.987705-.0165498-8.0112842,0-12,3.9851858.0597979,8.0062641-.0166195,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M162.9028524,12.0174806c.0054234,3.9901852-.0034541,8.0154238-.005141,12.0051694,3.6536505.034403,7.3444428-.0598556,10.9982358-.0051694-.0117129,3.65669.0479998,7.3440407,0,11-3.653793.0546862-7.3445853-.0395724-10.9982358-.0051694.0392596,3.9890546-.0415991,8.016042.005141,12.0051694-3.9796613.05956-8.0125463.0520326-11.992467,0,.0467558-3.9891277-.0341532-8.0161164.0051683-12.0051716-3.9863659-.0321317-8.0111908.0576212-11.9976354.0051716-.0480483-3.655956.0117276-7.3433118,0-11,3.9864445-.0524497,8.0112695.0373032,11.9976354.0051716-.0017207-3.9897462-.010615-8.0149858-.0051683-12.0051716,3.9875118-.0048628,8.0049518.0035443,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M324.8011575,198.0174806c.0171115,3.9898981-.0164817,8.0100954,0,12-3.6537764.0481974-7.3386137-.0151508-10.9930948,0,.0165235-3.989904-.0171411-8.0101024,0-12,3.6546449.0326593,7.3387932-.045681,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,198.0174806c.0047914,3.99002-.006232,8.0099849,0,12-3.6544872.0150999-7.3393075-.0480316-10.9930948,0,.0035421-3.9900254-.0048599-8.009978,0-12,3.6538124.0481979,7.3385778-.0151534,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,198.0174806c.017146,3.9898976-.0164651,8.0100953,0,12-3.9868007-.0171345-8.0056666-.0171542-11.992467,0,.0164817-3.9899046-.0171101-8.0101019,0-12,3.986854.0171509,8.005609.0167657,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M185.8884142,12.0174806c-.0521553,3.9868325-.0128192,8.0123779,0,12-3.9787203.0595494-8.0137467.0595494-11.992467,0,.0127729-3.9876256.0521553-8.0131644,0-12,3.9875087-.0046907,8.0049654.0067038,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,198.0174806c-.0171393,3.9892709-.0180254,8.0107387,0,12-3.9857751-.052207-8.0059252.0154211-11.992467,0,.0180098-3.9892619.0171442-8.0107287,0-12,3.9868156-.0332014,8.0060672.049513,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,12.0174806c.0054467,3.9901858-.0034476,8.0154254-.0051683,12.0051716,3.9863661.0321273,8.0111905-.0576153,11.9976354-.0051716-.0117665,3.6566838.0481659,7.344052,0,11-3.9864364.0525859-8.0112718-.0373865-11.9976316-.0051863l-.0000147,12.0103688,12.0028293-.0000147c.03218-3.9888639-.0577359-8.0162273-.005183-12.0051678,3.6537742-.0481977,7.3386167.015235,10.9930948,0,.0524246,3.9889482-.0372855,8.0163019-.0051683,12.0051716,3.9863661.0321273,8.0111905-.0576153,11.9976354-.0051716-.054719,3.6560827.0395792,7.3491987.0051821,11.0051401l-12.0151094.5707924.0122799,11.4292496,12.0028318-.0103496c.0321719,3.988864-.0577294,8.0162267-.0051842,12.0051675-3.9864471.0523908-8.0112657-.0372841-11.9976332-.0051442-.0306541,3.656132.0546319,7.3487878.0051661,11.0051442-3.654699-.0157216-7.3383959-.015737-10.9930948,0-.0494657-3.6563565.0358203-7.3490123.0051661-11.0051442-3.9863786-.0319015-8.0111702.0572041-11.9976332.0051442-.0128313-3.9876183-.0521943-8.0131724,0-12,3.9864524-.0522549,8.0112606.0371481,11.9976316.0051863l.0000147-12.0103688-12.0028293.0000147c-.0319418,3.988875.0574052,8.0162113.005183,12.0051678-3.985767.052246-8.0059322-.0154309-11.992467,0-.0521831-3.9889588.0371018-8.0162921.0051779-12.0051687l-10.4225896-.0123119c-1.0302827.1547105-.5782078,10.1599776-.5756831,12.0174806-3.9861969.0166184-8.0072876-.0598073-11.992467,0,.0000012,3.9901941-.0004862,8.0154137.0051779,12.0051687l-11.0034468.0000147.0000369-12.0103675c3.6536435-.0344792,7.3444487.060018,10.9982321.0051841-.0000012-3.9901944-.0004884-8.0154143.0051824-12.0051696l-11.0034573.0103118c-.0258676-3.656342.0480248-7.348484.0051802-11.0051422,3.6537932-.054683,7.3445852.0395701,10.9982358.0051694.0321296-3.988871-.0575128-8.0162189-.005141-12.0051694,3.9787016-.0595491,8.0137708-.0596942,11.992467,0,.052514,3.9889428-.0373401,8.0163032-.0051779,12.0051687l11.0034468.0000147-.0000369-12.0103675c-3.653644-.0344687-7.3444479.0600035-10.9982321.0051841-.0481302-3.6559505.0117553-7.3433149,0-11,3.653793-.0546862,7.3445853.0395724,10.9982358.0051694-.0016869-3.9897456-.0105644-8.0149842-.005141-12.0051694,3.9874354-.0099576,8.0050917.0171509,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,35.0174806c-3.9864394-.0525331-8.0112705.0373536-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344575,3.6559385-.0599803,7.349062-.0051808,11.0051405,3.6541843.0481547,7.3389116-.0481901,10.9930948,0-.0597699,3.9876828.0166108,8.0112991,0,12-3.6542793.0456682-7.3388943-.0481644-10.9930948,0-.0166107-3.9887009.0597698-8.0123172,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M231.8595379,24.0174806c3.9864471.0523908,8.0112657-.0372841,11.9976332-.0051442.0343814,3.6559455-.059818,7.3490561-.0051661,11.0051442-3.9873945.0166101-8.0050727-.0166229-11.992467,0-.0480483-3.655956.0117276-7.3433118,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,35.0174806c.054785-3.6560793-.0396279-7.3492015-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.9863615.0321824-8.0111938-.0577282-11.9976325-.0051812-.0596564,3.9811766-.0596564,8.0188234,0,12,3.9864394.0525331,8.0112705-.0373536,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344471-3.655939.0599658-7.3490612.0051808-11.0051405-3.6541852-.0481547-7.3389069.0480727-10.9930948,0,.059585-3.9812074.0595118-8.0187899,0-12,3.6544793-.0152233,7.3393182.0481621,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,210.0174806c-.0151243,3.6567738.0481089,7.3439296,0,11-3.9864689-.0525331-8.0112399.0373535-11.9976325.0051812l-.0123041-10.4291364c.15763-1.0510508,10.1367145-.5526541,12.0099367-.5760447Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,210.0174806c3.6537955.0546353,7.3445816-.0395592,10.9982336-.0051421.0344028,3.6559467-.05975,7.349052-.0051388,11.0051421-3.6552565.0141376-7.3378491-.0152387-10.9930948,0-.0480015-3.6560824.0150904-7.3432173,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M394.7572152,268.0174806c-.047996,3.6517826-.0455863,7.3481412,0,11-3.9875173.0048628-8.0049464-.0035443-11.992467,0,.0480642-3.6515135.0479343-7.3484823,0-11,3.9875207.0035443,8.0049498-.0048627,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M115.9323565,221.0174806c.0547996-3.6560844-.0396384-7.3491958-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.9863792.0319442-8.0111715-.0573975-11.9976325-.0051812-.0597698,3.9876883.0166107,8.0112936,0,12-3.9861721-.0520561-8.0065565.0596529-11.992467,0-.0165521-3.98871.0595644-8.0123011,0-12,3.9865418-.015419,8.006692.0522074,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M173.8959472,221.0174806c-3.6537919-.0547936-7.3445814.0396396-10.998233.005179l-.0000369-11.0103573,11.0034456.0000369c.034439,3.6559466-.059935,7.3490544-.0051757,11.0051414,3.9851885.0597634,8.0062626-.0166084,11.992467,0-.0595521,3.9868709.0000005,8.0120335,0,12-3.9862237.0165598-8.0072538-.0596021-11.992467,0-.0000481-3.9879582.0597134-8.0131434,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,268.0174806c.0326436,3.6569405-.0456523,7.3434029,0,11-3.655354-.003178-7.337744.0044577-10.9930948,0,.0481672-3.6560716-.0151438-7.3432233,0-11,3.6553508-.0044577,7.3377407.003178,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M45.9762987,105.0174806c.0171419,3.9898921-.0165235,8.0101015,0,12-3.6542793.0456682-7.3388943-.0481644-10.9930948,0,.0165021-3.9898988-.0171207-8.0101076,0-12,3.654279.0456682,7.3388958-.0482001,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M196.881509,210.0174806c.0141288,3.6575618-.0157007,7.342454,0,11-3.6552255-.0165241-7.3378554.0152294-10.9930948,0,.0546113-3.656096-.0395417-7.3491891-.0051388-11.0051421,3.6536582-.0344185,7.3444323.0597794,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,105.0174806c-.0165568,3.9899035.0171618,8.0101028,0,12-3.9858841-.0597622-8.0064762.0567926-11.992467,0-.0171423-3.9898974.0166026-8.010097,0-12,3.9858606-.0597991,8.0066011.0596541,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M220.8664431,210.0174806c-.0117276,3.6567042.0480485,7.344028,0,11-3.9874958-.0066981-8.0049904.0103491-11.992467,0,.0153617-3.6573686-.0304055-7.3428635,0-11,3.9873988-.0165672,8.0050745.0171745,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,105.0174806c-.0494176,3.9870101-.0145127,8.0123005,0,12-3.9865452-.015394-8.006686.0521184-11.992467,0,.0145719-3.987692.0494585-8.012998,0-12,3.9873807.0171526,8.0050262-.0099575,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,268.0174806c.0326436,3.6569405-.0456523,7.3434029,0,11-3.6553429-.0059522-7.3377462.0043002-10.9930948,0,.0481672-3.6560716-.0151438-7.3432233,0-11,3.6553486-.0043002,7.3377519.0059522,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,47.0174806c.0152316,3.6575302-.0165278,7.3424836,0,11-1.8732685-.0233912-11.8523056.4750064-12.0099367-.5760447l.0123041-10.4291364c3.9863616-.0321799,8.0111936.0577247,11.9976325.0051812Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,233.0174806c-.0061414,3.6576292.0091224,7.3423861,0,11-3.9871378-.0165812-8.0056376.0357164-11.992467,0,.0164976-3.6575218-.015193-7.3424643,0-11,3.9874001-.01661,8.0050667.0165809,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,268.0174806c.0106875,3.656776-.0456084,7.3438869,0,11-3.9873808-.0171526-8.0050262.0099575-11.992467,0,.0481656-3.6559531-.0117698-7.3433112,0-11,3.9874408-.0099575,8.0050863.0171526,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M243.852005,210.0174806c.0141396,3.6575505-.015714,7.3424654,0,11-3.9874767.0103432-8.0049712-.0067061-11.992467,0-.0480491-3.6560186.0133229-7.3432627,0-11,3.9873928.0171577,8.0050681-.016567,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,233.0174806c.0152316,3.6575352-.0165264,7.3424787,0,11-1.8732625-.0233975-11.8523051.4750113-12.0099367-.5760447l.0123041-10.4291364c3.9863681-.0321822,8.0111875.0577279,11.9976325.0051812Z"/>
|
||||||
|
<path class="cls-1" d="M394.7572152,105.0174806c-.0494816,3.9888642.0331848,8.0107199,0,12-3.9874412-.0099395-8.0050858.0171216-11.992467,0-.015412-3.989046.0521742-8.0117212,0-12,3.987417.0067035,8.00505.0067035,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,233.0174806c3.6537924.0547849,7.344581-.0396333,10.998233-.005179l.0123278,10.4291608c-.1581702,1.0566185-9.2030661.5502821-11.0105608.5760181.0165133-3.6575215-.0152198-7.3424646,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,210.0174806c3.9864527.0524047,8.0112596-.0372941,11.9976332-.0051442.0343814,3.6559518-.0598181,7.3490502-.0051661,11.0051442-3.9873989.0165672-8.0050745-.0171726-11.992467,0,.0157141-3.6575458-.0141397-7.3424384,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M359.7791864,233.0174806c.0152316,3.6575352-.0165274,7.3424787,0,11-3.9868278.0357206-8.0053299-.0164892-11.992467,0,.0151056-3.6567809-.0480499-7.3439208,0-11,3.9874015.0164893,8.0050668-.0166102,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M313.8080627,210.0174806c-.0151439,3.6567766.0481676,7.3439285,0,11-3.9864534-.0523909-8.0112592.0372841-11.9976332.0051442-.0343859-3.6559515.0598243-7.3490505.0051661-11.0051442,3.9874008-.0165644,8.0050659.016531,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,105.0174806c-.0522129,3.9882761.0154211,8.0109556,0,12-3.6552282-.0157268-7.3378136.0094805-10.9930948,0-.0154211-3.9890444.0522129-8.0117239,0-12,3.6552813-.0094784,7.3378665.0157223,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M243.852005,279.0174806c-.0525527,3.9889468.0373628,8.0162974.005183,12.0051678l-11.4220323.0123101c-1.0141701-.152136-.5992898-10.2677119-.5756178-12.0174779,3.9874128.0165643,8.0050548-.016623,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M266.8375668,233.0174806c-.0546519,3.656094.0395476,7.3491925.0051661,11.0051442-3.986374.0321399-8.0111798-.0575351-11.9976332-.0051442-.0091229-3.6574467-.0091229-7.3425533,0-11,3.9874015.0164893,8.0050668-.0166103,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M196.881509,233.0174806c-.0054802,3.6575779.0157321,7.3424954,0,11-3.6552545-.0141485-7.3378562.0157238-10.9930948,0-.0479931-3.6554441-.0000004-7.3437789,0-11,3.6552576-.0151849,7.3378267.0141127,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M371.7716534,221.0174806c.0547592-3.656087-.0396147-7.3491948-.0051757-11.0051414l11.0034456-.0000369-.0000369,11.0103573c-3.6536523.0344475-7.34444-.0599544-10.998233-.005179-.0597259,3.9876917.0165979,8.0112917,0,12-3.9851892-.0597539-8.0062622.0166052-11.992467,0-.0166108-3.9887064.05977-8.0123117,0-12,3.9861687-.0521086,8.006562.0597542,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,221.0174806c-3.986445-.0525471-8.0112645.0373636-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344576,3.6559447-.0599804,7.3490561-.0051808,11.0051405,3.6537816.0481621,7.3386105-.0152258,10.9930948,0-.0596246,3.9876996.0165687,8.0112872,0,12-3.6544843.0152232-7.3393133-.0481618-10.9930948,0-.0166107-3.9887064.0597698-8.0123117,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,210.0174806c-.003247,3.6576503.0042972,7.3423523,0,11-3.987393-.0171364-8.0050686.0166129-11.992467,0,.0546664-3.6560933-.039558-7.349193-.0051661-11.0051442,3.9863735-.0321499,8.0111804.057549,11.9976332.0051442Z"/>
|
||||||
|
<path class="cls-1" d="M452.720806,210.0174806c-.0151056,3.6567809.0480499,7.3439208,0,11-3.987282.0096968-8.005189.0103302-11.992467,0-.0075331-3.6576285.0057128-7.3423634,0-11,3.9874-.0164755,8.0050741.0171567,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M475.7063678,210.0174806c-.0165122,3.6575216.0152198,7.3424646,0,11-3.6548301.0304099-7.3380329-.0153574-10.9930948,0-.0480015-3.6560824.0150904-7.3432173,0-11,3.6552389.0157095,7.3378402-.0141396,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M34.9832039,117.0174806c-.0151243,3.6567738.0481089,7.3439296,0,11-1.8732685-.0233912-11.8523056.4750064-12.0099367-.5760447l.0123041-10.4291364c3.9863616-.0321799,8.0111936.0577247,11.9976325.0051812Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,140.0174806c.0088911,3.657616-.0059664,7.3423694,0,11-3.9874005-.0165809-8.0050664.0165642-11.992467,0-.0141039-3.657551.0156849-7.3424649,0-11,3.9873932-.0171218,8.0050682.0165836,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M173.8959472,233.0174806c.0000441,3.6562188.0479931,7.3445581,0,11-3.6553178-.0091281-7.3377616.0061368-10.9930948,0,.0546032-3.6561098-.0395359-7.3491747-.0051388-11.0051421,3.653672-.0344246,7.3444193.0597878,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,117.0174806c3.6537866.0547829,7.3445872-.0396319,10.998233-.005179l.0123278,10.4291608c-.1581699,1.0566155-9.203058.550286-11.0105608.5760181.0094756-3.6575771-.0157322-7.3424761,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M138.9179183,244.0174806c.0195517-1.8046717-.4754707-10.8600983.5755912-11.0174742l11.4220567.0123337c.0344514,3.6559451-.0599717,7.3490556-.0051808,11.0051405-3.9874975.0065227-8.0049878-.0100812-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,210.0174806c3.986461.052216,8.0112533-.0371251,11.9976325-.0051812l.0123041,10.4291364c-.157614,1.0509389-10.136767.5527982-12.0099367.5760447-.0152316-3.6575352.0165264-7.3424787,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,140.0174806c-.0157133,3.6575346.0141397,7.3424495,0,11-3.9864527-.0524047-8.0112596.0372941-11.9976332.0051442-.0343919-3.6559512.0598326-7.349051.0051661-11.0051442,3.9873988.0165838,8.005074-.0171385,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M336.7936245,279.0174806c-.0233997,1.8742417.4746555,11.859926-.5756178,12.0174779l-11.4220323-.0123101c-.0321798-3.9888704.0577357-8.016221.005183-12.0051678,3.9873982-.0166257,8.0050743.0171511,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M359.7791864,279.0174806c-.0233997,1.8742417.4746555,11.859926-.5756178,12.0174779l-11.4220323-.0123101c-.0321798-3.9888704.0577357-8.016221.005183-12.0051678,3.9874768-.0103399,8.0049712.0067038,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M115.9323565,233.0174806c3.9864693.05206,8.0112481-.0370458,11.9976332-.0051442.025807,3.6563527-.0478874,7.3484739-.0051661,11.0051442-3.987138.0167685-8.0056364-.0357568-11.992467,0,.0057169-3.6575748-.0152315-7.3424924,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M382.7647482,117.0174806c.0141295,3.6570894.015216,7.3429213,0,11-3.6552386.0157238-7.3378403-.0141506-10.9930948,0-.0480007-3.6560218.0133083-7.3432609,0-11,3.6552549.0141148,7.3378557-.0156954,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,117.0174806c.0141396,3.6575505-.0157132,7.3424654,0,11-3.9874982.0064931-8.0049864-.0099576-11.992467,0-.0151876-3.6563612-.0304134-7.3438729,0-11,3.9874816.0099396,8.004988-.0103422,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M382.7647482,279.0174806c-.0525058,3.9889495.0373342,8.0162964.0051779,12.0051687l-10.4225896.0123119c-1.0503963-.1577306-.5523003-10.1430414-.5756831-12.0174806,3.6553516-.0043021,7.3377405.0032491,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,117.0174806c.0304053,3.6571254-.0153616,7.3426425,0,11-3.987518.0046866-8.004949-.0046907-11.992467,0,.0157132-3.6575346-.0141396-7.3424495,0-11,3.9873928.017156,8.0050681-.016567,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,117.0174806c3.9864527.0524047,8.0112596-.0372941,11.9976332-.0051442.025807,3.6563527-.0478874,7.3484739-.0051661,11.0051442-3.9874807.009949-8.0049688-.0064874-11.992467,0,.0157141-3.6575346-.0141397-7.3424495,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M406.7496823,279.0174806c-.0525527,3.9889468.0373628,8.0162974.005183,12.0051678l-11.4220323.0123101c-1.0502706-.1575514-.5522215-10.1432383-.5756178-12.0174779,3.9874697-.0048627,8.0049973-.0048627,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M429.7352441,279.0174806c-.0525527,3.9889468.0373628,8.0162974.005183,12.0051678l-11.4220323.0123101c-1.0502733-.1575518-.552218-10.1432362-.5756178-12.0174779,3.9875211.0034667,8.004949-.004691,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,128.0174806c.019546-1.8048743-.4755364-10.8599212.5756565-11.0174769l10.422614.0123355c.0344282,3.6559472-.05992,7.3490536-.0051757,11.0051414-3.6552546.0141397-7.337856-.0157104-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,221.0174806c.0166107,3.9887064-.0597698,8.0123117,0,12,3.9864617.0522014,8.0112528-.0371146,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344576-3.6559447.0599804-7.3490561.0051808-11.0051405-3.9861675-.0521976-8.0065566.0596529-11.992467,0,.0597256-3.9876917-.0165979-8.0112917,0-12,3.9867772-.0331718,8.006105.0494717,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,140.0174806c3.6537866.0547829,7.3445872-.0396319,10.998233-.005179l.0123278,10.4291608c-.1581699,1.0566155-9.203058.550286-11.0105608.5760181.0044129-3.6576439-.0061435-7.3423622,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,221.0174806c.0523718,3.9889568-.0372707,8.0162918-.005141,12.0051694,3.6536569.0344004,7.3444367-.059852,10.9982358-.0051694-.054759,3.6560873.0396106,7.3491954.0051802,11.0051422l-11.0034573-.0103118c-.0319157,3.9888835.0573657,8.0162043.0051824,12.0051696-3.9851971-.0596531-8.0062577.0165789-11.992467,0-.0520947-3.9889705.0370478-8.0162843.0051683-12.0051716-3.9863722-.0321374-8.0111849.0576292-11.9976354.0051716-.0088911-3.657616.0059748-7.3423694,0-11,3.9864505-.0524576,8.0112632.0373089,11.9976354.0051716.0321172-3.9888762-.057593-8.016217-.0051683-12.0051716,3.9874449-.0096972,8.0050797.0167537,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M487.6988348,128.0174806c.0547851-3.6560852-.039628-7.3491952-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.9863792.0319442-8.0111715-.0573975-11.9976325-.0051812-.0596565,3.9811821-.0596565,8.0188179,0,12,3.9864617.0522014,8.0112528-.0371146,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344472-3.6559453.0599659-7.3490553.0051808-11.0051405-3.9861675-.0521976-8.0065566.0596529-11.992467,0,.0596125-3.9811952.0596123-8.0188048,0-12,3.9865418-.0154212,8.006692.0522074,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M464.713273,128.0174806c-.0432022,3.9892863.0315703,8.016006-.005141,12.0051694,3.6536569.0344004,7.3444367-.059852,10.9982358-.0051694-.0547445,3.656088.0396002,7.3491948.0051802,11.0051422l-11.0034573-.0103118c-.0319157,3.9888835.0573657,8.0162043.0051824,12.0051696-3.9851971-.0596531-8.0062577.0165789-11.992467,0-.0520947-3.9889705.0370478-8.0162843.0051683-12.0051716-3.9863722-.0321374-8.0111849.0576292-11.9976354.0051716.0061329-3.6576292-.0091224-7.3423861,0-11,3.9864505-.0524576,8.0112632.0373089,11.9976354.0051716-.0392134-3.9890662.0414372-8.0160309-.0051683-12.0051716,3.987441-.0099489,8.005086.0171379,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,221.0174806c.0082176,3.990002-.0065177,8.0099902,0,12-3.6537868.0480801-7.3386076-.0151965-10.9930948,0,.0066995-3.9900118-.0046877-8.0099811,0-12,3.6552286.0157089,7.3378134-.0094701,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M324.8011575,221.0174806c.0524247,3.9889545-.0372855,8.0162954-.0051683,12.0051716,3.9863722.0321374,8.0111849-.0576292,11.9976354-.0051716.0480499,3.6560792-.0151056,7.3432191,0,11-3.9864505.0524576-8.0112632-.0373089-11.9976354-.0051716-.0318795,3.9888873.057263,8.0162011.0051683,12.0051716-3.6546434.0327736-7.3387922-.045681-10.9930948,0-.0521588-3.9889657.0370778-8.0162839.0051842-12.0051675l-12.0151143-.5708304.0122816-10.4291792,12.0028327.0103445c.0321777-3.9888703-.0577374-8.0162208-.0051842-12.0051675,3.6541955.0480243,7.3389009-.0480728,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M440.7283389,128.0174806c-.017142,3.9898854.0099513,8.0100545,0,12-3.6537869.0480801-7.3386075-.015199-10.9930948,0-.0096989-3.9899494.0167583-8.0101082,0-12,3.6553486-.0042962,7.3377518.005947,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M417.7427771,128.0174806c-.0171385,3.9893056-.0171077,8.0106941,0,12-3.6547063.0156933-7.3383886.0157086-10.9930948,0,.0171386-3.9893044.0171385-8.0106956,0-12,3.6553429-.0059522,7.3377462.0042999,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M394.7572152,128.0174806c.0165681,3.9887127-.0596246,8.0123004,0,12-3.9862093-.0165789-8.0072699.0596531-11.992467,0,.0597256-3.9876916-.0165958-8.0112917,0-12,3.9873808-.0171526,8.0050262.0099575,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M92.9467947,128.0174806c-.0103367,3.9899814.0067017,8.0099995,0,12-3.9858841-.0597622-8.0064762.0567926-11.992467,0-.0066938-3.9900006.0103247-8.0100184,0-12,3.9858822-.0598063,8.0064749.0567459,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M475.7063678,279.0174806c-.0525058,3.9889495.0373342,8.0162964.0051779,12.0051687l-10.4225896.0123119c-1.0503963-.1577306-.5523003-10.1430414-.5756831-12.0174806,3.6552386.0157238,7.3378403-.0141506,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M452.720806,279.0174806c-.0525527,3.9889468.0373628,8.0162974.005183,12.0051678l-11.4220323.0123101c-1.0502733-.1575518-.552218-10.1432362-.5756178-12.0174779,3.9874982.0064931,8.0049864-.0099576,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M208.8739761,221.0174806c-.0167574,3.9896636-.0063895,8.0102624,0,12-3.9857932.0521186-8.0059096-.0153918-11.992467,0,.0059779-3.9897396.0171264-8.0103399,0-12,3.9873647.0180256,8.0050353-.010349,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M254.8450997,221.0174806c-.017142,3.9898977.0099523,8.0100422,0,12-3.6544853-.0151126-7.3393107.0480801-10.9930948,0-.0099522-3.9899455.0171419-8.0101146,0-12,3.6552811-.0094815,7.3378668.0157421,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M231.8595379,221.0174806c.0524247,3.9889545-.0372855,8.0162954-.0051683,12.0051716,3.9863722.0321374,8.0111849-.0576292,11.9976354-.0051716.0091228,3.6574355.0091228,7.3425645,0,11-3.9864434.0525718-8.0112647-.0373763-11.9976316-.0051863l-.0123023,11.4292069c.1574522,1.050928,10.1368727.5525713,12.009934.5759793-.0171401,3.9898976.0165234,8.010096,0,12-3.9864529.0524016-8.0112595-.0372918-11.9976332-.0051442-.0306543,3.6561382.054632,7.3487818.0051661,11.0051442-3.6545001-.0151813-7.3392937.0480318-10.9930948,0-.042709-3.6567191.0309642-7.3487404.0051661-11.0051442-3.9864382-.031906-8.0111128.0572105-11.9976332.0051442-.0596158-3.9877127.0165685-8.0112745,0-12,1.8729697-.0232592,11.8524991.4748332,12.009934-.5759793l-.0123023-11.4292069c-3.9863776-.0319616-8.0111728.057441-11.9976316.0051863-.0156992-3.6575091.0058575-7.3424194,0-11,3.9864806-.0521276,8.0112373.0370712,11.9976354.0051716.0321173-3.988891-.0575932-8.0162028-.0051683-12.0051716,3.6552607.00614,7.3378342.0061473,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,105.0174806c.0103147,3.9899415-.0179972,8.0101256,0,12-3.9799464-.0519804-8.0127796-.0595002-11.992467,0,.0176186-3.989881-.0100657-8.0100544,0-12,3.9796602.0597048,8.012542.0520326,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M615.6184833,12.0174806c-3.9864498-.0525782-8.0112581.0373809-11.9976316.0051863l-.0000147-12.0103688,12.0028293.0000147c.0319419,3.9888884-.0574053,8.0161984-.005183,12.0051678,3.6492027.0481302,7.3438921.0481302,10.9930948,0,.0522223-3.9889694-.0371249-8.0162794-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863735.0321946-8.0111819-.0577645-11.9976316-.0051863-.0522133,3.9882819.015424,8.0109498,0,12-3.6492451-.0479647-7.3438497-.0479647-10.9930948,0-.015424-3.9890502.0522133-8.0117181,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,12.0174806c-3.6537957-.0548164-7.344576.0396506-10.9982321.0051841l-.0000369-12.0103675,11.0034468.0000147c.0319242,3.9888892-.0573616,8.016198-.0051779,12.0051687,3.9796332.0597048,8.0125731.0521597,11.992467,0,.0522223-3.9889685-.0371249-8.0162803-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863838.0319552-8.0111667-.0574321-11.9976316-.0051863-.0522133,3.988281.0154212,8.0109506,0,12-3.9800191-.0519814-8.0127069-.0595013-11.992467,0-.0154093-3.9890508.0521747-8.0117164,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,233.0174806c-.0257237,1.8086229.4803016,10.8592072-.5756565,11.0174769l-10.422614-.0123355c-.0344283-3.6559528.0599201-7.3490482.0051757-11.0051414,3.6552591-.0141397,7.3378515.0157109,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M522.6768637,12.0174806c-3.9864498-.0525782-8.0112581.0373809-11.9976316.0051863l-.0000147-12.0103688,12.0028293.0000147c.0319419,3.9888884-.0574053,8.0161984-.005183,12.0051678,3.6492027.0481302,7.3438921.0481302,10.9930948,0,.0522223-3.9889694-.0371249-8.0162794-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863735.0321946-8.0111819-.0577645-11.9976316-.0051863-.0522133,3.9882819.015424,8.0109498,0,12-3.6492451-.0479647-7.3438497-.0479647-10.9930948,0-.0154262-3.9890503.0522133-8.0117181,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,198.0174806c-.0171084,3.9892786-.0179929,8.010731,0,12-3.9799464-.0519804-8.0127796-.0595002-11.992467,0,.0176144-3.9892869.0171264-8.0107079,0-12,3.9800384.0597162,8.0120819.0494294,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M592.6329215,233.0174806c.0151893,3.6570852.0141047,7.3429041,0,11-3.9864588-.0523969-8.0112535.0372885-11.9976332.0051442-.0343919-3.6559569.0598326-7.3490456.0051661-11.0051442,3.9871466.016752,8.0056245-.0356019,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,221.0174806c.0165687,3.9887177-.0596247,8.0122955,0,12-3.9868245-.0167506-8.0056466-.0171361-11.992467,0,.0567273-3.9884683-.0357011-8.0109316,0-12,3.9868063.0171346,8.0056607.0171347,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,210.0174806c-.0161486,3.6573129.0327296,7.3429603,0,11-3.6552433-.0157096-7.3378357.0141397-10.9930948,0,.0545969-3.6561022-.0395313-7.3491829-.0051388-11.0051421,3.6536642-.0344118,7.3444264.0597701,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,128.0174806c.0165687,3.9887177-.0596247,8.0122955,0,12-3.9868245-.0167506-8.0056466-.0171361-11.992467,0,.0567273-3.9884683-.0357011-8.0109316,0-12,3.9868063.0171346,8.0056607.0171347,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M650.5965122,35.0174806c.0547448-3.6560941-.0396043-7.3491877-.0051757-11.0051414l11.0034456-.0000369-.0000369,11.0103573c-3.6536585.0344547-7.3444344-.0599644-10.998233-.005179-.0596128,3.9812008-.0596128,8.0187992,0,12,3.6537986.0547854,7.3445745-.0396336,10.998233-.005179l.0000369,11.0103573-11.0034456-.0000369c-.0344286-3.6559537.0599205-7.3490474.0051757-11.0051414-3.9851949-.0597544-8.0062565.0166054-11.992467,0,.0566624-3.9816973.0595244-8.0184056,0-12,3.9862106-.0166081,8.0072721.0597544,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,233.0174806c1.8732536.0233974,11.8523053-.4750113,12.0099367.5760447l-.0123041,10.4291364c-3.9863743.0321766-8.0111814-.0577201-11.9976325-.0051812-.0141405-3.657093-.0152278-7.3429178,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,210.0174806c3.9864748.0520657,8.0112423-.0370499,11.9976332-.0051442.0343919,3.6559569-.0598326,7.3490456-.0051661,11.0051442-3.9874045.0165211-8.005069-.0171372-11.992467,0-.0151931-3.6575402.0164966-7.3424737,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M533.6699585,35.0174806c.0166088,3.988712-.0597701,8.0123061,0,12-3.653792.0480802-7.3386024-.0151965-10.9930948,0,.056774-3.9884664-.0357294-8.0109324,0-12,3.6552337.0157089,7.3378082-.0094703,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M557.6548926,35.0174806c-.0465754,3.9892309.034,8.0160099-.005141,12.0051694,3.6537457.0344015,7.3443522-.0598537,10.9982358-.0051694.0091146,3.6576184-.0061276,7.3423663,0,11-3.653817.0546834-7.3445601-.0395703-10.9982358-.0051694.0055933,3.9897816.005141,8.0149496.005141,12.0051694-3.9865461.0154332-8.0066888-.0522461-11.992467,0,.0000003,3.9902067-.0004908,8.0153997.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863844-.0319619,8.0111662.0574414,11.9976316.0051863-.0000003-3.9902066-.0004916-8.0153994.0051842-12.0051675l-12.0028333.0103076c-.0344552-3.6559511.0599819-7.3490496.0051821-11.0051401,3.9864571-.0524577,8.0112563.037309,11.9976354.0051716-.0392134-3.9890731.0414374-8.0160242-.0051683-12.0051716,3.9875129.006698,8.0049471-.0046889,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,35.0174806c-.017142,3.9898903.0099513,8.0100496,0,12-3.9800038.0520336-8.0127228.0595612-11.992467,0-.0099427-3.9899506.0171273-8.0101094,0-12,3.9875029.0035412,8.0049641.0035448,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,35.0174806c-.0466057,3.9891473.0340451,8.0160985-.0051683,12.0051716,3.986379.0321374,8.0111783-.0576293,11.9976354-.0051716-.0547998,3.6560905.0396372,7.349189.0051821,11.0051401l-12.0028333-.0103076c-.0319395,3.9888883.0574067,8.0161982.0051842,12.0051675-3.6537893-.0480801-7.3386042.0151151-10.9930948,0-.0520949-3.9889895.0370479-8.0162645.0051683-12.0051716-3.9864034-.031893-8.0111495.05729-11.9976354.0051716.0061329-3.6576337-.0091225-7.3423817,0-11,3.9865566-.0521193,8.0111586.0370651,11.9976354.0051716-.0392144-3.9891595.0414387-8.015941-.0051683-12.0051716,3.655353-.0044106,7.3377479.0061401,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M626.6115781,35.0174806c.0166086,3.988712-.0597695,8.0123061,0,12-3.6544905-.0151126-7.3393055.0480801-10.9930948,0,.0597701-3.9876939-.0166088-8.011288,0-12,3.6552864-.0094705,7.3378614.0157241,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M545.6624255,128.0174806c-3.9864667-.0522164-8.0112474.0371254-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344472,3.6559509-.059966,7.3490499-.0051808,11.0051405,3.98578.0522074,8.0059203-.0154212,11.992467,0-.059452,3.9812269-.0596127,8.018779,0,12-3.9865468.0154212-8.006687-.0522074-11.992467,0-.0547851,3.6560906.039628,7.3491896.0051808,11.0051405l-12.002828.0000369.0000147-11.0103586c3.9863851-.0319443,8.0111658.0573976,11.9976325.0051812.0596566-3.981187.0596566-8.018813,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M615.6184833,93.0174806c-.0525449,3.9889538.0373572,8.0162903.005183,12.0051678l-11.4220323.0123101c-1.0502732-.1575516-.5522182-10.1432466-.5756178-12.0174779,3.9874092.0171546,8.0050524-.0166258,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M522.6768637,47.0174806c-.0257421,1.8084252.4802457,10.8593835-.5755912,11.0174742l-11.4220567-.0123337c-.0344469-3.6559518.0599656-7.349049.0051808-11.0051405,3.9874058-.0166101,8.005061.0165809,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,117.0174806c-.01615,3.6573129.0327296,7.3429603,0,11-3.6552433-.0157096-7.3378357.0141397-10.9930948,0,.0545969-3.6561022-.0395313-7.3491829-.0051388-11.0051421,3.6536642-.0344118,7.3444264.0597701,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M638.6040451,47.0174806c-.0257351,1.808421.4802403,10.8593843-.5755912,11.0174742l-11.4220567-.0123337c-.0344574-3.6559513.0599801-7.3490498.0051808-11.0051405,3.9874072.0164893,8.005061-.0166103,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M592.6329215,93.0174806c-.0524249,3.9889736.0372857,8.0162756.0051683,12.0051716-3.9864034.031893-8.0111495-.05729-11.9976354-.0051716-.0103148-3.9899866.0066869-8.0099944,0-12,3.9868475-.0357569,8.0053125.0167868,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,93.0174806c-.0065124,3.9900072.0100658,8.010011,0,12-3.6538082-.0548162-7.3445628.0396505-10.9982321.0051841l-.012326-11.4292313c.1579905-1.0564968,9.2032911-.5501988,11.010558-.5759527Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,140.0174806c1.8732536.0233974,11.8523053-.4750113,12.0099367.5760447l-.0123041,10.4291364c-3.9863743.0321766-8.0111814-.0577201-11.9976325-.0051812-.0141405-3.657093-.0152278-7.3429178,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,151.0174806c.015424,3.9890494-.0522133,8.0117189,0,12,3.9864488.0525782,8.011259-.0373809,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0319419-3.9888875.0574053-8.0161993.005183-12.0051678-3.6492151-.0481303-7.3438759-.0480128-10.9930948,0-.0520948,3.9889762.0370479,8.0162784.0051683,12.0051716-3.9863895.0318929-8.0111628-.0572898-11.9976354-.0051716-.0480499,3.6560837.0151056,7.3432146,0,11-3.9803336-.0521743-8.0122859-.0567082-11.992467,0-.0151322-3.6567824.0481319-7.3439217,0-11-3.6537957-.0548164-7.344576.0396506-10.9982321.0051841l-.0000369-12.0103675,11.0034468.0000147c.0321623,3.988878-.0576921,8.016214-.0051779,12.0051687,3.9796486.059705,8.0125536.0520325,11.992467,0,.0524248-3.9889602-.0372856-8.0162895-.0051683-12.0051716,3.9863784-.0321317,8.0111788.0576214,11.9976354.0051716.0520858-3.9882896-.015385-8.0109458,0-12,3.6492299.0479645,7.3438691.0480945,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M592.6329215,140.0174806c.0151893,3.6570852.0141047,7.3429041,0,11-3.9864588-.0523969-8.0112535.0372885-11.9976332.0051442-.0343919-3.6559569.0598326-7.3490456.0051661-11.0051442,3.9871466.016752,8.0056245-.0356019,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,117.0174806c3.9864748.0520657,8.0112423-.0370499,11.9976332-.0051442.0343919,3.6559569-.0598326,7.3490456-.0051661,11.0051442-3.9874045.0165211-8.005069-.0171372-11.992467,0-.0151931-3.6575402.0164981-7.3424737,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,82.0174806c.0106994,3.6567798-.0456463,7.3438842,0,11-3.6547314-.0157234-7.3383598-.0153873-10.9930948,0,.0480485-3.6559759-.011731-7.3432919,0-11,3.65472.0157087,7.3383749.0157218,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,140.0174806c-.0257237,1.8086229.4803016,10.8592072-.5756565,11.0174769l-10.422614-.0123355c-.0344283-3.6559528.0599201-7.3490482.0051757-11.0051414,3.6552591-.0141397,7.3378515.0157109,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,82.0174806c.0044034,3.6576484-.0061299,7.3423577,0,11-3.9865744.0357545-8.006493-.056801-11.992467,0,.0059699-3.6576433-.0042829-7.3423509,0-11,3.9852136.0596533,8.0062412-.0165789,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,186.0174806c3.986557.0522559,8.0111521-.0371486,11.9976316-.0051863l.0123023,11.4292069c-.1574315,1.0508112-10.1371184.5527223-12.009934.5759793.017111-3.989903-.0164817-8.0100905,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,128.0174806c.0547996-3.6560898-.0396384-7.3491901-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.986374.0321825-8.0111818-.0577283-11.9976325-.0051812-.0597699,3.9876931.0166087,8.0112888,0,12-3.6543078-.0456432-7.3384442.0326355-10.9930948,0-.0165667-3.9887176.0596247-8.0122956,0-12,3.6544869-.0151417,7.3393115.0481621,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M626.6115781,24.0174806c3.9864597.052397,8.0112525-.0372885,11.9976332-.0051442.034386,3.6559581-.0598245,7.3490443-.0051661,11.0051442-3.9874041.0166131-8.0050686-.0171531-11.992467,0-.0152277-3.6570829-.0141405-7.3429063,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,186.0174806c.0165108,3.9899091-.017129,8.0100973,0,12-3.6538824-.0548226-7.3444846.0396549-10.9982321.0051841l-.012326-11.4292313c.1579872-1.0564921,9.2034251-.5502053,11.010558-.5759527Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,244.0174806c.015424,3.9890494-.0522133,8.0117189,0,12,3.9864488.0525782,8.011259-.0373809,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0319419-3.9888875.0574053-8.0161993.005183-12.0051678-3.6492151-.0481303-7.3438759-.0480128-10.9930948,0-.0520948,3.9889762.0370479,8.0162784.0051683,12.0051716-3.9863895.0318929-8.0111628-.0572898-11.9976354-.0051716-.0479826,3.6515112-.0481001,7.3484927,0,11,3.9864649.0522458,8.0112478-.0371415,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321744-3.9888766.0577282-8.0162149.005183-12.0051678-3.979894-.0521597-8.0128338-.0597048-11.992467,0-.0525063,3.9889552.0373345,8.0162905.0051779,12.0051687l-11.0034468.0000147.0000369-12.0103675c3.653656-.0344666,7.3444364.0600004,10.9982321.0051841.0480644-3.6515033.0480644-7.3484967,0-11-3.6537957-.0548164-7.344576.0396506-10.9982321.0051841l-.0000369-12.0103675,11.0034468.0000147c.0321566,3.9888783-.0576842,8.0162136-.0051779,12.0051687,3.9796486.059705,8.0125536.0520325,11.992467,0,.0524169-3.9889606-.0372799-8.0162892-.0051683-12.0051716,3.9863784-.0321317,8.0111788.0576214,11.9976354.0051716.0520858-3.9882896-.015385-8.0109458,0-12,3.6492299.0479645,7.3438691.0480945,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M626.6115781,82.0174806c.0525454-3.9889662-.0373575-8.0162774-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863862.0322004-8.0111698-.0577725-11.9976316-.0051863-.0481001,3.6515046-.0481001,7.3484954,0,11,3.9864618.0525863,8.0112454-.0373867,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321745-3.9888905.0577284-8.0162016.005183-12.0051678-3.6537941-.048198-7.3385969.0152376-10.9930948,0,.0480998-3.6515081.0479827-7.3484881,0-11,3.6544979-.0152376,7.3393007.048198,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M615.6184833,24.0174806c.0141405,3.6570937.0152279,7.3429171,0,11-3.9874826.0103312-8.0049654-.006698-11.992467,0,.0427214-3.6566765-.0309732-7.348785-.0051661-11.0051442,3.9863807-.0321443,8.0111735.0575412,11.9976332.0051442Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,24.0174806c3.9865588.0520668,8.011155-.0370505,11.9976332-.0051442.0258078,3.6564416-.0478888,7.3483894-.0051661,11.0051442-3.9875232.0048114-8.0049405-.0035448-11.992467,0,.0157141-3.6575391-.0141397-7.3424451,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,70.0174806c3.9864571.0524577,8.0112563-.037309,11.9976354-.0051716.0321116,3.9888833-.0575852,8.01621-.0051683,12.0051716-3.9874147.0166258-8.0050579-.0171529-11.992467,0-.0116677-3.9877161-.0521956-8.0130835,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M545.6624255,221.0174806c-3.9864667-.0522164-8.0112474.0371254-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344472,3.6559509-.059966,7.3490499-.0051808,11.0051405,3.98578.0522074,8.0059203-.0154212,11.992467,0-.059452,3.9812269-.0596127,8.018779,0,12-3.9865468.0154212-8.006687-.0522074-11.992467,0-.0547851,3.6560906.039628,7.3491896.0051808,11.0051405l-12.002828.0000369.0000147-11.0103586c3.9863851-.0319443,8.0111658.0573976,11.9976325.0051812.0596566-3.981187.0596566-8.018813,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,24.0174806c.0141288,3.6575551-.0157007,7.3424607,0,11-3.6553594-.0032462-7.337738.0042984-10.9930948,0,.0426937-3.6567557-.0309765-7.3487-.0051388-11.0051421,3.6537475-.0344125,7.3443473.0597712,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M533.6699585,24.0174806c3.9864597.052397,8.0112525-.0372885,11.9976332-.0051442.025807,3.6563593-.0478875,7.3484677-.0051661,11.0051442-3.9875016-.006698-8.0049845.010331-11.992467,0-.0152279-3.6570829-.0141405-7.3429063,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M592.6329215,70.0174806c.0520672,3.9868656.0127927,8.0123474,0,12-3.9874095-.0171386-8.0050518.0165839-11.992467,0-.0048035-3.9899819-.0046881-8.0100178,0-12,3.9873991.0171209,8.0050614-.016492,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M522.6768637,24.0174806c.0141394,3.6563029.0327463,7.3439914,0,11-3.9873987-.0171364-8.0050629.0166129-11.992467,0,.054652-3.6561003-.0395476-7.3491859-.0051661-11.0051442,3.9863807-.0321443,8.0111735.0575412,11.9976332.0051442Z"/>
|
||||||
|
<path class="cls-1" d="M568.6479874,70.0174806c.0046842,3.9899836.004672,8.0100163,0,12-3.6538165-.0546927-7.3445604.039577-10.9982358.0051694.0055933-3.9897816.005141-8.0149496.005141-12.0051694,3.6552596-.0141506,7.337851.015723,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M499.6913019,35.0174806c-3.9864516-.0525472-8.0112576.0373637-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344472,3.6559518-.059966,7.3490491-.0051808,11.0051405,3.6537867.0481622,7.3386053-.0152259,10.9930948,0-.0595119,3.981212-.0596565,8.0187934,0,12-3.6544894.0152233-7.3393081-.0481622-10.9930948,0-.0547851,3.6560914.039628,7.3491887.0051808,11.0051405l-12.002828.0000369.0000147-11.0103586c3.9863749-.0321825,8.0111809.0577283,11.9976325.0051812.0596566-3.9811878.0596566-8.0188122,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M580.6404544,58.0174806c-.0066903,3.9900168.0046881,8.0099761,0,12-3.9868074-.0171184-8.00566-.0171493-11.992467,0-.0046843-3.9900239.0066845-8.0099831,0-12,3.9796832-.0595603,8.0125244-.0520329,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M603.6260163,221.0174806c.0547996-3.6560898-.0396384-7.3491901-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.986374.0321825-8.0111818-.0577283-11.9976325-.0051812-.0597699,3.9876931.0166087,8.0112888,0,12-3.6543078-.0456432-7.3384442.0326355-10.9930948,0-.0165667-3.9887176.0596247-8.0122956,0-12,3.6544869-.0151417,7.3393115.0481621,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,35.0174806c-.0596703,3.9816683-.0566631,8.0182234,0,12-3.986812-.0171347-8.0056551-.0171345-11.992467,0,.0594521-3.9812325.0596128-8.0187734,0-12,3.986812.0171346,8.0056551.0171347,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M778.5161606,140.0174806c.0151895,3.6571245.0141048,7.3428648,0,11-3.9864653-.052397-8.0112467.0372885-11.9976332.0051442-.0343919-3.6559633.0598327-7.3490395.0051661-11.0051442,3.9871523.016752,8.0056188-.035602,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M789.5092554,140.0174806c1.8732433.0233973,11.8523055-.4750112,12.0099367.5760447l-.0123041,10.4291364c-3.986381.0321766-8.0111749-.0577201-11.9976325-.0051812-.0141405-3.657093-.0152278-7.3429178,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M754.5312265,140.0174806c-.0546114,3.6561075.0395418,7.349177.0051388,11.0051421-3.6536705.0344157-7.3444206-.0597754-10.9982336-.0051421-.0140906-3.6571363-.0151742-7.3428744,0-11,3.6552642-.0141396,7.3378464.0157108,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M731.5456647,128.0174806c-3.9864667-.0522164-8.0112474.0371254-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344576,3.6559504-.0599805,7.3490507-.0051808,11.0051405,3.98578.0522074,8.0059203-.0154212,11.992467,0-.0595652,3.9877526.0165503,8.0112362,0,12-3.9865524.0154211-8.0066814-.0522071-11.992467,0-.0166087-3.9887112.0597699-8.0123069,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M778.5161606,47.0174806c-.0547927,3.6561973.0396332,7.3490772.0051808,11.0051405l-11.4220567.0123337c-1.0558297-.1580859-.5498589-9.2092405-.5755912-11.0174742,3.9874037.0171373,8.0050569-.0165211,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M754.5312265,117.0174806c-.0165312,3.6575309.0151778,7.3424547,0,11-3.6552433-.0157096-7.3378357.0141397-10.9930948,0,.054612-3.6561487-.0395421-7.3491337-.0051388-11.0051421,3.653714-.0344122,7.3443791.0597708,10.9982336.0051421Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,244.0174806c.0153695,3.9890562-.0520333,8.0117069,0,12,3.6538045.0546832,7.3445733-.0395702,10.9982358-.0051694.0321241,3.9888837-.0575051,8.0162065-.005141,12.0051694,3.9796563.0595599,8.0125554.0521599,11.992467,0,.0525452-3.9889529-.0373574-8.0162912-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863838.0319552-8.0111667-.0574321-11.9976316-.0051863-.0480999,3.6514942-.0480999,7.3485058,0,11,3.9864649.0522458,8.0112478-.0371415,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321744-3.9888766.0577282-8.0162149.005183-12.0051678-3.979894-.0521597-8.0128338-.0597048-11.992467,0-.0525063,3.9889551.0373345,8.0162905.0051779,12.0051687l-11.0034468.0000147.0000369-12.0103675c3.653656-.0344666,7.3444364.0600004,10.9982321.0051841.0480646-3.6515179.0479344-7.3484779,0-11-3.6538045-.0546832-7.3445733.0395702-10.9982358.0051694-.0318923-3.9888945.0571832-8.016191.005141-12.0051694-3.9796563-.0595599-8.0125554-.0521599-11.992467,0-.0522223,3.9889685.0371249,8.0162803.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863838-.0319552,8.0111667.0574321,11.9976316.0051863.0522133-3.9882811-.015424-8.0109506,0-12,3.9803633.052136,8.0122558.0566619,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M754.5312265,93.0174806c.0164652,3.9899152-.0171469,8.0100918,0,12-3.6538824-.0548226-7.3444846.0396549-10.9982321.0051841l-.012326-11.4292313c.1579872-1.0564921,9.2034251-.5502053,11.010558-.5759527Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,198.0174806c.0166085,3.9887117-.0597609,8.0123061,0,12,3.9864671.0522072,8.0112471-.0371188,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344517-3.6559507.0599722-7.3490503.0051808-11.0051405-3.9799249-.0521215-8.0127966-.0595-11.992467,0-.0546031,3.6561018.0395358,7.3491832.0051388,11.0051421-3.6536642.0344118-7.3444264-.0597701-10.9982336-.0051421-.0595646,3.9877091.0165501,8.0112797,0,12-3.9800684-.0596726-8.0120522-.0493887-11.992467,0-.0166087-3.9887112.0597699-8.0123069,0-12-3.9864671-.0522072-8.0112471.0371188-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344576,3.6559504-.0599805,7.3490507-.0051808,11.0051405,3.9799249.0521215,8.0127966.0595,11.992467,0,.0546113-3.6561014-.0395417-7.3491835-.0051388-11.0051421,3.6536642-.0344118,7.3444264.0597701,10.9982336.0051421.0595556-3.9877099-.0165498-8.0112792,0-12,3.9800384.0597162,8.0120819.0494294,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,233.0174806c3.653905.0547825,7.3444627-.0396313,10.998233-.005179l.0123278,10.4291608c-.1581654,1.0566131-9.2032669.5502897-11.0105608.5760181-.0140905-3.657097-.0151741-7.3429137,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M731.5456647,233.0174806c.0152278,3.6570822.0141405,7.342907,0,11-3.9865805-.0522175-8.0111293.037126-11.9976325.0051812l-.0123041-10.4291364c.1576094-1.0509341,10.136957-.5528049,12.0099367-.5760447Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,163.0174806c3.6538045.0546832,7.3445733-.0395702,10.9982358-.0051694.0321297,3.9888834-.0575129,8.0162069-.005141,12.0051694-3.6538518-.0546839-7.3445235.0395706-10.9982358.0051694-.0318926-3.9889468.0571839-8.0161407.005141-12.0051694Z"/>
|
||||||
|
<path class="cls-1" d="M754.5312265,47.0174806c-.054597,3.6561083.0395314,7.3491765.0051388,11.0051421-3.6536705.0344157-7.3444206-.0597754-10.9982336-.0051421-.0140895-3.656312-.0327177-7.3439821,0-11,3.6552642-.0141396,7.3378464.0157095,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,117.0174806c3.986525.0520663,8.0111901-.0370502,11.9976332-.0051442.0343923,3.6560067-.0598333,7.3489983-.0051661,11.0051442-3.9874044.0165211-8.005069-.0171372-11.992467,0-.0151931-3.6575453.0164966-7.3424686,0-11Z"/>
|
||||||
|
<path class="cls-1" d="M778.5161606,163.0174806c-.0520954,3.9890265.0370482,8.0162261.0051683,12.0051716-3.9864417.0318933-8.0111125-.0572904-11.9976354-.0051716.0524248-3.9889602-.0372856-8.0162895-.0051683-12.0051716,3.9863783-.0321317,8.0111788.0576214,11.9976354.0051716Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,128.0174806c.0165688,3.9887233-.0596248,8.0122898,0,12-3.9868301-.0167507-8.005641-.017136-11.992467,0,.0595647-3.9877149-.0165521-8.011274,0-12,3.9868063.0171346,8.0056607.0171347,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M731.5456647,35.0174806c-3.9864732-.0522165-8.0112406.0371255-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344577,3.6559568-.0599806,7.3490446-.0051808,11.0051405,3.9857856.0522075,8.0059146-.0154213,11.992467,0-.0567273,3.9884739.0356982,8.010926,0,12-3.9865524.0154211-8.0066814-.0522071-11.992467,0-.0166087-3.9887169.05977-8.0123012,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,35.0174806c.0257235-1.8086121-.4803015-10.8592074.5756565-11.0174769l10.422614.0123355c.0344283,3.6559593-.0599202,7.3490421-.0051757,11.0051414-3.6552484-.0157096-7.3378306.0141397-10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,175.0174806c-.0480499,3.6560836.0151036,7.3432147,0,11-3.9803336-.0521743-8.0122859-.0567082-11.992467,0-.0150885-3.6567871.0480015-7.3439132,0-11,3.9797151.0595608,8.0124925.0520333,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M789.5092554,128.0174806c.0547996-3.6560898-.0396384-7.3491901-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.986374.0321825-8.0111818-.0577283-11.9976325-.0051812-.0597699,3.9876931.0166087,8.0112888,0,12-3.6543129-.0456432-7.3384392.0326356-10.9930948,0-.0165669-3.9887611.0596254-8.0122521,0-12,3.6544869-.0151417,7.3393115.0481621,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,151.0174806c.0153697,3.9890997-.0520339,8.0116634,0,12-3.9796563-.0595599-8.0125554-.0521599-11.992467,0-.0522223,3.9889685.0371249,8.0162803.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863838-.0319552,8.0111667.0574321,11.9976316.0051863.0522133-3.9882811-.015424-8.0109506,0-12,3.9803413.0493882,8.0124662.0595107,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,35.0174806c.0547927-3.6561973-.0396332-7.3490772-.0051808-11.0051405l11.4220567-.0123337c1.0558297.1580859.5498589,9.2092405.5755912,11.0174742-3.9874101.0165211-8.0050633-.0171373-11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M743.5381318,58.0174806c.0153717,3.9890619-.0520334,8.0117012,0,12,3.6538106.0546833,7.3445668-.0395702,10.9982358-.0051694.0321298,3.9888902-.057513,8.0162004-.005141,12.0051694,3.9796619.05956,8.0125498.05216,11.992467,0,.0525532-3.988959-.0373632-8.0162847-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863906.0319553-8.0111602-.0574322-11.9976316-.0051863-.0481676,3.6560811.0151439,7.3432138,0,11-3.9803336-.0521743-8.0122859-.0567082-11.992467,0-.0150905-3.6567922.0480016-7.343908,0-11-3.6538106-.0546833-7.3445668.0395702-10.9982358.0051694-.0318923-3.9889013.0571833-8.0161845.005141-12.0051694-3.9796619-.05956-8.0125498-.05216-11.992467,0-.0522224,3.988975.0371249,8.0162735.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863906-.0319553,8.0111602.0574322,11.9976316.0051863.0522134-3.9882867-.0154241-8.0109449,0-12,3.9803413.0493882,8.0124662.0595107,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M789.5092554,35.0174806c.0547852-3.6560967-.0396281-7.3491831-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.9863808.0321826-8.0111753-.0577284-11.9976325-.0051812-.0596567,3.9811926-.0596567,8.0188074,0,12,3.9864572.0525473,8.0112518-.0373637,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344472-3.6559574.059966-7.3490438.0051808-11.0051405-3.6537883-.0481622-7.3386028.0151418-10.9930948,0,.0596703-3.9816683.0566631-8.0182234,0-12,3.654492-.0151418,7.3393064.0481622,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,186.0174806c3.986557.0522559,8.0111521-.0371486,11.9976316-.0051863l.0123023,11.4292069c-.1574315,1.0508112-10.1371184.5527223-12.009934.5759793-.0166112-3.9893583-.0164773-8.0106403,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,105.0174806c-.0171393,3.9892827-.0179929,8.0107265,0,12-3.9799899-.051981-8.0127361-.0595009-11.992467,0,.0180305-3.9892714.0171442-8.0107189,0-12,3.9800384.0597162,8.0120819.0494294,11.992467,0Z"/>
|
||||||
|
<path class="cls-1" d="M731.5456647,47.0174806c.0152279,3.6570873.0141405,7.3429019,0,11-1.8731479-.0232421-11.8523236.4748908-12.0099367-.5760447l.0123041-10.4291364c3.9863919-.0319441,8.0111593.0573973,11.9976325.0051812Z"/>
|
||||||
|
<path class="cls-1" d="M789.5092554,151.0174806c.015424,3.9890494-.0522133,8.0117189,0,12,3.9864488.0525782,8.011259-.0373809,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0319419-3.9888875.0574053-8.0161993.005183-12.0051678-3.6492151-.0481303-7.3438759-.0480128-10.9930948,0,.0520863-3.9883331-.0153851-8.0109023,0-12,3.649235.0479646,7.343864.0480946,10.9930948,0Z"/>
|
||||||
|
<path class="cls-1" d="M754.5312265,186.0174806c.0164608,3.9893626.0165525,8.0106384,0,12-3.6538824-.0548226-7.3444846.0396549-10.9982321.0051841l-.012326-11.4292313c.1579872-1.0564921,9.2034251-.5502053,11.010558-.5759527Z"/>
|
||||||
|
<path class="cls-1" d="M731.5456647,140.0174806c.0152278,3.6570822.0141405,7.342907,0,11-1.8731479-.0232421-11.8523236.4748908-12.0099367-.5760447l.0123041-10.4291364c3.9863919-.0319441,8.0111593.0573973,11.9976325.0051812Z"/>
|
||||||
|
<path class="cls-1" d="M766.5236936,93.0174806c3.986557.0522559,8.0111521-.0371486,11.9976316-.0051863l.0123023,11.4292069c-.1574315,1.0508112-10.1371184.5527223-12.009934.5759793.017142-3.9899081-.0165235-8.0100855,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M824.4872843,35.0174806c-3.986521-.0522079-8.0111912.0371192-11.9976325.0051812l-.0000147-11.0103586,12.002828.0000369c.0344476,3.6560042-.0599667,7.3489993-.0051808,11.0051405,3.9799517.0521218,8.0127757.0596617,11.992467,0,.0547456-3.6561439-.0396047-7.3491353-.0051757-11.0051414l11.0034456-.0000369-.0000369,11.0103573c-3.6537112.0344483-7.3443841-.0599558-10.998233-.005179-.0596135,3.9812465-.0596135,8.0187535,0,12,3.6538489.0547768,7.3445218-.0396273,10.998233-.005179l.0000369,11.0103573-11.0034456-.0000369c-.034429-3.6560061.0599213-7.3489976.0051757-11.0051414-3.9796914-.0596617-8.0125153-.0521218-11.992467,0-.0547859,3.6561412.0396284,7.3491363.0051808,11.0051405l-12.002828.0000369.0000147-11.0103586c3.9864413-.031938,8.0111116.057389,11.9976325.0051812.0596573-3.9812335.0596573-8.0187665,0-12Z"/>
|
||||||
|
<path class="cls-1" d="M870.458408,35.0174806c-3.6538489-.0547768-7.3445218.0396273-10.998233.005179l-.0000369-11.0103573,11.0034456.0000369c.034429,3.6560061-.0599213,7.3489976-.0051757,11.0051414,3.9796914.0596617,8.0125153.0521218,11.992467,0,.0547859-3.6561412-.0396284-7.3491363-.0051808-11.0051405l12.002828-.0000369-.0000147,11.0103586c-3.9864413.031938-8.0111116-.057389-11.9976325-.0051812-.0596573,3.9812335-.0596573,8.0187665,0,12,3.986521.0522079,8.0111912-.0371192,11.9976325-.0051812l.0000147,11.0103586-12.002828-.0000369c-.0344476-3.6560042.0599667-7.3489993.0051808-11.0051405-3.9799517-.0521218-8.0127757-.0596617-11.992467,0-.0547456,3.6561439.0396047,7.3491353.0051757,11.0051414l-11.0034456.0000369.0000369-11.0103573c3.6537112-.0344483,7.3443841.0599558,10.998233.005179.0596135-3.9812465.0596135-8.0187535,0-12Z"/>
|
||||||
|
<rect class="cls-1" x="324.7959783" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="417.7375978" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="510.6792174" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="696.5624566" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="789.5040762" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="882.4456958" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1161.2705545" y="70.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="301.8104164" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="487.6936556" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="533.6647793" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="673.5768948" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="696.5624566" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="719.5480184" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="789.5040762" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="812.489638" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="998.3728772" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1091.3144968" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1184.2561164" y="93.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="231.8543587" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="510.6792174" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="696.5624566" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="812.489638" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="882.4456958" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="163.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1091.3144968" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="115.9271773" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="533.6647793" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="603.620837" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="626.6063988" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="719.5480184" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="789.5040762" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="812.489638" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="998.3728772" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1184.2561164" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="998.3728772" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="905.4312576" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="812.489638" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="766.5185144" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="719.5480184" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="673.5768948" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="510.6792174" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="696.5624566" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<path class="cls-1" d="M801.5017225,268.0174806c-3.9864705-.0525785-8.0112365.0373811-11.9976316.0051863l-.0000147-12.0103688,12.0028293.0000147c.0321746,3.9888991-.0577285,8.0161932-.005183,12.0051678,3.6492189.0481304,7.3438759.0481304,10.9930948,0,.0525455-3.9889746-.0373576-8.0162687-.005183-12.0051678l12.0028293-.0000147-.0000147,12.0103688c-3.9863951.0321948-8.0111611-.0577647-11.9976316-.0051863-.0481002,3.6515111-.0481002,7.3484889,0,11,3.9864705.0525785,8.0112365-.0373811,11.9976316-.0051863l.0000147,12.0103688-12.0028293-.0000147c-.0321746-3.9888991.0577285-8.0161932.005183-12.0051678-3.6492189-.0481304-7.3438759-.0481304-10.9930948,0-.0525455,3.9889746.0373576,8.0162687.005183,12.0051678l-12.0028293.0000147.0000147-12.0103688c3.9863951-.0321948,8.0111611.0577647,11.9976316.0051863.0481002-3.6515111.0481002-7.3484889,0-11Z"/>
|
||||||
|
<rect class="cls-1" x="882.4456958" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="998.3728772" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1068.3289349" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1161.2705545" y="256.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="22.9855577" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="533.6647793" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="603.620837" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="626.6063988" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="719.5480184" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="882.4456958" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="905.4312576" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="487.6936556" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="975.3873154" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="998.3728772" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1068.3289349" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1091.3144968" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="1184.2561164" y="279.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="254.8399205" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="22.9855577" y=".0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
<rect class="cls-1" x="859.460139" y=".0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="952.4017586" y=".0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1045.3433782" y=".0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1138.2849978" y=".0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="440.7231587" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1068.328934" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="882.4456948" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="789.5040753" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="603.6208361" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="417.7375969" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="324.7959773" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="231.8543577" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="138.9127382" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="45.9711186" y="326.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="673.5768938" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="812.4896371" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="766.5185134" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="580.6352742" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="440.7231587" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="394.7520351" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="347.7815392" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="301.8104155" y="303.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="696.5624557" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1231.2266174" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1138.2849978" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1045.3433782" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1022.3578164" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="952.4017586" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="859.460139" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="836.4745772" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="278.8248597" y="279.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="905.4312567" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1091.3144958" y="24.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1115.299436" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1022.3578164" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="929.4161968" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="859.460139" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="836.4745772" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="278.8248597" y="256.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1254.2121732" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1161.2705536" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1068.328934" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="324.7959773" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="417.7375969" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="882.4456948" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="812.4896371" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="789.5040753" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="766.5185134" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="696.5624557" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="510.6792165" y="233.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="673.5768938" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="696.5624557" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="210.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="210.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="812.4896371" y="210.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="626.6063979" y="210.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1231.2266174" y="186.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1138.2849978" y="186.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="952.4017586" y="186.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="859.460139" y="186.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="905.4312567" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1068.328934" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="162.8976783" y="186.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1091.3144958" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="836.4745772" y="163.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1161.2705536" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1347.1537928" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1254.2121732" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1254.2121732" y="47.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1161.2705536" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="882.4456948" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="812.4896371" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="278.8248597" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="696.5624557" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="510.6792165" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="371.7664793" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="464.7080989" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="650.591338" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="836.4745772" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="952.4017586" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1022.3578164" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1115.299436" y="70.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="231.8543577" y="140.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="998.3728763" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="975.3873144" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="812.4896371" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="626.6063979" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="162.8976783" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="254.8399196" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="231.8543577" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="208.8687959" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="115.9271763" y="117.0123032" width="12.0028274" height="11.0103548"/>
|
||||||
|
<rect class="cls-1" x="1231.2266174" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="1138.2849978" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="952.4017586" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="859.460139" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="464.7080989" y="93.0122972" width="11.0034431" height="12.0103669"/>
|
||||||
|
<rect class="cls-1" x="859.4601381" y="117.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="117.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1231.2266164" y="117.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="185.8832392" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="278.8248588" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="650.5913371" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="836.4745763" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="859.4601381" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="929.4161959" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1022.3578154" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1115.299435" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1208.2410546" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1301.1826742" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1208.2410546" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1394.1242938" y="140.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1138.2849969" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1115.299435" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1045.3433773" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1022.3578154" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="929.4161959" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="210.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1138.2849969" y="210.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1231.2266164" y="210.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="650.5913371" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="836.4745763" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="929.4161959" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="464.7080979" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="371.7664783" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="278.8248588" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" y="47.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1022.3578154" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1115.299435" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1138.2849969" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1208.2410546" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1394.1242938" y="233.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1231.2266164" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1138.2849969" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1045.3433773" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1022.3578154" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="952.4017577" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="859.4601381" y="303.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1045.3433773" y="303.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="92.9416196" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="185.8832392" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="371.7664783" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="464.7080979" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="557.6497175" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="743.5329567" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="836.4745763" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="464.7080979" y="24.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="1022.3578154" y="326.0123023" width="11.0034449" height="11.0103566"/>
|
||||||
|
<rect class="cls-1" x="394.752036" y="186.0122981" width="12.0028255" height="12.010365"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 111 KiB |
21
assets/img/site.webmanifest
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "CoTech",
|
||||||
|
"short_name": "CoTech",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/web-app-manifest-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/web-app-manifest-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
BIN
assets/img/web-app-manifest-192x192.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/img/web-app-manifest-512x512.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/workers-coop-logo.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/img/workers-coop.png
Normal file
After Width: | Height: | Size: 31 KiB |
@ -1,60 +0,0 @@
|
|||||||
$(document).foundation();
|
|
||||||
|
|
||||||
$('#coops-view-tabs').on('change.zf.tabs', function() {
|
|
||||||
window.app.createMapMultiMarker('map-coops', 54.7, -4.2, 6, window.app.mapEntries);
|
|
||||||
});
|
|
||||||
|
|
||||||
var elem = new Foundation.Sticky($('.top-bar'));
|
|
||||||
var app = window.app || {};
|
|
||||||
|
|
||||||
var mapboxAccessToken = window.mapboxAccessToken || '';
|
|
||||||
|
|
||||||
app.apiUrl = 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=' + mapboxAccessToken;
|
|
||||||
|
|
||||||
app.tileLayerOptions = {
|
|
||||||
maxZoom: 18,
|
|
||||||
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' + 'Imagery © <a href="http://mapbox.com">Mapbox</a>',
|
|
||||||
id: 'mapbox/streets-v12',
|
|
||||||
token: window.mapboxAccessToken
|
|
||||||
};
|
|
||||||
|
|
||||||
app.map = null;
|
|
||||||
|
|
||||||
app.createMap = function(mapId, lat, lng, zoom) {
|
|
||||||
window.app.map = L.map(mapId).setView([lat, lng], zoom);
|
|
||||||
}
|
|
||||||
|
|
||||||
app.createMapSingleMarker = function(mapId, lat, lng, zoom, markerText) {
|
|
||||||
if (!window.app.map) {
|
|
||||||
window.app.createMap(mapId, lat, lng, zoom);
|
|
||||||
var myMap = window.app.map;
|
|
||||||
|
|
||||||
L.tileLayer(window.app.apiUrl, window.app.tileLayerOptions).addTo(myMap);
|
|
||||||
|
|
||||||
var marker = L.marker([lat - 0.0005, lng]).addTo(myMap);
|
|
||||||
marker.bindPopup(markerText).openPopup();
|
|
||||||
}
|
|
||||||
return window.app.map;
|
|
||||||
}
|
|
||||||
|
|
||||||
app.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) {
|
|
||||||
if (!window.app.map) {
|
|
||||||
window.app.createMap(mapId, lat, lng, zoom);
|
|
||||||
var myMap = window.app.map;
|
|
||||||
|
|
||||||
L.tileLayer(window.app.apiUrl, window.app.tileLayerOptions).addTo(myMap);
|
|
||||||
|
|
||||||
markersArray.forEach(function (markerVar) {
|
|
||||||
var marker = L.marker([markerVar.lat, markerVar.lng]).addTo(myMap);
|
|
||||||
marker.bindPopup(markerVar.markerText);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
return window.app.map;
|
|
||||||
};
|
|
||||||
|
|
||||||
//# sourceMappingURL=app.js.map
|
|
||||||
$('#client-list .column').shuffle();
|
|
||||||
window.setInterval(function(){
|
|
||||||
/// call your function here
|
|
||||||
$('#client-list .column').shuffle();
|
|
||||||
}, 7000);
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["app.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"app.js","sourcesContent":["$(document).foundation();\n\n$('#coops-view-tabs').on('change.zf.tabs', function() {\n window.app.createMapMultiMarker('map-coops', 54.7, -4.2, 6, window.app.mapEntries);\n});\n\nvar elem = new Foundation.Sticky($('.top-bar'));\nvar app = window.app || {};\n\nvar mapboxAccessToken = window.mapboxAccessToken || '';\n\napp.apiUrl = 'https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=' + mapboxAccessToken;\n\napp.tileLayerOptions = {\n maxZoom: 18,\n attribution: 'Map data © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors, ' + '<a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>, ' + 'Imagery © <a href=\"http://mapbox.com\">Mapbox</a>',\n id: 'mapbox.streets',\n token: window.mapboxAccessToken\n};\n\napp.map = null;\n\napp.createMap = function(mapId, lat, lng, zoom) {\n window.app.map = L.map(mapId).setView([lat, lng], zoom);\n}\n\napp.createMapSingleMarker = function(mapId, lat, lng, zoom, markerText) {\n if (!window.app.map) {\n window.app.createMap(mapId, lat, lng, zoom);\n var myMap = window.app.map;\n\n L.tileLayer(window.app.apiUrl, window.app.tileLayerOptions).addTo(myMap);\n\n var marker = L.marker([lat - 0.0005, lng]).addTo(myMap);\n marker.bindPopup(markerText).openPopup();\n }\n}\n\napp.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) {\n if (!window.app.map) {\n window.app.createMap(mapId, lat, lng, zoom);\n var myMap = window.app.map;\n\n L.tileLayer(window.app.apiUrl, window.app.tileLayerOptions).addTo(myMap);\n\n markersArray.forEach(function (markerVar) {\n var marker = L.marker([markerVar.lat, markerVar.lng]).addTo(myMap);\n marker.bindPopup(markerVar.markerText);\n });\n }\n};\n"]}
|
|
23358
assets/js/vendor.js
35
bot.html
@ -1,35 +0,0 @@
|
|||||||
<footer>
|
|
||||||
<div class="footer-upper">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 columns">
|
|
||||||
|
|
||||||
<div class="menu-centered">
|
|
||||||
<ul class="menu">
|
|
||||||
<li><a href="/about">About <span>»</span></a></li>
|
|
||||||
<li><a href="/join">Join <span>»</span></a></li>
|
|
||||||
<li><a href="/manifesto">Manifesto <span>»</span></a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="footer-lower">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 columns">
|
|
||||||
<img src="/assets/img/coop-logo.png" class="float-center" />
|
|
||||||
<p>Site developed by <a href="https://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a>, <a href="https://gofreerange.com/" target="_blank">Go Free Range</a> & <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
|
|
||||||
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
|
|
||||||
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech ©2020</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
<script type='text/javascript' src='/assets/js/app.js'></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
@ -11,7 +11,7 @@ services:
|
|||||||
- "4000:80"
|
- "4000:80"
|
||||||
|
|
||||||
jekyll:
|
jekyll:
|
||||||
image: ruby:2.6.6
|
image: ruby:3.4.4
|
||||||
working_dir: /src
|
working_dir: /src
|
||||||
environment:
|
environment:
|
||||||
BUNDLE_PATH: /vendor
|
BUNDLE_PATH: /vendor
|
||||||
|
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 115 KiB |