Begin reformatting

This commit is contained in:
Rumps 2017-01-13 17:07:01 +00:00
parent df05493b43
commit ef054b321c
27 changed files with 7408 additions and 7457 deletions

View File

@ -1,48 +1,48 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@ -1,110 +1,116 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="content" class="site-content">
<main id="main wrapper" class="site-main wrapper-home" role="main">
<header class="row" id="header-row">
<div class="col-m-3">
<div id="frontpage-img-wrapper">
<img id="frontpage-img" src="http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/mebg.png" alt="A picture of Ben Goldsworthy">
</div>
</div>
<div class="page-header col-m-9 col-w-6">
<h1 id="website-title">Ben Goldsworthy</h1>
<h2 id="page-subtitle">
~ <a href="mailto:bgoldsworthy96@gmail.com"><i class="fa fa-envelope"></i></a> ~
<a href="bitcoin:1HApEg2robrRCx4rTKKeFj25unoaX65QUc"><i class="fa fa-btc"></i></a> ~
<a href="https://www.facebook.com/Rumperuu"><i class="fa fa-facebook-official"></i></a> ~
<a href="https://twitter.com/rumperuu"><i class="fa fa-twitter"></i></a> ~
<a href="https://uk.linkedin.com/in/rumperuu"><i class="fa fa-linkedin"></i></a> ~
<a href="https://github.com/Rumperuu"><i class="fa fa-github"></i></a> ~
<i class="fa fa-key"></i> 7FDCE988 ~
</h2>
</div>
</header>
<div class="row" id="blog-row">
<ul class="col-2">
<li><a id="blog" class="hyperlink-button" href="blog">Blog</a></li>
</ul>
</div>
<div class="row" id="portfolios-row">
<div class="col-12">
<h5>Portfolios</h5>
<ul>
<?php
$portfolios = array("website", "program", "writing", "video", "other");
$num = 2;
$args = array(
'public' => true,
'_builtin' => false
);
foreach (get_post_types($args, 'objects', 'and') as $post_type) {
if (in_array($post_type->name, $portfolios)) {
$num = array_search($post_type->name, $portfolios);
$buttons[$post_type->name] = "<li><a id=\"".($post_type->name)."\" class=\"hyperlink-button\" href=\"".($post_type->name)."\">".($post_type->labels->name)."</a></li>";
}
}
foreach ($portfolios as $portfolio) {
echo "<div class=\"col-m-6 col-2 col-w-1\">";
echo $buttons[$portfolio];
echo "</div>";
}
?>
</ul>
</div>
</div>
<div class="row" id="experience-row">
<div class="col-12">
<h5>Experience</h5>
<ul>
<div class="col-m-6 col-2 col-w-1">
<li><a id="all" class="hyperlink-button" href="experience">All (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="company" class="hyperlink-button" href="experience-by-companies">by Company (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="country" class="hyperlink-button" href="experience-by-countries">by Country (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="sector" class="hyperlink-button" href="experience-by-sector">by Sector (WIP)</a></li>
</div>
</ul>
</div>
</div>
<div class="row" id="others-row">
<div class="col-12">
<ul>
<div class="col-m-6 col-2">
<li><a id="certifications" class="hyperlink-button" href="qualification">Qualifications (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="awards" class="hyperlink-button" href="award">Awards (WIP)</a></li>
</div>
</ul>
</div>
</div>
<div class="row" id="icons-row">
<div class="icons-wrapper col-12 col-m-12">
<ul>
<li><a href="https://www.goodreads.com/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/gr.png');"></div></a></li>
<li><a href="http://letterboxd.com/Rumperuu/"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/lb.png');"></div></a></li>
<li><a href="https://www.grouvee.com/user/Rumperuu/"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/gv.png');"></div></a></li>
<li><a href="http://www.last.fm/user/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/lfm.png');"></div></a></li>
<li><a href="http://followmy.tv/u/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/fmtv.png');"></div></a></li>
</ul>
</div>
</div>
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php get_footer(); ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="content" class="site-content">
<main id="main wrapper" class="site-main wrapper-home" role="main">
<header class="row" id="header-row">
<div class="col-m-3">
<div id="frontpage-img-wrapper">
<img id="frontpage-img" src="http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/mebg.png" alt="A picture of Ben Goldsworthy">
</div>
</div>
<div class="page-header col-m-9 col-w-6">
<h1 id="website-title">Ben Goldsworthy</h1>
<h2 id="page-subtitle">
~ <a href="mailto:bgoldsworthy96@gmail.com"><i class="fa fa-envelope"></i></a> ~
<a href="bitcoin:1HApEg2robrRCx4rTKKeFj25unoaX65QUc"><i class="fa fa-btc"></i></a> ~
<a href="https://uk.linkedin.com/in/rumperuu"><i class="fa fa-linkedin"></i></a> ~
<a href="https://github.com/Rumperuu"><i class="fa fa-github"></i></a> ~
<i class="fa fa-key"></i> 7FDCE988 ~
</h2>
</div>
</header>
<div class="row" id="personal-row">
<div class="col-12">
<h3 class="frontpage-section-title col-12">Personal</h3>
<ul>
<li class="col-m-6 col-1"><a id="blog" class="hyperlink-button" href="blog">Blog</a></li>
<li class="col-m-6 col-1"><a id="wishlist" class="hyperlink-button" href="wishlist">Wishlist</a></li>
</ul>
</div>
</div>
<div class="row" id="portfolios-row">
<div class="col-12">
<h3 class="frontpage-section-title col-12">Portfolios</h3>
<ul>
<?php
$portfolios = array("website", "program", "writing", "video", "other");
$num = 2;
$args = array(
'public' => true,
'_builtin' => false
);
foreach (get_post_types($args, 'objects', 'and') as $post_type) {
if (in_array($post_type->name, $portfolios)) {
$num = array_search($post_type->name, $portfolios);
$buttons[$post_type->name] = "<li class=\"col-m-6 col-2\"><a id=\"".($post_type->name)."\" class=\"hyperlink-button\" href=\"".($post_type->name)."\">".($post_type->labels->name)."</a></li>";
}
}
foreach ($portfolios as $portfolio) {
echo $buttons[$portfolio];
}
?>
</ul>
</div>
</div>
<div class="row" id="experience-row">
<div class="col-12">
<h3 class="frontpage-section-title col-12">Experience</h3>
<ul>
<div class="col-m-6 col-2 col-w-1">
<li><a id="all" class="hyperlink-button" href="experience">All (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="company" class="hyperlink-button" href="experience-by-companies">by Company (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="country" class="hyperlink-button" href="experience-by-countries">by Country (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="sector" class="hyperlink-button" href="experience-by-sector">by Sector (WIP)</a></li>
</div>
</ul>
</div>
</div>
<div class="row" id="others-row">
<div class="col-12">
<ul>
<div class="col-m-6 col-2">
<li><a id="certifications" class="hyperlink-button" href="qualification">Qualifications (WIP)</a></li>
</div>
<div class="col-m-6 col-2">
<li><a id="awards" class="hyperlink-button" href="award">Awards (WIP)</a></li>
</div>
</ul>
</div>
</div>
<!--
<div class="row" id="social-cataloguing-row">
<div class="icons-wrapper col-12 col-m-12">
<ul>
<li><a href="https://www.goodreads.com/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/gr.png');"></div></a></li>
<li><a href="http://letterboxd.com/Rumperuu/"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/lb.png');"></div></a></li>
<li><a href="https://www.grouvee.com/user/Rumperuu/"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/gv.png');"></div></a></li>
<li><a href="http://www.last.fm/user/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/lfm.png');"></div></a></li>
<li><a href="http://followmy.tv/u/Rumperuu"><div class="icon" style="background-image: url('http://www.bengoldsworthy.uk/wp-content/uploads/2016/09/fmtv.png');"></div></a></li>
</ul>
</div>
</div>
-->
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php get_footer(); ?>

View File

@ -1,65 +1,65 @@
<?php
/**
* The template for displaying all single posts and attachments
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
function withinDates($jSDate, $jEDate) {
$endYear = date( "Y" );
$endDate = $endYear."-12-31";
$startDate = ($endYear - 2)."-01-01";
$jEDate = (!$jEDate) ? date('Y-m-d') : (($jEDate > $endDate) ? $endDate : $jEDate);
return (((strtotime($jSDate) < strtotime($endDate)) && (strtotime($jSDate) > strtotime($startDate))) && (strtotime($jEDate) > strtotime($startDate)));
}
$loop = new WP_Query( $args );
?>
<div class="post-header-title"><h1 id="page-title">Experience</h1><h2 id="page-subtitle">by company</h2></div>
<?php
$terms = apply_filters("taxonomy-images-get-terms", "", array('having_images' => false, 'taxonomy' => 'company', 'term_args' => array('parent' => 0)));
if ( ! empty( $terms ) ) {
echo "<div class=\"row\" id=\"companies-grid\">";
echo "<ul>";
foreach ( (array) $terms as $term ) {
$imgURL = wp_get_attachment_image_src($term->image_id, 'detail')[0];
$colour = get_term_meta($term->term_id, 'color', true);
$colour = ($colour != "") ? $colour : "var(--light)";
if (!$imgURL) {
echo "<a href=\"".esc_url(get_term_link($term, $term->taxonomy ))."\"><li class=\"col-2 col-m-4\" style=\"background-color: ".$colour.";\"><h5>".$term->name."</h5></li></a>";
} else {
echo "<a href=\"".esc_url(get_term_link($term, $term->taxonomy ))."\"><li class=\"col-2 col-m-4\" style=\"background-image: url(".strtok($imgURL, '?')."); background-color: ".$colour.";\"></li></a>";
}
}
echo "</ul>";
echo "</div>";
}
?>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$( "#slider-range" ).slider({
range: true,
min: 2008,
max: 2016,
values: [ 2014, 2016 ],
slide: function( event, ui ) {
drawChart();
}
});
$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
" - $" + $( "#slider-range" ).slider( "values", 1 ) );
});
</script>
<div id="slider-range"></div>
<?php //get_sidebar(); ?>
<?php get_footer(); ?>
<?php
/**
* The template for displaying all single posts and attachments
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
function withinDates($jSDate, $jEDate) {
$endYear = date( "Y" );
$endDate = $endYear."-12-31";
$startDate = ($endYear - 2)."-01-01";
$jEDate = (!$jEDate) ? date('Y-m-d') : (($jEDate > $endDate) ? $endDate : $jEDate);
return (((strtotime($jSDate) < strtotime($endDate)) && (strtotime($jSDate) > strtotime($startDate))) && (strtotime($jEDate) > strtotime($startDate)));
}
$loop = new WP_Query( $args );
?>
<div class="post-header-title"><h1 id="page-title">Experience</h1><h2 id="page-subtitle">by company</h2></div>
<?php
$terms = apply_filters("taxonomy-images-get-terms", "", array('having_images' => false, 'taxonomy' => 'company', 'term_args' => array('parent' => 0)));
if ( ! empty( $terms ) ) {
echo "<div class=\"row\" id=\"companies-grid\">";
echo "<ul>";
foreach ( (array) $terms as $term ) {
$imgURL = wp_get_attachment_image_src($term->image_id, 'detail')[0];
$colour = get_term_meta($term->term_id, 'color', true);
$colour = ($colour != "") ? $colour : "var(--light)";
if (!$imgURL) {
echo "<a href=\"".esc_url(get_term_link($term, $term->taxonomy ))."\"><li class=\"col-2 col-m-4\" style=\"background-color: ".$colour.";\"><h5>".$term->name."</h5></li></a>";
} else {
echo "<a href=\"".esc_url(get_term_link($term, $term->taxonomy ))."\"><li class=\"col-2 col-m-4\" style=\"background-image: url(".strtok($imgURL, '?')."); background-color: ".$colour.";\"></li></a>";
}
}
echo "</ul>";
echo "</div>";
}
?>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$( "#slider-range" ).slider({
range: true,
min: 2008,
max: 2016,
values: [ 2014, 2016 ],
slide: function( event, ui ) {
drawChart();
}
});
$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
" - $" + $( "#slider-range" ).slider( "values", 1 ) );
});
</script>
<div id="slider-range"></div>
<?php //get_sidebar(); ?>
<?php get_footer(); ?>

View File

@ -1,91 +1,91 @@
<?php
/**
* The template for displaying all single posts and attachments
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
function withinDates($jSDate, $jEDate) {
$endYear = date( "Y" );
$endDate = $endYear."-12-31";
$startDate = ($endYear - 2)."-01-01";
$jEDate = (!$jEDate) ? date('Y-m-d') : (($jEDate > $endDate) ? $endDate : $jEDate);
return (((strtotime($jSDate) < strtotime($endDate)) && (strtotime($jSDate) > strtotime($startDate))) && (strtotime($jEDate) > strtotime($startDate)));
}
$args= array(
'post_type' => array( 'job' ),
'posts_per_page' => -1
);
$loop = new WP_Query( $args );
?>
<div class="post-header-title"><?php the_title( '<h1 id="page-title">', '</h1>' ); ?></div>
<?php/*$terms = apply_filters( 'taxonomy-images-get-terms', '', array('having_images' => false, 'taxonomy' => 'company'));
if ( ! empty( $terms ) ) {
print '<ul>';
foreach ( (array) $terms as $term ) {
print '<li><a href="' . esc_url( get_term_link( $term, $term->taxonomy ) ) . '">' . wp_get_attachment_image( $term->image_id, 'detail' ) . '</li>';
}
print '</ul>';
}
*/?>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$( "#slider-range" ).slider({
range: true,
min: 2008,
max: 2016,
values: [ 2014, 2016 ],
slide: function( event, ui ) {
drawChart();
}
});
$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
" - $" + $( "#slider-range" ).slider( "values", 1 ) );
});
</script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['timeline']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var container = document.getElementById('timeline');
var chart = new google.visualization.Timeline(container);
var dataTable = new google.visualization.DataTable();
dataTable.addColumn({ type: 'string', id: 'Type' });
dataTable.addColumn({ type: 'string', id: 'Job Title' });
dataTable.addColumn({ type: 'date', id: 'Start' });
dataTable.addColumn({ type: 'date', id: 'End' });
dataTable.addRows([
<?php
while ( $loop->have_posts() ) : $loop->the_post();
if (withinDates(get_the_date(), get_post_meta(get_the_ID(), 'end-date', true))) {
$company = wp_get_object_terms(get_the_ID(), 'company', array( 'fields' => 'names' ));
$title = html_entity_decode(get_the_title());
$start = get_the_date();
$end = (!get_post_meta(get_the_ID(), 'end-date', true)) ? date('D M d Y H:i:s O') : get_post_meta(get_the_ID(), 'end-date', true);
echo "[ 'All', '$title, {$company[0]}', new Date('$start'), new Date('$end') ],\n";
}
endwhile;
?>
]);
chart.draw(dataTable);
}
</script>
<div id="slider-range"></div>
<div id="timeline" style="height: 100vh;"></div>
<?php //get_sidebar(); ?>
<?php get_footer(); ?>
<?php
/**
* The template for displaying all single posts and attachments
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
function withinDates($jSDate, $jEDate) {
$endYear = date( "Y" );
$endDate = $endYear."-12-31";
$startDate = ($endYear - 2)."-01-01";
$jEDate = (!$jEDate) ? date('Y-m-d') : (($jEDate > $endDate) ? $endDate : $jEDate);
return (((strtotime($jSDate) < strtotime($endDate)) && (strtotime($jSDate) > strtotime($startDate))) && (strtotime($jEDate) > strtotime($startDate)));
}
$args= array(
'post_type' => array( 'job' ),
'posts_per_page' => -1
);
$loop = new WP_Query( $args );
?>
<div class="post-header-title"><?php the_title( '<h1 id="page-title">', '</h1>' ); ?></div>
<?php/*$terms = apply_filters( 'taxonomy-images-get-terms', '', array('having_images' => false, 'taxonomy' => 'company'));
if ( ! empty( $terms ) ) {
print '<ul>';
foreach ( (array) $terms as $term ) {
print '<li><a href="' . esc_url( get_term_link( $term, $term->taxonomy ) ) . '">' . wp_get_attachment_image( $term->image_id, 'detail' ) . '</li>';
}
print '</ul>';
}
*/?>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$( "#slider-range" ).slider({
range: true,
min: 2008,
max: 2016,
values: [ 2014, 2016 ],
slide: function( event, ui ) {
drawChart();
}
});
$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) +
" - $" + $( "#slider-range" ).slider( "values", 1 ) );
});
</script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['timeline']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var container = document.getElementById('timeline');
var chart = new google.visualization.Timeline(container);
var dataTable = new google.visualization.DataTable();
dataTable.addColumn({ type: 'string', id: 'Type' });
dataTable.addColumn({ type: 'string', id: 'Job Title' });
dataTable.addColumn({ type: 'date', id: 'Start' });
dataTable.addColumn({ type: 'date', id: 'End' });
dataTable.addRows([
<?php
while ( $loop->have_posts() ) : $loop->the_post();
if (withinDates(get_the_date(), get_post_meta(get_the_ID(), 'end-date', true))) {
$company = wp_get_object_terms(get_the_ID(), 'company', array( 'fields' => 'names' ));
$title = html_entity_decode(get_the_title());
$start = get_the_date();
$end = (!get_post_meta(get_the_ID(), 'end-date', true)) ? date('D M d Y H:i:s O') : get_post_meta(get_the_ID(), 'end-date', true);
echo "[ 'All', '$title, {$company[0]}', new Date('$start'), new Date('$end') ],\n";
}
endwhile;
?>
]);
chart.draw(dataTable);
}
</script>
<div id="slider-range"></div>
<div id="timeline" style="height: 100vh;"></div>
<?php //get_sidebar(); ?>
<?php get_footer(); ?>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.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"
width="59.998px" height="59.997px" viewBox="0 0 59.998 59.997" enable-background="new 0 0 59.998 59.997" xml:space="preserve">
<path fill="#FFFFFF" d="M29.999,0C13.431,0,0,13.431,0,29.999s13.431,30,29.999,30c16.568,0,29.999-13.431,29.999-30
C59.998,13.431,46.567,0,29.999,0z M29.999,56C15.639,56,3.998,44.359,3.998,29.999S15.639,3.998,29.999,3.998
C44.358,3.998,56,15.639,56,29.999S44.358,56,29.999,56z"/>
<g>
<path fill="#FFFFFF" d="M20.96,20.884l1.886-2.321l18.681,18.68l-2.47,1.742c-0.688,0.689-1.847,1.264-3.47,1.72
c-1.624,0.456-3.105,0.685-4.449,0.685h-8.044l-1.571,1.568c-0.606,0.609-1.339,0.912-2.197,0.912c-0.856,0-1.59-0.303-2.196-0.912
c-0.608-0.593-0.913-1.322-0.913-2.188c0-0.861,0.302-1.598,0.913-2.205l1.569-1.571V28.95c0-1.327,0.212-2.833,0.633-4.519
C19.756,22.744,20.296,21.562,20.96,20.884z M37.546,17.215l-6.717,6.717l-3.878-3.876l6.716-6.718
c0.362-0.357,0.86-0.474,1.496-0.341s1.214,0.466,1.74,1.005c0.539,0.526,0.871,1.104,0.996,1.732
C38.021,16.361,37.904,16.857,37.546,17.215z M36.013,29.114l6.717-6.716c0.343-0.358,0.834-0.478,1.469-0.353
c0.636,0.125,1.215,0.456,1.742,0.995c0.538,0.525,0.871,1.104,0.994,1.732c0.127,0.629,0.008,1.124-0.352,1.482l-6.717,6.737
L36.013,29.114z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.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"
width="59.998px" height="59.997px" viewBox="0 0 59.998 59.997" enable-background="new 0 0 59.998 59.997" xml:space="preserve">
<path fill="#FFFFFF" d="M29.999,0C13.431,0,0,13.431,0,29.999s13.431,30,29.999,30c16.568,0,29.999-13.431,29.999-30
C59.998,13.431,46.567,0,29.999,0z M29.999,56C15.639,56,3.998,44.359,3.998,29.999S15.639,3.998,29.999,3.998
C44.358,3.998,56,15.639,56,29.999S44.358,56,29.999,56z"/>
<g>
<path fill="#FFFFFF" d="M20.96,20.884l1.886-2.321l18.681,18.68l-2.47,1.742c-0.688,0.689-1.847,1.264-3.47,1.72
c-1.624,0.456-3.105,0.685-4.449,0.685h-8.044l-1.571,1.568c-0.606,0.609-1.339,0.912-2.197,0.912c-0.856,0-1.59-0.303-2.196-0.912
c-0.608-0.593-0.913-1.322-0.913-2.188c0-0.861,0.302-1.598,0.913-2.205l1.569-1.571V28.95c0-1.327,0.212-2.833,0.633-4.519
C19.756,22.744,20.296,21.562,20.96,20.884z M37.546,17.215l-6.717,6.717l-3.878-3.876l6.716-6.718
c0.362-0.357,0.86-0.474,1.496-0.341s1.214,0.466,1.74,1.005c0.539,0.526,0.871,1.104,0.996,1.732
C38.021,16.361,37.904,16.857,37.546,17.215z M36.013,29.114l6.717-6.716c0.343-0.358,0.834-0.478,1.469-0.353
c0.636,0.125,1.215,0.456,1.742,0.995c0.538,0.525,0.871,1.104,0.994,1.732c0.127,0.629,0.008,1.124-0.352,1.482l-6.717,6.737
L36.013,29.114z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,38 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.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="239 36 1125.1 53" style="enable-background:new 239 36 1125.1 53;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F4F4F4;}
.st1{clip-path:url(#SVGID_3_);fill:#F4F4F4;}
</style>
<g>
<path id="SVGID_1_" class="st0" d="M239,89h1125.1V63.4h-0.6c-11.5,0.1-22.3,2.4-31.7,6.4c-11.5-15.1-33.3-25.4-58.2-25.4
c-18.4,0-35,5.5-47.1,14.5c-6.5-3-14.1-4.7-22.2-4.7c-17.2,0-31.9,7.6-38.7,18.6c-4.3-1.1-8.9-1.7-13.7-1.7
c-13.8,0-26,4.9-33.8,12.5c-7.1-3.9-15.8-6.2-25.2-6.2c-7.9,0-15.3,1.6-21.7,4.4c-12-13.7-32.6-22.7-56-22.7
c-6.4,0-12.6,0.7-18.5,1.9c-12.3-10.2-30-16.7-49.8-16.7c-24.4,0-45.8,9.8-57.5,24.5c-9.1-3.5-19.5-5.5-30.5-5.5
c-17.2,0-32.8,4.8-44.6,12.8c-8.9-3.2-18.8-5.1-29.3-5.1c-7.5,0-14.7,0.9-21.5,2.6c-10.6-17.3-33.9-29.4-60.9-29.4
c-7.4,0-14.5,0.9-21.2,2.6C673.5,40.3,662,36,649.2,36s-24.4,4.3-32.2,11c-6.7-1.7-13.8-2.6-21.2-2.6c-18.8,0-35.7,5.8-47.9,15.1
c-2.7-0.3-5.5-0.4-8.3-0.4c-22.9,0-43.2,8.7-55.2,21.9c-12.1-13.2-32.3-21.9-55.2-21.9c-2.1,0-4.1,0.1-6.1,0.2
c-12-14-32.9-23.3-56.7-23.3c-16.9,0-32.3,4.7-44,12.4c-6.1-2.5-13.1-4-20.6-4c-18.6,0-34.4,8.9-40.2,21.4
c-6.6-1.5-13.5-2.4-20.7-2.4h-0.5L239,89z"/>
</g>
<g>
<defs>
<path id="SVGID_2_" d="M239,89h1125.1V63.4h-0.6c-11.5,0.1-22.3,2.4-31.7,6.4c-11.5-15.1-33.3-25.4-58.2-25.4
c-18.4,0-35,5.5-47.1,14.5c-6.5-3-14.1-4.7-22.2-4.7c-17.2,0-31.9,7.6-38.7,18.6c-4.3-1.1-8.9-1.7-13.7-1.7
c-13.8,0-26,4.9-33.8,12.5c-7.1-3.9-15.8-6.2-25.2-6.2c-7.9,0-15.3,1.6-21.7,4.4c-12-13.7-32.6-22.7-56-22.7
c-6.4,0-12.6,0.7-18.5,1.9c-12.3-10.2-30-16.7-49.8-16.7c-24.4,0-45.8,9.8-57.5,24.5c-9.1-3.5-19.5-5.5-30.5-5.5
c-17.2,0-32.8,4.8-44.6,12.8c-8.9-3.2-18.8-5.1-29.3-5.1c-7.5,0-14.7,0.9-21.5,2.6c-10.6-17.3-33.9-29.4-60.9-29.4
c-7.4,0-14.5,0.9-21.2,2.6C673.5,40.3,662,36,649.2,36s-24.4,4.3-32.2,11c-6.7-1.7-13.8-2.6-21.2-2.6c-18.8,0-35.7,5.8-47.9,15.1
c-2.7-0.3-5.5-0.4-8.3-0.4c-22.9,0-43.2,8.7-55.2,21.9c-12.1-13.2-32.3-21.9-55.2-21.9c-2.1,0-4.1,0.1-6.1,0.2
c-12-14-32.9-23.3-56.7-23.3c-16.9,0-32.3,4.7-44,12.4c-6.1-2.5-13.1-4-20.6-4c-18.6,0-34.4,8.9-40.2,21.4
c-6.6-1.5-13.5-2.4-20.7-2.4l-1.9,0V89z"/>
</defs>
<clipPath id="SVGID_3_">
<use xlink:href="#SVGID_2_" style="overflow:visible;"/>
</clipPath>
<rect x="234" y="31" class="st1" width="1135.1" height="63"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.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="239 36 1125.1 53" style="enable-background:new 239 36 1125.1 53;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F4F4F4;}
.st1{clip-path:url(#SVGID_3_);fill:#F4F4F4;}
</style>
<g>
<path id="SVGID_1_" class="st0" d="M239,89h1125.1V63.4h-0.6c-11.5,0.1-22.3,2.4-31.7,6.4c-11.5-15.1-33.3-25.4-58.2-25.4
c-18.4,0-35,5.5-47.1,14.5c-6.5-3-14.1-4.7-22.2-4.7c-17.2,0-31.9,7.6-38.7,18.6c-4.3-1.1-8.9-1.7-13.7-1.7
c-13.8,0-26,4.9-33.8,12.5c-7.1-3.9-15.8-6.2-25.2-6.2c-7.9,0-15.3,1.6-21.7,4.4c-12-13.7-32.6-22.7-56-22.7
c-6.4,0-12.6,0.7-18.5,1.9c-12.3-10.2-30-16.7-49.8-16.7c-24.4,0-45.8,9.8-57.5,24.5c-9.1-3.5-19.5-5.5-30.5-5.5
c-17.2,0-32.8,4.8-44.6,12.8c-8.9-3.2-18.8-5.1-29.3-5.1c-7.5,0-14.7,0.9-21.5,2.6c-10.6-17.3-33.9-29.4-60.9-29.4
c-7.4,0-14.5,0.9-21.2,2.6C673.5,40.3,662,36,649.2,36s-24.4,4.3-32.2,11c-6.7-1.7-13.8-2.6-21.2-2.6c-18.8,0-35.7,5.8-47.9,15.1
c-2.7-0.3-5.5-0.4-8.3-0.4c-22.9,0-43.2,8.7-55.2,21.9c-12.1-13.2-32.3-21.9-55.2-21.9c-2.1,0-4.1,0.1-6.1,0.2
c-12-14-32.9-23.3-56.7-23.3c-16.9,0-32.3,4.7-44,12.4c-6.1-2.5-13.1-4-20.6-4c-18.6,0-34.4,8.9-40.2,21.4
c-6.6-1.5-13.5-2.4-20.7-2.4h-0.5L239,89z"/>
</g>
<g>
<defs>
<path id="SVGID_2_" d="M239,89h1125.1V63.4h-0.6c-11.5,0.1-22.3,2.4-31.7,6.4c-11.5-15.1-33.3-25.4-58.2-25.4
c-18.4,0-35,5.5-47.1,14.5c-6.5-3-14.1-4.7-22.2-4.7c-17.2,0-31.9,7.6-38.7,18.6c-4.3-1.1-8.9-1.7-13.7-1.7
c-13.8,0-26,4.9-33.8,12.5c-7.1-3.9-15.8-6.2-25.2-6.2c-7.9,0-15.3,1.6-21.7,4.4c-12-13.7-32.6-22.7-56-22.7
c-6.4,0-12.6,0.7-18.5,1.9c-12.3-10.2-30-16.7-49.8-16.7c-24.4,0-45.8,9.8-57.5,24.5c-9.1-3.5-19.5-5.5-30.5-5.5
c-17.2,0-32.8,4.8-44.6,12.8c-8.9-3.2-18.8-5.1-29.3-5.1c-7.5,0-14.7,0.9-21.5,2.6c-10.6-17.3-33.9-29.4-60.9-29.4
c-7.4,0-14.5,0.9-21.2,2.6C673.5,40.3,662,36,649.2,36s-24.4,4.3-32.2,11c-6.7-1.7-13.8-2.6-21.2-2.6c-18.8,0-35.7,5.8-47.9,15.1
c-2.7-0.3-5.5-0.4-8.3-0.4c-22.9,0-43.2,8.7-55.2,21.9c-12.1-13.2-32.3-21.9-55.2-21.9c-2.1,0-4.1,0.1-6.1,0.2
c-12-14-32.9-23.3-56.7-23.3c-16.9,0-32.3,4.7-44,12.4c-6.1-2.5-13.1-4-20.6-4c-18.6,0-34.4,8.9-40.2,21.4
c-6.6-1.5-13.5-2.4-20.7-2.4l-1.9,0V89z"/>
</defs>
<clipPath id="SVGID_3_">
<use xlink:href="#SVGID_2_" style="overflow:visible;"/>
</clipPath>
<rect x="234" y="31" class="st1" width="1135.1" height="63"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,172 +1,172 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 136 94.5" enable-background="new 0 0 136 94.5" xml:space="preserve">
<defs>
<path id="SVGID_1_" d="M32.5 5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C34.7 10 32.5 7.8 32.5 5"/>
</defs>
<use xlink:href="#SVGID_1_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_3_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="27.5" y="-5" clip-path="url(#SVGID_4_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_5_" points="6 91.9 12 94.5 9.4 88.5 12 82.5 6 85.1 0 82.5 2.6 88.5 0 94.5 6 91.9 "/>
</defs>
<use xlink:href="#SVGID_5_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_7_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="-5" y="77.5" clip-path="url(#SVGID_8_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_9_" points="127.2 35.7 136 32.2 127.2 28.7 123.6 19.8 120.1 28.7 111.3 32.2 120.1 35.7 123.6 44.6 127.2 35.7 "/>
</defs>
<use xlink:href="#SVGID_9_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_11_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="106.3" y="14.8" clip-path="url(#SVGID_12_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_13_" d="M684.3 72.7c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S684.3 75.4 684.3 72.7"/>
</defs>
<use xlink:href="#SVGID_13_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_14_)">
<defs>
<rect id="SVGID_15_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_15_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="679.3" y="62.7" clip-path="url(#SVGID_16_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_17_" points="785.7 17.4 794.5 13.8 785.7 10.3 782.1 1.5 778.6 10.3 769.8 13.8 778.6 17.4 782.1 26.2 785.7 17.4 "/>
</defs>
<use xlink:href="#SVGID_17_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_19_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="764.8" y="-3.5" clip-path="url(#SVGID_20_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_21_" d="M32.5 5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C34.7 10 32.5 7.8 32.5 5"/>
</defs>
<use xlink:href="#SVGID_21_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_23_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="27.5" y="-5" clip-path="url(#SVGID_24_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_25_" points="6 91.9 12 94.5 9.4 88.5 12 82.5 6 85.1 0 82.5 2.6 88.5 0 94.5 6 91.9 "/>
</defs>
<use xlink:href="#SVGID_25_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_26_)">
<defs>
<rect id="SVGID_27_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_27_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="-5" y="77.5" clip-path="url(#SVGID_28_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_29_" points="127.2 35.7 136 32.2 127.2 28.7 123.6 19.8 120.1 28.7 111.3 32.2 120.1 35.7 123.6 44.6 127.2 35.7 "/>
</defs>
<use xlink:href="#SVGID_29_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_31_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="106.3" y="14.8" clip-path="url(#SVGID_32_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_33_" d="M684.3 72.7c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S684.3 75.4 684.3 72.7"/>
</defs>
<use xlink:href="#SVGID_33_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_35_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<rect x="679.3" y="62.7" clip-path="url(#SVGID_36_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_37_" points="785.7 17.4 794.5 13.8 785.7 10.3 782.1 1.5 778.6 10.3 769.8 13.8 778.6 17.4 782.1 26.2 785.7 17.4 "/>
</defs>
<use xlink:href="#SVGID_37_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_38_)">
<defs>
<rect id="SVGID_39_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_39_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<rect x="764.8" y="-3.5" clip-path="url(#SVGID_40_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 136 94.5" enable-background="new 0 0 136 94.5" xml:space="preserve">
<defs>
<path id="SVGID_1_" d="M32.5 5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C34.7 10 32.5 7.8 32.5 5"/>
</defs>
<use xlink:href="#SVGID_1_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_3_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="27.5" y="-5" clip-path="url(#SVGID_4_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_5_" points="6 91.9 12 94.5 9.4 88.5 12 82.5 6 85.1 0 82.5 2.6 88.5 0 94.5 6 91.9 "/>
</defs>
<use xlink:href="#SVGID_5_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_7_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="-5" y="77.5" clip-path="url(#SVGID_8_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_9_" points="127.2 35.7 136 32.2 127.2 28.7 123.6 19.8 120.1 28.7 111.3 32.2 120.1 35.7 123.6 44.6 127.2 35.7 "/>
</defs>
<use xlink:href="#SVGID_9_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_11_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="106.3" y="14.8" clip-path="url(#SVGID_12_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_13_" d="M684.3 72.7c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S684.3 75.4 684.3 72.7"/>
</defs>
<use xlink:href="#SVGID_13_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_14_)">
<defs>
<rect id="SVGID_15_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_15_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="679.3" y="62.7" clip-path="url(#SVGID_16_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_17_" points="785.7 17.4 794.5 13.8 785.7 10.3 782.1 1.5 778.6 10.3 769.8 13.8 778.6 17.4 782.1 26.2 785.7 17.4 "/>
</defs>
<use xlink:href="#SVGID_17_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_19_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="764.8" y="-3.5" clip-path="url(#SVGID_20_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_21_" d="M32.5 5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C34.7 10 32.5 7.8 32.5 5"/>
</defs>
<use xlink:href="#SVGID_21_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_23_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="27.5" y="-5" clip-path="url(#SVGID_24_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_25_" points="6 91.9 12 94.5 9.4 88.5 12 82.5 6 85.1 0 82.5 2.6 88.5 0 94.5 6 91.9 "/>
</defs>
<use xlink:href="#SVGID_25_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_26_)">
<defs>
<rect id="SVGID_27_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_27_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="-5" y="77.5" clip-path="url(#SVGID_28_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_29_" points="127.2 35.7 136 32.2 127.2 28.7 123.6 19.8 120.1 28.7 111.3 32.2 120.1 35.7 123.6 44.6 127.2 35.7 "/>
</defs>
<use xlink:href="#SVGID_29_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_31_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="106.3" y="14.8" clip-path="url(#SVGID_32_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_33_" d="M684.3 72.7c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S684.3 75.4 684.3 72.7"/>
</defs>
<use xlink:href="#SVGID_33_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_35_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<rect x="679.3" y="62.7" clip-path="url(#SVGID_36_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_37_" points="785.7 17.4 794.5 13.8 785.7 10.3 782.1 1.5 778.6 10.3 769.8 13.8 778.6 17.4 782.1 26.2 785.7 17.4 "/>
</defs>
<use xlink:href="#SVGID_37_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_38_)">
<defs>
<rect id="SVGID_39_" x="-288.7" y="-626.3" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_39_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<rect x="764.8" y="-3.5" clip-path="url(#SVGID_40_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1,172 +1,172 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 110.2 76.2" enable-background="new 0 0 110.2 76.2" xml:space="preserve">
<defs>
<path id="SVGID_1_" d="M-651.8 3.5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C-649.6 8.5-651.8 6.3-651.8 3.5"/>
</defs>
<use xlink:href="#SVGID_1_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_3_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="-656.8" y="-6.5" clip-path="url(#SVGID_4_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_5_" points="-678.3 90.5 -672.3 93 -674.9 87.1 -672.3 81.1 -678.3 83.6 -684.3 81.1 -681.7 87.1 -684.3 93 -678.3 90.5 "/>
</defs>
<use xlink:href="#SVGID_5_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_7_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="-689.3" y="76.1" clip-path="url(#SVGID_8_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_9_" points="-557.1 34.3 -548.3 30.8 -557.1 27.2 -560.6 18.4 -564.2 27.2 -573 30.8 -564.2 34.3 -560.6 43.1 -557.1 34.3 "/>
</defs>
<use xlink:href="#SVGID_9_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_11_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="-578" y="13.4" clip-path="url(#SVGID_12_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_13_" d="M0 71.2c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S0 74 0 71.2"/>
</defs>
<use xlink:href="#SVGID_13_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_14_)">
<defs>
<rect id="SVGID_15_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_15_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="-5" y="61.2" clip-path="url(#SVGID_16_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_17_" points="101.4 15.9 110.2 12.4 101.4 8.9 97.9 0 94.3 8.9 85.5 12.4 94.3 15.9 97.9 24.8 101.4 15.9 "/>
</defs>
<use xlink:href="#SVGID_17_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_19_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="80.5" y="-5" clip-path="url(#SVGID_20_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_21_" d="M-651.8 3.5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C-649.6 8.5-651.8 6.3-651.8 3.5"/>
</defs>
<use xlink:href="#SVGID_21_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_23_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="-656.8" y="-6.5" clip-path="url(#SVGID_24_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_25_" points="-678.3 90.5 -672.3 93 -674.9 87.1 -672.3 81.1 -678.3 83.6 -684.3 81.1 -681.7 87.1 -684.3 93 -678.3 90.5 "/>
</defs>
<use xlink:href="#SVGID_25_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_26_)">
<defs>
<rect id="SVGID_27_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_27_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="-689.3" y="76.1" clip-path="url(#SVGID_28_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_29_" points="-557.1 34.3 -548.3 30.8 -557.1 27.2 -560.6 18.4 -564.2 27.2 -573 30.8 -564.2 34.3 -560.6 43.1 -557.1 34.3 "/>
</defs>
<use xlink:href="#SVGID_29_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_31_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="-578" y="13.4" clip-path="url(#SVGID_32_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_33_" d="M0 71.2c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S0 74 0 71.2"/>
</defs>
<use xlink:href="#SVGID_33_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_35_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<rect x="-5" y="61.2" clip-path="url(#SVGID_36_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_37_" points="101.4 15.9 110.2 12.4 101.4 8.9 97.9 0 94.3 8.9 85.5 12.4 94.3 15.9 97.9 24.8 101.4 15.9 "/>
</defs>
<use xlink:href="#SVGID_37_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_38_)">
<defs>
<rect id="SVGID_39_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_39_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<rect x="80.5" y="-5" clip-path="url(#SVGID_40_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 110.2 76.2" enable-background="new 0 0 110.2 76.2" xml:space="preserve">
<defs>
<path id="SVGID_1_" d="M-651.8 3.5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C-649.6 8.5-651.8 6.3-651.8 3.5"/>
</defs>
<use xlink:href="#SVGID_1_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<defs>
<rect id="SVGID_3_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_3_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="-656.8" y="-6.5" clip-path="url(#SVGID_4_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_5_" points="-678.3 90.5 -672.3 93 -674.9 87.1 -672.3 81.1 -678.3 83.6 -684.3 81.1 -681.7 87.1 -684.3 93 -678.3 90.5 "/>
</defs>
<use xlink:href="#SVGID_5_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_6_)">
<defs>
<rect id="SVGID_7_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_7_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="-689.3" y="76.1" clip-path="url(#SVGID_8_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_9_" points="-557.1 34.3 -548.3 30.8 -557.1 27.2 -560.6 18.4 -564.2 27.2 -573 30.8 -564.2 34.3 -560.6 43.1 -557.1 34.3 "/>
</defs>
<use xlink:href="#SVGID_9_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_10_)">
<defs>
<rect id="SVGID_11_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_11_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="-578" y="13.4" clip-path="url(#SVGID_12_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_13_" d="M0 71.2c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S0 74 0 71.2"/>
</defs>
<use xlink:href="#SVGID_13_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_14_)">
<defs>
<rect id="SVGID_15_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_15_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="-5" y="61.2" clip-path="url(#SVGID_16_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_17_" points="101.4 15.9 110.2 12.4 101.4 8.9 97.9 0 94.3 8.9 85.5 12.4 94.3 15.9 97.9 24.8 101.4 15.9 "/>
</defs>
<use xlink:href="#SVGID_17_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_18_)">
<defs>
<rect id="SVGID_19_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_19_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="80.5" y="-5" clip-path="url(#SVGID_20_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_21_" d="M-651.8 3.5c0-2.8 2.2-5 5-5 2.8 0 5 2.2 5 5 0 2.8-2.2 5-5 5C-649.6 8.5-651.8 6.3-651.8 3.5"/>
</defs>
<use xlink:href="#SVGID_21_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_22_)">
<defs>
<rect id="SVGID_23_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_23_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="-656.8" y="-6.5" clip-path="url(#SVGID_24_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_25_" points="-678.3 90.5 -672.3 93 -674.9 87.1 -672.3 81.1 -678.3 83.6 -684.3 81.1 -681.7 87.1 -684.3 93 -678.3 90.5 "/>
</defs>
<use xlink:href="#SVGID_25_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_26_)">
<defs>
<rect id="SVGID_27_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_27_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="-689.3" y="76.1" clip-path="url(#SVGID_28_)" fill="#F4F4F4" width="22" height="22"/>
</g>
<defs>
<polyline id="SVGID_29_" points="-557.1 34.3 -548.3 30.8 -557.1 27.2 -560.6 18.4 -564.2 27.2 -573 30.8 -564.2 34.3 -560.6 43.1 -557.1 34.3 "/>
</defs>
<use xlink:href="#SVGID_29_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_30_">
<use xlink:href="#SVGID_29_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_30_)">
<defs>
<rect id="SVGID_31_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_31_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_32_">
<use xlink:href="#SVGID_31_" overflow="visible"/>
</clipPath>
<rect x="-578" y="13.4" clip-path="url(#SVGID_32_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
<defs>
<path id="SVGID_33_" d="M0 71.2c0-2.8 2.2-5 5-5s5 2.2 5 5c0 2.8-2.2 5-5 5S0 74 0 71.2"/>
</defs>
<use xlink:href="#SVGID_33_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_34_">
<use xlink:href="#SVGID_33_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_34_)">
<defs>
<rect id="SVGID_35_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_35_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_36_">
<use xlink:href="#SVGID_35_" overflow="visible"/>
</clipPath>
<rect x="-5" y="61.2" clip-path="url(#SVGID_36_)" fill="#F4F4F4" width="20" height="20"/>
</g>
<defs>
<polyline id="SVGID_37_" points="101.4 15.9 110.2 12.4 101.4 8.9 97.9 0 94.3 8.9 85.5 12.4 94.3 15.9 97.9 24.8 101.4 15.9 "/>
</defs>
<use xlink:href="#SVGID_37_" overflow="visible" fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4"/>
<clipPath id="SVGID_38_">
<use xlink:href="#SVGID_37_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_38_)">
<defs>
<rect id="SVGID_39_" x="-973" y="-627.8" width="1200" height="3706"/>
</defs>
<use xlink:href="#SVGID_39_" overflow="visible" fill="#F4F4F4"/>
<clipPath id="SVGID_40_">
<use xlink:href="#SVGID_39_" overflow="visible"/>
</clipPath>
<rect x="80.5" y="-5" clip-path="url(#SVGID_40_)" fill="#F4F4F4" width="34.8" height="34.8"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1,125 +1,125 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="-153 -10.2 340 145.2" xml:space="preserve" enable-background="new -153 -10.2 340 145.2">
<style type="text/css">
.st0{clip-path:url(#SVGID_2_);}
.st1{clip-path:url(#SVGID_4_);fill:#8BB9CD;}
.st2{clip-path:url(#SVGID_6_);}
.st3{clip-path:url(#SVGID_8_);fill:#8BB9CD;}
.st4{clip-path:url(#SVGID_10_);}
.st5{clip-path:url(#SVGID_12_);fill:#8BB9CD;}
.st6{clip-path:url(#SVGID_14_);}
.st7{clip-path:url(#SVGID_16_);fill:#8BB9CD;}
.st8{clip-path:url(#SVGID_18_);}
.st9{clip-path:url(#SVGID_20_);fill:#8BB9CD;}
.st10{clip-path:url(#SVGID_22_);}
.st11{clip-path:url(#SVGID_24_);fill:#8BB9CD;}
.st12{clip-path:url(#SVGID_26_);}
.st13{clip-path:url(#SVGID_28_);fill:#8BB9CD;}
</style>
<defs>
<rect id="SVGID_1_" x="-153" y="30.8" width="40" height="103.7"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g class="st0">
<defs>
<rect id="SVGID_3_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="-158" y="25.8" class="st1" width="50" height="113.7"/>
</g>
<defs>
<rect id="SVGID_5_" x="47" y="3.8" width="40" height="131"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g class="st2">
<defs>
<rect id="SVGID_7_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="42" y="-1.2" class="st3" width="50" height="141"/>
</g>
<defs>
<rect id="SVGID_9_" x="147" y="-10.2" width="40" height="145"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g class="st4">
<defs>
<rect id="SVGID_11_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="142" y="-15.2" class="st5" width="50" height="155"/>
</g>
<defs>
<rect id="SVGID_13_" x="-103" y="41.8" width="40" height="92.8"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g class="st6">
<defs>
<rect id="SVGID_15_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="-108" y="36.8" class="st7" width="50" height="102.8"/>
</g>
<defs>
<rect id="SVGID_17_" x="-3" y="25.8" width="40" height="109.2"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g class="st8">
<defs>
<rect id="SVGID_19_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="-8" y="20.8" class="st9" width="50" height="119.2"/>
</g>
<defs>
<rect id="SVGID_21_" x="-53" y="14.8" width="40" height="120.1"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g class="st10">
<defs>
<rect id="SVGID_23_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="-58" y="9.8" class="st11" width="50" height="130.1"/>
</g>
<defs>
<rect id="SVGID_25_" x="97" y="14.8" width="40" height="120.1"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g class="st12">
<defs>
<rect id="SVGID_27_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="92" y="9.8" class="st13" width="50" height="130.1"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="-153 -10.2 340 145.2" xml:space="preserve" enable-background="new -153 -10.2 340 145.2">
<style type="text/css">
.st0{clip-path:url(#SVGID_2_);}
.st1{clip-path:url(#SVGID_4_);fill:#8BB9CD;}
.st2{clip-path:url(#SVGID_6_);}
.st3{clip-path:url(#SVGID_8_);fill:#8BB9CD;}
.st4{clip-path:url(#SVGID_10_);}
.st5{clip-path:url(#SVGID_12_);fill:#8BB9CD;}
.st6{clip-path:url(#SVGID_14_);}
.st7{clip-path:url(#SVGID_16_);fill:#8BB9CD;}
.st8{clip-path:url(#SVGID_18_);}
.st9{clip-path:url(#SVGID_20_);fill:#8BB9CD;}
.st10{clip-path:url(#SVGID_22_);}
.st11{clip-path:url(#SVGID_24_);fill:#8BB9CD;}
.st12{clip-path:url(#SVGID_26_);}
.st13{clip-path:url(#SVGID_28_);fill:#8BB9CD;}
</style>
<defs>
<rect id="SVGID_1_" x="-153" y="30.8" width="40" height="103.7"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g class="st0">
<defs>
<rect id="SVGID_3_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<rect x="-158" y="25.8" class="st1" width="50" height="113.7"/>
</g>
<defs>
<rect id="SVGID_5_" x="47" y="3.8" width="40" height="131"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" overflow="visible"/>
</clipPath>
<g class="st2">
<defs>
<rect id="SVGID_7_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" overflow="visible"/>
</clipPath>
<rect x="42" y="-1.2" class="st3" width="50" height="141"/>
</g>
<defs>
<rect id="SVGID_9_" x="147" y="-10.2" width="40" height="145"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" overflow="visible"/>
</clipPath>
<g class="st4">
<defs>
<rect id="SVGID_11_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" overflow="visible"/>
</clipPath>
<rect x="142" y="-15.2" class="st5" width="50" height="155"/>
</g>
<defs>
<rect id="SVGID_13_" x="-103" y="41.8" width="40" height="92.8"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" overflow="visible"/>
</clipPath>
<g class="st6">
<defs>
<rect id="SVGID_15_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" overflow="visible"/>
</clipPath>
<rect x="-108" y="36.8" class="st7" width="50" height="102.8"/>
</g>
<defs>
<rect id="SVGID_17_" x="-3" y="25.8" width="40" height="109.2"/>
</defs>
<clipPath id="SVGID_18_">
<use xlink:href="#SVGID_17_" overflow="visible"/>
</clipPath>
<g class="st8">
<defs>
<rect id="SVGID_19_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_20_">
<use xlink:href="#SVGID_19_" overflow="visible"/>
</clipPath>
<rect x="-8" y="20.8" class="st9" width="50" height="119.2"/>
</g>
<defs>
<rect id="SVGID_21_" x="-53" y="14.8" width="40" height="120.1"/>
</defs>
<clipPath id="SVGID_22_">
<use xlink:href="#SVGID_21_" overflow="visible"/>
</clipPath>
<g class="st10">
<defs>
<rect id="SVGID_23_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_24_">
<use xlink:href="#SVGID_23_" overflow="visible"/>
</clipPath>
<rect x="-58" y="9.8" class="st11" width="50" height="130.1"/>
</g>
<defs>
<rect id="SVGID_25_" x="97" y="14.8" width="40" height="120.1"/>
</defs>
<clipPath id="SVGID_26_">
<use xlink:href="#SVGID_25_" overflow="visible"/>
</clipPath>
<g class="st12">
<defs>
<rect id="SVGID_27_" x="-665" y="-664.2" width="1200" height="3706"/>
</defs>
<clipPath id="SVGID_28_">
<use xlink:href="#SVGID_27_" overflow="visible"/>
</clipPath>
<rect x="92" y="9.8" class="st13" width="50" height="130.1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="59.998px" height="59.997px" viewBox="0 0 59.998 59.997" enable-background="new 0 0 59.998 59.997" xml:space="preserve">
<path fill="#FFFFFF" d="M29.999,0C13.431,0,0,13.431,0,29.999s13.431,29.999,29.999,29.999s29.999-13.43,29.999-29.999
C59.998,13.431,46.567,0,29.999,0z M29.999,56C15.639,56,3.998,44.359,3.998,29.999S15.639,3.998,29.999,3.998S56,15.639,56,29.999
S44.359,56,29.999,56z"/>
<path fill="#FFFFFF" d="M24.849,31.013h-8.242l13.737,16.596l13.737-16.596h-8.242V14.417h-10.99V31.013z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="59.998px" height="59.997px" viewBox="0 0 59.998 59.997" enable-background="new 0 0 59.998 59.997" xml:space="preserve">
<path fill="#FFFFFF" d="M29.999,0C13.431,0,0,13.431,0,29.999s13.431,29.999,29.999,29.999s29.999-13.43,29.999-29.999
C59.998,13.431,46.567,0,29.999,0z M29.999,56C15.639,56,3.998,44.359,3.998,29.999S15.639,3.998,29.999,3.998S56,15.639,56,29.999
S44.359,56,29.999,56z"/>
<path fill="#FFFFFF" d="M24.849,31.013h-8.242l13.737,16.596l13.737-16.596h-8.242V14.417h-10.99V31.013z"/>
</svg>

Before

Width:  |  Height:  |  Size: 881 B

After

Width:  |  Height:  |  Size: 891 B

View File

@ -1,27 +1,27 @@
<?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 183 32" enable-background="new 0 0 183 32" xml:space="preserve">
<path display="none" opacity="0.32" d="M54-26.1c0-2.2-1.8-3.9-3.9-3.9h-6l5.5,4.9v6.1c0,1.1-0.2,1.9-0.6,2.4
c-0.5,0.6-1.2,0.9-2.1,0.9c-1.1,0-1.9-0.3-2.9-1.1l0,0c-0.2-0.2-0.4-0.4-0.7-0.6l-2.1,3.5c0.1,0.1,0.2,0.2,0.3,0.3
c0,0,0.4,0.3,0.4,0.3c1.5,1.1,3.3,1.6,5,1.6c2.2,0,4.1-0.6,5.3-1.9c1.1-1.1,1.6-2.7,1.6-5v-2.6l0,0V-26.1z"/>
<g>
<g>
<path fill="#FFFFFF" d="M54,10.9v4.8v2.6c0,2.2-0.5,4.3-1.5,5.4c-1.3,1.4-3.3,1.9-5.5,1.9c-3.4,0-5.9-2.6-6-2.7l2-4
c0.2,0.2,0.7,1.1,2,1.7c1.2,0.6,2.2,0.8,3,0.3c0.8-0.5,1-2,1-3v-6.1L44,7h6C52.2,7,54,8.7,54,10.9z M81,10.9h5V25h5V10.9h5V7H81
V10.9z M115,8.9c1.1,1.1,2,2.8,2,4.6c0,2.1-1,3.8-2.2,4.9c-1.2,1.1-3,1.6-5.1,1.6h-2.6v5H102V7h7.8C112.1,7,113.8,7.7,115,8.9z
M112.4,13.4c0-0.9-0.6-1.5-1-1.9c-0.6-0.5-1.4-0.6-2.1-0.6h-2.3V16h2.3c0.7,0,1.4-0.1,2-0.5C111.8,15.1,112.4,14.4,112.4,13.4z
M135.8,8.9c1.4,1.4,2.1,3.5,2.1,5.4V25h-5v-5h-6v5h-5V14.3c0-1.9,0.7-4,2.1-5.4c1.3-1.3,3.4-2.4,5.9-2.4
C132.5,6.5,134.6,7.7,135.8,8.9z M132.5,12c-0.7-0.7-1.6-1-2.5-1c-0.9,0-1.9,0.3-2.5,1c-0.5,0.6-0.5,1.5-0.5,2.6V16h6v-1.4
C132.9,13.5,133,12.6,132.5,12z M61.1,25H75v-3.9h-9v-3.2h7V14h-7v-3.1h9V7H61.1V25z M157.6,20c-0.1,0-0.2,0.1-0.3,0.1
c0,0,0,0,0,0c-1,0.5-2.1,0.8-3.4,0.8c-1.5,0-2.9-0.5-3.8-1.5c-1-0.9-1.5-2.2-1.5-3.8c0-1.3,0.5-2.5,1.2-3.4
c0.9-1.1,2.3-1.8,4.1-1.8c1,0,1.8,0.2,2.7,0.5c0,0,0.1,0,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1c0,0,0.1,0,0.1,0.1c0.1,0,0.1,0.1,0.2,0.1
c0.2,0.1,0.4,0.2,0.6,0.3l1.7-3.6c-0.3-0.2-0.7-0.4-1.1-0.6c-1.3-0.6-2.8-1-4.9-1c-2.8,0-5.5,1.2-7.3,3.1
c-1.5,1.6-2.4,3.7-2.4,6.1c0,2.9,1.1,5.2,2.8,6.8c1.7,1.6,4.1,2.5,6.9,2.5c2.3,0,4-0.5,5.4-1.3c0,0,0.1,0,0.1,0c0,0,0,0,0,0
c0.2-0.1,0.5-0.3,0.7-0.4l-1.8-3.6C157.9,19.8,157.7,19.9,157.6,20z M182,7h-5.8l-5.2,5.7V7h-3v0h-2v18h2h2.4h0.6v-6.5l0.5-0.5
l5.3,7h5.2l-7.5-10.1L182,7z M32,16c0,8.8-7.2,16-16,16S0,24.8,0,16C0,7.2,7.2,0,16,0S32,7.2,32,16z M15,4.7L8.7,15.5
c-0.7,1.1,0,2.6,1.2,2.9l5,1.3V4.7z M22,13.5l-5-1.3v15l6.3-10.8C23.9,15.3,23.3,13.9,22,13.5z"/>
</g>
</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 183 32" enable-background="new 0 0 183 32" xml:space="preserve">
<path display="none" opacity="0.32" d="M54-26.1c0-2.2-1.8-3.9-3.9-3.9h-6l5.5,4.9v6.1c0,1.1-0.2,1.9-0.6,2.4
c-0.5,0.6-1.2,0.9-2.1,0.9c-1.1,0-1.9-0.3-2.9-1.1l0,0c-0.2-0.2-0.4-0.4-0.7-0.6l-2.1,3.5c0.1,0.1,0.2,0.2,0.3,0.3
c0,0,0.4,0.3,0.4,0.3c1.5,1.1,3.3,1.6,5,1.6c2.2,0,4.1-0.6,5.3-1.9c1.1-1.1,1.6-2.7,1.6-5v-2.6l0,0V-26.1z"/>
<g>
<g>
<path fill="#FFFFFF" d="M54,10.9v4.8v2.6c0,2.2-0.5,4.3-1.5,5.4c-1.3,1.4-3.3,1.9-5.5,1.9c-3.4,0-5.9-2.6-6-2.7l2-4
c0.2,0.2,0.7,1.1,2,1.7c1.2,0.6,2.2,0.8,3,0.3c0.8-0.5,1-2,1-3v-6.1L44,7h6C52.2,7,54,8.7,54,10.9z M81,10.9h5V25h5V10.9h5V7H81
V10.9z M115,8.9c1.1,1.1,2,2.8,2,4.6c0,2.1-1,3.8-2.2,4.9c-1.2,1.1-3,1.6-5.1,1.6h-2.6v5H102V7h7.8C112.1,7,113.8,7.7,115,8.9z
M112.4,13.4c0-0.9-0.6-1.5-1-1.9c-0.6-0.5-1.4-0.6-2.1-0.6h-2.3V16h2.3c0.7,0,1.4-0.1,2-0.5C111.8,15.1,112.4,14.4,112.4,13.4z
M135.8,8.9c1.4,1.4,2.1,3.5,2.1,5.4V25h-5v-5h-6v5h-5V14.3c0-1.9,0.7-4,2.1-5.4c1.3-1.3,3.4-2.4,5.9-2.4
C132.5,6.5,134.6,7.7,135.8,8.9z M132.5,12c-0.7-0.7-1.6-1-2.5-1c-0.9,0-1.9,0.3-2.5,1c-0.5,0.6-0.5,1.5-0.5,2.6V16h6v-1.4
C132.9,13.5,133,12.6,132.5,12z M61.1,25H75v-3.9h-9v-3.2h7V14h-7v-3.1h9V7H61.1V25z M157.6,20c-0.1,0-0.2,0.1-0.3,0.1
c0,0,0,0,0,0c-1,0.5-2.1,0.8-3.4,0.8c-1.5,0-2.9-0.5-3.8-1.5c-1-0.9-1.5-2.2-1.5-3.8c0-1.3,0.5-2.5,1.2-3.4
c0.9-1.1,2.3-1.8,4.1-1.8c1,0,1.8,0.2,2.7,0.5c0,0,0.1,0,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1c0,0,0.1,0,0.1,0.1c0.1,0,0.1,0.1,0.2,0.1
c0.2,0.1,0.4,0.2,0.6,0.3l1.7-3.6c-0.3-0.2-0.7-0.4-1.1-0.6c-1.3-0.6-2.8-1-4.9-1c-2.8,0-5.5,1.2-7.3,3.1
c-1.5,1.6-2.4,3.7-2.4,6.1c0,2.9,1.1,5.2,2.8,6.8c1.7,1.6,4.1,2.5,6.9,2.5c2.3,0,4-0.5,5.4-1.3c0,0,0.1,0,0.1,0c0,0,0,0,0,0
c0.2-0.1,0.5-0.3,0.7-0.4l-1.8-3.6C157.9,19.8,157.7,19.9,157.6,20z M182,7h-5.8l-5.2,5.7V7h-3v0h-2v18h2h2.4h0.6v-6.5l0.5-0.5
l5.3,7h5.2l-7.5-10.1L182,7z M32,16c0,8.8-7.2,16-16,16S0,24.8,0,16C0,7.2,7.2,0,16,0S32,7.2,32,16z M15,4.7L8.7,15.5
c-0.7,1.1,0,2.6,1.2,2.9l5,1.3V4.7z M22,13.5l-5-1.3v15l6.3-10.8C23.9,15.3,23.3,13.9,22,13.5z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.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="477 389.4 190.4 226.7" enable-background="new 477 389.4 190.4 226.7" xml:space="preserve">
<g id="Export_Artboard">
<g id="Layer_36">
<g>
<path fill="#7EB850" d="M572.2,389.4V616c32.1-6.1,59.5-20,77.9-49c11.4-18,17.2-39,17.2-60.4v-89.4L572.2,389.4z"/>
<path fill="#70AA43" d="M477,417.2v89.4c0,21.3,5.8,42.3,17.2,60.4c18.4,29,45.9,42.9,78,49l0,0V389.4L477,417.2z"/>
<g>
<g>
<circle fill="#609643" cx="572.2" cy="501.5" r="56"/>
</g>
<g>
<path fill="#498F41" d="M572.2,557.5c-30.9,0-56-25.1-56-56s25.1-56,56-56V557.5z"/>
</g>
<g>
<g>
<path fill="#FFFFFF" d="M569.6,514.6l-17.6-4.5c-4.4-1.2-6.6-6.2-4.3-10.2l21.9-37.9V514.6z"/>
</g>
<g>
<path fill="#FFFFFF" d="M574.8,488.5l17.6,4.5c4.4,1.2,6.6,6.2,4.3,10.2l-21.9,37.9V488.5L574.8,488.5z"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.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="477 389.4 190.4 226.7" enable-background="new 477 389.4 190.4 226.7" xml:space="preserve">
<g id="Export_Artboard">
<g id="Layer_36">
<g>
<path fill="#7EB850" d="M572.2,389.4V616c32.1-6.1,59.5-20,77.9-49c11.4-18,17.2-39,17.2-60.4v-89.4L572.2,389.4z"/>
<path fill="#70AA43" d="M477,417.2v89.4c0,21.3,5.8,42.3,17.2,60.4c18.4,29,45.9,42.9,78,49l0,0V389.4L477,417.2z"/>
<g>
<g>
<circle fill="#609643" cx="572.2" cy="501.5" r="56"/>
</g>
<g>
<path fill="#498F41" d="M572.2,557.5c-30.9,0-56-25.1-56-56s25.1-56,56-56V557.5z"/>
</g>
<g>
<g>
<path fill="#FFFFFF" d="M569.6,514.6l-17.6-4.5c-4.4-1.2-6.6-6.2-4.3-10.2l21.9-37.9V514.6z"/>
</g>
<g>
<path fill="#FFFFFF" d="M574.8,488.5l17.6,4.5c4.4,1.2,6.6,6.2,4.3,10.2l-21.9,37.9V488.5L574.8,488.5z"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="#7BAF60" d="M64,32l-4.533,5.466l2.104,6.784l-6.286,3.306l-0.658,7.071l-7.072,0.657l-3.306,6.286l-6.783-2.104L32,64
l-5.466-4.533l-6.784,2.104l-3.306-6.286l-7.072-0.658l-0.657-7.071L2.429,44.25l2.104-6.783L0,32l4.533-5.466L2.429,19.75
l6.286-3.306l0.658-7.072l7.071-0.657l3.306-6.286l6.783,2.104L32,0l5.466,4.533l6.784-2.104l3.306,6.286l7.072,0.658l0.657,7.071
l6.286,3.306l-2.104,6.783L64,32z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="#7BAF60" d="M64,32l-4.533,5.466l2.104,6.784l-6.286,3.306l-0.658,7.071l-7.072,0.657l-3.306,6.286l-6.783-2.104L32,64
l-5.466-4.533l-6.784,2.104l-3.306-6.286l-7.072-0.658l-0.657-7.071L2.429,44.25l2.104-6.783L0,32l4.533-5.466L2.429,19.75
l6.286-3.306l0.658-7.072l7.071-0.657l3.306-6.286l6.783,2.104L32,0l5.466,4.533l6.784-2.104l3.306,6.286l7.072,0.658l0.657,7.071
l6.286,3.306l-2.104,6.783L64,32z"/>
</svg>

Before

Width:  |  Height:  |  Size: 892 B

After

Width:  |  Height:  |  Size: 902 B

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="50.076px" height="224px" viewBox="0 0 50.076 224" enable-background="new 0 0 50.076 224" xml:space="preserve">
<path fill="#F9F9FA" d="M27.029,84.532v-9.583l9.151-5.073v-1.691v-1.466l-3.292-2.114h-1.792v3.58h-4.067v-7.329l-3.502-3.833V0
l-8.445,27.397l4.223,6.342l-4.392,6.342H0v23.423l7.456-9.217l4.702,0.93l-4.194,5.243v6.68L3.982,62.66L0,67.141v21.478
l3.474,4.482v4.397l4.491,8.625v-21.59l5.847-2.932v4.284l-4.632,4.623l13.557,28.412l-4.18,11.162l6.779,11.725l-3.898,2.368
l5.592,13.642V98.851l10.845-5.75v14.995l-2.009,0.783l-2.736-2.249v13.868l8.586-13.078l8.361-22.887H27.029z M2.711,49.975v-7.272
h5.253L2.711,49.975z"/>
<path fill="#F9F9FA" d="M7.167,163.342l-1.942-42.844h3.883L7.167,163.342z"/>
<path fill="#F9F9FA" d="M35.256,175.068l-1.942-33.147h3.884L35.256,175.068z"/>
<path fill="#F9F9FA" d="M18.522,224l-1.942-64.078h3.883L18.522,224z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="50.076px" height="224px" viewBox="0 0 50.076 224" enable-background="new 0 0 50.076 224" xml:space="preserve">
<path fill="#F9F9FA" d="M27.029,84.532v-9.583l9.151-5.073v-1.691v-1.466l-3.292-2.114h-1.792v3.58h-4.067v-7.329l-3.502-3.833V0
l-8.445,27.397l4.223,6.342l-4.392,6.342H0v23.423l7.456-9.217l4.702,0.93l-4.194,5.243v6.68L3.982,62.66L0,67.141v21.478
l3.474,4.482v4.397l4.491,8.625v-21.59l5.847-2.932v4.284l-4.632,4.623l13.557,28.412l-4.18,11.162l6.779,11.725l-3.898,2.368
l5.592,13.642V98.851l10.845-5.75v14.995l-2.009,0.783l-2.736-2.249v13.868l8.586-13.078l8.361-22.887H27.029z M2.711,49.975v-7.272
h5.253L2.711,49.975z"/>
<path fill="#F9F9FA" d="M7.167,163.342l-1.942-42.844h3.883L7.167,163.342z"/>
<path fill="#F9F9FA" d="M35.256,175.068l-1.942-33.147h3.884L35.256,175.068z"/>
<path fill="#F9F9FA" d="M18.522,224l-1.942-64.078h3.883L18.522,224z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.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"
width="1600px" height="228px" viewBox="0 0 1600 228" enable-background="new 0 0 1600 228" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F9F9F9" d="M-625,228H975.551l0.041-36.42l-0.788,0.01
c-16.345,0.18-31.689,3.44-45.05,9.061c-16.412-21.551-47.318-36.07-82.752-36.07c-26.108,0-49.767,7.891-66.977,20.67
c-9.205-4.23-20.023-6.67-31.599-6.67c-24.405,0-45.438,10.82-55.043,26.42c-6.141-1.57-12.707-2.42-19.556-2.42
c-19.594,0-37.005,6.98-48.088,17.8c-10.03-5.53-22.433-8.8-35.834-8.8c-11.269,0-21.818,2.311-30.865,6.33
c-17.01-19.471-46.358-32.33-79.7-32.33c-9.137,0-17.97,0.96-26.335,2.76c-17.437-14.58-42.746-23.76-70.908-23.76
c-34.754,0-65.166,13.971-81.805,34.85c-13.014-5.02-27.773-7.85-43.413-7.85c-24.404,0-46.649,6.891-63.501,18.21
c-12.602-4.62-26.762-7.21-41.735-7.21c-10.697,0-20.981,1.32-30.585,3.76c-15.027-24.64-48.169-41.76-86.64-41.76
c-10.55,0-20.688,1.279-30.172,3.66c-11.11-9.6-27.495-15.66-45.758-15.66s-34.648,6.061-45.758,15.66
c-9.485-2.381-19.622-3.66-30.172-3.66c-26.708,0-50.846,8.25-68.137,21.54c-3.863-0.36-7.793-0.54-11.79-0.54
c-32.636,0-61.437,12.32-78.594,31.1c-17.157-18.779-45.958-31.1-78.594-31.1c-2.944,0-5.847,0.1-8.725,0.29
c-16.877-20.011-46.637-33.29-80.526-33.29c-23.991,0-45.904,6.66-62.649,17.65c-8.672-3.601-18.65-5.65-29.266-5.65
c-26.456,0-48.955,12.721-57.214,30.46c-9.258-2.25-19.129-3.46-29.373-3.46h-0.707L-625,228z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F9F9F9" d="M972,228h1600.551l0.041-36.42l-0.788,0.01
c-16.345,0.18-31.689,3.44-45.05,9.061c-16.412-21.551-47.318-36.07-82.752-36.07c-26.108,0-49.767,7.891-66.977,20.67
c-9.205-4.23-20.023-6.67-31.599-6.67c-24.405,0-45.438,10.82-55.043,26.42c-6.141-1.57-12.707-2.42-19.556-2.42
c-19.594,0-37.005,6.98-48.088,17.8c-10.03-5.53-22.433-8.8-35.834-8.8c-11.269,0-21.818,2.311-30.865,6.33
c-17.01-19.471-46.358-32.33-79.7-32.33c-9.137,0-17.97,0.96-26.335,2.76c-17.437-14.58-42.746-23.76-70.908-23.76
c-34.754,0-65.166,13.971-81.805,34.85c-13.014-5.02-27.773-7.85-43.413-7.85c-24.404,0-46.649,6.891-63.501,18.21
c-12.602-4.62-26.762-7.21-41.734-7.21c-10.697,0-20.981,1.32-30.586,3.76c-15.026-24.64-48.169-41.76-86.64-41.76
c-10.55,0-20.688,1.279-30.173,3.66c-11.109-9.6-27.494-15.66-45.758-15.66c-18.263,0-34.647,6.061-45.758,15.66
c-9.484-2.381-19.621-3.66-30.172-3.66c-26.709,0-50.846,8.25-68.137,21.54c-3.863-0.36-7.793-0.54-11.789-0.54
c-32.637,0-61.438,12.32-78.595,31.1c-17.157-18.779-45.958-31.1-78.595-31.1c-2.943,0-5.847,0.1-8.725,0.29
c-16.877-20.011-46.637-33.29-80.525-33.29c-23.991,0-45.904,6.66-62.649,17.65c-8.672-3.601-18.649-5.65-29.267-5.65
c-26.455,0-48.955,12.721-57.214,30.46c-9.258-2.25-19.129-3.46-29.372-3.46h-0.707L972,228z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.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"
width="1600px" height="228px" viewBox="0 0 1600 228" enable-background="new 0 0 1600 228" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F9F9F9" d="M-625,228H975.551l0.041-36.42l-0.788,0.01
c-16.345,0.18-31.689,3.44-45.05,9.061c-16.412-21.551-47.318-36.07-82.752-36.07c-26.108,0-49.767,7.891-66.977,20.67
c-9.205-4.23-20.023-6.67-31.599-6.67c-24.405,0-45.438,10.82-55.043,26.42c-6.141-1.57-12.707-2.42-19.556-2.42
c-19.594,0-37.005,6.98-48.088,17.8c-10.03-5.53-22.433-8.8-35.834-8.8c-11.269,0-21.818,2.311-30.865,6.33
c-17.01-19.471-46.358-32.33-79.7-32.33c-9.137,0-17.97,0.96-26.335,2.76c-17.437-14.58-42.746-23.76-70.908-23.76
c-34.754,0-65.166,13.971-81.805,34.85c-13.014-5.02-27.773-7.85-43.413-7.85c-24.404,0-46.649,6.891-63.501,18.21
c-12.602-4.62-26.762-7.21-41.735-7.21c-10.697,0-20.981,1.32-30.585,3.76c-15.027-24.64-48.169-41.76-86.64-41.76
c-10.55,0-20.688,1.279-30.172,3.66c-11.11-9.6-27.495-15.66-45.758-15.66s-34.648,6.061-45.758,15.66
c-9.485-2.381-19.622-3.66-30.172-3.66c-26.708,0-50.846,8.25-68.137,21.54c-3.863-0.36-7.793-0.54-11.79-0.54
c-32.636,0-61.437,12.32-78.594,31.1c-17.157-18.779-45.958-31.1-78.594-31.1c-2.944,0-5.847,0.1-8.725,0.29
c-16.877-20.011-46.637-33.29-80.526-33.29c-23.991,0-45.904,6.66-62.649,17.65c-8.672-3.601-18.65-5.65-29.266-5.65
c-26.456,0-48.955,12.721-57.214,30.46c-9.258-2.25-19.129-3.46-29.373-3.46h-0.707L-625,228z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F9F9F9" d="M972,228h1600.551l0.041-36.42l-0.788,0.01
c-16.345,0.18-31.689,3.44-45.05,9.061c-16.412-21.551-47.318-36.07-82.752-36.07c-26.108,0-49.767,7.891-66.977,20.67
c-9.205-4.23-20.023-6.67-31.599-6.67c-24.405,0-45.438,10.82-55.043,26.42c-6.141-1.57-12.707-2.42-19.556-2.42
c-19.594,0-37.005,6.98-48.088,17.8c-10.03-5.53-22.433-8.8-35.834-8.8c-11.269,0-21.818,2.311-30.865,6.33
c-17.01-19.471-46.358-32.33-79.7-32.33c-9.137,0-17.97,0.96-26.335,2.76c-17.437-14.58-42.746-23.76-70.908-23.76
c-34.754,0-65.166,13.971-81.805,34.85c-13.014-5.02-27.773-7.85-43.413-7.85c-24.404,0-46.649,6.891-63.501,18.21
c-12.602-4.62-26.762-7.21-41.734-7.21c-10.697,0-20.981,1.32-30.586,3.76c-15.026-24.64-48.169-41.76-86.64-41.76
c-10.55,0-20.688,1.279-30.173,3.66c-11.109-9.6-27.494-15.66-45.758-15.66c-18.263,0-34.647,6.061-45.758,15.66
c-9.484-2.381-19.621-3.66-30.172-3.66c-26.709,0-50.846,8.25-68.137,21.54c-3.863-0.36-7.793-0.54-11.789-0.54
c-32.637,0-61.438,12.32-78.595,31.1c-17.157-18.779-45.958-31.1-78.595-31.1c-2.943,0-5.847,0.1-8.725,0.29
c-16.877-20.011-46.637-33.29-80.525-33.29c-23.991,0-45.904,6.66-62.649,17.65c-8.672-3.601-18.649-5.65-29.267-5.65
c-26.455,0-48.955,12.721-57.214,30.46c-9.258-2.25-19.129-3.46-29.372-3.46h-0.707L972,228z"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="1600px" height="228px" viewBox="0.5 228.501 1600 228" enable-background="new 0.5 228.501 1600 228" xml:space="preserve"
>
<g>
<path fill="#F9F9FA" d="M1453.303,302.058c-4.16,0-8.26,0.254-12.292,0.732c-34.434-34.775-82.206-56.319-135.012-56.319
c-76.536,0-142.5,45.255-172.599,110.465c-38.802,3.277-72.64,23.961-93.684,54.218c-19.673-23.635-49.311-38.683-82.466-38.683
c-35.937,0-67.742,17.677-87.203,44.809c-25.36-14.512-54.734-22.809-86.047-22.809c-49.717,0-94.549,20.914-126.182,54.422
c-12.343-5.412-25.977-8.422-40.318-8.422c-3.76,0-7.469,0.214-11.122,0.615c-22.61-39.276-64.744-65.882-113.148-66.59
c-18.183-83.22-92.305-145.525-180.98-145.525c-44.302,0-84.969,15.553-116.846,41.495c-9.615-2.189-19.62-3.349-29.898-3.349
c-57.421,0-106.409,36.078-125.551,86.8c-12.423-4.048-25.681-6.245-39.454-6.245v108.829h1600V347.672
c-19.521,0-38.011,4.401-54.542,12.256C1529.208,325.662,1494.014,302.058,1453.303,302.058z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="1600px" height="228px" viewBox="0.5 228.501 1600 228" enable-background="new 0.5 228.501 1600 228" xml:space="preserve"
>
<g>
<path fill="#F9F9FA" d="M1453.303,302.058c-4.16,0-8.26,0.254-12.292,0.732c-34.434-34.775-82.206-56.319-135.012-56.319
c-76.536,0-142.5,45.255-172.599,110.465c-38.802,3.277-72.64,23.961-93.684,54.218c-19.673-23.635-49.311-38.683-82.466-38.683
c-35.937,0-67.742,17.677-87.203,44.809c-25.36-14.512-54.734-22.809-86.047-22.809c-49.717,0-94.549,20.914-126.182,54.422
c-12.343-5.412-25.977-8.422-40.318-8.422c-3.76,0-7.469,0.214-11.122,0.615c-22.61-39.276-64.744-65.882-113.148-66.59
c-18.183-83.22-92.305-145.525-180.98-145.525c-44.302,0-84.969,15.553-116.846,41.495c-9.615-2.189-19.62-3.349-29.898-3.349
c-57.421,0-106.409,36.078-125.551,86.8c-12.423-4.048-25.681-6.245-39.454-6.245v108.829h1600V347.672
c-19.521,0-38.011,4.401-54.542,12.256C1529.208,325.662,1494.014,302.058,1453.303,302.058z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.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 370.2 500 129.8" enable-background="new 0 370.2 500 129.8" xml:space="preserve">
<path fill="#F1F1F1" d="M500,500c-7.8-26.8-32.3-46.1-61.7-46.1c-7.8,0-15.3,1.4-22.2,4c-18.5-28.8-50.7-47.9-87.4-47.9
c-13,0-25.4,2.3-36.9,6.6c-22.5-28.3-57.4-46.4-96.3-46.4c-46.4,0-86.8,25.7-107.8,63.4c-3.5-0.6-7.2-0.9-10.7-0.9
c-39.2,0-71.8,29.1-77,67.2L500,500L500,500z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.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 370.2 500 129.8" enable-background="new 0 370.2 500 129.8" xml:space="preserve">
<path fill="#F1F1F1" d="M500,500c-7.8-26.8-32.3-46.1-61.7-46.1c-7.8,0-15.3,1.4-22.2,4c-18.5-28.8-50.7-47.9-87.4-47.9
c-13,0-25.4,2.3-36.9,6.6c-22.5-28.3-57.4-46.4-96.3-46.4c-46.4,0-86.8,25.7-107.8,63.4c-3.5-0.6-7.2-0.9-10.7-0.9
c-39.2,0-71.8,29.1-77,67.2L500,500L500,500z"/>
</svg>

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 755 B

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="1600px" height="192px" viewBox="0.5 0 1600 192" enable-background="new 0.5 0 1600 192" xml:space="preserve">
<path fill="#F9F9FA" d="M0.5,0v191.075c52.225,0,99.382-21.691,132.96-56.553c6.277,1.28,12.775,1.953,19.43,1.953
c35.837,0,67.121-19.491,83.833-48.45c16.734,9.073,35.904,14.226,56.276,14.226c19.744,0,38.354-4.845,54.716-13.403
C379.357,120.6,423.133,140.25,471.5,140.25c68.117,0,127.129-38.975,155.958-95.84c12.777,4.111,26.398,6.34,40.542,6.34
c33.841,0,64.708-12.717,88.099-33.626C786.558,38.322,823.578,50.75,863.5,50.75c36.695,0,70.938-10.501,99.888-28.66
c4.843,0.76,9.805,1.16,14.862,1.16c15.031,0,29.242-3.496,41.876-9.71c24.748,31.494,62.929,51.925,105.911,52.679
c43.287,50.806,107.736,83.031,179.714,83.031c33.539,0,65.443-6.997,94.334-19.609c15.128,10.172,33.34,16.109,52.941,16.109
c7.979,0,15.726-0.989,23.131-2.842c32.807,29.92,76.444,48.167,124.344,48.167V0H0.5z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.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"
width="1600px" height="192px" viewBox="0.5 0 1600 192" enable-background="new 0.5 0 1600 192" xml:space="preserve">
<path fill="#F9F9FA" d="M0.5,0v191.075c52.225,0,99.382-21.691,132.96-56.553c6.277,1.28,12.775,1.953,19.43,1.953
c35.837,0,67.121-19.491,83.833-48.45c16.734,9.073,35.904,14.226,56.276,14.226c19.744,0,38.354-4.845,54.716-13.403
C379.357,120.6,423.133,140.25,471.5,140.25c68.117,0,127.129-38.975,155.958-95.84c12.777,4.111,26.398,6.34,40.542,6.34
c33.841,0,64.708-12.717,88.099-33.626C786.558,38.322,823.578,50.75,863.5,50.75c36.695,0,70.938-10.501,99.888-28.66
c4.843,0.76,9.805,1.16,14.862,1.16c15.031,0,29.242-3.496,41.876-9.71c24.748,31.494,62.929,51.925,105.911,52.679
c43.287,50.806,107.736,83.031,179.714,83.031c33.539,0,65.443-6.997,94.334-19.609c15.128,10.172,33.34,16.109,52.941,16.109
c7.979,0,15.726-0.989,23.131-2.842c32.807,29.92,76.444,48.167,124.344,48.167V0H0.5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,308 +1,308 @@
<?php
// Do not edit this file. It's generated by jetpack/tools/build-module-headings-translations.php
/**
* For a given module, return an array with translated name, description and recommended description.
*
* @param string $key Module file name without .php
*
* @return array
*/
function jetpack_get_module_i18n( $key ) {
static $modules;
if ( ! isset( $modules ) ) {
$modules = array(
'after-the-deadline' => array(
'name' => _x( 'Spelling and Grammar', 'Module Name', 'jetpack' ),
'description' => _x( 'Check your spelling, style, and grammar with the After the Deadline proofreading service.', 'Module Description', 'jetpack' ),
),
<?php
// Do not edit this file. It's generated by jetpack/tools/build-module-headings-translations.php
'carousel' => array(
'name' => _x( 'Carousel', 'Module Name', 'jetpack' ),
'description' => _x( 'Transform standard image galleries into full-screen slideshows.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Brings your photos and images to life as full-size, easily navigable galleries.', 'Jumpstart Description', 'jetpack' ),
),
'comments' => array(
'name' => _x( 'Comments', 'Module Name', 'jetpack' ),
'description' => _x( 'Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.', 'Module Description', 'jetpack' ),
),
'contact-form' => array(
'name' => _x( 'Contact Form', 'Module Name', 'jetpack' ),
'description' => _x( 'Insert a contact form anywhere on your site.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.', 'Jumpstart Description', 'jetpack' ),
),
'custom-content-types' => array(
'name' => _x( 'Custom Content Types', 'Module Name', 'jetpack' ),
'description' => _x( 'Organize and display different types of content on your site, separate from posts and pages.', 'Module Description', 'jetpack' ),
),
'custom-css' => array(
'name' => _x( 'Custom CSS', 'Module Name', 'jetpack' ),
'description' => _x( 'Customize your sites CSS without modifying your theme.', 'Module Description', 'jetpack' ),
),
'enhanced-distribution' => array(
'name' => _x( 'Enhanced Distribution', 'Module Name', 'jetpack' ),
'description' => _x( 'Increase reach and traffic.', 'Module Description', 'jetpack' ),
),
'gravatar-hovercards' => array(
'name' => _x( 'Gravatar Hovercards', 'Module Name', 'jetpack' ),
'description' => _x( 'Enable pop-up business cards over commenters Gravatars.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.', 'Jumpstart Description', 'jetpack' ),
),
'infinite-scroll' => array(
'name' => _x( 'Infinite Scroll', 'Module Name', 'jetpack' ),
'description' => _x( 'Add support for infinite scroll to your theme.', 'Module Description', 'jetpack' ),
),
'json-api' => array(
'name' => _x( 'JSON API', 'Module Name', 'jetpack' ),
'description' => _x( 'Allow applications to securely access your content through the cloud.', 'Module Description', 'jetpack' ),
),
'latex' => array(
'name' => _x( 'Beautiful Math', 'Module Name', 'jetpack' ),
'description' => _x( 'Use LaTeX markup language in posts and pages for complex equations and other geekery.', 'Module Description', 'jetpack' ),
),
'likes' => array(
'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
'description' => _x( 'Give visitors an easy way to show their appreciation for your content.', 'Module Description', 'jetpack' ),
),
'manage' => array(
'name' => _x( 'Manage', 'Module Name', 'jetpack' ),
'description' => _x( 'Manage all your sites from a centralized place, https://wordpress.com/sites.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Helps you remotely manage plugins, turn on automated updates, and more from <a href="https://wordpress.com/plugins/" target="_blank">wordpress.com</a>.', 'Jumpstart Description', 'jetpack' ),
),
'markdown' => array(
'name' => _x( 'Markdown', 'Module Name', 'jetpack' ),
'description' => _x( 'Write posts or pages in plain-text Markdown syntax.', 'Module Description', 'jetpack' ),
),
'minileven' => array(
'name' => _x( 'Mobile Theme', 'Module Name', 'jetpack' ),
'description' => _x( 'Optimize your site with a mobile-friendly theme for smartphones.', 'Module Description', 'jetpack' ),
),
'monitor' => array(
'name' => _x( 'Monitor', 'Module Name', 'jetpack' ),
'description' => _x( 'Reports on site downtime.', 'Module Description', 'jetpack' ),
),
'notes' => array(
'name' => _x( 'Notifications', 'Module Name', 'jetpack' ),
'description' => _x( 'Receive notification of site activity via the admin toolbar and your Mobile devices.', 'Module Description', 'jetpack' ),
),
'omnisearch' => array(
'name' => _x( 'Omnisearch', 'Module Name', 'jetpack' ),
'description' => _x( 'Search your entire database from a single field in your Dashboard.', 'Module Description', 'jetpack' ),
),
'photon' => array(
'name' => _x( 'Photon', 'Module Name', 'jetpack' ),
'description' => _x( 'Speed up images and photos.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your sites performance with no additional load on your servers.', 'Jumpstart Description', 'jetpack' ),
),
'post-by-email' => array(
'name' => _x( 'Post by Email', 'Module Name', 'jetpack' ),
'description' => _x( 'Publish posts by email, using any device and email client.', 'Module Description', 'jetpack' ),
),
'protect' => array(
'name' => _x( 'Protect', 'Module Name', 'jetpack' ),
'description' => _x( 'Prevent brute force attacks.', 'Module Description', 'jetpack' ),
),
'publicize' => array(
'name' => _x( 'Publicize', 'Module Name', 'jetpack' ),
'description' => _x( 'Automatically promote content.', 'Module Description', 'jetpack' ),
),
'related-posts' => array(
'name' => _x( 'Related Posts', 'Module Name', 'jetpack' ),
'description' => _x( 'Display similar content.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.', 'Jumpstart Description', 'jetpack' ),
),
'sharedaddy' => array(
'name' => _x( 'Sharing', 'Module Name', 'jetpack' ),
'description' => _x( 'Visitors can share your content.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.', 'Jumpstart Description', 'jetpack' ),
),
'shortcodes' => array(
'name' => _x( 'Shortcode Embeds', 'Module Name', 'jetpack' ),
'description' => _x( 'Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.', 'Module Description', 'jetpack' ),
),
'shortlinks' => array(
'name' => _x( 'WP.me Shortlinks', 'Module Name', 'jetpack' ),
'description' => _x( 'Enable WP.me-powered shortlinks for all posts and pages.', 'Module Description', 'jetpack' ),
),
'site-icon' => array(
'name' => _x( 'Site Icon', 'Module Name', 'jetpack' ),
'description' => _x( 'Add a site icon to your site.', 'Module Description', 'jetpack' ),
),
'sitemaps' => array(
'name' => _x( 'Sitemaps', 'Module Name', 'jetpack' ),
'description' => _x( 'Creates sitemaps to allow your site to be easily indexed by search engines.', 'Module Description', 'jetpack' ),
),
'sso' => array(
'name' => _x( 'Single Sign On', 'Module Name', 'jetpack' ),
'description' => _x( 'Secure user authentication.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.', 'Jumpstart Description', 'jetpack' ),
),
'stats' => array(
'name' => _x( 'Site Stats', 'Module Name', 'jetpack' ),
'description' => _x( 'Collect traffic stats and insights.', 'Module Description', 'jetpack' ),
),
'subscriptions' => array(
'name' => _x( 'Subscriptions', 'Module Name', 'jetpack' ),
'description' => _x( 'Allow users to subscribe to your posts and comments and receive notifications via email.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.', 'Jumpstart Description', 'jetpack' ),
),
'tiled-gallery' => array(
'name' => _x( 'Tiled Galleries', 'Module Name', 'jetpack' ),
'description' => _x( 'Display your image galleries in a variety of sleek, graphic arrangements.', 'Module Description', 'jetpack' ),
),
'vaultpress' => array(
'name' => _x( 'Data Backups', 'Module Name', 'jetpack' ),
'description' => _x( 'Daily or real-time backups.', 'Module Description', 'jetpack' ),
),
'verification-tools' => array(
'name' => _x( 'Site Verification', 'Module Name', 'jetpack' ),
'description' => _x( 'Verify your site or domain with Google Search Console, Pinterest, and others.', 'Module Description', 'jetpack' ),
),
'videopress' => array(
'name' => _x( 'VideoPress', 'Module Name', 'jetpack' ),
'description' => _x( 'Upload and embed videos right on your site. (Subscription required.)', 'Module Description', 'jetpack' ),
),
'widget-visibility' => array(
'name' => _x( 'Widget Visibility', 'Module Name', 'jetpack' ),
'description' => _x( 'Specify which widgets appear on which pages of your site.', 'Module Description', 'jetpack' ),
),
'widgets' => array(
'name' => _x( 'Extra Sidebar Widgets', 'Module Name', 'jetpack' ),
'description' => _x( 'Add images, Twitter streams, your sites RSS links, and more to your sidebar.', 'Module Description', 'jetpack' ),
),
);
}
return $modules[ $key ];
}
/**
* For a given module tag, return its translated version.
*
* @param string $key Module tag as is in each module heading.
*
* @return string
/**
* For a given module, return an array with translated name, description and recommended description.
*
* @param string $key Module file name without .php
*
* @return array
*/
function jetpack_get_module_i18n_tag( $key ) {
static $module_tags;
if ( ! isset( $module_tags ) ) {
$module_tags = array(
// Modules with `Other` tag:
// - modules/contact-form.php
// - modules/notes.php
// - modules/site-icon.php
'Other' =>_x( 'Other', 'Module Tag', 'jetpack' ),
// Modules with `Writing` tag:
// - modules/after-the-deadline.php
// - modules/custom-content-types.php
// - modules/enhanced-distribution.php
// - modules/json-api.php
// - modules/latex.php
// - modules/markdown.php
// - modules/post-by-email.php
// - modules/shortcodes.php
'Writing' =>_x( 'Writing', 'Module Tag', 'jetpack' ),
// Modules with `Photos and Videos` tag:
// - modules/carousel.php
// - modules/photon.php
// - modules/shortcodes.php
// - modules/tiled-gallery.php
// - modules/videopress.php
'Photos and Videos' =>_x( 'Photos and Videos', 'Module Tag', 'jetpack' ),
// Modules with `Social` tag:
// - modules/comments.php
// - modules/gravatar-hovercards.php
// - modules/likes.php
// - modules/publicize.php
// - modules/sharedaddy.php
// - modules/shortcodes.php
// - modules/shortlinks.php
// - modules/subscriptions.php
// - modules/widgets.php
'Social' =>_x( 'Social', 'Module Tag', 'jetpack' ),
// Modules with `Appearance` tag:
// - modules/custom-css.php
// - modules/gravatar-hovercards.php
// - modules/infinite-scroll.php
// - modules/minileven.php
// - modules/photon.php
// - modules/shortcodes.php
// - modules/widget-visibility.php
// - modules/widgets.php
'Appearance' =>_x( 'Appearance', 'Module Tag', 'jetpack' ),
// Modules with `Developers` tag:
// - modules/json-api.php
// - modules/omnisearch.php
// - modules/sso.php
'Developers' =>_x( 'Developers', 'Module Tag', 'jetpack' ),
// Modules with `Centralized Management` tag:
// - modules/manage.php
'Centralized Management' =>_x( 'Centralized Management', 'Module Tag', 'jetpack' ),
// Modules with `Recommended` tag:
// - modules/manage.php
// - modules/minileven.php
// - modules/monitor.php
// - modules/photon.php
// - modules/protect.php
// - modules/publicize.php
// - modules/related-posts.php
// - modules/sharedaddy.php
// - modules/sitemaps.php
// - modules/stats.php
'Recommended' =>_x( 'Recommended', 'Module Tag', 'jetpack' ),
// Modules with `Mobile` tag:
// - modules/minileven.php
'Mobile' =>_x( 'Mobile', 'Module Tag', 'jetpack' ),
// Modules with `Traffic` tag:
// - modules/sitemaps.php
'Traffic' =>_x( 'Traffic', 'Module Tag', 'jetpack' ),
// Modules with `Site Stats` tag:
// - modules/stats.php
'Site Stats' =>_x( 'Site Stats', 'Module Tag', 'jetpack' ),
);
}
return $module_tags[ $key ];
function jetpack_get_module_i18n( $key ) {
static $modules;
if ( ! isset( $modules ) ) {
$modules = array(
'after-the-deadline' => array(
'name' => _x( 'Spelling and Grammar', 'Module Name', 'jetpack' ),
'description' => _x( 'Check your spelling, style, and grammar with the After the Deadline proofreading service.', 'Module Description', 'jetpack' ),
),
'carousel' => array(
'name' => _x( 'Carousel', 'Module Name', 'jetpack' ),
'description' => _x( 'Transform standard image galleries into full-screen slideshows.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Brings your photos and images to life as full-size, easily navigable galleries.', 'Jumpstart Description', 'jetpack' ),
),
'comments' => array(
'name' => _x( 'Comments', 'Module Name', 'jetpack' ),
'description' => _x( 'Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.', 'Module Description', 'jetpack' ),
),
'contact-form' => array(
'name' => _x( 'Contact Form', 'Module Name', 'jetpack' ),
'description' => _x( 'Insert a contact form anywhere on your site.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.', 'Jumpstart Description', 'jetpack' ),
),
'custom-content-types' => array(
'name' => _x( 'Custom Content Types', 'Module Name', 'jetpack' ),
'description' => _x( 'Organize and display different types of content on your site, separate from posts and pages.', 'Module Description', 'jetpack' ),
),
'custom-css' => array(
'name' => _x( 'Custom CSS', 'Module Name', 'jetpack' ),
'description' => _x( 'Customize your sites CSS without modifying your theme.', 'Module Description', 'jetpack' ),
),
'enhanced-distribution' => array(
'name' => _x( 'Enhanced Distribution', 'Module Name', 'jetpack' ),
'description' => _x( 'Increase reach and traffic.', 'Module Description', 'jetpack' ),
),
'gravatar-hovercards' => array(
'name' => _x( 'Gravatar Hovercards', 'Module Name', 'jetpack' ),
'description' => _x( 'Enable pop-up business cards over commenters Gravatars.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.', 'Jumpstart Description', 'jetpack' ),
),
'infinite-scroll' => array(
'name' => _x( 'Infinite Scroll', 'Module Name', 'jetpack' ),
'description' => _x( 'Add support for infinite scroll to your theme.', 'Module Description', 'jetpack' ),
),
'json-api' => array(
'name' => _x( 'JSON API', 'Module Name', 'jetpack' ),
'description' => _x( 'Allow applications to securely access your content through the cloud.', 'Module Description', 'jetpack' ),
),
'latex' => array(
'name' => _x( 'Beautiful Math', 'Module Name', 'jetpack' ),
'description' => _x( 'Use LaTeX markup language in posts and pages for complex equations and other geekery.', 'Module Description', 'jetpack' ),
),
'likes' => array(
'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
'description' => _x( 'Give visitors an easy way to show their appreciation for your content.', 'Module Description', 'jetpack' ),
),
'manage' => array(
'name' => _x( 'Manage', 'Module Name', 'jetpack' ),
'description' => _x( 'Manage all your sites from a centralized place, https://wordpress.com/sites.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Helps you remotely manage plugins, turn on automated updates, and more from <a href="https://wordpress.com/plugins/" target="_blank">wordpress.com</a>.', 'Jumpstart Description', 'jetpack' ),
),
'markdown' => array(
'name' => _x( 'Markdown', 'Module Name', 'jetpack' ),
'description' => _x( 'Write posts or pages in plain-text Markdown syntax.', 'Module Description', 'jetpack' ),
),
'minileven' => array(
'name' => _x( 'Mobile Theme', 'Module Name', 'jetpack' ),
'description' => _x( 'Optimize your site with a mobile-friendly theme for smartphones.', 'Module Description', 'jetpack' ),
),
'monitor' => array(
'name' => _x( 'Monitor', 'Module Name', 'jetpack' ),
'description' => _x( 'Reports on site downtime.', 'Module Description', 'jetpack' ),
),
'notes' => array(
'name' => _x( 'Notifications', 'Module Name', 'jetpack' ),
'description' => _x( 'Receive notification of site activity via the admin toolbar and your Mobile devices.', 'Module Description', 'jetpack' ),
),
'omnisearch' => array(
'name' => _x( 'Omnisearch', 'Module Name', 'jetpack' ),
'description' => _x( 'Search your entire database from a single field in your Dashboard.', 'Module Description', 'jetpack' ),
),
'photon' => array(
'name' => _x( 'Photon', 'Module Name', 'jetpack' ),
'description' => _x( 'Speed up images and photos.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your sites performance with no additional load on your servers.', 'Jumpstart Description', 'jetpack' ),
),
'post-by-email' => array(
'name' => _x( 'Post by Email', 'Module Name', 'jetpack' ),
'description' => _x( 'Publish posts by email, using any device and email client.', 'Module Description', 'jetpack' ),
),
'protect' => array(
'name' => _x( 'Protect', 'Module Name', 'jetpack' ),
'description' => _x( 'Prevent brute force attacks.', 'Module Description', 'jetpack' ),
),
'publicize' => array(
'name' => _x( 'Publicize', 'Module Name', 'jetpack' ),
'description' => _x( 'Automatically promote content.', 'Module Description', 'jetpack' ),
),
'related-posts' => array(
'name' => _x( 'Related Posts', 'Module Name', 'jetpack' ),
'description' => _x( 'Display similar content.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.', 'Jumpstart Description', 'jetpack' ),
),
'sharedaddy' => array(
'name' => _x( 'Sharing', 'Module Name', 'jetpack' ),
'description' => _x( 'Visitors can share your content.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.', 'Jumpstart Description', 'jetpack' ),
),
'shortcodes' => array(
'name' => _x( 'Shortcode Embeds', 'Module Name', 'jetpack' ),
'description' => _x( 'Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.', 'Module Description', 'jetpack' ),
),
'shortlinks' => array(
'name' => _x( 'WP.me Shortlinks', 'Module Name', 'jetpack' ),
'description' => _x( 'Enable WP.me-powered shortlinks for all posts and pages.', 'Module Description', 'jetpack' ),
),
'site-icon' => array(
'name' => _x( 'Site Icon', 'Module Name', 'jetpack' ),
'description' => _x( 'Add a site icon to your site.', 'Module Description', 'jetpack' ),
),
'sitemaps' => array(
'name' => _x( 'Sitemaps', 'Module Name', 'jetpack' ),
'description' => _x( 'Creates sitemaps to allow your site to be easily indexed by search engines.', 'Module Description', 'jetpack' ),
),
'sso' => array(
'name' => _x( 'Single Sign On', 'Module Name', 'jetpack' ),
'description' => _x( 'Secure user authentication.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.', 'Jumpstart Description', 'jetpack' ),
),
'stats' => array(
'name' => _x( 'Site Stats', 'Module Name', 'jetpack' ),
'description' => _x( 'Collect traffic stats and insights.', 'Module Description', 'jetpack' ),
),
'subscriptions' => array(
'name' => _x( 'Subscriptions', 'Module Name', 'jetpack' ),
'description' => _x( 'Allow users to subscribe to your posts and comments and receive notifications via email.', 'Module Description', 'jetpack' ),
'recommended description' => _x( 'Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.', 'Jumpstart Description', 'jetpack' ),
),
'tiled-gallery' => array(
'name' => _x( 'Tiled Galleries', 'Module Name', 'jetpack' ),
'description' => _x( 'Display your image galleries in a variety of sleek, graphic arrangements.', 'Module Description', 'jetpack' ),
),
'vaultpress' => array(
'name' => _x( 'Data Backups', 'Module Name', 'jetpack' ),
'description' => _x( 'Daily or real-time backups.', 'Module Description', 'jetpack' ),
),
'verification-tools' => array(
'name' => _x( 'Site Verification', 'Module Name', 'jetpack' ),
'description' => _x( 'Verify your site or domain with Google Search Console, Pinterest, and others.', 'Module Description', 'jetpack' ),
),
'videopress' => array(
'name' => _x( 'VideoPress', 'Module Name', 'jetpack' ),
'description' => _x( 'Upload and embed videos right on your site. (Subscription required.)', 'Module Description', 'jetpack' ),
),
'widget-visibility' => array(
'name' => _x( 'Widget Visibility', 'Module Name', 'jetpack' ),
'description' => _x( 'Specify which widgets appear on which pages of your site.', 'Module Description', 'jetpack' ),
),
'widgets' => array(
'name' => _x( 'Extra Sidebar Widgets', 'Module Name', 'jetpack' ),
'description' => _x( 'Add images, Twitter streams, your sites RSS links, and more to your sidebar.', 'Module Description', 'jetpack' ),
),
);
}
return $modules[ $key ];
}
/**
* For a given module tag, return its translated version.
*
* @param string $key Module tag as is in each module heading.
*
* @return string
*/
function jetpack_get_module_i18n_tag( $key ) {
static $module_tags;
if ( ! isset( $module_tags ) ) {
$module_tags = array(
// Modules with `Other` tag:
// - modules/contact-form.php
// - modules/notes.php
// - modules/site-icon.php
'Other' =>_x( 'Other', 'Module Tag', 'jetpack' ),
// Modules with `Writing` tag:
// - modules/after-the-deadline.php
// - modules/custom-content-types.php
// - modules/enhanced-distribution.php
// - modules/json-api.php
// - modules/latex.php
// - modules/markdown.php
// - modules/post-by-email.php
// - modules/shortcodes.php
'Writing' =>_x( 'Writing', 'Module Tag', 'jetpack' ),
// Modules with `Photos and Videos` tag:
// - modules/carousel.php
// - modules/photon.php
// - modules/shortcodes.php
// - modules/tiled-gallery.php
// - modules/videopress.php
'Photos and Videos' =>_x( 'Photos and Videos', 'Module Tag', 'jetpack' ),
// Modules with `Social` tag:
// - modules/comments.php
// - modules/gravatar-hovercards.php
// - modules/likes.php
// - modules/publicize.php
// - modules/sharedaddy.php
// - modules/shortcodes.php
// - modules/shortlinks.php
// - modules/subscriptions.php
// - modules/widgets.php
'Social' =>_x( 'Social', 'Module Tag', 'jetpack' ),
// Modules with `Appearance` tag:
// - modules/custom-css.php
// - modules/gravatar-hovercards.php
// - modules/infinite-scroll.php
// - modules/minileven.php
// - modules/photon.php
// - modules/shortcodes.php
// - modules/widget-visibility.php
// - modules/widgets.php
'Appearance' =>_x( 'Appearance', 'Module Tag', 'jetpack' ),
// Modules with `Developers` tag:
// - modules/json-api.php
// - modules/omnisearch.php
// - modules/sso.php
'Developers' =>_x( 'Developers', 'Module Tag', 'jetpack' ),
// Modules with `Centralized Management` tag:
// - modules/manage.php
'Centralized Management' =>_x( 'Centralized Management', 'Module Tag', 'jetpack' ),
// Modules with `Recommended` tag:
// - modules/manage.php
// - modules/minileven.php
// - modules/monitor.php
// - modules/photon.php
// - modules/protect.php
// - modules/publicize.php
// - modules/related-posts.php
// - modules/sharedaddy.php
// - modules/sitemaps.php
// - modules/stats.php
'Recommended' =>_x( 'Recommended', 'Module Tag', 'jetpack' ),
// Modules with `Mobile` tag:
// - modules/minileven.php
'Mobile' =>_x( 'Mobile', 'Module Tag', 'jetpack' ),
// Modules with `Traffic` tag:
// - modules/sitemaps.php
'Traffic' =>_x( 'Traffic', 'Module Tag', 'jetpack' ),
// Modules with `Site Stats` tag:
// - modules/stats.php
'Site Stats' =>_x( 'Site Stats', 'Module Tag', 'jetpack' ),
);
}
return $module_tags[ $key ];
}

View File

@ -1,144 +1,144 @@
<?php
/**
* XSLT for XML sitemap
*
* @module sitemaps
*/
$xsl = '<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>' . esc_html( ent2ncr( __( 'XML Sitemap', 'jetpack' ) ) ) . '</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
body {
font: 14px "Open Sans", Helvetica, Arial, sans-serif;
margin: 0;
}
a {
color: #3498db;
text-decoration: none;
}
h1 {
margin: 0;
}
#description {
background-color: #81a844;
color: #FFF;
padding: 30px 30px 20px;
}
#description a {
color: #fff;
}
#content {
padding: 10px 30px 30px;
background: #fff;
}
a:hover {
border-bottom: 1px solid;
}
th, td {
font-size: 12px;
}
th {
text-align: left;
border-bottom: 1px solid #ccc;
}
th, td {
padding: 10px 15px;
}
.odd {
background-color: #E7F1D4;
}
#footer {
margin: 20px 30px;
font-size: 12px;
color: #999;
}
#footer a {
color: inherit;
}
#description a, #footer a {
border-bottom: 1px solid;
}
#description a:hover, #footer a:hover {
border-bottom: none;
}
</style>
</head>
<body>
<div id="description">
<h1>' . esc_html( ent2ncr( __( 'XML Sitemap', 'jetpack' ) ) ) . '</h1>
<p>' . wp_kses( sprintf( ent2ncr( __( 'This is an XML Sitemap generated by <a href="%s" target="_blank">Jetpack</a>, meant to be consumed by search engines like <a href="%s" target="_blank">Google</a> or <a href="%s" target="_blank">Bing</a>.', 'jetpack' ), 'http://jetpack.com/', 'https://www.google.com', 'https://www.bing.com/' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) ) . '</p>
<p>' . wp_kses( sprintf( ent2ncr( __( 'You can find more information on XML sitemaps at <a href="%s" target="_blank">sitemaps.org</a>', 'jetpack' ), 'http://sitemaps.org' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) ) . '</p>
</div>
<div id="content">
<table>
<tr>
<th>' . esc_html( ent2ncr( __( 'URL', 'jetpack' ) ) ) . '</th>
<th>' . esc_html( ent2ncr( __( 'Images', 'jetpack' ) ) ) . '</th>';
if ( empty( $type ) ) :
$xsl .= ' <th>' . esc_html( ent2ncr( __( 'Change Frequency', 'jetpack' ) ) ) . '</th>
<th>' . esc_html( ent2ncr( __( 'Last Updated', 'jetpack' ) ) ) . '</th>';
endif;
$xsl .= ' </tr>
<xsl:variable name="lower" select="\'abcdefghijklmnopqrstuvwxyz\'"/>
<xsl:variable name="upper" select="\'ABCDEFGHIJKLMNOPQRSTUVWXYZ\'"/>
<xsl:for-each select="sitemap:urlset/sitemap:url">
<tr>
<xsl:choose>
<xsl:when test="position() mod 2 != 1">
<xsl:attribute name="class">odd</xsl:attribute>
</xsl:when>
</xsl:choose>
<td>
<xsl:variable name="itemURL">
<xsl:value-of select="sitemap:loc"/>
</xsl:variable>
<a href="{$itemURL}">
<xsl:value-of select="sitemap:loc"/>
</a>
</td>
<td>
<xsl:value-of select="count(image:image)"/>
</td>';
if ( empty( $type ) ) :
$xsl .= ' <td>
<xsl:value-of select="concat(translate(substring(sitemap:changefreq, 1, 1),concat($lower, $upper),concat($upper, $lower)),substring(sitemap:changefreq, 2))"/>
</td>
<td>
<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(\' \', substring(sitemap:lastmod,12,5)))"/>
</td>';
endif;
$xsl .= ' </tr>
</xsl:for-each>
</table>
</div>
<div id="footer">
<p>' . wp_kses( sprintf( ent2ncr( __( '<em>Generated</em> by <a href="%s" target="_blank">Jetpack for WordPress</a>', 'jetpack' ) ), 'https://jetpack.com' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) . '</p>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>';
<?php
/**
* XSLT for XML sitemap
*
* @module sitemaps
*/
$xsl = '<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>' . esc_html( ent2ncr( __( 'XML Sitemap', 'jetpack' ) ) ) . '</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
body {
font: 14px "Open Sans", Helvetica, Arial, sans-serif;
margin: 0;
}
a {
color: #3498db;
text-decoration: none;
}
h1 {
margin: 0;
}
#description {
background-color: #81a844;
color: #FFF;
padding: 30px 30px 20px;
}
#description a {
color: #fff;
}
#content {
padding: 10px 30px 30px;
background: #fff;
}
a:hover {
border-bottom: 1px solid;
}
th, td {
font-size: 12px;
}
th {
text-align: left;
border-bottom: 1px solid #ccc;
}
th, td {
padding: 10px 15px;
}
.odd {
background-color: #E7F1D4;
}
#footer {
margin: 20px 30px;
font-size: 12px;
color: #999;
}
#footer a {
color: inherit;
}
#description a, #footer a {
border-bottom: 1px solid;
}
#description a:hover, #footer a:hover {
border-bottom: none;
}
</style>
</head>
<body>
<div id="description">
<h1>' . esc_html( ent2ncr( __( 'XML Sitemap', 'jetpack' ) ) ) . '</h1>
<p>' . wp_kses( sprintf( ent2ncr( __( 'This is an XML Sitemap generated by <a href="%s" target="_blank">Jetpack</a>, meant to be consumed by search engines like <a href="%s" target="_blank">Google</a> or <a href="%s" target="_blank">Bing</a>.', 'jetpack' ), 'http://jetpack.com/', 'https://www.google.com', 'https://www.bing.com/' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) ) . '</p>
<p>' . wp_kses( sprintf( ent2ncr( __( 'You can find more information on XML sitemaps at <a href="%s" target="_blank">sitemaps.org</a>', 'jetpack' ), 'http://sitemaps.org' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) ) . '</p>
</div>
<div id="content">
<table>
<tr>
<th>' . esc_html( ent2ncr( __( 'URL', 'jetpack' ) ) ) . '</th>
<th>' . esc_html( ent2ncr( __( 'Images', 'jetpack' ) ) ) . '</th>';
if ( empty( $type ) ) :
$xsl .= ' <th>' . esc_html( ent2ncr( __( 'Change Frequency', 'jetpack' ) ) ) . '</th>
<th>' . esc_html( ent2ncr( __( 'Last Updated', 'jetpack' ) ) ) . '</th>';
endif;
$xsl .= ' </tr>
<xsl:variable name="lower" select="\'abcdefghijklmnopqrstuvwxyz\'"/>
<xsl:variable name="upper" select="\'ABCDEFGHIJKLMNOPQRSTUVWXYZ\'"/>
<xsl:for-each select="sitemap:urlset/sitemap:url">
<tr>
<xsl:choose>
<xsl:when test="position() mod 2 != 1">
<xsl:attribute name="class">odd</xsl:attribute>
</xsl:when>
</xsl:choose>
<td>
<xsl:variable name="itemURL">
<xsl:value-of select="sitemap:loc"/>
</xsl:variable>
<a href="{$itemURL}">
<xsl:value-of select="sitemap:loc"/>
</a>
</td>
<td>
<xsl:value-of select="count(image:image)"/>
</td>';
if ( empty( $type ) ) :
$xsl .= ' <td>
<xsl:value-of select="concat(translate(substring(sitemap:changefreq, 1, 1),concat($lower, $upper),concat($upper, $lower)),substring(sitemap:changefreq, 2))"/>
</td>
<td>
<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(\' \', substring(sitemap:lastmod,12,5)))"/>
</td>';
endif;
$xsl .= ' </tr>
</xsl:for-each>
</table>
</div>
<div id="footer">
<p>' . wp_kses( sprintf( ent2ncr( __( '<em>Generated</em> by <a href="%s" target="_blank">Jetpack for WordPress</a>', 'jetpack' ) ), 'https://jetpack.com' ), array( 'a' => array( 'href' => true, 'title' => true ) ) ) . '</p>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>';

File diff suppressed because it is too large Load Diff

267
style.css
View File

@ -69,7 +69,7 @@
float: left;
padding-right: 15px;
padding-left: 15px;
width: 100%;
width: 100%;
}
@media only screen and (min-width: 768px) {
@ -142,6 +142,14 @@ figcaption {
font-style: italic;
}
/******************
* 2.1.3 Special Containers
*/
#header-row {
margin-bottom: 15px;
}
/***************************************
* 2.2 Text
*/
@ -150,7 +158,7 @@ figcaption {
* 2.2.1 Headings
*/
h1, h2, h3, h3 a, h4, h5 {
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: 'Montserrat', sans-serif;
color: var(--dark);
@ -159,7 +167,7 @@ h1, h2, h3, h3 a, h4, h5 {
#website-title {
margin-left: 25px;
text-align: center;
font-size: 8em;
font-size: 3.5em;
font-weight: bold;
text-shadow: -1px -1px 0 white,
1px -1px 0 white,
@ -350,15 +358,100 @@ a:hover {
text-decoration: none;
}
li a.hyperlink-button {
width: 100%;
}
.index-item {
border-bottom: 2px solid var(--dark);
overflow: hidden;
background-color: var(--light);
height: 250px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: flex;
flex-direction: column;
margin-top: 7.5px;
margin-bottom: 7.5px;
}
.index-item header {
background-color: var(--light);
opacity: 0.75;
margin-top: auto;
text-align: center;
padding: 15px;
max-height: 40%;
}
.index:hover .index-item {
filter: sepia(1);
}
.index:hover .index-item:hover {
opacity: 1;
filter: none;
}
/***************************************
* 2.4 Images
*/
#frontpage-img-wrapper {
border-radius: 50%;
margin: auto;
overflow: hidden;
height: 150px;
width: 150px;
border: 2px solid #003D52;
}
#frontpage-img {
max-width: 150%;
height: 150%;
}
.entry-content img:not(.latex) {
border: 2px solid #444;
}
.latex {
vertical-align: middle;
}
.aligncenter {
text-align: center;
margin: 1em auto 1em auto;
display: block;
}
.entry-content img {
max-width: 100%;
height: auto;
}
.post-header-image {
height:100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
text-align:center;
}
.sampler {
width: 100%;
height: 60vh;
}
/*
* UNFINISHED
*/
* AUTHOR STUFF - CURRENTLY UNNECESSARY
*
.author a {
border-radius: 0 35px 35px 0;
@ -386,96 +479,6 @@ a:hover {
color: #999;
}
.index article {
border-bottom: 2px solid var(--dark);
overflow: hidden;
background-color: var(--light);
height: 250px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: flex;
flex-direction: column;
margin-top: 7.5px;
margin-bottom: 7.5px;
}
.index article header {
background-color: var(--light);
opacity: 0.75;
margin-top: auto;
text-align: center;
padding: 15px;
max-height: 40%;
}
.index:hover article {
filter: sepia(1);
}
.index:hover article:hover {
opacity: 1;
filter: none;
}
/*
* 4. Images
*/
#frontpage-img-wrapper {
border-radius: 50%;
margin: auto;
overflow: hidden;
height: 150px;
width: 150px;
border: 2px solid #003D52;
}
#frontpage-img {
max-width: 150%;
height: 150%;
}
.post-thumbnail {
float: left;
overflow: hidden;
width: 100%;
height: 15em;
cursor: pointer;
background-color: #fff;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.post-thumbnail .post-thumbnail-label {
position: relative;
text-align: center;
opacity: 0;
font-size: 2em;
color: #003D52;
height: 100%;
line-height: 240px;
}
.post-thumbnail:hover .post-thumbnail-label {
animation: both fadeinanddarken 0.3s;
}
.single-img .title {
position: relative;
top: 50%;
left: 30%;
}
.entry-content img:not(.latex) {
border: 2px solid #444;
}
.latex {
vertical-align: middle;
}
.author img {
padding: 5px;
border-radius: 50%;
@ -483,71 +486,10 @@ a:hover {
background-color: #95b2bf;
}
.post-header-image {
height:100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
text-align:center;
}
.aligncenter {
text-align: center;
margin: 1em auto 1em auto;
display: block;
}
*/
.blog-post .entry-content img {
height: auto;
max-width: 100%;
}
.sampler {
width: 100%;
height: 60vh;
}
/*
* 5. Article List View
*/
article.entry-header {
margin-bottom: -100px;
}
.post-details {
position: relative;
overflow: hidden;
width: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: justify;
padding: 20px;
}
.post-details header, .post-details footer, .post-details .entry-content {
width: 100%;
overflow: hidden;
line-height: 2.3em;
}
.post-details footer {
height: 4.5em;
position: absolute;
bottom: 0;
left: 0;
padding: 0 0 0 10px;
}
.author {
opacity: 0.7;
}
.author:hover {
opacity: 1;
}
.post-header-image .post-header-title {
position: absolute;
@ -983,8 +925,8 @@ float: right;
*/
@media only screen and (min-width: 768px) {
h1 {
text-align: left;
#website-title {
font-size: 4.5em;
}
.blog-post .entry-content {
width: 80%;
@ -993,8 +935,11 @@ float: right;
}
@media only screen and (min-width: 1024px) {
h5 {
text-align: left;
#website-title {
font-size: 8em;
}
.frontpage-section-title {
text-align: left;
}
#frontpage-img-wrapper {
display: none;

View File

@ -1,143 +1,143 @@
<?php
/**
* The template for displaying archive pages
*
* Used to display archive-type pages if nothing more specific matches a query.
* For example, puts together date-based pages if no date.php file exists.
*
* If you'd like to further customize these archive views, you may create a
* new template file for each one. For example, tag.php (Tag archives),
* category.php (Category archives), author.php (Author archives), etc.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
$i = 0;
function withinDates($jSDate, $jEDate) {
//$endYear = date( "Y" );
$endDate = strtotime(date('Y-m-d'));
$startDate = strtotime("2015-01-01");
$jSDate = strtotime($jSDate);
if ($jEDate) {
$jEDate = strtotime($jEDate);
$jEDate = ($jEDate < $endDate) ? $jEDate : $endDate;
} else $jEDate = strtotime(date('Y-m-d'));
return (($jSDate < $endDate) && ($jEDate > $startDate));
}
$company = get_queried_object();
$args= array(
'post_type' => array( 'job' ),
'tax_query' => array(
array(
'taxonomy' => 'company',
'field' => 'slug',
'terms' => $company->name,
),
),
'posts_per_page' => -1
);
$loop = new WP_Query( $args )
?>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['timeline']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var container = document.getElementById('timeline');
var chart = new google.visualization.Timeline(container);
var dataTable = new google.visualization.DataTable();
dataTable.addColumn({ type: 'string', id: 'Type' });
dataTable.addColumn({ type: 'string', id: 'Job Title' });
dataTable.addColumn({ type: 'date', id: 'Start' });
dataTable.addColumn({ type: 'date', id: 'End' });
dataTable.addRows([
<?php
while ( $loop->have_posts() ) : $loop->the_post();
if (withinDates(get_the_date(), get_post_meta(get_the_ID(), 'end-date', true))) {
$companies = wp_get_object_terms(get_the_ID(), 'company');
$i = 0;
$currSizeOf = -1;
foreach ($companies as $company) {
if (sizeof(get_ancestors($company->term_id, 'company')) > $currSizeOf) {
$currSizeOf = sizeof(get_ancestors($company->term_id, 'company'));
$lowestDepthCompany = $i++;
}
}
$title = html_entity_decode(get_the_title());
$start = get_the_date();
$end = (!get_post_meta(get_the_ID(), 'end-date', true)) ? date('D M d Y H:i:s O') : get_post_meta(get_the_ID(), 'end-date', true);
echo "[ '{$companies[$lowestDepthCompany]->name}', '$title', new Date('$start'), new Date('$end') ],\n";
}
endwhile;
?>
]);
chart.draw(dataTable);
var realheight=parseInt($("#timeline div:first-child div:first-child div:first-child div svg").attr( "height"))+50;
options.height=realheight;
//$("#timeline").attr("height", realHeight);
chart.draw(dataTable, options);
}
</script>
<div id="primary" class="content-area">
<main id="company-main" class="site-main" role="main">
<header class="page-header">
<?php
echo "<h1 id=\"page-title\">".get_queried_object()->name."</h1>";
the_archive_description( '<div class="taxonomy-description entry-content">', '</div>' );
?>
</header><!-- .page-header -->
<div class="row">
<div id="timeline" class="col-10 col-m-9"><img class="loading" src="/wp-content/uploads/2016/12/ajax-loader.gif"></div>
<div class="index col-2 col-m-3" id="companies-grid-small">
<h2 class="subheading">Children</h2>
<ul class="row">
<?php
$children = apply_filters("taxonomy-images-get-terms", "", array('having_images' => false, 'taxonomy' => 'company', 'term_args' => array('child_of' => get_queried_object()->term_id)));
foreach ( (array) $children as $child ) {
$imgURL = wp_get_attachment_image_src($child->image_id, 'detail')[0];
$colour = get_term_meta($child->term_id, 'color', true);
$colour = ($colour != "") ? $colour : "var(--light)";
echo "<a href=\"".esc_url(get_term_link($child, $child->taxonomy ))."\"><li class=\"col-12\" style=\"background-image: url(".strtok($imgURL, '?')."); background-color: ".$colour.";\"></li></a>";
}
?>
</ul>
</div>
</div>
<?php
$pageOrder = array( 'post', 'website', 'program', 'writing', 'video', 'other', 'qualification', 'award');
foreach ($pageOrder as $currSec) {
$args['post_type'] = array( $currSec );
$args['posts_per_page'] = 4;
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) :
echo "<div class=\"col-10 col-m-9\">";
echo "<h2 class=\"subheading\">".ucwords($currSec)."s <a href=\"/$currSec?company=".get_queried_object()->slug."\">View all ".$loop->post_count."</a></h2>";
echo "<div class=\"index\">";
while ( $loop->have_posts() ) : $loop->the_post();
get_template_part( 'template-parts/content', get_post_format() );
endwhile;
echo "</div>";
echo "</div>";
endif;
}
?>
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php //get_sidebar(); ?>
<?php get_footer(); ?>
<?php
/**
* The template for displaying archive pages
*
* Used to display archive-type pages if nothing more specific matches a query.
* For example, puts together date-based pages if no date.php file exists.
*
* If you'd like to further customize these archive views, you may create a
* new template file for each one. For example, tag.php (Tag archives),
* category.php (Category archives), author.php (Author archives), etc.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
get_header(); ?>
<?php
$i = 0;
function withinDates($jSDate, $jEDate) {
//$endYear = date( "Y" );
$endDate = strtotime(date('Y-m-d'));
$startDate = strtotime("2015-01-01");
$jSDate = strtotime($jSDate);
if ($jEDate) {
$jEDate = strtotime($jEDate);
$jEDate = ($jEDate < $endDate) ? $jEDate : $endDate;
} else $jEDate = strtotime(date('Y-m-d'));
return (($jSDate < $endDate) && ($jEDate > $startDate));
}
$company = get_queried_object();
$args= array(
'post_type' => array( 'job' ),
'tax_query' => array(
array(
'taxonomy' => 'company',
'field' => 'slug',
'terms' => $company->name,
),
),
'posts_per_page' => -1
);
$loop = new WP_Query( $args )
?>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['timeline']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var container = document.getElementById('timeline');
var chart = new google.visualization.Timeline(container);
var dataTable = new google.visualization.DataTable();
dataTable.addColumn({ type: 'string', id: 'Type' });
dataTable.addColumn({ type: 'string', id: 'Job Title' });
dataTable.addColumn({ type: 'date', id: 'Start' });
dataTable.addColumn({ type: 'date', id: 'End' });
dataTable.addRows([
<?php
while ( $loop->have_posts() ) : $loop->the_post();
if (withinDates(get_the_date(), get_post_meta(get_the_ID(), 'end-date', true))) {
$companies = wp_get_object_terms(get_the_ID(), 'company');
$i = 0;
$currSizeOf = -1;
foreach ($companies as $company) {
if (sizeof(get_ancestors($company->term_id, 'company')) > $currSizeOf) {
$currSizeOf = sizeof(get_ancestors($company->term_id, 'company'));
$lowestDepthCompany = $i++;
}
}
$title = html_entity_decode(get_the_title());
$start = get_the_date();
$end = (!get_post_meta(get_the_ID(), 'end-date', true)) ? date('D M d Y H:i:s O') : get_post_meta(get_the_ID(), 'end-date', true);
echo "[ '{$companies[$lowestDepthCompany]->name}', '$title', new Date('$start'), new Date('$end') ],\n";
}
endwhile;
?>
]);
chart.draw(dataTable);
var realheight=parseInt($("#timeline div:first-child div:first-child div:first-child div svg").attr( "height"))+50;
options.height=realheight;
//$("#timeline").attr("height", realHeight);
chart.draw(dataTable, options);
}
</script>
<div id="primary" class="content-area">
<main id="company-main" class="site-main" role="main">
<header class="page-header">
<?php
echo "<h1 id=\"page-title\">".get_queried_object()->name."</h1>";
the_archive_description( '<div class="taxonomy-description entry-content">', '</div>' );
?>
</header><!-- .page-header -->
<div class="row">
<div id="timeline" class="col-10 col-m-9"><img class="loading" src="/wp-content/uploads/2016/12/ajax-loader.gif"></div>
<div class="index col-2 col-m-3" id="companies-grid-small">
<h2 class="subheading">Children</h2>
<ul class="row">
<?php
$children = apply_filters("taxonomy-images-get-terms", "", array('having_images' => false, 'taxonomy' => 'company', 'term_args' => array('child_of' => get_queried_object()->term_id)));
foreach ( (array) $children as $child ) {
$imgURL = wp_get_attachment_image_src($child->image_id, 'detail')[0];
$colour = get_term_meta($child->term_id, 'color', true);
$colour = ($colour != "") ? $colour : "var(--light)";
echo "<a href=\"".esc_url(get_term_link($child, $child->taxonomy ))."\"><li class=\"col-12\" style=\"background-image: url(".strtok($imgURL, '?')."); background-color: ".$colour.";\"></li></a>";
}
?>
</ul>
</div>
</div>
<?php
$pageOrder = array( 'post', 'website', 'program', 'writing', 'video', 'other', 'qualification', 'award');
foreach ($pageOrder as $currSec) {
$args['post_type'] = array( $currSec );
$args['posts_per_page'] = 4;
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) :
echo "<div class=\"col-10 col-m-9\">";
echo "<h2 class=\"subheading\">".ucwords($currSec)."s <a href=\"/$currSec?company=".get_queried_object()->slug."\">View all ".$loop->post_count."</a></h2>";
echo "<div class=\"index\">";
while ( $loop->have_posts() ) : $loop->the_post();
get_template_part( 'template-parts/content', get_post_format() );
endwhile;
echo "</div>";
echo "</div>";
endif;
}
?>
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php //get_sidebar(); ?>
<?php get_footer(); ?>

View File

@ -10,7 +10,7 @@
<div class="col-m-6 col-4 col-w-3">
<a href="<?php the_permalink(); ?>">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> style="background-image: url('<?php the_post_thumbnail_url(); ?>');">
<article id="post-<?php the_ID(); ?>" class="index-item" style="background-image: url('<?php the_post_thumbnail_url(); ?>');">
<header class="entry-header">
<?php if ( is_sticky() && is_home() && ! is_paged() ) : ?>
<span class="sticky-post"><?php _e( 'Featured', 'bengoldsworthy' ); ?></span>