Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit ee766cf

Browse files
Merge pull request #3 from CodeForBaltimore/jekyll
merging into master to allow it to work with GH pages?
2 parents 412c528 + 257e22d commit ee766cf

File tree

159 files changed

+6493
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+6493
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_site
2+
.jekyll-metadata
3+
.sass-cache
4+
.idea

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "reveal.js"]
2+
path = reveal.js
3+
url = https://github.com/hakimel/reveal.js.git

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CNAME_RENAMED

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.codeforbaltimore.org

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Code for Boston
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

_config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Code For Baltimore
3+
timezone: UTC
4+
markdown: kramdown
5+
collections:
6+
posts:
7+
title: Posts
8+
output: true
9+
uploads:
10+
title: Uploads
11+
output: true
12+
email: code4baltimore@gmail.com
13+
description: 'Part of the Code for America Brigade network, we are a volunteer group
14+
of developers, designers, data geeks, and citizen activists who use creative technology
15+
to solve civic and social problems.'
16+
baseurl: '/codeforbaltimore.org'
17+
url: http://codeforbaltimore.org
18+
hackpad_url: http://codeforbaltimore.org
19+
twitter_url: https://twitter.com/@codeforbmore
20+
github_url: https://github.com/CodeForBaltimore
21+
meetup_url: https://www.meetup.com/Code-for-Baltimore/
22+
blog_url: http://codeforbaltimore.org
23+
events_url: http://codeforbaltimore.org
24+
slack_url: https://communityinviter.com/apps/
25+
reveal_path: /reveal.js/
26+
reveal_theme_path: /reveal.js/css/theme/
27+
reveal_theme: sky.css
28+
ga_id: INSERT_GA_ID

_data/events/active.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: Hack Night
2+
date: Wednesday, June 6, 2018
3+
time: 7:00 PM to 9:00 PM
4+
location: TBD
5+
meetup_url: https://www.meetup.com/Code-for-Baltimore/events/251233022/
6+
description: >
7+
Join us for a fun Hack Night to work on the projects with your team.
8+
9+
Haven't previously joined us? That's ok! Teams are always growing and in need of people who want to dedicate some of their time to improving Baltimore through tech projects.
10+
11+
Some of our current work includes hospital/health department emergency weather notifications, kinetic data sculptures, and the Idea Hub.
12+
13+
We also love new ideas! Feel free to share anything you're working on or would like to explore.

_data/jobs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#- title: "Civic Technology Fellow"
2+
# org:
3+
# name: "Metropolitan Area Planning Council"
4+
# link: "http://mapc.ma/civictechjob"
5+
# description: >
6+
# Lead the development of civic web applications, including services to help the City of Boston's youth jobs program
7+
# place thousands more local youth into meaningful employment. Work with an inclusive, multidisciplinary team
8+
# to create 21st century government services, from conception to delivery.

_data/projects/active.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
-
2+
name: Hospital Notifications
3+
url: https://github.com/CodeForBaltimore
4+
news: >
5+
* Dev/ Tech Lead: Jeremy Neal
6+
* Design Lead: Joseph C
7+
-
8+
name: Data Sculptures
9+
url: https://github.com/CodeForBaltimore
10+
news: >
11+
* Project Manager: Derek Fields
12+
-
13+
name: Idea hub
14+
url: https://github.com/CodeForBaltimore
15+
news: >
16+
* Project Manager: Derek Fields
17+
-
18+
name: CfB Website
19+
url: https://github.com/CodeForBaltimore
20+
news: >
21+
* Project Manager: Bryan Connor
22+
-
23+
name: Sincronicity
24+
url: https://github.com/CodeForBaltimore
25+
news: >
26+
* Project Manager: Karina Mandell

