4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00

Compare commits

...

37 Commits

Author SHA1 Message Date
877836953a Implement burger menu
Rather than attempt to recreate the exact burger menu from the old
version of the site, since it requires a number of dependencies, I've
added a burger menu with some inline javascript to handle the toggle
states.

I used Claude 4 to help generate the CSS here.
2025-06-25 21:52:48 +01:00
b9d79dd8f8 Make section.content 100% wide
To work on mobile
2025-06-25 21:52:25 +01:00
06c0d8f45f Style service/technology pages 2025-06-25 21:34:58 +01:00
97e868dc91 Make .two-column a single column on mobile 2025-06-25 21:26:20 +01:00
fea43c6370 Layout improvements on mobile
I've hidden the metadata and reduced some whitespace to make things
look a little better on small screens.
2025-06-25 21:23:29 +01:00
fa70991744 Style about and join pages 2025-06-25 21:09:14 +01:00
b562b72d44 Add id to contact section
So that we can link to it as #contact
2025-06-25 20:46:14 +01:00
5268bcd3b3 Extract some colour variables 2025-06-25 20:41:36 +01:00
0916048bc3 Style co-op pages 2025-06-20 16:33:36 +01:00
b3371aa8c9 Style footer 2025-06-20 16:07:07 +01:00
8514b203d1 Style the "get in touch" slice 2025-06-20 15:57:43 +01:00
a39fcae98b Style members area 2025-06-20 15:51:36 +01:00
33db3c91c7 Style metadata slice 2025-06-20 15:15:59 +01:00
c320a15887 Extract some colour variables 2025-06-20 14:59:11 +01:00
78f236203c Extract spacing variables
A scale taken from https://medium.com/codyhouse/create-your-design-system-part-4-spacing-895c9213e2b9
2025-06-20 14:51:49 +01:00
b4faded4b3 Style homepage hero 2025-06-20 14:49:45 +01:00
1e60c58a6e Style the header 2025-06-20 14:43:49 +01:00
20795aebf2 Add reset stylesheet
Taken from https://www.joshwcomeau.com/css/custom-csss-reset/
2025-06-20 14:43:49 +01:00
90e2f61021 s/Get In Touch/Contact 2025-06-20 14:43:49 +01:00
bab33c25f4 Move manifesto onto about page 2025-06-20 14:43:49 +01:00
01c626751a Apply basic typography
As used in the original design.
2025-06-20 14:43:49 +01:00
55bb15c4b5 Remove top.html
I can't see why this page exists, so I'm removing it.
2025-06-20 14:07:33 +01:00
b2ac2abee2 Remove bot.html
I can't see why this page exists, so I'm removing it.
2025-06-20 14:07:32 +01:00
3517d04637 Strip out CSS, JS and extra markup
The site had around 7000 lines of CSS and 23,000 lines of JS. It also
used a framework called "Zurb" to build the layout. We're planning to
rebrand the website and to make that work easier I think it would help
me (and hopefully those that come after me) to strip out all of these
technologies and recreate the site with a simple stylesheet.

By doing so I think we lose a couple of features, such as the zooming hover
states on the grids of images. Some features, like the "sticky" header
are probably better implemented nowadays in pure CSS.

Given that the site is maintained by volunteers I think the simpler we
can make it the better.
2025-06-20 14:07:32 +01:00
876e7cd0c8 Remove client-list shuffle javascript
The selector in this JS doesn't seem to match anything on the site, so
I'm removing it.
2025-06-20 13:13:57 +01:00
bf84b721b6 Delete technology logos
These logos are no longer used on the site, so they can be deleted.
2025-06-20 13:13:57 +01:00
a4843319e0 Delete services logos
These logos are no longer used on the site, so they can be removed.
2025-06-20 13:13:56 +01:00
d88b6820e4 Remove service logo from filter page 2025-06-20 13:13:56 +01:00
e8261d3be1 Remove technology logo from filter page 2025-06-20 13:13:56 +01:00
e183c6308a Delete clients logos
These logos are no longer used on the home page, or on the individual
co-op pages, so they can be removed.
2025-06-20 13:13:56 +01:00
56bc5a9612 Replace technology, service and client logos with text 2025-06-20 13:13:56 +01:00
5eb1b74c99 Update footer text to reflect removal of sections 2025-06-20 13:13:56 +01:00
3ac09903e9 Remove technologies, clients, services from menu 2025-06-20 13:13:55 +01:00
10ecc8aef0 Remove technologies, clients, services from homepage 2025-06-20 13:13:55 +01:00
b8127bffd3 Remove maps from the site
I've also removed as much related code as I can find.
2025-06-20 13:13:55 +01:00
9a9f5be563 Update year in footer 2025-06-20 12:17:59 +01:00
18851086d9 Upgrade ruby and gems
Ruby 2.6.6 has reached the end-of-life and I had some trouble
installing the dependencies locally as a result. I've updated to the
latest version of ruby and regenerated the Gemfile.lock with the
latest versions of the two gems we depend on, and their dependencies.

Everything looks to still be working in terms of site generation.
2025-06-20 10:57:07 +01:00
768 changed files with 871 additions and 65120 deletions

View File

@ -1,5 +1,5 @@
--- ---
image: ruby:2.6.6 image: ruby:3.4.4
stages: stages:
- test - test

View File

@ -1 +1 @@
2.6.6 3.4.4

View File

@ -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

View File

@ -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

View File

