Commit 0d1bdf3c by Kevin Van Ransbeeck

Initialized git from semi-optimized version

0 parents
{
"directory": "bower_components"
}
*.DS_Store
/css/*
/bower_components/*
/node_modules/*
\ No newline at end of file \ No newline at end of file
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
/**
* 1 :: Combine and uglify all JavaScript sources into 1 minified file.
* Start with (external) libraries that are really needed (dependencies).
*/
uglify: {
build: {
files: {
'js/app.min.js': ['js/libs/*.js', 'js/app.js']
}
}
},
/**
* 2 :: Process SASS (SCSS) files and compile their CSS version.
*/
sass: {
options: {
// app.scss loads components from foundation.
// Without this include, grunt would not know where to get them from.
includePaths: ['bower_components/foundation/scss']
},
dist: {
options: {
// We will minify our final combined CSS file anyway.
outputStyle: 'normal'
},
files: {
'css/app.css': 'scss/app.scss',
}
}
},
/**
* 3 :: Combine different CSS files into 1 file.
* Start with (external) CSS (libs) that are really needed.
*/
concat_css: {
options: {
// Task-specific options go here.
},
all: {
src: ['css/**/*.css', '!css/style*css'],
dest: 'css/style-unprefixed.css'
},
},
/**
* 4 :: If there is CSS3 that needs browser-specific prefixes,
* this library will add these (create the different variants).
* On the contrary, if the original CSS contains prefixes that are no
* longer marked as needed, it will remove them (e.g. border-radius).
*/
autoprefixer: {
global: {
files : {
'css/style.css': 'css/style-unprefixed.css'
}
}
},
/**
* 5 :: Minify the prefixed CSS file to preserve bandwidth.
*/
cssmin: {
build: {
src: 'css/style.css',
dest: 'css/style.min.css'
}
},
/**
* 6 :: Combine all svg files and create one mapped svg sprite we can include.
*/
svgstore: {
options: {
prefix: "shape-",
cleanup: false,
svg: {
style: "display: none;"
}
},
default: {
files: {
'assets/svg-defs.svg': ['svg/*.svg']
}
}
},
/**
* X :: Watch files for changes and act on them (recompile etc...).
*/
watch: {
options: {
livereload: true,
},
grunt: {
files: ['Gruntfile.js']
},
css: {
files: ['scss/**/*.scss', 'css/libs/*.css'],
tasks: ['sass', 'concat_css', 'autoprefixer', 'cssmin']
},
scripts: {
files: ['js/**/*.js', '!js/**/*.min.js'],
tasks: ['uglify']
},
svg: {
files: 'svg/**/*.svg',
tasks: ['svgstore']
}
}
});
// Load necessairy grunt tasks based on npm modules.
require("load-grunt-tasks")(grunt);
grunt.registerTask('build', ['uglify', 'sass', 'concat_css', 'autoprefixer', 'cssmin', 'svgstore']);
grunt.registerTask('default', ['build','watch']);
}
# Foundation libsass template
This is a template to start your own project that uses Grunt and libsass!
## Requirements
You'll need to have the following items installed before continuing.
* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`
## Quickstart
```bash
git clone git@github.com:zurb/foundation-libsass-template.git
npm install && bower install
```
While you're working on your project, run:
`grunt`
And you're set!
## Directory Structure
* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Application styles go here
{
"name": "foundation-libsass-template",
"dependencies": {
"foundation": "zurb/bower-foundation"
}
}
/* Foundation was made by ZURB, an interaction design and design strategy firm in Campbell, CA */
/* zurb.com */
/* humanstxt.org */
/* SITE */
Standards: HTML5, CSS3
Components: jQuery, Orbit, Reveal
Software: Coda, Textmate, Git
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Demo site.</title>
<link rel="stylesheet" href="css/style.min.css" />
</head>
<body>
<?php
require_once ('assets/svg-defs.svg');
?>
<header>
<div class="row">
<div class="large-12 columns">
<svg>
<use xlink:href="#shape-kevinletterlogo" />
</svg>
</div>
<div class="large-12 columns">
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="#">Demo Site</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="index.php">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</section>
</nav>
</div>
</div>
</header>
<div class="row">
<div class="large-12 columns">
<h1>Welcome to my Demo site.</h1>
</div>
</div>
<div class="row">
<div id="owl-demo" class="owl-carousel large-12 columns">
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage1.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage2.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage3.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage4.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage5.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage6.jpg" alt="Lazy Owl Image"></div>
<div class="item"><img class="lazyOwl" data-src="assets/slider/fullimage7.jpg" alt="Lazy Owl Image"></div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="countdown">
<h3>Countdown to DrupalCamp Ghent 2014</h3>
<div id="clock"></div>
<blockquote>
<p>Join us for a new Drupalcamp in Ghent on November 7 & 8, 2014. Our camp will be at the Campus Schoonmeersen of the Hogeschool Gent this year, walking distance from the Gent Sint-Pieters train station. We will be having multiple session tracks, codesprints and informal meetings (BoFs), which will add up to become the best Drupal event in Ghent ever!</p>
<p>Through a wide range of presentations you will learn more about all the latest in Drupal development and site building. The topics covered offer something for everyone, from novice to experienced user. They include talks about development, front end development, design & usability, community, and much more.</p>
</blockquote>
<div class="large-6 medium-6 columns push-3 drupalcamp">
<a href="http://ghent2014.drupalcamp.be" target="_blank" class="cta-drupalcamp"><span><svg><use xlink:href="#shape-link-icon" /></svg></span>Visit the DrupalCamp site</a>
<a href="https://www.facebook.com/DrupalcampBelgium" target="_blank" class="cta-facebook"><span><svg><use xlink:href="#shape-facebook-thumb" /></svg></span>Facebook page</a>
</div>
</div>
</div>
</div>
<footer>
<div class="row">
<div class="large-4 medium-4 columns social">
<a href="https://www.facebook.com/KevinVR" target="_blank">
<svg class="facebook-icon">
<use xlink:href="#shape-facebook-up" />
</svg>
</a>
<a href="https://twitter.com/kevinvransbeeck" target="_blank">
<svg class="twitter-icon">
<use xlink:href="#shape-twitter-up" />
</svg>
</a>
<a href="https://www.linkedin.com/profile/view?id=140537646" target="_blank">
<svg class="linkedin-icon">
<use xlink:href="#shape-linkedin-up" />
</svg>
</a>
<a href="http://instagram.com/kevinvanransbeeck" target="_blank">
<svg class="instagram-icon">
<use xlink:href="#shape-instagram-up" />
</svg>
</a>
<a href="http://www.pinterest.com/KevinVRansbeeck/" target="_blank">
<svg class="pinterest-icon">
<use xlink:href="#shape-pinterest-up" />
</svg>
</a>
</div>
</div>
</footer>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/foundation/js/foundation.min.js"></script>
<script src="js/app.min.js"></script>
</body>
</html>
$(document).foundation();
$(document).ready(function() {
$("#owl-demo").owlCarousel({
singleItem: true,
lazyLoad : true,
navigation : true
});
var ringer = {
countdown_to: "11/07/2014",
rings: {
'DAYS': {
s: 86400000, // mseconds in a day,
max: 365
},
'HOURS': {
s: 3600000, // mseconds per hour,
max: 24
},
'MINUTES': {
s: 60000, // mseconds per minute
max: 60
},
'SECONDS': {
s: 1000,
max: 60
}
},
r_count: 4,
r_spacing: 10, // px
r_size: 75, // px
r_thickness: 2, // px
update_interval: 11, // ms
init: function(){
$r = ringer;
$r.cvs = document.createElement('canvas');
$r.size = {
w: ($r.r_size + $r.r_thickness) * $r.r_count + ($r.r_spacing*($r.r_count-1)),
h: ($r.r_size + $r.r_thickness)
};
$r.cvs.setAttribute('width',$r.size.w);
$r.cvs.setAttribute('height',$r.size.h);
$r.ctx = $r.cvs.getContext('2d');
$("#clock").html($r.cvs);
$r.cvs = $($r.cvs);
$r.ctx.textAlign = 'center';
$r.actual_size = $r.r_size + $r.r_thickness;
$r.countdown_to_time = new Date($r.countdown_to).getTime();
$r.cvs.css({ width: $r.size.w+"px", height: $r.size.h+"px" });
$r.go();
},
ctx: null,
go: function(){
var idx=0;
$r.time = (new Date().getTime()) - $r.countdown_to_time;
for(var r_key in $r.rings) $r.unit(idx++,r_key,$r.rings[r_key]);
setTimeout($r.go,$r.update_interval);
},
unit: function(idx,label,ring) {
var x,y, value, ring_secs = ring.s;
value = parseFloat($r.time/ring_secs);
$r.time-=Math.round(parseInt(value)) * ring_secs;
value = Math.abs(value);
x = ($r.r_size*.5 + $r.r_thickness*.5);
x +=+(idx*($r.r_size+$r.r_spacing+$r.r_thickness));
y = $r.r_size*.5;
y += $r.r_thickness*.5;
// calculate arc end angle
var degrees = 360-(value / ring.max) * 360.0;
var endAngle = degrees * (Math.PI / 180);
$r.ctx.save();
$r.ctx.translate(x,y);
$r.ctx.clearRect($r.actual_size*-0.5,$r.actual_size*-0.5,$r.actual_size,$r.actual_size);
// first circle
$r.ctx.strokeStyle = "rgba(128,128,128,0.2)";
$r.ctx.beginPath();
$r.ctx.arc(0,0,$r.r_size/2,0,2 * Math.PI, 2);
$r.ctx.lineWidth =$r.r_thickness;
$r.ctx.stroke();
// second circle
$r.ctx.strokeStyle = "rgba(253, 128, 1, 0.9)";
$r.ctx.beginPath();
$r.ctx.arc(0,0,$r.r_size/2,0,endAngle, 1);
$r.ctx.lineWidth =$r.r_thickness;
$r.ctx.stroke();
// label
$r.ctx.fillStyle = "#ffffff";
$r.ctx.font = '10px Helvetica';
$r.ctx.fillStyle = '#CCC';
$r.ctx.fillText(label, 0, 23);
$r.ctx.fillText(label, 0, 23);
$r.ctx.font = 'bold 30px Helvetica';
$r.ctx.fillText(Math.floor(value), 0, 5);
$r.ctx.restore();
}
}
ringer.init();
});
{
"name": "example-grunt-css-project",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "^1.0.1",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.8.1",
"grunt-svgstore": "^0.3.5",
"load-grunt-tasks": "^0.6.0",
"node-sass": "~0.9.3"
}
}
# www.robotstxt.org/
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
User-agent: *
canvas {
width: 100%;
height: 200px;
display: block;
position: relative;
background: transparent;
margin: 40px auto;
}
/* Panels */
.panel {
border-style: solid;
border-width: 1px;
border-color: #d7d7d7;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
color: #333333;
}
.panel >:first-child {
margin-top: 0;
}
.panel >:last-child {
margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
line-height: 1;
margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
line-height: 1.4;
}
.panel.callout {
border-style: solid;
border-width: 1px;
border-color: #e9f4c7;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #fbfdf5;
color: #333333;
}
.panel.callout >:first-child {
margin-top: 0;
}
.panel.callout >:last-child {
margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
line-height: 1;
margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
line-height: 1.4;
}
.panel.callout a:not(.button) {
color: #bada55;
}
.panel.radius {
border-radius: 3px;
}
blockquote {
border-style: solid;
border-width: 1px;
border-color: #d7d7d7;
margin: 0 auto;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
color: #333333;
quotes: "\201C""\201D""\2018""\2019";
display: block;
width: 100%;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p:first-child {
display: inline;
}
@import 'structure';
@import 'components';
@import 'typography';
@import 'social';
@import 'clock';
@media #{$large-up} {
blockquote {
width: 50%;
}
}
.social {
a {
display: inline-block;
height: 50px;
width: 50px;
// svg {
// height: 50px;
// width: 50px;
// }
}
}
.facebook-icon {
height: 50px;
width: 50px;
$color: #3C5A98;
fill: $color;
&:hover {
fill: darken($color, 10%);
}
}
.twitter-icon {
height: 50px;
width: 50px;
$color: #28AAE2;
fill: $color;
&:hover {
fill: darken($color, 10%);
}
}
.linkedin-icon {
height: 50px;
width: 50px;
$color: #047CB7;
fill: $color;
&:hover {
fill: darken($color, 10%);
}
}
.instagram-icon {
height: 50px;
width: 50px;
$color: #43739B;
fill: $color;
&:hover {
fill: darken($color, 10%);
}
}
.pinterest-icon {
height: 50px;
width: 50px;
$color: #CB2128;
fill: $color;
&:hover {
fill: darken($color, 10%);
}
}
.drupalcamp {
text-align: center;
}
.cta-drupalcamp {
$color: #0491c6;
color: #FFF;
background-color: $color;
border: 1px solid darken($color, 10%);
margin: 15px;
padding: 15px;
text-decoration: none;
&:hover {
text-decoration: underline;
}
svg {
margin-right: 15px;
max-width: 1em;
width: auto;
height: 1em;
vertical-align: middle;
}
}
.cta-facebook {
$color: #f26825;
color: #FFF;
background-color: $color;
border: 1px solid darken($color, 10%);
margin: 15px;
padding: 15px;
text-decoration: none;
&:hover {
text-decoration: underline;
}
svg {
margin-right: 15px;
max-width: 1em;
width: auto;
height: 1em;
vertical-align: middle;
}
}
header {
svg {
width: 100%;
}
}
footer {
border-top: 1px solid #CCC;
margin: 25px 0 0 0;
padding: 25px 0;
}
h1, h2, h3 {
text-align: center;
}
@import "settings";
// @import "foundation";
// Or selectively include components
@import
// "foundation/components/accordion",
// "foundation/components/alert-boxes",
// "foundation/components/block-grid",
// "foundation/components/breadcrumbs",
// "foundation/components/button-groups",
// "foundation/components/buttons",
// "foundation/components/clearing",
// "foundation/components/dropdown",
// "foundation/components/dropdown-buttons",
// "foundation/components/flex-video",
// "foundation/components/forms",
// "foundation/components/grid",
// "foundation/components/inline-lists",
// "foundation/components/joyride",
// "foundation/components/keystrokes",
// "foundation/components/labels",
// "foundation/components/magellan",
// "foundation/components/orbit",
// "foundation/components/pagination",
// "foundation/components/panels",
// "foundation/components/pricing-tables",
// "foundation/components/progress-bars",
// "foundation/components/reveal",
// "foundation/components/side-nav",
// "foundation/components/split-buttons",
// "foundation/components/sub-nav",
// "foundation/components/switch",
// "foundation/components/tables",
// "foundation/components/tabs",
// "foundation/components/thumbs",
// "foundation/components/tooltips",
"foundation/components/top-bar";
// "foundation/components/type",
// "foundation/components/offcanvas",
// "foundation/components/visibility";
@import "custom";
@import "responsive";
#zend-dev-bar-iframe { display: none; }
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
id="svg2" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:version="0.48.0 r9654" sodipodi:docname="Like.svg.2011_10_09_19_35_59.0.svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="28 28.5 244 200"
enable-background="new 28 28.5 244 200" xml:space="preserve">
<sodipodi:namedview borderopacity="1" objecttolerance="10" gridtolerance="10" bordercolor="#666666" inkscape:cy="136.09328" inkscape:cx="219.08488" inkscape:zoom="2" guidetolerance="10" showgrid="false" pagecolor="#ffffff" id="namedview4" inkscape:current-layer="svg2" inkscape:window-maximized="1" inkscape:window-y="-8" inkscape:window-x="-8" inkscape:window-height="706" inkscape:window-width="1366" inkscape:pageshadow="2" inkscape:pageopacity="0">
</sodipodi:namedview>
<path id="path3009" sodipodi:nodetypes="cccccssssscsccccscssc" inkscape:connector-curvature="0" fill="#455C91" stroke="#485C90" d="
M148.4,36.6l0.4,31.9c-7.6,16.4-22.6,41.5-33.5,50.8l-1.4-1.7l-74.6-0.1c-3.8-0.2-7.9,4.3-7.7,7.3l7.3,95.6c0.2,3.1,3.6,7.1,7.1,7.1
h66.5c2.6,0,6.2-2.6,6.3-5.8l0.3-8.3c2.2,3.1,8,7.6,13,7.6h89.6c11.2,0,28.5-11.9,22.8-32.1c6.4-5.1,10.2-13.9,6.4-25
c6.7-5.5,11.6-15.9,6-25.1c17.9-15,6.3-36.1-7.6-36.1h-60.3c2.3-9.9,5.8-19.9,5.6-33.2c-0.2-11.5-7.8-28.2-13.3-37.1
C179.1,28.7,158.1,21.5,148.4,36.6L148.4,36.6z"/>
<path id="path3764" sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" fill="#6E7FB3" d="M40.3,126.7h62.9l0.1,92.4h-56
L40.3,126.7z"/>
<path id="path2994" inkscape:connector-curvature="0" fill="#6475AB" d="M47,139.1h49.8v74.3H53.4L47,139.1z"/>
<path id="path2987" sodipodi:nodetypes="cssccccccccccccccccc" inkscape:connector-curvature="0" fill="#EDF5F7" d="M178.8,111.4
c2.9-11.6,5-24.4,6.4-36.8c0.3-3,0.3-5.7-0.1-8.2c-1.8-9.9-6-18.8-9.9-27.8c-3.9-3-11.4-4.3-17.1,0.4v31.4
c-9.5,18.7-20.3,36.6-33.5,53.2l-12.5,8.7v72.6l8.7,0c0,0,11.5,7,12.1,6.7c1,0.5,89.6,0.2,89.6,0.2c4.8,0.1,22.1-12.6,11.1-22.4
c-1.5-0.9-1.3-3.6,0.1-4.5c6.9-1.2,15.3-14.2,6.5-21c-1.5-1.7-0.4-4.3,1.3-4.4c5.2-2.5,14-10.8,6-20.9c-1.6-0.8-1.7-2.9-0.2-4.2
c7.8-1.1,17.6-18.7,1.3-23L178.8,111.4z"/>
<path id="path3002" sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" fill="#DCE4E7" d="M118.3,205v-77.2l-6.4,4.3
l0,72.8L118.3,205z"/>
<path id="path3000" sodipodi:nodetypes="ccsscccc" inkscape:connector-curvature="0" fill="#DCE4E7" d="M166.4,35.9l7.4,32.1
l-19.7,35c-2,3.6,0.4,7.3,3.4,7.4l21.4,1c3.3-14.7,7.2-32.7,6.4-43.8c-1.5-7.7-4.6-17.5-10.1-29C172,36.4,169.5,35.9,166.4,35.9z"/>
<path id="path2985" sodipodi:nodetypes="cccccccccsssscccc" inkscape:connector-curvature="0" fill="#DCE4E7" d="M221,111.3
c7,6.7,2.8,19.2-3.4,23.6c-1.2,0.7-1.4,2.3-0.6,3.4c6.8,7.8-2.2,20.8-5.1,22.2c-0.9,0.8-1.1,1.8-0.9,2.8c7.7,10.8-1.2,19.8-4.3,21.9
c-1,0.9-1.3,2.5-0.6,4c6.7,10.6-1.1,18.1-5.5,22.8l22,0c4.2,0.2,22-12.7,10.2-22.8c-1.3-1.1-0.5-4.1,0.4-4.2
c5.8-1,16.1-13.3,6.5-21.2c-0.7-0.5-1.2-3.2,1.3-4.4c7.9-3.5,12.9-12,6.1-20.9c-1.8-1-1.6-3.2-0.2-4.1c13.3-4,13.6-21.5,1.3-23.1
L221,111.3z"/>
<g id="g3779">
<path id="path3780" sodipodi:open="true" sodipodi:start="6.2585156" sodipodi:end="12.541589" sodipodi:type="arc" sodipodi:cx="66.21273" sodipodi:cy="237.81807" sodipodi:rx="13.828837" sodipodi:ry="13.828837" fill="#FFFFFF" d="
M93.1,204.1c0.1,3.6-2.8,6.6-6.4,6.6c-3.6,0.1-6.6-2.8-6.6-6.4c-0.1-3.6,2.8-6.6,6.4-6.6C90.1,197.6,93.1,200.5,93.1,204.1"/>
<path id="path3782" sodipodi:open="true" sodipodi:start="6.2585156" sodipodi:end="12.541589" sodipodi:type="arc" sodipodi:cx="68.334961" sodipodi:cy="223.04004" sodipodi:rx="1.0498047" sodipodi:ry="1.0498047" d="
M86,202.8c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8C85.6,202,86,202.4,86,202.8"/>
<path id="path3790" sodipodi:open="true" sodipodi:start="6.2585156" sodipodi:end="12.541589" sodipodi:type="arc" sodipodi:cx="68.334961" sodipodi:cy="223.04004" sodipodi:rx="1.0498047" sodipodi:ry="1.0498047" d="
M88.8,202.8c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8C88.5,202,88.8,202.4,88.8,202.8"/>
<path id="path3792" sodipodi:open="true" sodipodi:start="6.2585156" sodipodi:end="12.541589" sodipodi:type="arc" sodipodi:cx="68.334961" sodipodi:cy="223.04004" sodipodi:rx="1.0498047" sodipodi:ry="1.0498047" d="
M88.8,205.7c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8C88.5,204.9,88.8,205.3,88.8,205.7"/>
<path id="path3794" sodipodi:open="true" sodipodi:start="6.2585156" sodipodi:end="12.541589" sodipodi:type="arc" sodipodi:cx="68.334961" sodipodi:cy="223.04004" sodipodi:rx="1.0498047" sodipodi:ry="1.0498047" d="
M86,205.7c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.4-0.8-0.8c0-0.5,0.4-0.8,0.8-0.8C85.6,204.9,86,205.3,86,205.7"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
<path d="M25,3C12.9,3,3,5.3,3,25s9.9,22,22,22s22-2.3,22-22S37.1,3,25,3z M29,18.1c0,0-1.5,0-1.9,0c-0.3,0-1.1-0.3-1.1,0.5V21h3
l-0.1,3H26c0,5,0,11,0,11h-4c0,0,0-6,0-11h-2v-3h2v-2.6c0-1.7,0.8-4.4,4-4.4h3V18.1z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
<g>
<path d="M28.5,22h3c0.3,0,0.5-0.2,0.5-0.5v-3c0-0.3-0.2-0.5-0.5-0.5h-3c-0.3,0-0.5,0.2-0.5,0.5v3C28,21.8,28.2,22,28.5,22z"/>
<path d="M32,31.6V24h-0.9c0.1,1,0.2,0.9,0.2,1.3c0,3-2.4,5.3-5.4,5.3s-5.4-2.4-5.4-5.4c0-0.5,0.1-0.3,0.2-1.3H19v7.6
c0,0.3,0.1,0.4,0.4,0.4h12.9C32.5,32,32,31.8,32,31.6z"/>
<ellipse cx="25.8" cy="25.2" rx="3.4" ry="3.4"/>
<path d="M25,3C12.9,3,3,5.3,3,25s9.9,22,22,22s22-2.3,22-22S37.1,3,25,3z M34,32c0,1.2-0.2,2-1.4,2H19c-1.2,0-3-0.8-3-2V18.4
c0-1.2,1.8-2.4,3-2.4h13.6c1.2,0,1.4,1.2,1.4,2.4V32z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 134.9 27" enable-background="new 0 0 134.9 27" xml:space="preserve">
<g>
<path d="M3.7,13.8L9.3,11v0.8l-4.7,2.4v0l4.7,2.4v0.8l-5.6-2.9V13.8z"/>
<path d="M10.1,17.8l3.3-8.7h0.8l-3.4,8.7H10.1z"/>
<path d="M15.1,9.3h1v3.9h0c0.2-0.3,0.4-0.6,0.6-0.9l2.5-3h1.3l-2.9,3.4l3.2,4.7h-1.2l-2.7-4l-0.8,0.9v3.1h-1V9.3z"/>
<path d="M25.8,13.6h-3.1v2.9h3.5v0.9h-4.5V9.3H26v0.9h-3.3v2.6h3.1V13.6z"/>
<path d="M29.4,17.4l-2.6-8.1h1.1l1.3,4c0.3,1.1,0.6,2.1,0.9,3h0c0.2-0.9,0.6-2,0.9-3l1.4-4h1.1l-2.9,8.1H29.4z"/>
<path d="M35.4,9.3v8.1h-1V9.3H35.4z"/>
<path d="M37.2,17.4V9.3h1.1l2.6,4.1c0.6,0.9,1.1,1.8,1.5,2.6l0,0c-0.1-1.1-0.1-2.1-0.1-3.3V9.3h1v8.1h-1.1l-2.6-4.1
c-0.6-0.9-1.1-1.8-1.5-2.7l0,0c0.1,1,0.1,2,0.1,3.3v3.5H37.2z"/>
<path fill="#729AD0" d="M46.8,17.4l-2.6-8.1h1.1l1.3,4c0.3,1.1,0.6,2.1,0.9,3h0c0.2-0.9,0.6-2,0.9-3l1.4-4h1.1L48,17.4H46.8z"/>
<path fill="#729AD0" d="M52.4,14.8l-0.8,2.5h-1.1l2.7-8.1h1.3l2.8,8.1h-1.1l-0.9-2.5H52.4z M55,14l-0.8-2.3c-0.2-0.5-0.3-1-0.4-1.5
h0c-0.1,0.5-0.3,1-0.4,1.5L52.6,14H55z"/>
<path fill="#729AD0" d="M58.4,17.4V9.3h1.1l2.6,4.1c0.6,0.9,1.1,1.8,1.5,2.6l0,0c-0.1-1.1-0.1-2.1-0.1-3.3V9.3h1v8.1h-1.1l-2.6-4.1
c-0.6-0.9-1.1-1.8-1.5-2.7l0,0c0.1,1,0.1,2,0.1,3.3v3.5H58.4z"/>
<path d="M66.3,9.4c0.5-0.1,1.3-0.2,2-0.2c1.1,0,1.8,0.2,2.3,0.7c0.4,0.4,0.6,0.9,0.6,1.5c0,1.1-0.7,1.8-1.5,2.1v0
c0.6,0.2,1,0.8,1.2,1.6c0.3,1.1,0.5,1.9,0.6,2.2h-1.1c-0.1-0.2-0.3-0.9-0.5-1.9c-0.2-1.1-0.7-1.5-1.6-1.6h-1v3.5h-1V9.4z
M67.4,13.1h1.1c1.1,0,1.8-0.6,1.8-1.5c0-1-0.8-1.5-1.9-1.5c-0.5,0-0.9,0-1,0.1V13.1z"/>
<path d="M74.1,14.8l-0.8,2.5h-1.1L75,9.3h1.3l2.8,8.1h-1.1L77,14.8H74.1z M76.8,14L76,11.7c-0.2-0.5-0.3-1-0.4-1.5h0
c-0.1,0.5-0.3,1-0.4,1.5L74.4,14H76.8z"/>
<path d="M80.2,17.4V9.3h1.1l2.6,4.1c0.6,0.9,1.1,1.8,1.5,2.6l0,0c-0.1-1.1-0.1-2.1-0.1-3.3V9.3h1v8.1h-1.1l-2.6-4.1
c-0.6-0.9-1.1-1.8-1.5-2.7l0,0c0.1,1,0.1,2,0.1,3.3v3.5H80.2z"/>
<path d="M87.9,16.1c0.5,0.3,1.2,0.5,1.9,0.5c1.1,0,1.7-0.6,1.7-1.4c0-0.8-0.4-1.2-1.5-1.6c-1.3-0.5-2.1-1.2-2.1-2.3
c0-1.3,1-2.2,2.6-2.2c0.8,0,1.4,0.2,1.8,0.4L92,10.4c-0.3-0.1-0.8-0.4-1.5-0.4c-1.1,0-1.5,0.7-1.5,1.2c0,0.8,0.5,1.1,1.6,1.6
c1.4,0.5,2.1,1.2,2.1,2.4c0,1.2-0.9,2.3-2.8,2.3c-0.8,0-1.6-0.2-2.1-0.5L87.9,16.1z"/>
<path d="M94,9.4c0.5-0.1,1.2-0.2,1.9-0.2c1,0,1.7,0.2,2.2,0.6c0.4,0.3,0.7,0.8,0.7,1.4c0,0.8-0.5,1.5-1.4,1.8v0
c0.8,0.2,1.7,0.8,1.7,2c0,0.7-0.3,1.2-0.7,1.6c-0.6,0.5-1.5,0.8-2.8,0.8c-0.7,0-1.3,0-1.6-0.1V9.4z M95,12.7H96
c1.1,0,1.8-0.6,1.8-1.4c0-0.9-0.7-1.3-1.8-1.3c-0.5,0-0.8,0-0.9,0.1V12.7z M95,16.6c0.2,0,0.5,0,0.9,0c1.1,0,2.1-0.4,2.1-1.6
c0-1.1-0.9-1.6-2.1-1.6H95V16.6z"/>
<path d="M104.7,13.6h-3.1v2.9h3.5v0.9h-4.5V9.3h4.4v0.9h-3.3v2.6h3.1V13.6z"/>
<path d="M110.6,13.6h-3.1v2.9h3.5v0.9h-4.5V9.3h4.4v0.9h-3.3v2.6h3.1V13.6z"/>
<path d="M118,17.1c-0.4,0.2-1.2,0.4-2.1,0.4c-2.3,0-4-1.4-4-4.1c0-2.5,1.7-4.2,4.2-4.2c1,0,1.6,0.2,1.9,0.4l-0.3,0.9
c-0.4-0.2-1-0.3-1.6-0.3c-1.9,0-3.2,1.2-3.2,3.3c0,2,1.1,3.3,3.1,3.3c0.6,0,1.3-0.1,1.7-0.3L118,17.1z"/>
<path d="M119.3,9.3h1v3.9h0c0.2-0.3,0.4-0.6,0.6-0.9l2.5-3h1.3l-2.9,3.4l3.2,4.7h-1.2l-2.7-4l-0.8,0.9v3.1h-1V9.3z"/>
<path d="M131.2,14.5l-5.6,2.9v-0.8l4.7-2.4v0l-4.7-2.4V11l5.6,2.9V14.5z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="156 156 200 200" enable-background="new 156 156 200 200" xml:space="preserve">
<g>
<path d="M260.2,270.7l-11.8,11.8l0.4,0.4c1.6,1.6,1.6,4.3,0,5.9l-49.2,49.2c-1.6,1.6-4.3,1.6-5.9,0l-19.7-19.7
c-1.6-1.6-1.6-4.3,0-5.9l49.2-49.2c1.6-1.6,4.3-1.6,5.9,0l0.4,0.4l11.8-11.8l-0.4-0.4c-8.2-8.2-21.4-8.2-29.5,0l-49.2,49.2
c-8.2,8.2-8.2,21.4,0,29.5l19.7,19.7c8.2,8.2,21.4,8.2,29.5,0l49.2-49.2c8.2-8.2,8.2-21.4,0-29.5L260.2,270.7z"/>
<path d="M349.9,181.8l-19.7-19.7c-8.2-8.2-21.4-8.2-29.6,0l-49.2,49.2c-8.2,8.2-8.2,21.4,0,29.5l0.4,0.4l11.8-11.8l-0.4-0.4
c-1.6-1.6-1.6-4.3,0-5.9l49.2-49.2c1.6-1.6,4.3-1.6,5.9,0l19.7,19.7c1.6,1.6,1.6,4.3,0,5.9l-49.2,49.2c-1.6,1.6-4.3,1.6-5.9,0
l-0.4-0.4l-11.8,11.8l0.4,0.4c8.2,8.2,21.4,8.2,29.5,0l49.2-49.2C358,203.2,358,190,349.9,181.8z"/>
<path d="M216.5,293.1l2.4,2.4c2.6,2.6,7.3,2.1,10.5-1.1l65-65c3.2-3.2,3.7-7.9,1.1-10.5l-2.4-2.4c-2.6-2.6-7.3-2.1-10.5,1.1l-65,65
C214.4,285.8,213.9,290.5,216.5,293.1z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
<g>
<path d="M25,3C12.9,3,3,5.3,3,25s9.9,22,22,22s22-2.3,22-22S37.1,3,25,3z M20,33h-4V21h4V33z M18,19c-2,0-2-0.7-2-1.9
c0-1.1,0-2.1,2-2.1s2,0.8,2,2S20,19,18,19z M34,33h-4v-6c0-1.6-0.3-3.2-1.8-3.2c-1.1,0-1.8,0.8-2.1,1.5c-0.1,0.3-0.1,0.6-0.1,1V33
h-4c0,0,0.1-10.9,0-12h4v1.6c0.5-0.8,1.5-2,3.6-2c2.7,0,4.4,1.7,4.4,5.4V33z"/>
<path d="M26,22.6L26,22.6L26,22.6L26,22.6z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
<path d="M25,3C12.9,3,3,5.3,3,25s9.9,22,22,22s22-2.3,22-22S37.1,3,25,3z M26.5,30.2c-1.3,0-2.4-0.6-2.8-1.4c0,0-0.7,2.3-0.9,2.8
c-0.5,1.9-2,3.7-2.1,3.9c-0.1,0.1-0.3,0.1-0.3-0.1c0-0.2-0.6-2.7-0.1-4.6c0.2-1,1.5-6.3,1.5-6.3s-0.5-0.8-0.5-1.9
c0-1.7,1.1-3.3,2.4-3.3c1.1,0,2,0.9,2,1.9c0,1.1-0.9,2.9-1.2,4.4c-0.3,1.3,0.6,2.3,1.9,2.3c2.2,0,3.7-2.9,3.7-6.3
c0-2.6-1.7-4.2-4.9-4.2c-3.6,0-5.5,2.3-5.5,5.3c0,1,0.2,1.7,0.7,2.3c0.2,0.3,0.3,0.4,0.2,0.7c-0.1,0.2-0.4,0.7-0.5,0.9
C20,27,19.7,27.1,19.4,27c-1.6-0.7-2.4-2.5-2.4-4.5c0-3.3,2.7-7.5,8.3-7.5c4.5,0,7.8,3.5,7.8,7C33.1,26.5,31,30.2,26.5,30.2z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
<path d="M25,3C12.8,3,3,5.3,3,25s9.8,22,22,22s22-2.3,22-22S37.2,3,25,3z M32.9,20.9c0,0.2,0,0.4,0,0.5c0,5.6-4.2,12-12,12
c-2.4,0-4.6-0.7-6.4-1.9c0.3,0,0.7,0.1,1,0.1c2,0,3.8-0.7,5.2-1.8c-1.8,0-3.4-1.2-3.9-2.9c0.3,0,0.5,0.1,0.8,0.1
c0.4,0,0.8-0.1,1.1-0.1c-1.9-0.4-3.4-2.1-3.4-4.1c0,0,0,0,0-0.1c0.6,0.3,1.2,0.5,1.9,0.5c-1.1-0.8-1.9-2-1.9-3.5
c0-0.8,0.2-1.5,0.6-2.1c2.1,2.5,5.2,4.2,8.7,4.4c-0.1-0.3-0.1-0.6-0.1-1c0-2.3,1.9-4.2,4.2-4.2c1.2,0,2.3,0.5,3.1,1.3
c1-0.2,1.9-0.5,2.7-1c-0.3,1-1,1.8-1.8,2.3c0.9-0.1,1.7-0.3,2.4-0.7C34.4,19.5,33.7,20.3,32.9,20.9z"/>
</svg>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!