_data/projects/inactive.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
-
2+
name: Ungentry
3+
url: https://github.com/codeforboston/ungentry
4+
-
5+
name: MBTA.ninja
6+
url: https://github.com/codeforboston/mbta-ninja
7+
-
8+
name: CornerWise
9+
url: https://github.com/cityofsomerville/cornerwise
10+
-
11+
name: Finda
12+
url: https://github.com/codeforboston/finda
13+
-
14+
name: Cambridge Open Data Challenges
15+
news: >
16+
Public data sets with problem statements from the City of Cambridge
17+
https://data.cambridgema.gov/General-Government/Civic-Innovation-Challenge-Inventory/x96z-hdnh/about
18+
Kent Johnson's answer to one of the problem statements (this was demo'd at the 2017 Bloomberg What Works Cities conference):
19+
http://kentsj.com/Misc/Board_of_Zoning_Appeal_Requests_CT.html
20+
-
21+
name: Tools and Rules for Blockchain-Backed Individual Identity
22+
news: >
23+
https://www.meetup.com/Massachusetts-Legal-Hackers/events/239091160
24+
In the Prome Conference Room, 4th Floor CIC.
25+
Tonight is the third of five Legal Hack Nights dedicated to building out a reference implementation blockchain-backed individual identity digital signature app. The app is intended to be a working prototype we can use to evaluate and work with individual identity innovation and to better understand how legal, technical and other requirements can be addressed in an integrated manner.
26+
Massachusetts Legal Hackers is grateful to hack along with Code for Boston during this special 5-part series!
27+
-
28+
name: Inman Square Intersection VM
29+
news: >
30+
Urban Planning with Virtual Reality: Inman Square Intersection
31+
32+
We're looking to create a moderately realistic model of the Inman Square intersection redesign as a way to communicate the City's plans and progress to the public. We'll also be testing how VR affects public opinion on a contentious planning issue.
33+
34+
Need skills:
35+
36+
- Sketchup or 3D modeling software in general
37+
- Unity or AFrame
38+
- Research / survey design
39+
40+
No VR experience required.
41+
-
42+
name: EnerSave
43+
url: https://github.com/codeforboston/cambridge_energy_app

_data/resources/tools.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
-
2+
category: "Discovery"
3+
tools:
4+
-
5+
name: "Human Centered Design Toolkit"
6+
url: "http://ideo.com"
7+
-
8+
category: "Organizing"
9+
tools:
10+
-
11+
name: "Meetup"
12+
url: "http://meetup.ocom/code-for-boston"
13+
-
14+
name: "Facebook"
15+
url: "https://www.facebook.com/codeforboston/"
16+
-
17+
category: "Prototyping"
18+
tools:
19+
-
20+
name: "invision App"
21+
url: "http://invisionapp.com"
22+
-
23+
category: "Designing"
24+
tools:
25+
-
26+
name: "Sketch"
27+
url: "http://sketch.com"
28+
-
29+
category: "Building"
30+
tools:
31+
-
32+
name: "jekyll"
33+
url: "http://jekyll.io"
34+
-
35+
category: "Analyzing"
36+
tools:
37+
-
38+
name: "Google Analytics"
39+
url: "http://analytics.google.com"