@ -1,46 +1,35 @@
<footer> <footer>
<div class="footer-upper"> <section class="slice slice--dark">
<div class="row"> <ul class="footer-links">
<div class="small-12 columns"> <li><a href="/about">About <span>&#xbb;</span></a></li>
<li><a href="/join">Join <span>&#xbb;</span></a></li>
<li><a href="/about#manifesto">Manifesto <span>&#xbb;</span></a></li>
</ul>
</section>
<div class="menu-centered"> <section class="slice slice--darker">
<ul class="menu"> <img src="/assets/img/coop-logo.png" />
<li><a href="/about">About <span>&#xbb;</span></a></li> <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> &amp; <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
<li><a href="/join">Join <span>&#xbb;</span></a></li> <p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
<li><a href="/manifesto">Manifesto <span>&#xbb;</span></a></li> <p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech &#xa9; {{ 'now' | date: '%Y' }}</p>
</ul> </section>
</div>
</div> <!-- Matomo -->
</div> <script type="text/javascript">
</div> var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
<div class="footer-lower"> _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
<div class="row"> _paq.push(["setDomains", ["*.coops.tech","*.dev.coops.tech","*.static.coops.tech","*.www.coops.tech"]]);
<div class="small-12 columns"> _paq.push(["disableCookies"]);
<img src="/assets/img/coop-logo.png" class="float-center" /> _paq.push(['trackPageView']);
<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> &amp; <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p> _paq.push(['enableLinkTracking']);
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p> (function() {
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech &#xa9;2019</p> var u="https://stats.webarch.net/";
</div> _paq.push(['setTrackerUrl', u+'piwik.php']);
</div> _paq.push(['setSiteId', '223']);
</div> var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
<!-- Matomo --> g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
<script type="text/javascript"> })();
var _paq = _paq || []; </script>
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ <!-- End Matomo Code -->
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setDomains", ["*.coops.tech","*.dev.coops.tech","*.static.coops.tech","*.www.coops.tech"]]);
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.webarch.net/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '223']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</footer> </footer>

View File

@ -53,23 +53,11 @@
<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" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" /> <link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" /> <link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" />
<meta name="msapplication-TileImage" content="/assets/img/cropped-cotech_512x512-270x270.png" /> <meta name="msapplication-TileImage" content="/assets/img/cropped-cotech_512x512-270x270.png" />
<style type="text/css" id="wp-custom-css">
section#contact div.row div p a:active,
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"> <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>

View File

@ -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 src="/assets/img/CoTech-logo.png">CoTech
<strong> </a>
<a id="logo" href="/">
<img src="/assets/img/CoTech-logo.png">CoTech
</a>
</strong>
<a class="back" href="/">&#8592; Go Back</a>
<a class="close" href="/">&#10006;</a>
</div>
</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>
<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>

View File

@ -1 +0,0 @@
<script type='text/javascript' src='/assets/js/app.js?ver=4.8'></script>

View File

@ -1,148 +1,94 @@
---
---
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
{% include head.html %}
{% include head.html %} <body>
{% include header.html %}
<body> <section class="slice">
<a href="{{ page.website }}" target="_blank">
<img class="slice_logo" src="/images/coops/{{ page.slug }}" alt="{{ page.slug }}">
</a>
<h1 class="slice_title">{{ page.name }}</h1>
<a class="slice_subtitle" href="{{ page.website }}" target="_blank">{{ page.website }}</a>
</section>
{% include header.html %} <div class="two-column">
<div class="two-column_left">
<div class="coop"> {% if page.email %}
<div>
<div id="page-banner"> <strong>Email:</strong>
<div class="row"> <p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
<div class="small-12 small-centered columns">
<a href="{{ page.website }}" target="_blank">
<img src="/images/coops/{{ page.slug }}" alt="{{ page.slug }}">
</a>
<h1>{{ page.name }}</h1>
<a href="{{ page.website }}" target="_blank">{{ page.website }}</a>
</div> </div>
{% endif %}
{% if page.telephone %}
<div>
<strong>Tel:</strong>
<p>{{ page.telephone }}</p>
</div>
{% endif %}
{% if page.address %}
<div>
<strong>Address:</strong>
<p>{{ page.address | split: "," | join: "<br>" }}</p>
</div>
{% endif %}
<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 class="two-column_right">
<section>
<p>{{ content }}</p>
</section>
{% if page.services %}
<section>
<h2 id="services">Services</h2>
<ul>
{% for service in page.services %}
{% assign s = site.services | where: "slug", service | first %}
<li><a href="{{ s.url | relative_url }}">{{ s.name }}</a></li>
{% endfor %}
</ul>
</section>
{% endif %}
{% if page.technologies %}
<section>
<h2 id="tech">Technologies</h2>
<ul>
{% for technology in page.technologies %}
{% assign t = site.technologies | where: "slug", technology | first %}
<li><a href="{{ t.url | relative_url }}">{{ t.name }}</a></li>
{% endfor %}
</ul>
</section>
{% endif %}
{% if page.clients %}
<section>
<h2 id="clients">Clients</h2>
<ul>
{% for client in page.clients %}
{% assign c = site.clients | where: "slug", client | first %}
<li>{{ c.title }}</li>
{% endfor %}
</ul>
</section>
{% endif %}
</div> </div>
</div> </div>
<div class="row"> {% include footer.html %}
<div class="small-12 small-centered medium-10 large-8 columns"> </body>
<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 %}
<div class="column">
<strong>Email:</strong>
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
</div>
{% endif %}
{% if page.telephone %}
<div class="column">
<strong>Tel:</strong>
<p>{{ page.telephone }}</p>
</div>
{% endif %}
{% if page.address %}
<div class="column">
<strong>Address:</strong>
<p>{{ page.address | split: "," | join: "<br>" }}</p>
</div>
{% endif %}
</section>
</div>
<!-- /Contact -->
<div class="small-12 large-8 columns">
<!-- About -->
<section>
<p>{{ content }}</p>
</section>
<!-- /About -->
{% if page.services %}
<!-- Services -->
<section>
<h2 id="services">Services</h2>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for service in page.services %}
{% assign s = site.services | where: "slug", service | first %}
<div class="column">
<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 %}
</div>
</section>
<!-- /Services -->
{% endif %}
{% if page.technologies %}
<!-- Technologies -->
<section>
<h2 id="tech">Technologies</h2>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for technology in page.technologies %}
{% assign t = site.technologies | where: "slug", technology | first %}
<div class="column">
<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 %}
</div>
</section>
<!-- /Technologies -->
{% endif %}
{% if page.clients %}
<!-- Clients -->
<section>
<h2 id="clients">Clients</h2>
<div class="row small-up-2 medium-up-3 large-up-3">
{% for client in page.clients %}
{% assign c = site.clients | where: "slug", client | first %}
<div class="column client-thumb-container">
<div class="client-thumb" style="background-image: url(/images/clients/{{ c.slug }})"></div>
<div class="client-thumb-header">{{ c.title }}</div>
</div>
{% endfor %}
</div>
</section>
<!-- /Clients -->
{% endif %}
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
{% include javascripts.html %}
</body>
</html> </html>

View File

@ -1,46 +1,24 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
{% include head.html %}
<body>
{% include header.html %}
{% include head.html %} <div class="default-wrapper">
<section class="page-heading">
<h1>{{ page.heading }}</h1>
</section>
<body> <section class="content">
{{ content }}
{% include header.html %} </section>
<div>
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h1>{{ page.heading }}</h1>
</div>
</div>
</div>
<div class="page-content">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
{{ content }}
</div>
</div>
{% if page.append_email_form %} {% if page.append_email_form %}
<section id="join-form"> <section>
<div class="row"> <p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
<div class="small-12 medium-6 small-centered columns"> </section>
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
</div>
</div>
</section>
{% endif %} {% endif %}
</div> </div>
{% include footer.html %}
</div> </body>
{% include footer.html %}
{% include javascripts.html %}
</body>
</html> </html>

View File

@ -1,75 +1,22 @@
<!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 %}
<body>
{% include header.html %}
{% include head.html %} <section class="hero">
<h1 class="hero_title">Cooperative Technologists</h1>
<p class="hero_body">Creative technology companies, fully owned and controlled by
the people who do the work.<br />
Cooperative ownership means tech thats better for its workers and customers.</p>
<body> <span class="hero_button">
<a href="/about#manifesto">Our manifesto</a>
<header> </span>
</section>
<div data-sticky-container style="height: 82.7812px;">
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
<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>
</div>
<div id="responsive-menu">
<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 thats 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 %}
</body>
{% include footer.html %}
{% include javascripts.html %}
</body>
</html> </html>

View File

@ -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="default-wrapper">
<section class="page-heading">
<h2>Coops that offer <span>{{ page.name }}</span></h2>
{% if page.description %}
<p>{{ page.description }}</p>
{% endif %}
</section>
<div class="service"> <div class="logo-grid">
{% for coop in site.coops %}
<div id="page-banner"> {% if coop.services contains page.slug %}
<div class="row"> <a class="logo-grid_link" href="{{ coop.url | relative_url }}">
<div class="small-12 small-centered columns"> <div class="logo-grid_item">
<img src="/images/services/{{ page.slug }}" alt="{{ page.name }}"> <img class="logo-grid_img" src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}" />
<h1>Coops that offer <span>{{ page.name }}</span></h1> </div>
{% if page.description %} </a>
<p>{{ page.description }}</p> {% endif %}
{% endif %} {% endfor %}
</div>
</div> </div>
</div> </div>
{% include footer.html %}
<div class="row"> </body>
<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 %}
{% if coop.services contains page.slug %}
<div class="column">
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
</a>
</div>
{% endif %}
{% endfor %}
</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 javascripts.html %}
</body>
</html> </html>

View File

@ -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">
<h2>Coops that use <span>{{ page.name }}</span></h2>
{% if page.description %}
<p>{{ page.description }}</p>
{% endif %}
</section>
<div id="page-banner"> <div class="logo-grid">
<div class="row"> {% for coop in site.coops %}
<div class="small-12 small-centered columns"> {% if coop.technologies contains page.slug %}
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}"> <a class="logo-grid_link" href="{{ coop.url | relative_url }}">
<h1>Coops that use <span>{{ page.name }}</span></h1> <div class="logo-grid_item">
{% if page.description %} <img class="logo-grid_img" src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}" />
<p>{{ page.description }}</p>
{% endif %}
</div> </div>
</div> </a>
</div> {% endif %}
{% endfor %}
<div class="row">
<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 %}
{% if coop.technologies contains page.slug %}
<div class="column">
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
</a>
</div>
{% endif %}
{% endfor %}
</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>
</div> </div>
{% include footer.html %} {% include footer.html %}
{% include javascripts.html %}
</body> </body>
</html> </html>

View File

@ -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

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

56
assets/css/reset.css Normal file
View 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;
}

View 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"; }

View File

@ -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 &copy; <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);

View File