_data/team.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
- name: Kelsey Krach
2+
image: default-headshot.jpg
3+
email: code4baltimore@gmail.com
4+
role: Brigade Co-Captain
5+
6+
- name: Mike Fried
7+
image: default-headshot.jpg
8+
email: code4baltimore@gmail.com
9+
role: Brigade Co-Captain
10+
11+
- name: Byran Connor
12+
image: default-headshot.jpg
13+
email: code4baltimore@gmail.com
14+
role: Delivery Lead
15+
16+
- name: Sean Astro
17+
image: default-headshot.jpg
18+
email: code4baltimore@gmail.com
19+
role: Tech Lead
20+
21+
- name: Angelina Millare
22+
image: default-headshot.jpg
23+
email: code4baltimore@gmail.com`
24+
role: Community Manager

_includes/footer.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<footer class="site-footer t-margin--top l-before-angled">
2+
{% include icon/corner_bottom.html %}
3+
<div class="wrapper">
4+
5+
<div class="row corner-bg-btm">
6+
<div class="col-6">
7+
<h2>Contact</h2>
8+
<ul class="contact-list">
9+
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
10+
<li>Something wrong with the site? <br><a class="btn-default btn--small" href="{{site.github_url}}/CFB_static/issues">Submit an issue</a></li>
11+
</ul>
12+
</div>
13+
14+
<div class="col-6">
15+
<h2>Collaborate</h2>
16+
<ul class="social-media-list">
17+
<li>
18+
<a href="{{site.github_url}}">
19+
GitHub
20+
</a>
21+
</li>
22+
<li>
23+
<a href="{{ site.twitter_url }}">
24+
Twitter
25+
</a>
26+
</li>
27+
<li>
28+
<a href="{{ site.meetup_url }}">
29+
Meetup
30+
</a>
31+
</li>
32+
</ul>
33+
</div>
34+
35+
36+
37+
</div>
38+
39+
</div>
40+
41+
</footer>
42+
43+
<script src="{{ '/js/main.js' | prepend: site.baseurl }}"></script>
44+
<script>
45+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
49+
50+
ga('create', '{{ site.ga_id }}', 'auto');
51+
ga('send', 'pageview');
52+
53+
</script>

_includes/head.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
6+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7+
<link rel="icon" href="/favicon.ico" type="image/x-icon">
8+
9+
10+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
11+
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
12+
13+
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
14+
15+
16+
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">
17+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
18+
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}" />
19+
20+
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
21+
22+
23+
</head>

_includes/header.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<header class="site-header">
2+
3+
<div class="wrapper">
4+
5+
<a class="logo" href="{{ site.baseurl }}/"> <img src="{{ '/img/logo_full.png' | prepend: site.baseurl }}" alt="{{ site.title }}"> </a>
6+
7+
<nav class="site-nav">
8+
<a href="#" class="menu-icon">
9+
<svg viewBox="0 0 18 15">
10+
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
11+
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
12+
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
13+
</svg>
14+
</a>
15+
16+
<div class="trigger">
17+
{% include pages-list.html %}
18+
</div>
19+
</nav>
20+
21+
</div>
22+
23+
</header>

_includes/icon/corner_bottom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" width="100px" height="100px" viewBox="0 0 100 100" version="1.1" class="corner_btm">
2+
<g>
3+
<path d="M 0,100 100,100 100,0 Z" style="fill:#399fd3"/>
4+
<path d="M 33,100 100,100 100,33 Z" style="fill:#71499d"/>
5+
<path d="M 66,100 100,100 100,66 Z" style="fill:#cf1f42"/>
6+
</g>
7+
8+
</svg>

_includes/icon/corner_top.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" width="5rem" height="5rem" viewBox="0 0 100 100" version="1.1" >
2+
<g>
3+
<path d="M 0,0 100,0 100,100 Z" style="fill:#399fd3"/>
4+
<path d="M 33,0 100,0 100,67 Z" style="fill:#71499d"/>
5+
<path d="M 66,0 100,0 100,34 Z" style="fill:#cf1f42"/>
6+
</g>
7+
8+
</svg>

_includes/icon/github.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" width="5rem" height="5rem" viewBox="0 0 1024 999" version="1.1" class="svg-icon">
2+
<!-- Generator: Sketch 3.0.3 (7892) - http://www.bohemiancoding.com/sketch -->
3+
<title>github-icon</title>
4+
<desc>Created with Sketch.</desc>
5+
<defs/>
6+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
7+
<g id="github-icon" sketch:type="MSLayerGroup" fill="#333333">
8+
<path d="M512,0 C229.25,0 0,229.25 0,512 C0,738.25 146.688,930.125 350.156,997.812 C375.75,1002.5 385.094,986.687 385.094,973.187 C385.094,960.999 384.625,920.625 384.375,877.875 C242,908.812 211.906,817.5 211.906,817.5 C188.594,758.375 155.062,742.625 155.062,742.625 C108.531,710.875 158.592,711.5 158.592,711.5 C209.998,715.062 237.062,764.25 237.062,764.25 C282.75,842.5 356.937,819.875 386.062,806.75 C390.716,773.75 403.966,751.125 418.562,738.375 C304.906,725.438 185.344,681.5 185.344,485.312 C185.344,429.374 205.313,383.75 238,347.906 C232.781,334.906 215.156,282.812 243.062,212.344 C243.062,212.344 286,198.594 383.874,264.844 C424.686,253.438 468.468,247.813 511.999,247.625 C555.499,247.813 599.311,253.5 640.187,264.906 C737.875,198.594 780.875,212.406 780.875,212.406 C808.875,282.937 791.25,334.968 786,347.906 C818.812,383.75 838.625,429.375 838.625,485.312 C838.625,682 718.875,725.312 604.813,738 C623.251,753.875 639.563,785 639.563,832.75 C639.563,901.188 638.875,956.375 638.875,973.25 C638.875,986.875 648.187,1002.812 674.125,997.812 C877.438,930 1024,738.125 1024,512 C1024,229.25 794.75,0 512,0 L512,0 Z" id="Shape" sketch:type="MSShapeGroup"/>
9+
</g>
10+
</g>
11+
</svg>

_includes/icon/slack.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="svg-icon" x="0px" y="0px" width="10rem" height="5rem" viewBox="1.464 25.444 498.152 149.23" enable-background="new 1.464 25.444 498.152 149.23" xml:space="preserve">
2+
<title>background</title>
3+
<title>Layer 1</title>
4+
<g>
5+
<g>
6+
<path fill="#443642" d="M178.463,83.987c0-14.818,10.804-25.165,30.438-25.165c11.98,0,21.783,3.825,27.094,7.572 c0.76,0.535,2.116,1.833,1.303,4.247c-1.042,2.6-2.953,6.51-4.324,9.05c-0.798,1.48-2.836,1.285-3.88,0.756 c-3.783-1.917-9.988-5.16-15.688-5.758c-1.399-0.147-2.869-0.227-4.347-0.188c-5.02,0.112-9.214,1.855-10.691,5.685 c-0.297,0.762-0.457,1.523-0.477,2.274c-0.138,5.047,6.886,6.872,15.395,8.334c15.819,2.71,27.787,7.348,27.787,23.63 c0,13.827-10.989,26.323-32.52,25.94c-14.194-0.287-24.264-5.083-29.66-9.737c-0.184-0.158-2.238-2.25-1.137-4.766 c1.26-3.239,3.387-6.951,5.056-8.922c0.928-1.266,3.377-1.467,4.65-0.678c4.448,2.764,11.768,7.196,20.206,7.49 c0.666,0.023,1.326,0.027,1.974,0.01c7.59-0.184,12.182-3.062,12.086-7.91c-0.082-4.271-6.1-6.766-15.683-8.572 c-15.284-2.879-27.58-7.917-27.58-23.292"/>
7+
<path fill="#443642" d="M317.316,105.086c-10.778,0.141-20.66,3.087-20.945,11.51c-0.003,6.684,5.419,9.967,13.029,9.537 c7.3-0.703,12.867-3.869,15.32-8.07c0.907-1.557,1.045-7.383,0.99-9.873c-0.014-0.53-1.062-1.533-1.521-1.726 c-2.29-0.965-3.985-1.263-6.874-1.38 M281.453,71.146c5.04-4.51,15.033-11.53,30.959-11.16c21.017,0.437,32.12,10.29,33.154,33.86 c0.426,9.72-0.28,36.832-0.448,43.587c-0.025,0.969-0.353,1.639-1.659,1.664c-3.461,0.139-11.457,0.084-15.131,0.036 c-1.854-0.09-2.069-1.01-2.093-1.973c-0.016-0.63-0.07-2.498-0.109-4.021c-0.021-0.808-0.78-0.785-0.974-0.578 c-4.93,5.264-13.004,7.806-21.59,7.806c-13.05,0-26.06-7.677-26.02-22.88c0.04-15.57,11.08-23.25,23.208-25.061 c7.766-1.156,16.52-0.128,23.149,2.506c0.424,0.17,1.29-0.076,1.297-0.677c0.027-1.984-0.069-5.765-0.45-7.557 c-0.973-4.566-4.782-8.24-12.784-9.23c-1.648-0.203-3.307-0.27-4.968-0.138c-6.361,0.5-14.016,5.46-17.186,7.317 c-0.746,0.436-1.914,0.117-2.292-0.37c-1.85-2.39-6.5-9.38-6.866-10.497c-0.366-1.114,0.15-2.052,0.801-2.638L281.453,71.146z"/>
8+
<path fill="#443642" d="M352.496,100.13c-0.125-21.715,15.005-40.034,39.573-40.195c15.33-0.1,26.467,6.85,28.431,10.128 c0.399,0.77,0.194,1.413-0.082,2.188c-1.298,2.74-4.576,8.034-6.912,11.034c-0.995,1.278-2.075,0.183-3.33-0.652 c-3.483-2.32-10.101-5.157-16.614-5.157c-11.816,0.002-20.615,8.104-20.517,23.01c0.092,14.304,8.52,22.165,20.558,22.45 c6.293,0.158,12.39-3.459,15.67-6.422c1.03-0.899,2.096-0.449,3.273,0.471c2.31,2.361,5.623,6.006,7.46,8.515 c1.203,1.394,0.303,2.758-0.13,3.306c-4.984,6.307-14.61,11.615-27.349,11.687c-26.674,0.187-39.906-18.568-40.029-40.36"/>
9+
<path fill="#443642" d="M479.823,139.514c1.252-0.094,14.613-1.938,18.714-2.877c1.018-0.232,1.38-1.088,0.811-1.936 c-2.29-3.434-8.311-13.186-14.617-21.916c-5.8-8.027-11.913-15.087-13.89-17.803c-0.482-0.66-0.456-1.31,0.069-1.822 c3.761-3.68,19.493-19.105,25.408-25.475c2.29-2.478,0.915-3.544-1.03-4.123c-3.757-1.12-9.834-2.516-13.29-3.245 c-1.457-0.308-3.212-0.2-4.486,1.11c-5.914,5.515-23.963,23.63-29.351,29.045c-0.97,0.977-1.535,0.76-1.54-0.636 c-0.044-10.44-0.25-55.138-0.623-62.49c-0.026-0.972-1.195-1.71-1.854-1.745c-3.388-0.177-11.947-0.228-15.32-0.03 c-0.945,0.107-1.848,1.07-1.93,1.884c-0.778,11.756,0.33,98.054,0.792,110.126c0.033,0.873,0.683,1.55,1.512,1.599 c3.365,0.195,11.688,0.182,15.574,0.109c1.912,0,2.146-1.344,2.146-1.344l0.288-23.157c0,0,0.197-1.03,0.516-1.37 c1.37-1.475,5.16-5.537,6.776-7.107c0.388-0.377,1-0.35,1.396,0.183c1.92,2.59,7.395,11.01,12.47,18.53 c4.663,6.908,9.016,13.039,9.32,13.472c0.702,1,1.522,1.04,2.14,1.021V139.514z"/>
10+
<path fill="#443642" d="M252.59,139.434c1.175,0.039,10.09,0.029,14.04,0.024c1.33,0.026,2.021-0.981,2.065-1.87 c0.839-16.926,0.48-97.512-0.05-110.237c-0.044-1.1-0.515-1.513-1.266-1.613c-3.39-0.454-13.024-0.348-16.112,0.46 c-0.604,0.157-0.96,0.616-0.979,1.206c-0.756,32.8-0.246,108.42-0.086,109.852c0.159,1.434,0.909,2.128,2.39,2.178H252.59z"/>
11+
<g>
12+
<g>
13+
<path fill="#70CADB" d="M13.997,105.78c-5.494,0.042-10.148-3.232-11.864-8.342c-0.066-0.198-0.123-0.39-0.178-0.583 c-1.87-6.544,1.756-13.39,8.255-15.582L114.45,46.35c1.267-0.363,2.543-0.548,3.807-0.556c5.64-0.044,10.422,3.302,12.18,8.52 l0.156,0.504c1.95,6.816-2.895,12.9-8.7,14.85c-0.004,0.003-1.06,0.36-103.662,35.391 C16.844,105.53,15.421,105.768,13.997,105.78L13.997,105.78z"/>
14+
</g>
15+
<g>
16+
<path fill="#E01765" d="M31.372,157.045c-5.537,0.04-10.207-3.188-11.903-8.225c-0.064-0.192-0.125-0.385-0.18-0.579 c-1.896-6.622,1.726-13.54,8.247-15.735L131.78,97.263c1.347-0.45,2.738-0.68,4.137-0.693c5.552-0.042,10.43,3.35,12.151,8.444 l0.16,0.53c1.007,3.521,0.412,7.478-1.59,10.601c-1.492,2.322-6.198,4.366-6.198,4.366L35.8,156.29 c-1.458,0.487-2.945,0.744-4.428,0.757V157.045z"/>
17+
</g>
18+
<g>
19+
<path fill="#E8A723" d="M118.148,157.268c-5.56,0.043-10.483-3.465-12.255-8.723l-34.79-103.34l-0.174-0.58 c-1.885-6.59,1.74-13.464,8.237-15.654c1.3-0.437,2.644-0.665,3.997-0.677c2.01-0.015,3.955,0.438,5.787,1.343 c3.063,1.525,5.354,4.15,6.449,7.392l34.787,103.331l0.101,0.332c1.954,6.842-1.663,13.72-8.16,15.91 C120.84,157.031,119.5,157.256,118.148,157.268L118.148,157.268z"/>
20+
</g>
21+
<g>
22+
<path fill="#3EB890" d="M66.435,174.674c-5.56,0.043-10.487-3.465-12.26-8.73L19.394,62.608c-0.06-0.19-0.12-0.38-0.178-0.575 c-1.88-6.588,1.734-13.463,8.229-15.655c1.295-0.43,2.634-0.657,3.985-0.668c5.561-0.044,10.485,3.463,12.257,8.723 l34.782,103.34c0.065,0.18,0.124,0.379,0.177,0.569c1.884,6.593-1.732,13.472-8.237,15.664 c-1.292,0.431-2.629,0.656-3.978,0.667H66.435z"/>
23+
</g>
24+
<path fill="#CC2027" d="M100.997,133.996l24.258-8.294l-7.93-23.55l-24.286,8.207L100.997,133.996z"/>
25+
<path fill="#361238" d="M49.364,151.65l24.256-8.293l-7.99-23.73l-24.28,8.21L49.364,151.65z"/>
26+
<path fill="#65863A" d="M83.727,82.7l24.26-8.283l-7.837-23.275l-24.305,8.143L83.727,82.7z"/>
27+
<path fill="#1A937D" d="M32.088,100.33l24.26-8.283l-7.933-23.572L24.11,76.617L32.088,100.33L32.088,100.33z"/>
28+
</g>
29+
</g>
30+
</g>
31+
</svg>

0 commit comments

Comments
 (0)