@ -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 &copy; <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"]}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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>&#xbb;</span></a></li>
<li><a href="/join">Join <span>&#xbb;</span></a></li>
<li><a href="/manifesto">Manifesto <span>&#xbb;</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> &amp; <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 &#xa9;2020</p>
</div>
</div>
</div>
</footer>
<script type='text/javascript' src='/assets/js/app.js'></script>
</body>
</html>

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,66 +0,0 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 566.93 240.95">
<defs>
<style>.cls-1{fill:#8a0026;}.cls-2{fill:#d50032;}</style>
</defs>
<title>Artboard 1</title>
<path class="cls-1" d="M98.49,81.87a6,6,0,0,0-1.05-4.46A6.07,6.07,0,0,0,92.53,75a5.85,5.85,0,0,0-3.42,1.06,6,6,0,1,0,7,9.63A5.87,5.87,0,0,0,98.49,81.87Z"/>
<path class="cls-2" d="M158.86,162a6,6,0,0,0-4.9-2.41,5.64,5.64,0,0,0-3.41,1.09,5.95,5.95,0,0,0,3.5,10.77,6,6,0,0,0,3.51-1.14A6,6,0,0,0,158.86,162Z"/>
<path class="cls-2" d="M81.06,91.93a5.63,5.63,0,0,0-2.85-.76,6.13,6.13,0,0,0-5.29,2.93,6,6,0,0,0-.59,4.52,6,6,0,1,0,8.74-6.69Z"/>
<path class="cls-1" d="M171.56,144.17a5.64,5.64,0,0,0-2.87-.75,6.19,6.19,0,0,0-5.28,2.91,6,6,0,0,0,2.17,8.15,6.19,6.19,0,0,0,3,.79,6,6,0,0,0,3-11.11Z"/>
<path class="cls-1" d="M65.45,117.12a5.85,5.85,0,0,0,1.3,4.35,5.79,5.79,0,0,0,4,2.18A6,6,0,0,0,76,114a5.91,5.91,0,0,0-4-2.16l-.67,0A5.9,5.9,0,0,0,65.45,117.12Z"/>
<path class="cls-1" d="M169.36,128a6,6,0,1,0,11.86,1.23,6,6,0,0,0-5.31-6.55l-.66,0A6,6,0,0,0,169.36,128Z"/>
<path class="cls-2" d="M78.95,142a5.82,5.82,0,0,0,.36-4.53,6.08,6.08,0,0,0-5.74-4.12,6.31,6.31,0,0,0-1.79.27A6,6,0,1,0,78.95,142Z"/>
<path class="cls-1" d="M178.33,109.75a5.81,5.81,0,0,0,.37-4.52,6.1,6.1,0,0,0-5.76-4.13,6.38,6.38,0,0,0-1.76.27,6,6,0,0,0-3.82,7.51A5.92,5.92,0,0,0,173,113a6.16,6.16,0,0,0,1.86-.3A5.91,5.91,0,0,0,178.33,109.75Z"/>
<path class="cls-1" d="M84.45,152.28a5.89,5.89,0,0,0-4.37,9.85,6.11,6.11,0,0,0,8.41.45,5.88,5.88,0,0,0-4-10.3Z"/>
<path class="cls-1" d="M162.12,82.34a5.92,5.92,0,0,0-4,1.46,6,6,0,0,0-.42,8.43,6.12,6.12,0,0,0,8.39.44,6,6,0,0,0,2-4.12,5.88,5.88,0,0,0-6-6.21Z"/>
<path class="cls-2" d="M104.5,165.48a5.6,5.6,0,0,0-2.3-.48,6.09,6.09,0,0,0-5.56,3.51,6,6,0,0,0,3,7.85,5.53,5.53,0,0,0,2.42.53,6,6,0,0,0,2.43-11.41Z"/>
<path class="cls-1" d="M147,70a5.48,5.48,0,0,0-2.31-.46A6.13,6.13,0,0,0,139.12,73,6,6,0,1,0,147,70Z"/>
<path class="cls-1" d="M123.33,169.47a6,6,0,1,0,6,6A6,6,0,0,0,123.33,169.47Z"/>
<path class="cls-2" d="M116.44,71.52a6.13,6.13,0,0,0-5.9-4.73,5.19,5.19,0,0,0-1.18.14,6,6,0,0,0,1.24,11.79,4.8,4.8,0,0,0,1.23-.15A6,6,0,0,0,116.44,71.52Z"/>
<path class="cls-1" d="M186.29,152.73a5.56,5.56,0,0,0-2.84-.74,6.15,6.15,0,0,0-5.28,2.91,6,6,0,0,0,5.14,8.95,6,6,0,0,0,3-11.12Z"/>
<path class="cls-1" d="M66.07,83.31a5.73,5.73,0,0,0-2.85-.74,6.09,6.09,0,0,0-5.29,2.92,6,6,0,0,0-.6,4.53,5.9,5.9,0,0,0,2.77,3.6,5.83,5.83,0,0,0,3,.8,6,6,0,0,0,3-11.12Z"/>
<path class="cls-2" d="M191.79,135.43a5.2,5.2,0,0,0-1.47-.17,6,6,0,0,0-5.82,4.4,5.91,5.91,0,0,0,4.21,7.27,5.31,5.31,0,0,0,1.53.24,6,6,0,0,0,1.55-11.73Z"/>
<path class="cls-2" d="M57.67,99.49a5.17,5.17,0,0,0-1.46-.2,6.05,6.05,0,0,0-5.81,4.42A5.94,5.94,0,0,0,54.59,111a6.32,6.32,0,0,0,1.54.22,6,6,0,0,0,1.54-11.73Z"/>
<path class="cls-1" d="M192.6,117.3a6,6,0,1,0,6,5.94A6,6,0,0,0,192.6,117.3Z"/>
<path class="cls-1" d="M53.77,117.3A5.84,5.84,0,0,0,49.56,119a5.95,5.95,0,0,0,0,8.44,5.87,5.87,0,0,0,4.21,1.74,6,6,0,1,0,0-11.91Z"/>
<path class="cls-1" d="M195.4,108.31a6,6,0,0,0-5.23-8.94,5.52,5.52,0,0,0-1.47.2,6,6,0,0,0-3.62,2.77,5.86,5.86,0,0,0-.58,4.54,6,6,0,0,0,10.91,1.43Z"/>
<path class="cls-1" d="M61.9,139.71a6.1,6.1,0,0,0-5.83-4.42,5.75,5.75,0,0,0-1.49.21,6,6,0,0,0-4.21,7.3,6,6,0,0,0,5.75,4.42,5.06,5.06,0,0,0,1.54-.22A6,6,0,0,0,61.9,139.71Z"/>
<path class="cls-1" d="M188.47,85.64a6.18,6.18,0,0,0-5.29-2.92,5.75,5.75,0,0,0-5.61,4.35,6,6,0,0,0,5.74,7.51,6.06,6.06,0,0,0,3-.79A6,6,0,0,0,188.47,85.64Z"/>
<path class="cls-1" d="M68.25,155.07A6.11,6.11,0,0,0,63,152.13a5.62,5.62,0,0,0-2.86.74,5.84,5.84,0,0,0-2.78,3.61,6,6,0,0,0,5.75,7.5,6.26,6.26,0,0,0,3-.79A6,6,0,0,0,68.25,155.07Z"/>
<path class="cls-1" d="M172.3,68.37a6,6,0,0,0-4.21,1.7,5.94,5.94,0,0,0,0,8.41,6.09,6.09,0,0,0,8.42,0,5.93,5.93,0,0,0,0-8.41A6,6,0,0,0,172.3,68.37Z"/>
<path class="cls-2" d="M69.94,176.66a6.11,6.11,0,0,0,8.41,0,6,6,0,1,0-8.41,0Z"/>
<path class="cls-2" d="M163.71,61.72a5.9,5.9,0,0,0-2.77-3.61,5.79,5.79,0,0,0-2.87-.75,6.16,6.16,0,0,0-5.27,2.92A6,6,0,0,0,155,68.44a6.08,6.08,0,0,0,3,.79,6,6,0,0,0,5.15-3A5.77,5.77,0,0,0,163.71,61.72Z"/>
<path class="cls-2" d="M91.52,178.33a5.74,5.74,0,0,0-2.85-.74,6.11,6.11,0,0,0-5.29,2.91,5.91,5.91,0,0,0-.58,4.55,5.77,5.77,0,0,0,2.75,3.6,6,6,0,0,0,3,.8,6,6,0,0,0,3-11.12Z"/>
<path class="cls-1" d="M146.42,53.37a5.86,5.86,0,0,0-3.63-2.77,4.94,4.94,0,0,0-1.47-.22,6.08,6.08,0,0,0-5.82,4.42,6,6,0,0,0,4.22,7.3,5.7,5.7,0,0,0,1.54.2,6,6,0,0,0,5.16-8.93Z"/>
<path class="cls-1" d="M110.48,187.46a6,6,0,0,0-3.61-2.78,5.48,5.48,0,0,0-1.49-.2,6.06,6.06,0,0,0-5.8,4.41,5.94,5.94,0,0,0,.59,4.54,5.83,5.83,0,0,0,3.61,2.77,7,7,0,0,0,1.55.18,5.94,5.94,0,0,0,5.15-8.92Z"/>
<path class="cls-2" d="M123.33,43.12a6,6,0,1,0,6,6A6,6,0,0,0,123.33,43.12Z"/>
<path class="cls-1" d="M110.54,59.32a5.82,5.82,0,0,0,.6-4.52,6.08,6.08,0,0,0-5.8-4.42,5,5,0,0,0-1.49.22A5.95,5.95,0,0,0,105.4,62.3a5.13,5.13,0,0,0,1.53-.2A5.82,5.82,0,0,0,110.54,59.32Z"/>
<path class="cls-1" d="M146.42,183.68a5.79,5.79,0,0,0,.58-4.5,6,6,0,1,0-11.51,3.08,6,6,0,0,0,5.77,4.42,5.4,5.4,0,0,0,1.54-.21A5.88,5.88,0,0,0,146.42,183.68Z"/>
<path class="cls-1" d="M94.44,64.81a5.94,5.94,0,0,0-.61-4.52,6.1,6.1,0,0,0-5.27-2.93,5.69,5.69,0,0,0-2.87.75,6,6,0,1,0,8.74,6.7Z"/>
<path class="cls-1" d="M163.25,180.52a6.06,6.06,0,0,0-5.28-2.93,5.78,5.78,0,0,0-2.85.74,6,6,0,1,0,8.12,2.19Z"/>
<path class="cls-1" d="M78.56,70.08a6,6,0,0,0-8.42,0,5.91,5.91,0,0,0,0,8.4,6.09,6.09,0,0,0,8.42,0A5.94,5.94,0,0,0,78.56,70.08Z"/>
<path class="cls-1" d="M176.72,168.24a5.9,5.9,0,0,0-4.21-1.7,5.93,5.93,0,0,0-4.23,10.12,6.12,6.12,0,0,0,8.44,0,6,6,0,0,0,1.75-4.22A5.91,5.91,0,0,0,176.72,168.24Z"/>
<path class="cls-1" d="M102.07,31a6,6,0,0,0,3.56-7.64,6.13,6.13,0,0,0-5.68-3.88,5.56,5.56,0,0,0-1.95.32A6,6,0,0,0,102.07,31Z"/>
<path class="cls-1" d="M159.45,210.81a6,6,0,0,0,.2-4.55,6.14,6.14,0,0,0-5.72-3.92,5.9,5.9,0,0,0-5.48,8,5.93,5.93,0,0,0,5.59,3.91,6.19,6.19,0,0,0,2-.35A6.1,6.1,0,0,0,159.45,210.81Z"/>
<path class="cls-2" d="M78.9,51.64a6.05,6.05,0,0,0-4.61-2.05,5.85,5.85,0,0,0-3.77,1.32,6,6,0,1,0,8.38.73Z"/>
<path class="cls-1" d="M183.82,186.08A6.06,6.06,0,0,0,179.2,184a5.81,5.81,0,0,0-3.77,1.33,6,6,0,1,0,8.39.72Z"/>
<path class="cls-1" d="M50.69,74.45a5.7,5.7,0,0,0-2.86-.74,6.07,6.07,0,0,0-5.28,2.94,6,6,0,1,0,8.14-2.2Z"/>
<path class="cls-1" d="M201.67,161.59a5.71,5.71,0,0,0-2.86-.72,6.08,6.08,0,0,0-5.28,2.92,5.94,5.94,0,0,0,2.19,8.12,5.68,5.68,0,0,0,3,.82,6,6,0,0,0,3-11.14Z"/>
<path class="cls-1" d="M31.65,110a5.88,5.88,0,0,0-3.85-2.45,5.14,5.14,0,0,0-1-.11,6,6,0,1,0,5.88,7A5.86,5.86,0,0,0,31.65,110Z"/>
<path class="cls-2" d="M222,134.94a6,6,0,0,0-3.85-2.44,6.22,6.22,0,0,0-1-.1,6,6,0,1,0,4.9,2.54Z"/>
<path class="cls-1" d="M37.38,132.48a5.51,5.51,0,0,0-1.07.07,6,6,0,1,0,6.89,4.82A5.89,5.89,0,0,0,37.38,132.48Z"/>
<path class="cls-1" d="M213.91,111.56a6,6,0,0,0-4.85-9.37,5.5,5.5,0,0,0-1.06.1,6,6,0,0,0,1,11.83,7.79,7.79,0,0,0,1-.09A6,6,0,0,0,213.91,111.56Z"/>
<path class="cls-1" d="M52.87,163.93A6.18,6.18,0,0,0,47.59,161a5.7,5.7,0,0,0-2.85.74,6,6,0,0,0,3,11.12,6.14,6.14,0,0,0,3-.79A6,6,0,0,0,52.87,163.93Z"/>
<path class="cls-2" d="M204.43,81.31a5.93,5.93,0,0,0-.58-4.54,6.18,6.18,0,0,0-5.3-2.93,5.69,5.69,0,0,0-2.84.75,6,6,0,0,0,3,11.13,5.83,5.83,0,0,0,3-.81A5.93,5.93,0,0,0,204.43,81.31Z"/>
<path class="cls-1" d="M71,185.58a6,6,0,0,0-3.79-1.33,6.09,6.09,0,0,0-4.6,2.05,6,6,0,0,0-1.37,4.35A6,6,0,0,0,71.75,194,6,6,0,0,0,71,185.58Z"/>
<path class="cls-1" d="M183.09,52.05a5.82,5.82,0,0,0-3.78-1.34,6.07,6.07,0,0,0-4.62,2.05,6,6,0,1,0,9.12,7.68,5.91,5.91,0,0,0,1.37-4.36A5.85,5.85,0,0,0,183.09,52.05Z"/>
<path class="cls-1" d="M86.54,209.94a5.69,5.69,0,0,0-1.92-.34,6.15,6.15,0,0,0-5.72,3.9,6,6,0,0,0,.21,4.56,5.88,5.88,0,0,0,3.35,3.08,5.76,5.76,0,0,0,2,.35,6,6,0,0,0,2-11.55Z"/>
<path class="cls-1" d="M154.61,28.87a5.65,5.65,0,0,0-2-.35A6.1,6.1,0,0,0,147,32.43a5.94,5.94,0,0,0,3.56,7.62,5.54,5.54,0,0,0,2,.38A6,6,0,0,0,158,31.95,5.88,5.88,0,0,0,154.61,28.87Z"/>
<path class="cls-2" d="M255.15,171.19V73.06c0-4.54,2.9-7.29,6.81-7.29s6.8,2.75,6.8,7.29v35.67h.15c3.58-6,10.35-10.34,22-10.34,13.09,0,22.64,7.28,26.69,19.43,1.94,6.13,2.76,12.28,2.76,21s-.82,15-2.76,21.2c-4,12.11-13.6,19.39-26.69,19.39-11.49,0-18.28-4.2-22-10.35h-.15v2.11c0,4.53-2.92,7.26-6.8,7.26S255.15,175.72,255.15,171.19Zm49.52-16.5c1.43-4.2,1.77-9.08,1.77-15.85s-.34-11.5-1.77-15.68c-2.58-7.8-8.41-12.16-17-12.16-8.74,0-14.59,4.36-17.17,12.16-1.46,4.18-1.76,9-1.76,15.68s.3,11.65,1.76,15.85c2.57,7.76,8.42,12.12,17.17,12.12C296.25,166.81,302.08,162.45,304.67,154.69Z"/>
<path class="cls-2" d="M333.5,158.57c-1.76-5.34-2.57-10.66-2.57-19.73,0-8.91.81-14.25,2.57-19.58C337.71,106,349,98.39,364.1,98.39s26.36,7.6,30.55,20.87c1.77,5.33,2.59,10.67,2.59,19.58,0,9.07-.82,14.39-2.59,19.73-4.2,13.1-15.53,20.86-30.55,20.86S337.71,171.67,333.5,158.57Zm48.07-3.88c1.29-4.2,1.78-8.42,1.78-15.85s-.49-11.5-1.78-15.68C379,115.36,372.65,111,364.1,111s-14.89,4.36-17.49,12.16c-1.3,4.18-1.78,8.22-1.78,15.68s.48,11.65,1.78,15.85c2.6,7.76,8.9,12.12,17.49,12.12S379,162.45,381.57,154.69Z"/>
<path class="cls-2" d="M408,106.64c0-4.53,2.9-7.27,6.77-7.27s6.82,2.74,6.82,7.27v2.26h.14c3.72-6,11.15-10.51,21.68-10.51,16.83,0,26.86,11.5,26.86,29.11v43.69c0,4.53-2.92,7.26-6.81,7.26s-6.79-2.73-6.79-7.26V130.73c0-12.44-5.66-19.74-17.31-19.74-10.52,0-17.77,7.47-17.77,18.94v41.26c0,4.53-2.92,7.26-6.82,7.26s-6.77-2.73-6.77-7.26Z"/>
<path class="cls-2" d="M532.52,171.19v-2.11h-.15c-3.71,6.15-10.53,10.35-22,10.35-13.11,0-22.64-7.28-26.69-19.39-2-6.15-2.76-12.31-2.76-21.2s.8-14.89,2.76-21c4-12.15,13.58-19.43,26.69-19.43,11.64,0,18.45,4.36,22,10.34h.15V73.06c0-4.54,2.91-7.29,6.82-7.29s6.78,2.75,6.78,7.29v98.13c0,4.53-2.94,7.26-6.78,7.26S532.52,175.72,532.52,171.19Zm-1.77-16.5c1.45-4.2,1.77-9.08,1.77-15.85s-.32-11.5-1.77-15.68c-2.58-7.8-8.42-12.16-17.16-12.16-8.57,0-14.4,4.36-17,12.16-1.45,4.18-1.78,9-1.78,15.68s.33,11.65,1.78,15.85c2.58,7.76,8.41,12.12,17,12.12C522.32,166.81,528.16,162.45,530.75,154.69Z"/>
<path class="cls-2" d="M134.44,68.64a6.13,6.13,0,0,0-5.9-4.73,5.19,5.19,0,0,0-1.18.14,6,6,0,0,0,1.24,11.79,4.8,4.8,0,0,0,1.23-.15A6,6,0,0,0,134.44,68.64Z"/>
<path class="cls-2" d="M129.14,191.68a6.13,6.13,0,0,0-5.9-4.73,5.19,5.19,0,0,0-1.18.14,6,6,0,0,0,1.24,11.79,4.79,4.79,0,0,0,1.23-.15A6,6,0,0,0,129.14,191.68Z"/>
<path class="cls-1" d="M129.17,209a6.13,6.13,0,0,0-5.9-4.73,5.19,5.19,0,0,0-1.18.14,6,6,0,0,0,1.24,11.79,4.8,4.8,0,0,0,1.23-.15A6,6,0,0,0,129.17,209Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,31 +0,0 @@
<svg width="224" height="123" viewBox="0 0 224 123" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 34.3412V21.4302H33.952C38.472 21.4302 43.481 25.0288 46.6228 27.8783C43.481 30.7279 38.4572 34.3412 33.952 34.3412H0Z" fill="#E20613"/>
<path d="M0 57.402V44.491H33.952C38.472 44.491 43.481 48.0896 46.6228 50.9391C43.481 53.7887 38.4572 57.402 33.952 57.402H0Z" fill="#E20613"/>
<path d="M0 80.4772V67.5662H33.952C38.472 67.5662 43.481 71.1648 46.6228 74.0143C43.481 76.8639 38.4572 80.4772 33.952 80.4772H0Z" fill="#E20613"/>
<path d="M0 103.538V90.627H33.952C38.472 90.627 43.481 94.2256 46.6228 97.0751C43.481 99.9246 38.4572 103.538 33.952 103.538H0Z" fill="#E20613"/>
<path d="M88.2812 4.11273C86.7696 4.11273 85.1987 4.92059 85.1987 7.44698V15.2318C85.1987 17.8169 86.7696 18.5954 88.2812 18.5954C90.2967 18.5954 91.3934 17.626 91.3934 14.4239V14.1449H95.7355C95.7355 19.7558 93.3199 22.7081 88.2812 22.7081C83.8798 22.7081 80.8269 19.5942 80.8269 15.1143V7.56449C80.8269 3.11392 83.8798 0 88.2812 0C93.2162 0 95.7355 3.20205 95.7355 8.31359H91.3934V8.00513C91.3934 4.75902 89.778 4.11273 88.2812 4.11273Z" fill="black"/>
<path d="M110.274 18.0374H103.827L102.597 22.3704H98.1956L104.701 0.411377H109.444L115.861 22.3704H111.444L110.274 18.0374ZM109.37 14.3359L107.102 5.72855L104.746 14.3212H109.37V14.3359Z" fill="black"/>
<path d="M123.611 22.3704H119.269V0.411377H123.582L128.546 13.2196L133.481 0.411377H137.794V22.3704H133.452V9.6944L129.999 18.2577H127.049L123.626 9.75315V22.3704H123.611Z" fill="black"/>
<path d="M143.188 0.411377H150.139C154.51 0.411377 157.652 3.24622 157.652 8.38713V9.25375C157.652 14.424 154.51 17.1414 150.139 17.1414H147.53V22.3704H143.188V0.411377ZM147.53 13.058H149.694C151.576 13.058 153.369 12.1914 153.369 9.22437V8.41651C153.369 5.17039 151.517 4.52411 149.694 4.52411H147.53V13.058Z" fill="black"/>
<path d="M171.035 18.0374H164.588L163.358 22.3704H158.957L165.462 0.411377H170.205L176.622 22.3704H172.191L171.035 18.0374ZM170.131 14.3359L167.863 5.74324L165.507 14.3359H170.131Z" fill="black"/>
<path d="M180.193 22.3704V0.411377H184.535V22.3704H180.193Z" fill="black"/>
<path d="M204.29 15.1143C204.29 19.5942 201.237 22.6788 196.836 22.6788C192.464 22.6788 189.411 19.5942 189.411 15.1143V7.59386C189.411 3.11392 192.464 0 196.836 0C201.178 0 204.186 3.05517 204.29 7.4176H199.948C199.948 5.08216 198.718 4.11273 196.895 4.11273C194.939 4.11273 193.783 5.11154 193.783 8.03451V15.2612C193.783 17.5085 194.939 18.566 196.836 18.566C198.436 18.566 199.948 17.6994 199.948 15.2612V14.894H196.865V11.1191H204.29V15.1143Z" fill="black"/>
<path d="M219.925 22.3704L213.389 9.66502V22.3704H209.047V0.411377H213.137L219.643 13.1902V0.47013H224.015V22.3704H219.925Z" fill="black"/>
<path d="M91.6452 51.1887H85.1986L83.9686 55.5218H79.5671L86.073 33.5627H90.8153L97.2322 55.5218H92.8011L91.6452 51.1887ZM90.7264 47.4726L88.459 38.8799L86.1026 47.4726H90.7264Z" fill="black"/>
<path d="M114.838 48.2512C114.838 52.7312 111.785 55.8157 107.384 55.8157C103.012 55.8157 99.959 52.7312 99.959 48.2512V40.7455C99.959 36.2656 103.012 33.137 107.384 33.137C111.726 33.137 114.734 36.1921 114.838 40.5546H110.496C110.496 38.2191 109.266 37.2497 107.443 37.2497C105.487 37.2497 104.331 38.2485 104.331 41.1715V48.3981C104.331 50.6454 105.487 51.703 107.384 51.703C108.984 51.703 110.496 50.8364 110.496 48.3981V48.0309H107.413V44.256H114.838V48.2512Z" fill="black"/>
<path d="M129.732 51.1887H123.285L122.055 55.5218H117.669L124.175 33.5627H128.917L135.334 55.5218H130.903L129.732 51.1887ZM128.828 47.4726L126.561 38.8799L124.204 47.4726H128.828Z" fill="black"/>
<path d="M138.891 55.5071V33.5481H143.233V55.5071H138.891Z" fill="black"/>
<path d="M159.653 55.5071L153.117 42.8017V55.5071H148.775V33.5481H152.865L159.371 46.3269V33.6215H163.743V55.5218H159.653V55.5071Z" fill="black"/>
<path d="M168.278 39.5998C168.278 35.5752 171.168 33.1516 175.569 33.1516C179.837 33.1516 182.801 35.9865 182.801 40.5105H178.533C178.533 38.175 177.377 37.0881 175.51 37.0881C173.657 37.0881 172.62 37.9547 172.62 39.6145C172.62 43.9769 183.083 41.3918 183.083 49.2353C183.083 53.4068 180.06 55.9038 175.569 55.9038C171.079 55.9038 167.996 53.0102 167.996 48.31H172.339C172.339 50.8657 173.657 51.9233 175.569 51.9233C177.392 51.9233 178.741 51.086 178.741 49.2794C178.741 45.0785 168.278 47.3846 168.278 39.5998Z" fill="black"/>
<path d="M194.953 37.6902V55.5071H190.611V37.6902H185.988V33.5481H199.562V37.6902H194.953Z" fill="black"/>
<path d="M91.6452 84.3257H85.1986L83.9686 88.6588H79.5671L86.073 66.6997H90.8153L97.2322 88.6588H92.8011L91.6452 84.3257ZM90.7264 80.6242L88.459 72.0316L86.1026 80.6242H90.7264Z" fill="black"/>
<path d="M100.626 66.6997H107.665C112.096 66.6997 115.09 69.5346 115.09 74.6461V75.263C115.09 78.656 113.608 80.9327 111.222 81.9903L114.957 88.6588H110.214L107.236 82.9891H104.968V88.6588H100.626V66.6997ZM104.968 78.9057H107.132C109.014 78.9057 110.777 78.0979 110.777 75.2043V74.5873C110.777 71.5615 109.073 70.8124 107.132 70.8124H104.968V78.9057Z" fill="black"/>
<path d="M124.145 88.6588H119.803V66.6997H124.115L129.08 79.5079L134.015 66.6997H138.327V88.6588H133.985V75.9827L130.532 84.546H127.583L124.16 76.0415V88.6588H124.145Z" fill="black"/>
<path d="M142.877 72.7365C142.877 68.7119 145.767 66.2883 150.168 66.2883C154.436 66.2883 157.4 69.1232 157.4 73.6472H153.132C153.132 71.3117 151.976 70.2248 150.109 70.2248C148.242 70.2248 147.219 71.0914 147.219 72.7512C147.219 77.1136 157.682 74.5285 157.682 82.372C157.682 86.5435 154.658 89.0405 150.168 89.0405C145.678 89.0405 142.595 86.1469 142.595 81.4467H146.937C146.937 84.0024 148.256 85.06 150.183 85.06C152.006 85.06 153.354 84.2228 153.354 82.4161C153.34 78.2152 142.877 80.5213 142.877 72.7365Z" fill="black"/>
<path d="M88.9925 103.979V121.795H84.6504V103.979H80.0266V99.8364H93.6015V103.979H88.9925Z" fill="black"/>
<path d="M97.2619 99.8364H104.301C108.732 99.8364 111.711 102.671 111.711 107.783V108.4C111.711 111.793 110.229 114.069 107.843 115.127L111.578 121.795H106.835L103.857 116.126H101.589V121.795H97.2471V99.8364H97.2619ZM101.604 112.042H103.768C105.65 112.042 107.413 111.235 107.413 108.341V107.724C107.413 104.698 105.709 103.949 103.768 103.949H101.604V112.042Z" fill="black"/>
<path d="M126.59 117.462H120.143L118.913 121.795H114.512L121.018 99.8364H125.76L132.177 121.795H127.746L126.59 117.462ZM125.686 113.761L123.419 105.168L121.062 113.761H125.686Z" fill="black"/>
<path d="M135.586 99.8364H142.877C147.278 99.8364 150.331 102.51 150.331 107.871V113.658C150.331 118.961 147.278 121.795 142.877 121.795H135.586V99.8364ZM139.913 117.712H142.358C144.433 117.712 146.004 116.904 146.004 112.601V108.326C146.004 105.961 145.382 103.934 142.358 103.934H139.913V117.712Z" fill="black"/>
<path d="M159.564 103.979V108.958H165.566V112.689H159.564V117.668H167.67V121.781H155.222V99.8364H167.67V103.979H159.564Z" fill="black"/>
<path d="M67.0889 0.705078H61.5759V123.015H67.0889V0.705078Z" fill="black"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Some files were not shown because too many files have changed in this diff Show More