Commit inicial a Forgejo

This commit is contained in:
Enric Pineda 2023-05-21 23:02:51 +02:00
commit 42f0fe7cf0
S'han modificat 61 arxius amb 4474 adicions i 0 eliminacions

40
agenda.php Normal file
Veure arxiu

@ -0,0 +1,40 @@
<?php /* Template Name: KE */ ?>
<?php get_header();?>
<div class="titol_post" style="background-image: url('<?php echo get_theme_file_uri('img/fons-general.jpeg');?>');" />
<div class="titol-post-text">
<h1><?php pll_e("Kataluna Esperantisto");?></h1>
</div>
</div>
<div id="principal">
<div>
<?php
$args = array(
'post_type' => 'publicacions',
'cat' => '32',
'posts_per_page' => 20,
'orderby' => 'date',
'order' => 'DESC'
);
$consulta = new WP_Query($args);
while ($consulta->have_posts()):
$consulta->the_post();
the_title('<h2><a href="'.get_post_permalink().'">','</a></h2>');
the_excerpt();
endwhile;
?>
</div>
</div>
<?php get_footer();?>

40
agendakej.php Normal file
Veure arxiu

@ -0,0 +1,40 @@
<?php /* Template Name: agenda-kej */ ?>
<?php get_header();?>
<div class="titol_post" style="background-image: url('<?php echo get_theme_file_uri('img/fons-general.jpeg');?>');" />
<div class="titol-post-text">
<h1><?php pll_e("Agenda d'esdeveniments");?></h1>
</div>
</div>
<div id="principal">
<div>
<?php
$args = array(
'post_type' => 'events',
'posts_per_page' => 20,
'orderby' => 'date',
'order' => 'DESC'
);
$consulta = new WP_Query($args);
while ($consulta->have_posts()):
$consulta->the_post();
the_title('<h2><a href="'.get_post_permalink().'">','</a></h2>');
the_excerpt();
endwhile;
?>
</div>
</div>
<?php get_footer();?>

40
archive-kej.php Normal file
Veure arxiu

@ -0,0 +1,40 @@
<?php /* Template Name: arxiu KEJ */ ?>
<?php get_header('kej');?>
<div class="titol_post" style="background-image: url('<?php echo get_theme_file_uri('img/fons-general.jpeg');?>');" />
<div class="titol-post-text">
<h1><?php pll_e("Arxiu de notícies");?></h1>
</div>
</div>
<div id="principal">
<div>
<?php
$args = array(
'post_type' => 'post',
'category_name' => 'noticies-kej',
'posts_per_page' => 20,
'orderby' => 'date',
'order' => 'DESC'
);
$consulta = new WP_Query($args);
while ($consulta->have_posts()):
$consulta->the_post();
the_title('<h2><a href="'.get_post_permalink().'">','</a></h2>');
the_excerpt();
endwhile;
?>
</div>
</div>
<?php get_footer();?>

47
archive.php Normal file
Veure arxiu

@ -0,0 +1,47 @@
<?php /* Template Name: arxiu */ ?>
<?php get_header();?>
<div class="titol_post" style="background-image: url('<?php echo get_theme_file_uri('img/fons-general.jpeg');?>');" />
<div class="titol-post-text">
<h1><?php pll_e("Arxiu de notícies");?></h1>
</div>
</div>
<div id="principal">
<div>
<?php
$args = array(
'post_type' => 'post',
'category_name' => 'anuncis-i-noticies',
'posts_per_page' => 20,
'orderby' => 'date',
'order' => 'DESC'
);
$consulta = new WP_Query($args);
while ($consulta->have_posts()):
$consulta->the_post();
?>
<div class="noticia-gran">
<div class="imatge-noticia"><?php the_post_thumbnail( 'thumbnail' );?></div>
<div class="text-noticia">
<?php
the_date('d/m/Y');
the_title('<h2><a href="'.get_post_permalink().'">','</a></h2>');
the_excerpt();
echo "</div></div><p></p>";
endwhile;
?>
</div>
</div>
<?php get_footer();?>

1
css/glide.core.min.css vendido Normal file
Veure arxiu

@ -0,0 +1 @@
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

1
css/glide.theme.min.css vendido Normal file
Veure arxiu

@ -0,0 +1 @@
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

BIN
fonts/AkkurBol_eo.woff2 Normal file

Archivo binario no mostrado.

BIN
fonts/Akkurat-Bold.ttf Normal file

Archivo binario no mostrado.

BIN
fonts/Akkurat-Bold.woff2 Normal file

Archivo binario no mostrado.

BIN
fonts/Akkurat.otf Normal file

Archivo binario no mostrado.

BIN
fonts/Akkurat_eo.woff2 Normal file

Archivo binario no mostrado.

618
fonts/akkurat-demo.html Normal file
Veure arxiu

@ -0,0 +1,618 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
if(typeof param.defaultContent=="number")
{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
</script>
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body{
font-family: 'akkuratregular';
}
</style>
<title>Akkurat Regular Specimen</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#container').easyTabs({defaultContent:1});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
Akkurat Regular </div>
<ul class="tabs">
<li><a href="#specimen">Specimen</a></li>
<li><a href="#layout">Sample Layout</a></li>
<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
<li><a href="#installing">Installing Webfonts</a></li>
</ul>
<div id="main_content">
<div id="specimen">
<div class="section">
<div class="grid12 firstcol">
<div class="huge">AaBb</div>
</div>
</div>
<div class="section">
<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
</div>
<div class="section">
<div class="grid12 firstcol">
<table class="sample_table">
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
</table>
</div>
</div>
<div class="section" id="bodycomparison">
<div id="xheight">
<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
<div class="fontbody" style="z-index:1">
body<span>Akkurat Regular</span>
</div>
<div class="arialbody" style="z-index:1">
body<span>Arial</span>
</div>
<div class="verdanabody" style="z-index:1">
body<span>Verdana</span>
</div>
<div class="georgiabody" style="z-index:1">
body<span>Georgia</span>
</div>
</div>
<div class="section psample psample_row1" id="">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row2" id="">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row4" id="">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row1 fullreverse">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample psample_row2 fullreverse">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
</div>
<div id="layout">
<div class="section">
<div class="grid12 firstcol">
<h1>Lorem Ipsum Dolor</h1>
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
</div>
</div>
<div class="section">
<div class="grid8 firstcol">
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<h3>Pellentesque ornare sem</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
<h3>Cras mattis consectetur</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
</div>
<div class="grid4 sidebar">
<div class="box reverse">
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<p class="caption">Maecenas sed diam eget risus varius.</p>
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
</div>
</div>
<div id="glyphs">
<div class="section">
<div class="grid12 firstcol">
<h1>Language Support</h1>
<p>The subset of Akkurat Regular in this kit supports the following languages:<br />
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo </p>
<h1>Glyph Chart</h1>
<p>The subset of Akkurat Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
<div id="glyph_chart">
<div><p>&amp;#32;</p>&#32;</div>
<div><p>&amp;#33;</p>&#33;</div>
<div><p>&amp;#34;</p>&#34;</div>
<div><p>&amp;#35;</p>&#35;</div>
<div><p>&amp;#36;</p>&#36;</div>
<div><p>&amp;#37;</p>&#37;</div>
<div><p>&amp;#38;</p>&#38;</div>
<div><p>&amp;#39;</p>&#39;</div>
<div><p>&amp;#40;</p>&#40;</div>
<div><p>&amp;#41;</p>&#41;</div>
<div><p>&amp;#42;</p>&#42;</div>
<div><p>&amp;#43;</p>&#43;</div>
<div><p>&amp;#44;</p>&#44;</div>
<div><p>&amp;#45;</p>&#45;</div>
<div><p>&amp;#46;</p>&#46;</div>
<div><p>&amp;#47;</p>&#47;</div>
<div><p>&amp;#48;</p>&#48;</div>
<div><p>&amp;#49;</p>&#49;</div>
<div><p>&amp;#50;</p>&#50;</div>
<div><p>&amp;#51;</p>&#51;</div>
<div><p>&amp;#52;</p>&#52;</div>
<div><p>&amp;#53;</p>&#53;</div>
<div><p>&amp;#54;</p>&#54;</div>
<div><p>&amp;#55;</p>&#55;</div>
<div><p>&amp;#56;</p>&#56;</div>
<div><p>&amp;#57;</p>&#57;</div>
<div><p>&amp;#58;</p>&#58;</div>
<div><p>&amp;#59;</p>&#59;</div>
<div><p>&amp;#60;</p>&#60;</div>
<div><p>&amp;#61;</p>&#61;</div>
<div><p>&amp;#62;</p>&#62;</div>
<div><p>&amp;#63;</p>&#63;</div>
<div><p>&amp;#64;</p>&#64;</div>
<div><p>&amp;#65;</p>&#65;</div>
<div><p>&amp;#66;</p>&#66;</div>
<div><p>&amp;#67;</p>&#67;</div>
<div><p>&amp;#68;</p>&#68;</div>
<div><p>&amp;#69;</p>&#69;</div>
<div><p>&amp;#70;</p>&#70;</div>
<div><p>&amp;#71;</p>&#71;</div>
<div><p>&amp;#72;</p>&#72;</div>
<div><p>&amp;#73;</p>&#73;</div>
<div><p>&amp;#74;</p>&#74;</div>
<div><p>&amp;#75;</p>&#75;</div>
<div><p>&amp;#76;</p>&#76;</div>
<div><p>&amp;#77;</p>&#77;</div>
<div><p>&amp;#78;</p>&#78;</div>
<div><p>&amp;#79;</p>&#79;</div>
<div><p>&amp;#80;</p>&#80;</div>
<div><p>&amp;#81;</p>&#81;</div>
<div><p>&amp;#82;</p>&#82;</div>
<div><p>&amp;#83;</p>&#83;</div>
<div><p>&amp;#84;</p>&#84;</div>
<div><p>&amp;#85;</p>&#85;</div>
<div><p>&amp;#86;</p>&#86;</div>
<div><p>&amp;#87;</p>&#87;</div>
<div><p>&amp;#88;</p>&#88;</div>
<div><p>&amp;#89;</p>&#89;</div>
<div><p>&amp;#90;</p>&#90;</div>
<div><p>&amp;#91;</p>&#91;</div>
<div><p>&amp;#92;</p>&#92;</div>
<div><p>&amp;#93;</p>&#93;</div>
<div><p>&amp;#94;</p>&#94;</div>
<div><p>&amp;#95;</p>&#95;</div>
<div><p>&amp;#96;</p>&#96;</div>
<div><p>&amp;#97;</p>&#97;</div>
<div><p>&amp;#98;</p>&#98;</div>
<div><p>&amp;#99;</p>&#99;</div>
<div><p>&amp;#100;</p>&#100;</div>
<div><p>&amp;#101;</p>&#101;</div>
<div><p>&amp;#102;</p>&#102;</div>
<div><p>&amp;#103;</p>&#103;</div>
<div><p>&amp;#104;</p>&#104;</div>
<div><p>&amp;#105;</p>&#105;</div>
<div><p>&amp;#106;</p>&#106;</div>
<div><p>&amp;#107;</p>&#107;</div>
<div><p>&amp;#108;</p>&#108;</div>
<div><p>&amp;#109;</p>&#109;</div>
<div><p>&amp;#110;</p>&#110;</div>
<div><p>&amp;#111;</p>&#111;</div>
<div><p>&amp;#112;</p>&#112;</div>
<div><p>&amp;#113;</p>&#113;</div>
<div><p>&amp;#114;</p>&#114;</div>
<div><p>&amp;#115;</p>&#115;</div>
<div><p>&amp;#116;</p>&#116;</div>
<div><p>&amp;#117;</p>&#117;</div>
<div><p>&amp;#118;</p>&#118;</div>
<div><p>&amp;#119;</p>&#119;</div>
<div><p>&amp;#120;</p>&#120;</div>
<div><p>&amp;#121;</p>&#121;</div>
<div><p>&amp;#122;</p>&#122;</div>
<div><p>&amp;#123;</p>&#123;</div>
<div><p>&amp;#124;</p>&#124;</div>
<div><p>&amp;#125;</p>&#125;</div>
<div><p>&amp;#126;</p>&#126;</div>
<div><p>&amp;#160;</p>&#160;</div>
<div><p>&amp;#161;</p>&#161;</div>
<div><p>&amp;#162;</p>&#162;</div>
<div><p>&amp;#163;</p>&#163;</div>
<div><p>&amp;#164;</p>&#164;</div>
<div><p>&amp;#165;</p>&#165;</div>
<div><p>&amp;#166;</p>&#166;</div>
<div><p>&amp;#167;</p>&#167;</div>
<div><p>&amp;#168;</p>&#168;</div>
<div><p>&amp;#169;</p>&#169;</div>
<div><p>&amp;#170;</p>&#170;</div>
<div><p>&amp;#171;</p>&#171;</div>
<div><p>&amp;#172;</p>&#172;</div>
<div><p>&amp;#173;</p>&#173;</div>
<div><p>&amp;#174;</p>&#174;</div>
<div><p>&amp;#175;</p>&#175;</div>
<div><p>&amp;#176;</p>&#176;</div>
<div><p>&amp;#177;</p>&#177;</div>
<div><p>&amp;#178;</p>&#178;</div>
<div><p>&amp;#179;</p>&#179;</div>
<div><p>&amp;#180;</p>&#180;</div>
<div><p>&amp;#182;</p>&#182;</div>
<div><p>&amp;#183;</p>&#183;</div>
<div><p>&amp;#184;</p>&#184;</div>
<div><p>&amp;#185;</p>&#185;</div>
<div><p>&amp;#186;</p>&#186;</div>
<div><p>&amp;#187;</p>&#187;</div>
<div><p>&amp;#188;</p>&#188;</div>
<div><p>&amp;#189;</p>&#189;</div>
<div><p>&amp;#190;</p>&#190;</div>
<div><p>&amp;#191;</p>&#191;</div>
<div><p>&amp;#192;</p>&#192;</div>
<div><p>&amp;#193;</p>&#193;</div>
<div><p>&amp;#194;</p>&#194;</div>
<div><p>&amp;#195;</p>&#195;</div>
<div><p>&amp;#196;</p>&#196;</div>
<div><p>&amp;#197;</p>&#197;</div>
<div><p>&amp;#198;</p>&#198;</div>
<div><p>&amp;#199;</p>&#199;</div>
<div><p>&amp;#200;</p>&#200;</div>
<div><p>&amp;#201;</p>&#201;</div>
<div><p>&amp;#202;</p>&#202;</div>
<div><p>&amp;#203;</p>&#203;</div>
<div><p>&amp;#204;</p>&#204;</div>
<div><p>&amp;#205;</p>&#205;</div>
<div><p>&amp;#206;</p>&#206;</div>
<div><p>&amp;#207;</p>&#207;</div>
<div><p>&amp;#208;</p>&#208;</div>
<div><p>&amp;#209;</p>&#209;</div>
<div><p>&amp;#210;</p>&#210;</div>
<div><p>&amp;#211;</p>&#211;</div>
<div><p>&amp;#212;</p>&#212;</div>
<div><p>&amp;#213;</p>&#213;</div>
<div><p>&amp;#214;</p>&#214;</div>
<div><p>&amp;#215;</p>&#215;</div>
<div><p>&amp;#216;</p>&#216;</div>
<div><p>&amp;#217;</p>&#217;</div>
<div><p>&amp;#218;</p>&#218;</div>
<div><p>&amp;#219;</p>&#219;</div>
<div><p>&amp;#220;</p>&#220;</div>
<div><p>&amp;#221;</p>&#221;</div>
<div><p>&amp;#222;</p>&#222;</div>
<div><p>&amp;#223;</p>&#223;</div>
<div><p>&amp;#224;</p>&#224;</div>
<div><p>&amp;#225;</p>&#225;</div>
<div><p>&amp;#226;</p>&#226;</div>
<div><p>&amp;#227;</p>&#227;</div>
<div><p>&amp;#228;</p>&#228;</div>
<div><p>&amp;#229;</p>&#229;</div>
<div><p>&amp;#230;</p>&#230;</div>
<div><p>&amp;#231;</p>&#231;</div>
<div><p>&amp;#232;</p>&#232;</div>
<div><p>&amp;#233;</p>&#233;</div>
<div><p>&amp;#234;</p>&#234;</div>
<div><p>&amp;#235;</p>&#235;</div>
<div><p>&amp;#236;</p>&#236;</div>
<div><p>&amp;#237;</p>&#237;</div>
<div><p>&amp;#238;</p>&#238;</div>
<div><p>&amp;#239;</p>&#239;</div>
<div><p>&amp;#240;</p>&#240;</div>
<div><p>&amp;#241;</p>&#241;</div>
<div><p>&amp;#242;</p>&#242;</div>
<div><p>&amp;#243;</p>&#243;</div>
<div><p>&amp;#244;</p>&#244;</div>
<div><p>&amp;#245;</p>&#245;</div>
<div><p>&amp;#246;</p>&#246;</div>
<div><p>&amp;#247;</p>&#247;</div>
<div><p>&amp;#248;</p>&#248;</div>
<div><p>&amp;#249;</p>&#249;</div>
<div><p>&amp;#250;</p>&#250;</div>
<div><p>&amp;#251;</p>&#251;</div>
<div><p>&amp;#252;</p>&#252;</div>
<div><p>&amp;#253;</p>&#253;</div>
<div><p>&amp;#254;</p>&#254;</div>
<div><p>&amp;#255;</p>&#255;</div>
<div><p>&amp;#338;</p>&#338;</div>
<div><p>&amp;#339;</p>&#339;</div>
<div><p>&amp;#376;</p>&#376;</div>
<div><p>&amp;#710;</p>&#710;</div>
<div><p>&amp;#732;</p>&#732;</div>
<div><p>&amp;#8192;</p>&#8192;</div>
<div><p>&amp;#8193;</p>&#8193;</div>
<div><p>&amp;#8194;</p>&#8194;</div>
<div><p>&amp;#8195;</p>&#8195;</div>
<div><p>&amp;#8196;</p>&#8196;</div>
<div><p>&amp;#8197;</p>&#8197;</div>
<div><p>&amp;#8198;</p>&#8198;</div>
<div><p>&amp;#8199;</p>&#8199;</div>
<div><p>&amp;#8200;</p>&#8200;</div>
<div><p>&amp;#8201;</p>&#8201;</div>
<div><p>&amp;#8202;</p>&#8202;</div>
<div><p>&amp;#8208;</p>&#8208;</div>
<div><p>&amp;#8209;</p>&#8209;</div>
<div><p>&amp;#8210;</p>&#8210;</div>
<div><p>&amp;#8211;</p>&#8211;</div>
<div><p>&amp;#8212;</p>&#8212;</div>
<div><p>&amp;#8216;</p>&#8216;</div>
<div><p>&amp;#8217;</p>&#8217;</div>
<div><p>&amp;#8218;</p>&#8218;</div>
<div><p>&amp;#8220;</p>&#8220;</div>
<div><p>&amp;#8221;</p>&#8221;</div>
<div><p>&amp;#8222;</p>&#8222;</div>
<div><p>&amp;#8226;</p>&#8226;</div>
<div><p>&amp;#8230;</p>&#8230;</div>
<div><p>&amp;#8239;</p>&#8239;</div>
<div><p>&amp;#8249;</p>&#8249;</div>
<div><p>&amp;#8250;</p>&#8250;</div>
<div><p>&amp;#8287;</p>&#8287;</div>
<div><p>&amp;#8364;</p>&#8364;</div>
<div><p>&amp;#8482;</p>&#8482;</div>
<div><p>&amp;#9724;</p>&#9724;</div>
<div><p>&amp;#64257;</p>&#64257;</div>
<div><p>&amp;#64258;</p>&#64258;</div>
</div>
</div>
</div>
</div>
<div id="specs">
</div>
<div id="installing">
<div class="section">
<div class="grid7 firstcol">
<h1>Installing Webfonts</h1>
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
<h2>1. Upload your webfonts</h2>
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
<h2>2. Include the webfont stylesheet</h2>
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
<code>
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</code>
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
<h2>3. Modify your own stylesheet</h2>
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
<h2>4. Test</h2>
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
</div>
<div class="grid5 sidebar">
<div class="box">
<h2>Troubleshooting<br />Font-Face Problems</h2>
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
<h3>Fonts not showing in any browser</h3>
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
<h3>Fonts not loading in iPhone or iPad</h3>
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
<h3>Fonts not loading in Firefox</h3>
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
<h3>Fonts not loading in IE</h3>
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
<h3>Fonts not loading in IE9</h3>
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>&copy;2010-2017 Font Squirrel. All rights reserved.</p>
</div>
</div>
</body>
</html>

BIN
fonts/akkurat-webfont.woff Normal file

Archivo binario no mostrado.

BIN
fonts/akkurat-webfont.woff2 Normal file

Archivo binario no mostrado.

Veure arxiu

@ -0,0 +1,5 @@
# Font Squirrel Font-face Generator Configuration File
# Upload this file to the generator to recreate the settings
# you used to create these fonts.
{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}

Veure arxiu

@ -0,0 +1,129 @@
/*Notes about grid:
Columns: 12
Grid Width: 825px
Column Width: 55px
Gutter Width: 15px
-------------------------------*/
.section {margin-bottom: 18px;
}
.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.section {*zoom: 1;}
.section .firstcolumn,
.section .firstcol {margin-left: 0;}
/* Border on left hand side of a column. */
.border {
padding-left: 7px;
margin-left: 7px;
border-left: 1px solid #eee;
}
/* Border with more whitespace, spans one column. */
.colborder {
padding-left: 42px;
margin-left: 42px;
border-left: 1px solid #eee;
}
/* The Grid Classes */
.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
{margin-left: 15px;float: left;display: inline; overflow: hidden;}
.width1, .grid1, .span-1 {width: 55px;}
.width1_2cols,.grid1_2cols {width: 20px;}
.width1_3cols,.grid1_3cols {width: 8px;}
.width1_4cols,.grid1_4cols {width: 2px;}
.input_width1 {width: 49px;}
.width2, .grid2, .span-2 {width: 125px;}
.width2_3cols,.grid2_3cols {width: 31px;}
.width2_4cols,.grid2_4cols {width: 20px;}
.input_width2 {width: 119px;}
.width3, .grid3, .span-3 {width: 195px;}
.width3_2cols,.grid3_2cols {width: 90px;}
.width3_4cols,.grid3_4cols {width: 37px;}
.input_width3 {width: 189px;}
.width4, .grid4, .span-4 {width: 265px;}
.width4_3cols,.grid4_3cols {width: 78px;}
.input_width4 {width: 259px;}
.width5, .grid5, .span-5 {width: 335px;}
.width5_2cols,.grid5_2cols {width: 160px;}
.width5_3cols,.grid5_3cols {width: 101px;}
.width5_4cols,.grid5_4cols {width: 72px;}
.input_width5 {width: 329px;}
.width6, .grid6, .span-6 {width: 405px;}
.width6_4cols,.grid6_4cols {width: 90px;}
.input_width6 {width: 399px;}
.width7, .grid7, .span-7 {width: 475px;}
.width7_2cols,.grid7_2cols {width: 230px;}
.width7_3cols,.grid7_3cols {width: 148px;}
.width7_4cols,.grid7_4cols {width: 107px;}
.input_width7 {width: 469px;}
.width8, .grid8, .span-8 {width: 545px;}
.width8_3cols,.grid8_3cols {width: 171px;}
.input_width8 {width: 539px;}
.width9, .grid9, .span-9 {width: 615px;}
.width9_2cols,.grid9_2cols {width: 300px;}
.width9_4cols,.grid9_4cols {width: 142px;}
.input_width9 {width: 609px;}
.width10, .grid10, .span-10 {width: 685px;}
.width10_3cols,.grid10_3cols {width: 218px;}
.width10_4cols,.grid10_4cols {width: 160px;}
.input_width10 {width: 679px;}
.width11, .grid11, .span-11 {width: 755px;}
.width11_2cols,.grid11_2cols {width: 370px;}
.width11_3cols,.grid11_3cols {width: 241px;}
.width11_4cols,.grid11_4cols {width: 177px;}
.input_width11 {width: 749px;}
.width12, .grid12, .span-12 {width: 825px;}
.input_width12 {width: 819px;}
/* Subdivided grid spaces */
.emptycols_left1, .prepend-1 {padding-left: 70px;}
.emptycols_right1, .append-1 {padding-right: 70px;}
.emptycols_left2, .prepend-2 {padding-left: 140px;}
.emptycols_right2, .append-2 {padding-right: 140px;}
.emptycols_left3, .prepend-3 {padding-left: 210px;}
.emptycols_right3, .append-3 {padding-right: 210px;}
.emptycols_left4, .prepend-4 {padding-left: 280px;}
.emptycols_right4, .append-4 {padding-right: 280px;}
.emptycols_left5, .prepend-5 {padding-left: 350px;}
.emptycols_right5, .append-5 {padding-right: 350px;}
.emptycols_left6, .prepend-6 {padding-left: 420px;}
.emptycols_right6, .append-6 {padding-right: 420px;}
.emptycols_left7, .prepend-7 {padding-left: 490px;}
.emptycols_right7, .append-7 {padding-right: 490px;}
.emptycols_left8, .prepend-8 {padding-left: 560px;}
.emptycols_right8, .append-8 {padding-right: 560px;}
.emptycols_left9, .prepend-9 {padding-left: 630px;}
.emptycols_right9, .append-9 {padding-right: 630px;}
.emptycols_left10, .prepend-10 {padding-left: 700px;}
.emptycols_right10, .append-10 {padding-right: 700px;}
.emptycols_left11, .prepend-11 {padding-left: 770px;}
.emptycols_right11, .append-11 {padding-right: 770px;}
.pull-1 {margin-left: -70px;}
.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
.pull-2 {margin-left: -140px;}
.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
.pull-3 {margin-left: -210px;}
.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
.pull-4 {margin-left: -280px;}
.push-4 {margin-right: -280px;margin-left: 18px;float: right;}

Veure arxiu

@ -0,0 +1,396 @@
@import url('grid_12-825-55-15.css');
/*
CSS Reset by Eric Meyer - Released under Public Domain
http://meyerweb.com/eric/tools/css/reset/
*/
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, font, 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
{margin: 0;padding: 0;border: 0;outline: 0;
font-size: 100%;vertical-align: baseline;
background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
body {
color: #000;
background-color: #dcdcdc;
}
a {
text-decoration: none;
color: #1883ba;
}
h1{
font-size: 32px;
font-weight: normal;
font-style: normal;
margin-bottom: 18px;
}
h2{
font-size: 18px;
}
#container {
width: 865px;
margin: 0px auto;
}
#header {
padding: 20px;
font-size: 36px;
background-color: #000;
color: #fff;
}
#header span {
color: #666;
}
#main_content {
background-color: #fff;
padding: 60px 20px 20px;
}
#footer p {
margin: 0;
padding-top: 10px;
padding-bottom: 50px;
color: #333;
font: 10px Arial, sans-serif;
}
.tabs {
width: 100%;
height: 31px;
background-color: #444;
}
.tabs li {
float: left;
margin: 0;
overflow: hidden;
background-color: #444;
}
.tabs li a {
display: block;
color: #fff;
text-decoration: none;
font: bold 11px/11px 'Arial';
text-transform: uppercase;
padding: 10px 15px;
border-right: 1px solid #fff;
}
.tabs li a:hover {
background-color: #00b3ff;
}
.tabs li.active a {
color: #000;
background-color: #fff;
}
div.huge {
font-size: 300px;
line-height: 1em;
padding: 0;
letter-spacing: -.02em;
overflow: hidden;
}
div.glyph_range {
font-size: 72px;
line-height: 1.1em;
}
.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }
.psample_row1 { height: 120px;}
.psample_row1 { height: 120px;}
.psample_row2 { height: 160px;}
.psample_row3 { height: 160px;}
.psample_row4 { height: 160px;}
.psample {
overflow: hidden;
position: relative;
}
.psample p {
line-height: 1.3em;
display: block;
overflow: hidden;
margin: 0;
}
.psample span {
margin-right: .5em;
}
.white_blend {
width: 100%;
height: 61px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
position: absolute;
bottom: 0;
}
.black_blend {
width: 100%;
height: 61px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
position: absolute;
bottom: 0;
}
.fullreverse {
background: #000 !important;
color: #fff !important;
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
padding: 20px;
margin-bottom:0;
}
.sample_table td {
padding-top: 3px;
padding-bottom:5px;
padding-left: 5px;
vertical-align: middle;
line-height: 1.2em;
}
.sample_table td:first-child {
background-color: #eee;
text-align: right;
padding-right: 5px;
padding-left: 0;
padding: 5px;
font: 11px/12px "Courier New", Courier, mono;
}
code {
white-space: pre;
background-color: #eee;
display: block;
padding: 10px;
margin-bottom: 18px;
overflow: auto;
}
.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
.box {
padding: 18px;
margin-bottom: 18px;
background: #eee;
}
.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
#bodycomparison {
position: relative;
overflow: hidden;
font-size: 72px;
height: 90px;
white-space: nowrap;
}
#bodycomparison div{
font-size: 72px;
line-height: 90px;
display: inline;
margin: 0 15px 0 0;
padding: 0;
}
#bodycomparison div span{
font: 10px Arial;
position: absolute;
left: 0;
}
#xheight {
float: none;
position: absolute;
color: #d9f3ff;
font-size: 72px;
line-height: 90px;
}
.fontbody {
position: relative;
}
.arialbody{
font-family: Arial;
position: relative;
}
.verdanabody{
font-family: Verdana;
position: relative;
}
.georgiabody{
font-family: Georgia;
position: relative;
}
/* @group Layout page
*/
#layout h1 {
font-size: 36px;
line-height: 42px;
font-weight: normal;
font-style: normal;
}
#layout h2 {
font-size: 24px;
line-height: 23px;
font-weight: normal;
font-style: normal;
}
#layout h3 {
font-size: 22px;
line-height: 1.4em;
margin-top: 1em;
font-weight: normal;
font-style: normal;
}
#layout p.byline {
font-size: 12px;
margin-top: 18px;
line-height: 12px;
margin-bottom: 0;
}
#layout p {
font-size: 14px;
line-height: 21px;
margin-bottom: .5em;
}
#layout p.large{
font-size: 18px;
line-height: 26px;
}
#layout .sidebar p{
font-size: 12px;
line-height: 1.4em;
}
#layout p.caption {
font-size: 10px;
margin-top: -16px;
margin-bottom: 18px;
}
/* @end */
/* @group Glyphs */
#glyph_chart div{
background-color: #d9f3ff;
color: black;
float: left;
font-size: 36px;
height: 1.2em;
line-height: 1.2em;
margin-bottom: 1px;
margin-right: 1px;
text-align: center;
width: 1.2em;
position: relative;
padding: .6em .2em .2em;
}
#glyph_chart div p {
position: absolute;
left: 0;
top: 0;
display: block;
text-align: center;
font: bold 9px Arial, sans-serif;
background-color: #3a768f;
width: 100%;
color: #fff;
padding: 2px 0;
}
#glyphs h1 {
font-family: Arial, sans-serif;
}
/* @end */
/* @group Installing */
#installing {
font: 13px Arial, sans-serif;
}
#installing p,
#glyphs p{
line-height: 1.2em;
margin-bottom: 18px;
font: 13px Arial, sans-serif;
}
#installing h3{
font-size: 15px;
margin-top: 18px;
}
/* @end */
#rendering h1 {
font-family: Arial, sans-serif;
}
.render_table td {
font: 11px "Courier New", Courier, mono;
vertical-align: middle;
}

12
fonts/stylesheet.css Normal file
Veure arxiu

@ -0,0 +1,12 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 9, 2021 */
@font-face {
font-family: 'akkuratregular';
src: url('akkurat-webfont.woff2') format('woff2'),
url('akkurat-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

43
footer.php Normal file
Veure arxiu

@ -0,0 +1,43 @@
<div id="capapeu">
<div id="footer">
<div>
<img src="<?php echo get_theme_file_uri('img/logo-kea-vector-blanc.svg');?>" class="logo-blanc-peu"/>
</div>
<div>
<p>
C/ Papa Pius XI, 130<br />
08208 Sabadell (Vallès Occidental)<br />
Catalunya - Katalunio</p>
<p>Obert: Dimecres de 17 a 19h<br />
<img src="<?php echo get_theme_file_uri('img/icona-fgc.png');?>" style="vertical-align: absolute; height: 16px; width: auto; margin-top: 5px;"/> S2 - La Creu Alta
</p>
<p>Tel: +34 937 163 633<br />
<a href="mailto:info@esperanto.cat">info@esperanto.cat</a></p>
</div>
<div><p><?php pll_e("Avís Legal");?></p>
<p><a href="/home/politica-de-privacitat/"><?php pll_e("Política de Privadesa");?></a></p>
<p><?php pll_e("Política de Cookies");?></p>
</div>
</div>
</div>
<script>
new Glide('.glide', {
autoplay: 7000,
type: 'carousel'
}).mount()
</script>
</body>
</html>

147
front-page.php Normal file
Veure arxiu

@ -0,0 +1,147 @@
<?php /* Template Name: portada 2021 */ ?>
<?php get_header();?>
<div id="carousel">
<div class="glide">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide_slide"><img src="<?php echo get_theme_file_uri('img/banners/banner-franquesa.png');?>" /> </li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_amades-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_manifest-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_cursos-1.jpg" /></li>
</ul>
</div>
</div>
</div>
<div id="principal">
<div id="central">
<?php if (pll_current_language() == "eo") :
$link = "arhivo-de-novajoj";
else:
$link = "arxiu-de-noticies";
endif;
?>
<h2><a href="<?php echo $link;?>"><?php pll_e('Notícies');?></a></h2>
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'anuncis-i-noticies',
'posts_per_page' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticia-gran">
<div class="imatge-noticia"><?php the_post_thumbnail( 'thumbnail' );?></div>
<div class="text-noticia">
<?php
the_date('d/m/Y');
the_title( '<h3 class="titular-primer"><a href="'.get_post_permalink().'">', '</a></h3>' ); ?>
<?php
the_excerpt();
?>
</div>
</div><?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
<div class="container-secundaries">
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'anuncis-i-noticies',
'posts_per_page' => 3,
'offset' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticiasecundaria">
<?php
the_date('d/m/Y');
the_title( '<h4><a href="'.get_post_permalink().'">', '</a></h4>' );
?>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
<div class="container-xxss">
<div class="xxss">
<h2>Twitter</h2>
<a class="twitter-timeline" data-width="100%" data-height="450" href="https://twitter.com/EsperantoCAT?ref_src=twsrc%5Etfw"></a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
<div class="xxss">
<h2>Instagram</h2>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-f558de3f-b2a1-4760-a0b7-a2b9d126bb94"></div>
</div>
</div>
</div>
<div id="agenda">
<div id="menulateral"><?php wp_nav_menu( array( 'theme_location' => 'lateral-portada' ) ); ?></div>
<h2><?php pll_e('Agenda');?></h2>
<?php
$arguments = array (
'post_type' => 'events',
//'category_name' => 'esdeveniments',
'posts_per_page' => '5'
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="agenda-item">
<div class="agenda-titol"><?php the_title( '<h3><a href="'.get_post_permalink().'"><strong>', '</strong></a></h3>' ); ?></div>
<div class="agenda-data">
<?php
$ladata = get_post_meta(get_the_ID());
$datafinal= $ladata['Data'][0];
$llocfinal = $ladata['Lloc'][0];
//echo $datafinal;
$date = DateTime::createFromFormat('Ymd', $datafinal);
echo '<img src="/wp-content/themes/keatema/img/calendar-svgrepo-com.svg" class="miniicona" /> '.$date->format('Y-m-d')."<br />";
echo '<img src="/wp-content/themes/keatema/img/location-sign-svgrepo-com.svg" class="miniicona" /> '.$llocfinal;
?> </div>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
</div>
<?php get_footer();?>

130
frontkej-page-original.php Normal file
Veure arxiu

@ -0,0 +1,130 @@
<?php /* Template Name: portada 2021 KEJ */ ?>
<?php get_header('kej');?>
<div id="carousel">
<div class="glide">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_amades-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_manifest-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_cursos-1.jpg" /></li>
</ul>
</div>
</div>
</div>
<div id="principal">
<div id="menulateral"><?php wp_nav_menu( array( 'theme_location' => 'lateralportadakej' ) ); ?>
<p></p>
<div id="twitter">
<a class="twitter-timeline" data-width="250" data-height="400" href="https://twitter.com/KEJEsperanto?ref_src=twsrc%5Etfw">Tweets by EsperantoCAT</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
</div>
<div id="central"><?php if (pll_current_language() == "eo") :
$link = "arhivo-de-novajoj-2";
else:
$link = "arxiu-de-noticies-2";
endif;
?>
<h2><a href="<?php echo $link;?>"><?php pll_e('Notícies');?></a></h2>
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'noticies-kej',
'posts_per_page' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticia-gran">
<div class="imatge-noticia"><?php the_post_thumbnail( 'thumbnail' );?></div>
<div class="text-noticia">
<?php
the_date('d/m/Y');
the_title( '<h3 class="titular-primer"><a href="'.get_post_permalink().'">', '</a></h3>' ); ?>
<?php
the_excerpt();
?>
</div>
</div><?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
<div class="container-secundaries">
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'noticies-kej',
'posts_per_page' => 3,
'offset' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticiasecundaria">
<?php
the_date('d/m/Y');
the_title( '<h4><a href="'.get_post_permalink().'">', '</a></h4>' );
?>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
</div>
<div id="agenda">
<h2><?php pll_e('Agenda');?></h2>
<?php
$arguments = array (
'post_type' => 'events',
//'category_name' => 'esdeveniments',
'posts_per_page' => '5'
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="agenda-item">
<div class="agenda-titol"><?php the_title( '<h3><a href="'.get_post_permalink().'"><strong>', '</strong></a></h3>' ); ?></div>
<div class="agenda-data">
<?php
$ladata = get_post_meta(get_the_ID());
$datafinal= $ladata['Data'][0];
$llocfinal = $ladata['Lloc'][0];
//echo $datafinal;
$date = DateTime::createFromFormat('Ymd', $datafinal);
echo '<img src="/wp-content/themes/keatema/img/calendar-svgrepo-com.svg" class="miniicona" /> '.$date->format('Y-m-d')."<br />";
echo '<img src="/wp-content/themes/keatema/img/location-sign-svgrepo-com.svg" class="miniicona" /> '.$llocfinal;
?> </div>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
</div>
<?php get_footer();?>

147
frontkej-page.php Normal file
Veure arxiu

@ -0,0 +1,147 @@
<?php /* Template Name: portada 2021 KEJ */ ?>
<?php get_header('kej');?>
<div id="carousel">
<div class="glide">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_amades-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_manifest-1.jpg" /></li>
<li class="glide__slide"><img src="/wp-content/uploads/2021/06/bs_cursos-1.jpg" /></li>
</ul>
</div>
</div>
</div>
<div id="principal">
<div id="central">
<?php if (pll_current_language() == "eo") :
$link = "arhivo-de-novajoj";
else:
$link = "arxiu-de-noticies";
endif;
?>
<h2><a href="<?php echo $link;?>"><?php pll_e('Notícies');?></a></h2>
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'noticies-kej',
'posts_per_page' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticia-gran">
<div class="imatge-noticia"><?php the_post_thumbnail( 'thumbnail' );?></div>
<div class="text-noticia">
<?php
the_date('d/m/Y');
the_title( '<h3 class="titular-primer"><a href="'.get_post_permalink().'">', '</a></h3>' ); ?>
<?php
the_excerpt();
?>
</div>
</div><?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
<div class="container-secundaries">
<?php
$arguments = array (
'post_type' => 'post',
'category_name' => 'noticies-kej',
'posts_per_page' => 3,
'offset' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="noticiasecundaria">
<?php
the_date('d/m/Y');
the_title( '<h4><a href="'.get_post_permalink().'">', '</a></h4>' );
?>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
<div class="container-xxss">
<div class="xxss">
<h2>Twitter</h2>
<a class="twitter-timeline" data-width="100%" data-height="450" href="https://twitter.com/KEJEsperanto?ref_src=twsrc%5Etfw"></a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
<div class="xxss">
<h2>Instagram</h2>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-d36df9e8-5d17-44ec-840a-f4b06ad8275f"></div>
</div>
</div>
</div>
<div id="agenda">
<div id="menulateral"><?php wp_nav_menu( array( 'theme_location' => 'lateral-portada' ) ); ?></div>
<h2><?php pll_e('Agenda');?></h2>
<?php
$arguments = array (
'post_type' => 'events',
//'category_name' => 'esdeveniments',
'posts_per_page' => '5'
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
<div class="agenda-item">
<div class="agenda-titol"><?php the_title( '<h3><a href="'.get_post_permalink().'"><strong>', '</strong></a></h3>' ); ?></div>
<div class="agenda-data">
<?php
$ladata = get_post_meta(get_the_ID());
$datafinal= $ladata['Data'][0];
$llocfinal = $ladata['Lloc'][0];
//echo $datafinal;
$date = DateTime::createFromFormat('Ymd', $datafinal);
echo '<img src="/wp-content/themes/keatema/img/calendar-svgrepo-com.svg" class="miniicona" /> '.$date->format('Y-m-d')."<br />";
echo '<img src="/wp-content/themes/keatema/img/location-sign-svgrepo-com.svg" class="miniicona" /> '.$llocfinal;
?> </div>
</div>
<?php
endwhile;
else:
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;
wp_reset_postdata();
?>
</div>
</div>
<?php get_footer();?>

25
funcions.js Normal file
Veure arxiu

@ -0,0 +1,25 @@
var show = function (elem) {
elem.style.display = 'block';
};
var hide = function (elem) {
elem.style.display = 'none';
};
var toggle = function (elem) {
// If the element is visible, hide it
if (window.getComputedStyle(elem).display === 'block') {
hide(elem);
return;
}
// Otherwise, show it
show(elem);
};
var montruMenuo = function () {
var objekto = document.querySelector('#menupral');
toggle(objekto);
}

132
functions.php Normal file
Veure arxiu

@ -0,0 +1,132 @@
<?php
function add_theme_scripts() {
wp_enqueue_style( 'style', get_stylesheet_uri() );
wp_enqueue_style( 'glidecss', get_template_directory_uri().'/css/glide.core.min.css');
wp_enqueue_script( 'script', get_template_directory_uri().'/js/glide.min.js', 1.0, true);
wp_enqueue_script( 'glidejs', get_template_directory_uri() . '/funcions.js', 1.1, true);
}
function is_tree($pid) { // $pid = The ID of the page we're looking for pages underneath
global $post; // load details about this page
if(is_page()&&($post->post_parent==$pid||is_page($pid)))
return true; // we're at the page or at a sub page
else
return false; // we're elsewhere
};
function register_my_menus() {
register_nav_menus(
array(
'menusuperior' => __( 'Menú superior' ),
'lateral-portada' => __( 'Menú lateral portada' ),
'menusupkej' => __( 'Menú superior KEJ'),
'lateralportadakej' => __ ( 'Menú lateral portada KEJ'),
'interiorkea' => __ ('Menú interior KEA'),
'interiorkej' => __ ('Menú INterior KEJ')
)
);
}
add_action( 'wp_enqueue_scripts', 'add_theme_scripts' );
add_action( 'init', 'register_my_menus' );
add_theme_support( 'post-thumbnails' );
function area_widgets_interior() {
register_sidebar( array(
'name' => 'Lateral pàgines interiors',
'id' => 'lateral-interiors',
'description' => 'La banda de la dreta de les pàgines interiors',
'before_widget' => '<div id="menulateral">',
'after_widget' => '</div>',
'before_title' => '<h2>',
'after_title' => '</h2>',
) );
}
add_action( 'widgets_init', 'area_widgets_interior' );
// Cadenes de text a traduir
pll_register_string("entrada-correu", "Accés al correu");
pll_register_string("donem-suport", "Donem suport");
pll_register_string("noticies", "Notícies");
pll_register_string("cercar", "Cercar");
pll_register_string("compartir", "Compartir");
pll_register_string("arxiu", "Arxiu de notícies");
pll_register_string("agenda", "Agenda");
pll_register_string("quan", "Quan?");
pll_register_string("on", "On?");
pll_register_string("gener", "de gener");
pll_register_string("febrer", "de febrer");
pll_register_string("març", "de març");
pll_register_string("abril", "d'abril");
pll_register_string("maig", "de maig");
pll_register_string("juny", "de juny");
pll_register_string("juliol", "de juliol");
pll_register_string("agost", "d'agost");
pll_register_string("setembre", "de setembre");
pll_register_string("octubre", "d'octubre");
pll_register_string("novembre", "de novembre");
pll_register_string("desembre", "de desembre");
pll_register_string("agenda-esdeveniments", "Agenda d'esdeveniments");
pll_register_string("privacitat", "Política de privacitat");
pll_register_string("cookies", "Política de cookies");
pll_register_string("avis-legal", "Avś legal");
pll_register_string("darrers-numeros-publicats", "Darrers números publicats");
pll_register_string("descarrega", "Descàrrega");
pll_register_string("numeros-publicats", "Números publicats");
pll_register_string("arxiu-publicats", "Accedeix a l'arxiu");
pll_register_string("descarrega-ke", "Descarrega't aquest número de KE");
pll_register_string("resultats-cerca", "Resultats de cerca");
pll_register_string("llegeix-mes", "Llegeix més");
pll_register_string("no-resultats", "No hi ha resultats de cerca");
pll_register_string("compra-butiko","Compra el llibre a la Butiko KEA");
add_action('init', 'events_init');
function events_init() {
$args = array(
'labels' => array(
'name' => __('Esdeveniments'),
'singular_name' => __('Esdeveniment'),
),
'public' => true,
'has_archive' => true,
'rewrite' => array("slug" => "esdeveniments"),
'supports' => array('thumbnail','editor','title','custom-fields')
);
register_post_type( 'events' , $args );
}
add_action('init', 'publicacions_init');
function publicacions_init() {
$args = array(
'labels' => array(
'name' => __('Publicacions'),
'singular_name' => __('Publicació'),
),
'public' => true,
'has_archive' => true,
'rewrite' => array("slug" => "publicacions"),
'supports' => array('thumbnail','editor','title','custom-fields')
);
register_post_type( 'publicacions' , $args );
}
function reg_cat() {
register_taxonomy_for_object_type('category','publicacions');
}
add_action('init', 'reg_cat');
function esRevista($idpost) {
$categories_post = array('111','113','115','117','125','123');
if (in_array($idpost, $categories_post)) {
return true;
} else {
return false;
}
}
?>

52
header-kej.php Normal file
Veure arxiu

@ -0,0 +1,52 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><?php bloginfo( 'name' ); ?></title>
<meta name="description" content="Kataluna Esperanto Junularo - KEJ">
<meta name="author" content="KEJ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<?php wp_head();?>
</head>
<body>
<header>
<div id="logo-xarxes" class="bloc">
<div id="logo">
<a href="<?php echo get_home_url();?>">
<img src="<?php echo get_theme_file_uri('img/logo-kea-vector.svg');?>" />
</a>
</div>
<div id="idiomes-xarxes-correu">
<div id="idiomes-cap"><?php pll_the_languages(array('hide_current' => 1));?></div>
<div id="xarxes-cap">
<div><a href="https://www.facebook.com/kejesperantocat/" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-facebook.svg');?>"/></a></div>
<div><a href="https://www.instagram.com/kejesperanto/" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-instagram.svg');?>"/></a></div>
<div><a href="https://twitter.com/kejesperanto" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-twitter.svg');?>"/></a></div>
</div>
<div id="correu-cap"><a href="https://poshto.esperanto.cat" target="_blank"><?php pll_e('Accés al correu');?></a></div>
</div>
</div>
</header>
<nav>
<div id="iconaburguer">
<a href="#" onclick="montruMenuo(); return false;"><img src="<?php echo get_theme_file_uri('img/iconamenu.png');?>" class="toggle"/></a>
</div>
<div id="cercador">
<?php get_search_form(); ?>
</div>
<div id="menupral">
<?php wp_nav_menu( array( 'theme_location' => 'menusupkej' ) ); ?>
</ul>
</div>
</nav>

54
header.php Normal file
Veure arxiu

@ -0,0 +1,54 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><?php bloginfo( 'name' ); ?></title>
<meta name="description" content="La pàgina web de l'Associació Catalana d'Esperanto / La retpaĝaro de Kataluna Esperanto Asocio.">
<meta name="author" content="KEA">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<?php wp_head();?>
</head>
<body>
<header>
<div id="logo-xarxes" class="bloc">
<div id="logo">
<a href="<?php echo get_home_url();?>">
<img src="<?php echo get_theme_file_uri('img/logo-kea-vector.svg');?>" />
</a>
</div>
<div id="idiomes-xarxes-correu">
<div id="idiomes-cap"><?php pll_the_languages(array('hide_current' => 1));?></div>
<div id="xarxes-cap">
<div><a href="https://telegram.esperanto.cat" target="_blank"><img src="<?php echo get_theme_file_uri('img/logo-telegram_.jpg');?>"/></a></div>
<div><a href="mailto:info@esperanto.cat" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-correu.svg');?>"/></a></div>
<div><a href="https://www.facebook.com/EsperantoCAT" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-facebook.svg');?>"/></a></div>
<div><a href="https://www.instagram.com/esperanto_cat/" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-instagram.svg');?>"/></a></div>
<div><a href="https://twitter.com/EsperantoCAT" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-twitter.svg');?>"/></a></div>
<div><a href="https://www.youtube.com/channel/UCzxvjH5KxcefP1-RrqV8tSA/featured" target="_blank"><img src="<?php echo get_theme_file_uri('img/icona-youtube.svg');?>"/></a></div>
</div>
<div id="correu-cap"><a href="https://poshto.esperanto.cat" target="_blank"><?php pll_e('Accés al correu');?></a></div>
</div>
</div>
</header>
<nav>
<div id="iconaburguer">
<a href="#" onclick="montruMenuo(); return false;"><img src="<?php echo get_theme_file_uri('img/iconamenu.png');?>" class="toggle"/></a>
</div>
<div id="cercador">
<?php get_search_form(); ?>
</div>
<div id="menupral">
<?php wp_nav_menu( array( 'theme_location' => 'menusuperior' ) ); ?>
</ul>
</div>
</nav>

Veure arxiu

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.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="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="31.622px" height="31.621px" viewBox="0 0 31.622 31.621" style="enable-background:new 0 0 31.622 31.621;"
xml:space="preserve">
<g>
<g>
<path d="M31.43,4.945c0-1.194-0.968-2.162-2.162-2.162h-3.656V0.882C25.612,0.395,25.217,0,24.73,0h-1.905
c-0.485,0-0.883,0.395-0.883,0.882v1.902H9.802V0.882C9.802,0.395,9.407,0,8.92,0H7.142C6.655,0,6.26,0.395,6.26,0.882v1.902H2.35
c-1.194,0-2.162,0.968-2.162,2.162v7.704h1.139v16.749c0,1.229,0.995,2.223,2.223,2.223h24.394c1.229,0,2.223-0.994,2.223-2.223
v-16.75h1.267L31.43,4.945L31.43,4.945z M26.624,25.73c0,1.229-0.994,2.223-2.223,2.223H7.218c-1.228,0-2.223-0.994-2.223-2.223
V12.649h21.628V25.73L26.624,25.73z"/>
<rect x="8.031" y="15.051" width="3.541" height="3.669"/>
<rect x="14.102" y="15.051" width="3.541" height="3.669"/>
<rect x="20.172" y="15.051" width="3.542" height="3.669"/>
<rect x="8.031" y="21.502" width="3.541" height="3.668"/>
<rect x="14.102" y="21.502" width="3.541" height="3.668"/>
<rect x="20.172" y="21.502" width="3.542" height="3.668"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 1.6 KiB

BIN
img/fons-general.jpeg Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 280 KiB

140
img/icona-correu.svg Normal file
Veure arxiu

@ -0,0 +1,140 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="icona-correu.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#00e12b"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="256"
inkscape:cy="256"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<rect
style="opacity:1;fill:#00e12b;fill-opacity:1;stroke:none;stroke-width:1.65495682;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1340"
width="133.81171"
height="133.81171"
x="0.82748008"
y="162.36079" />
<g
id="g1319"
transform="matrix(0.1908534,0,0,0.1908534,21.431249,182.96457)"
style="fill:#ffffff">
<g
id="g1263"
style="fill:#ffffff">
<path
id="path1261"
d="M 301.393,241.631 464.866,424.56 H 20.332 l 163.474,-182.928 58.801,51.443 z M 462.174,60.651 H 23.027 L 242.606,252.793 Z M 324.225,221.67 485.211,401.821 V 80.792 Z M 0,80.792 V 401.821 L 160.972,221.64 Z"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
</g>
<g
id="g1265"
style="fill:#ffffff">
</g>
<g
id="g1267"
style="fill:#ffffff">
</g>
<g
id="g1269"
style="fill:#ffffff">
</g>
<g
id="g1271"
style="fill:#ffffff">
</g>
<g
id="g1273"
style="fill:#ffffff">
</g>
<g
id="g1275"
style="fill:#ffffff">
</g>
<g
id="g1277"
style="fill:#ffffff">
</g>
<g
id="g1279"
style="fill:#ffffff">
</g>
<g
id="g1281"
style="fill:#ffffff">
</g>
<g
id="g1283"
style="fill:#ffffff">
</g>
<g
id="g1285"
style="fill:#ffffff">
</g>
<g
id="g1287"
style="fill:#ffffff">
</g>
<g
id="g1289"
style="fill:#ffffff">
</g>
<g
id="g1291"
style="fill:#ffffff">
</g>
<g
id="g1293"
style="fill:#ffffff">
</g>
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 3.4 KiB

70
img/icona-facebook.svg Normal file
Veure arxiu

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="icona-facebook.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#00e12b"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="256"
inkscape:cy="256"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<rect
style="opacity:1;fill:#00e12b;fill-opacity:1;stroke:none;stroke-width:1.65495682;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1340"
width="133.81171"
height="133.81171"
x="0.82748008"
y="162.36079" />
<path
style="stroke-width:0.35051575;fill:#ffffff"
d="m 89.103226,199.1896 c 0,0 -7.22202,0 -10.090999,0 -3.561934,0 -4.30433,1.4592 -4.30433,5.14487 0,3.06702 0,8.90451 0,8.90451 h 14.395329 l -1.384889,15.6316 h -13.01044 v 46.69816 H 56.060449 v -46.50012 h -9.697366 v -15.8293 h 9.697366 c 0,0 0,-2.2759 0,-12.46609 0,-11.69987 6.256359,-17.80866 20.132584,-17.80866 2.272747,0 12.910551,0 12.910551,0 v 16.22503 z"
id="facebook-circle-icon"
inkscape:connector-curvature="0" />
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 2.5 KiB

BIN
img/icona-fgc.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 554 B

70
img/icona-instagram.svg Normal file
Veure arxiu

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="icona-instagram.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#00e12b"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="256"
inkscape:cy="256"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<rect
style="opacity:1;fill:#00e12b;fill-opacity:1;stroke:none;stroke-width:1.65495682;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1340"
width="133.81171"
height="133.81171"
x="0.82748008"
y="162.36079" />
<path
id="path1652"
d="m 67.733628,191.31047 c 12.3627,0 13.82906,0.0437 18.71394,0.2698 12.54791,0.57167 18.409162,6.52479 18.980102,18.98009 0.22458,4.88109 0.26688,6.34731 0.26688,18.71001 0,12.36664 -0.0437,13.82907 -0.26688,18.71016 -0.57459,12.44378 -6.420522,18.40915 -18.980102,18.98024 -4.88488,0.22459 -6.34352,0.26979 -18.71394,0.26979 -12.36285,0 -13.82907,-0.0437 -18.71002,-0.26979 -12.57897,-0.57459 -18.40915,-6.55556 -18.98024,-18.98418 -0.22312,-4.8808 -0.26979,-6.34323 -0.26979,-18.71001 0,-12.36285 0.0438,-13.82513 0.26979,-18.71001 0.57459,-12.45151 6.42067,-18.40901 18.98024,-18.98024 4.88488,-0.22021 6.34717,-0.26688 18.71002,-0.26688 z m 0,-8.34597 c -12.57504,0 -14.14933,0.0583 -19.08816,0.27708 -16.81562,0.77147 -26.161,10.10168 -26.93276,26.93261 -0.2275,4.94351 -0.28146,6.51779 -0.28146,19.09283 0,12.57503 0.0583,14.15311 0.27709,19.0921 0.77146,16.81547 10.10167,26.16085 26.9326,26.9326 4.94278,0.22313 6.51707,0.27709 19.0921,0.27709 12.57504,0 14.15311,-0.0583 19.0921,-0.27709 16.800012,-0.77146 26.168582,-10.10167 26.928822,-26.9326 0.2275,-4.93899 0.28146,-6.51707 0.28146,-19.0921 0,-12.57504 -0.0583,-14.14932 -0.27709,-19.08816 -0.75688,-16.80016 -10.09774,-26.161 -26.928822,-26.93276 -4.94277,-0.2275 -6.52085,-0.28146 -19.09588,-0.28146 z m 0,22.52621 c -13.13067,0 -23.77631,10.64564 -23.77631,23.77631 0,13.13066 10.64564,23.78024 23.77631,23.78024 13.13066,0 23.7763,-10.64578 23.7763,-23.78024 0,-13.13067 -10.64564,-23.77631 -23.7763,-23.77631 z m 0,39.21043 c -8.52346,0 -15.43413,-6.90673 -15.43413,-15.43412 0,-8.52346 6.91067,-15.43413 15.43413,-15.43413 8.52345,0 15.43412,6.91067 15.43412,15.43413 0,8.52739 -6.91067,15.43412 -15.43412,15.43412 z m 24.71781,-45.70445 c -3.07142,0 -5.56009,2.48882 -5.56009,5.5563 0,3.06764 2.48867,5.55631 5.56009,5.55631 3.06749,0 5.55251,-2.48867 5.55251,-5.55631 0,-3.06748 -2.48502,-5.5563 -5.55251,-5.5563 z"
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke-width:3.85854316" />
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 4.0 KiB

140
img/icona-twitter.svg Normal file
Veure arxiu

@ -0,0 +1,140 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="icona-twitter.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#00e12b"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="256"
inkscape:cy="256"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<rect
style="opacity:1;fill:#00e12b;fill-opacity:1;stroke:none;stroke-width:1.65495682;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1340"
width="133.81171"
height="133.81171"
x="0.82748008"
y="162.36079" />
<g
id="g1815"
transform="matrix(0.29872214,0,0,0.29872214,21.431911,182.96472)"
style="fill:#ffffff">
<g
id="XMLID_826_"
style="fill:#ffffff">
<path
d="m 302.973,57.388 c -4.87,2.16 -9.877,3.983 -14.993,5.463 6.057,-6.85 10.675,-14.91 13.494,-23.73 0.632,-1.977 -0.023,-4.141 -1.648,-5.434 -1.623,-1.294 -3.878,-1.449 -5.665,-0.39 -10.865,6.444 -22.587,11.075 -34.878,13.783 -12.381,-12.098 -29.197,-18.983 -46.581,-18.983 -36.695,0 -66.549,29.853 -66.549,66.547 0,2.89 0.183,5.764 0.545,8.598 C 101.163,99.244 58.83,76.863 29.76,41.204 c -1.036,-1.271 -2.632,-1.956 -4.266,-1.825 -1.635,0.128 -3.104,1.05 -3.93,2.467 -5.896,10.117 -9.013,21.688 -9.013,33.461 0,16.035 5.725,31.249 15.838,43.137 -3.075,-1.065 -6.059,-2.396 -8.907,-3.977 -1.529,-0.851 -3.395,-0.838 -4.914,0.033 -1.52,0.871 -2.473,2.473 -2.513,4.224 -0.007,0.295 -0.007,0.59 -0.007,0.889 0,23.935 12.882,45.484 32.577,57.229 -1.692,-0.169 -3.383,-0.414 -5.063,-0.735 -1.732,-0.331 -3.513,0.276 -4.681,1.597 -1.17,1.32 -1.557,3.16 -1.018,4.84 7.29,22.76 26.059,39.501 48.749,44.605 -18.819,11.787 -40.34,17.961 -62.932,17.961 -4.714,0 -9.455,-0.277 -14.095,-0.826 -2.305,-0.274 -4.509,1.087 -5.294,3.279 -0.785,2.193 0.047,4.638 2.008,5.895 29.023,18.609 62.582,28.445 97.047,28.445 67.754,0 110.139,-31.95 133.764,-58.753 29.46,-33.421 46.356,-77.658 46.356,-121.367 0,-1.826 -0.028,-3.67 -0.084,-5.508 11.623,-8.757 21.63,-19.355 29.773,-31.536 1.237,-1.85 1.103,-4.295 -0.33,-5.998 -1.431,-1.704 -3.816,-2.255 -5.852,-1.353 z"
id="XMLID_827_"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
</g>
<g
id="g1761"
style="fill:#ffffff">
</g>
<g
id="g1763"
style="fill:#ffffff">
</g>
<g
id="g1765"
style="fill:#ffffff">
</g>
<g
id="g1767"
style="fill:#ffffff">
</g>
<g
id="g1769"
style="fill:#ffffff">
</g>
<g
id="g1771"
style="fill:#ffffff">
</g>
<g
id="g1773"
style="fill:#ffffff">
</g>
<g
id="g1775"
style="fill:#ffffff">
</g>
<g
id="g1777"
style="fill:#ffffff">
</g>
<g
id="g1779"
style="fill:#ffffff">
</g>
<g
id="g1781"
style="fill:#ffffff">
</g>
<g
id="g1783"
style="fill:#ffffff">
</g>
<g
id="g1785"
style="fill:#ffffff">
</g>
<g
id="g1787"
style="fill:#ffffff">
</g>
<g
id="g1789"
style="fill:#ffffff">
</g>
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 4.5 KiB

135
img/icona-youtube.svg Normal file
Veure arxiu

@ -0,0 +1,135 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="icona-youtube.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#00e12b"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="256"
inkscape:cy="256"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<rect
style="opacity:1;fill:#00e12b;fill-opacity:1;stroke:none;stroke-width:1.65495682;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1340"
width="133.81171"
height="133.81171"
x="0.82748008"
y="162.36079" />
<g
id="g1968"
transform="matrix(0.25283784,0,0,0.25283784,21.43125,182.96446)"
style="fill:#ffffff">
<path
id="path1913"
d="M 351.479,71.073 C 349.432,63.24 342.865,57.414 334.845,56.315 284.512,49.416 233.461,45.918 183.108,45.918 c -50.352,0 -101.392,3.498 -151.697,10.398 -8.02,1.1 -14.586,6.926 -16.633,14.758 -19.704,75.403 -19.704,148.711 0,224.113 2.047,7.832 8.614,13.659 16.635,14.758 50.339,6.899 101.394,10.397 151.745,10.397 50.353,0 101.389,-3.498 151.688,-10.398 8.02,-1.1 14.585,-6.925 16.632,-14.756 19.708,-75.394 19.708,-148.702 10e-4,-224.115 z m -104.314,126.188 -74.357,57.131 c -3.172,2.439 -7.006,3.689 -10.86,3.689 -2.681,0 -5.374,-0.604 -7.875,-1.835 -6.089,-3 -9.942,-9.198 -9.942,-15.986 V 125.999 c 0,-6.789 3.854,-12.987 9.942,-15.986 6.091,-3 13.352,-2.281 18.735,1.854 l 74.357,57.13 c 4.393,3.373 6.966,8.596 6.966,14.132 -0.001,5.536 -2.574,10.759 -6.966,14.132 z"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<g
id="g1915"
style="fill:#ffffff">
</g>
<g
id="g1917"
style="fill:#ffffff">
</g>
<g
id="g1919"
style="fill:#ffffff">
</g>
<g
id="g1921"
style="fill:#ffffff">
</g>
<g
id="g1923"
style="fill:#ffffff">
</g>
<g
id="g1925"
style="fill:#ffffff">
</g>
<g
id="g1927"
style="fill:#ffffff">
</g>
<g
id="g1929"
style="fill:#ffffff">
</g>
<g
id="g1931"
style="fill:#ffffff">
</g>
<g
id="g1933"
style="fill:#ffffff">
</g>
<g
id="g1935"
style="fill:#ffffff">
</g>
<g
id="g1937"
style="fill:#ffffff">
</g>
<g
id="g1939"
style="fill:#ffffff">
</g>
<g
id="g1941"
style="fill:#ffffff">
</g>
<g
id="g1943"
style="fill:#ffffff">
</g>
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 3.9 KiB

BIN
img/icona_correu_kea.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 4.3 KiB

93
img/iconabuscar-blanc.svg Normal file
Veure arxiu

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 56.966 56.966"
style="enable-background:new 0 0 56.966 56.966;"
xml:space="preserve"
sodipodi:docname="iconabuscar-blanc.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
id="metadata22210"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs22208" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1916"
inkscape:window-height="1005"
id="namedview22206"
showgrid="false"
inkscape:zoom="4.1428221"
inkscape:cx="-60.466029"
inkscape:cy="28.483"
inkscape:window-x="0"
inkscape:window-y="54"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<path
d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z"
id="path22173"
style="fill:#ffffff" />
<g
id="g22175">
</g>
<g
id="g22177">
</g>
<g
id="g22179">
</g>
<g
id="g22181">
</g>
<g
id="g22183">
</g>
<g
id="g22185">
</g>
<g
id="g22187">
</g>
<g
id="g22189">
</g>
<g
id="g22191">
</g>
<g
id="g22193">
</g>
<g
id="g22195">
</g>
<g
id="g22197">
</g>
<g
id="g22199">
</g>
<g
id="g22201">
</g>
<g
id="g22203">
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 2.3 KiB

39
img/iconabuscar.svg Normal file
Veure arxiu

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 56.966 56.966" style="enable-background:new 0 0 56.966 56.966;" xml:space="preserve">
<path d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23
s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92
c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17
s-17-7.626-17-17S14.61,6,23.984,6z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 926 B

BIN
img/iconamenu.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 214 B

81
img/iconamenu.svg Normal file
Veure arxiu

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 8.4666665 8.4666669"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="iconamenu.svg"
inkscape:export-filename="/var/www/html/temawp-kea/img/iconamenu.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="12.846249"
inkscape:cy="9.2157288"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1916"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-288.53332)">
<g
id="g824"
transform="translate(-1.1666668e-8,0.50080333)"
style="fill:#ffffff;stroke:#ffffff">
<path
inkscape:connector-curvature="0"
id="path815"
d="M 0.79611239,290.14917 H 7.6705543"
style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.79611239,292.26585 H 7.6705543"
id="path817"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path819"
d="M 0.79611239,294.38253 H 7.6705543"
style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 2.8 KiB

Veure arxiu

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.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="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="395.71px" height="395.71px" viewBox="0 0 395.71 395.71" style="enable-background:new 0 0 395.71 395.71;"
xml:space="preserve">
<g>
<path d="M197.849,0C122.131,0,60.531,61.609,60.531,137.329c0,72.887,124.591,243.177,129.896,250.388l4.951,6.738
c0.579,0.792,1.501,1.255,2.471,1.255c0.985,0,1.901-0.463,2.486-1.255l4.948-6.738c5.308-7.211,129.896-177.501,129.896-250.388
C335.179,61.609,273.569,0,197.849,0z M197.849,88.138c27.13,0,49.191,22.062,49.191,49.191c0,27.115-22.062,49.191-49.191,49.191
c-27.114,0-49.191-22.076-49.191-49.191C148.658,110.2,170.734,88.138,197.849,88.138z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 1.1 KiB

Veure arxiu

@ -0,0 +1,411 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64.140289mm"
height="26.161205mm"
viewBox="0 0 64.140289 26.161205"
version="1.1"
id="svg3435"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="logo_kea_blanc.svg">
<defs
id="defs3429" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-51.647146"
inkscape:cy="-21.990073"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1014"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1" />
<metadata
id="metadata3432">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Tavolo 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(43.409431,-116.85392)">
<g
transform="matrix(0.26458333,0,0,0.26458333,34.452178,59.408453)"
id="g3349"
style="fill:#ffffff">
<g
transform="translate(-380.3661,-53.779269)"
id="g2721"
style="fill:#ffffff">
<path
d="m 96.137,298.292 v -24.125 h 17.184 v 3.981 h -12.794 v 5.614 h 11.263 v 3.947 h -11.263 v 6.602 h 12.794 v 3.981 z"
id="path2695"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 132.688,296.148 c -1.837,1.837 -4.662,2.586 -7.622,2.586 -2.552,0 -5.24,-0.681 -7.213,-2.484 -1.429,-1.293 -2.518,-3.335 -2.518,-5.615 h 4.491 c 0,1.191 0.544,2.246 1.259,2.96 1.021,1.021 2.654,1.293 4.049,1.293 1.667,0 3.267,-0.34 4.185,-1.293 0.544,-0.579 0.953,-1.157 0.953,-2.314 0,-1.769 -1.361,-2.586 -2.858,-2.858 -1.633,-0.307 -3.743,-0.375 -5.342,-0.646 -3.335,-0.544 -6.125,-2.722 -6.125,-6.738 0,-1.905 0.851,-3.504 2.11,-4.764 1.599,-1.565 4.253,-2.552 7.078,-2.552 2.586,0 5.104,0.816 6.737,2.348 1.429,1.361 2.416,3.13 2.45,5.138 h -4.491 c -0.034,-0.851 -0.477,-1.77 -1.055,-2.382 -0.783,-0.817 -2.382,-1.293 -3.675,-1.293 -1.361,0 -2.926,0.306 -3.913,1.327 -0.51,0.544 -0.817,1.157 -0.817,2.042 0,1.565 1.021,2.382 2.45,2.62 1.531,0.238 3.675,0.408 5.24,0.612 3.607,0.51 6.635,2.858 6.635,6.976 -0.001,2.246 -0.818,3.846 -2.008,5.037 z"
id="path2697"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 147.59,289.648 h -5.104 v 8.643 h -4.355 v -24.125 h 9.459 c 5.546,0 8.507,3.096 8.507,7.724 0,4.628 -2.961,7.758 -8.507,7.758 z m -0.17,-11.637 h -4.934 v 7.792 h 4.934 c 2.926,0 4.253,-1.565 4.253,-3.879 0,-2.313 -1.327,-3.913 -4.253,-3.913 z"
id="path2699"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 158.923,298.292 v -24.125 h 17.184 v 3.981 h -12.794 v 5.614 h 11.263 v 3.947 h -11.263 v 6.602 h 12.794 v 3.981 z"
id="path2701"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 193.5,298.292 -4.016,-9.119 h -5.342 v 9.119 h -4.423 v -24.125 h 10.174 c 5.75,0 8.371,3.606 8.371,7.486 0,3.232 -1.77,5.785 -4.424,6.771 l 4.424,9.868 z m -3.607,-20.281 h -5.785 v 7.214 h 5.853 c 2.484,0 3.913,-1.293 3.913,-3.573 0,-1.939 -1.498,-3.641 -3.981,-3.641 z"
id="path2703"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 217.174,298.292 -1.565,-4.627 h -9.596 l -1.565,4.627 h -4.423 l 8.473,-24.125 h 4.798 l 8.473,24.125 z m -6.362,-18.75 -3.437,10.174 h 6.874 z"
id="path2705"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 239.147,298.292 -10.446,-16.571 v 16.571 h -4.321 v -24.125 h 4.662 l 10.311,16.333 v -16.333 h 4.321 v 24.125 z"
id="path2707"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 257.919,278.25 v 20.042 H 253.53 V 278.25 h -7.146 v -4.083 h 18.681 v 4.083 z"
id="path2709"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 283.309,296.012 c -1.838,1.837 -4.355,2.722 -6.942,2.722 -2.586,0 -5.104,-0.885 -6.941,-2.722 -2.62,-2.62 -3.062,-5.819 -3.062,-9.766 0,-3.947 0.442,-7.18 3.062,-9.8 1.838,-1.838 4.355,-2.722 6.941,-2.722 2.587,0 5.104,0.884 6.942,2.722 2.62,2.62 3.062,5.853 3.062,9.8 0.001,3.947 -0.442,7.146 -3.062,9.766 z m -3.131,-16.708 c -0.953,-1.021 -2.416,-1.599 -3.812,-1.599 -1.395,0 -2.857,0.579 -3.811,1.599 -1.667,1.735 -1.735,4.73 -1.735,6.942 0,2.211 0.068,5.172 1.735,6.907 0.953,1.021 2.416,1.6 3.811,1.6 1.396,0 2.858,-0.579 3.812,-1.6 1.667,-1.735 1.735,-4.696 1.735,-6.907 10e-4,-2.212 -0.068,-5.206 -1.735,-6.942 z"
id="path2711"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 298.796,279.301 3.402,4.253 -2.96,2.211 -2.858,-4.729 -2.893,4.764 -2.96,-2.212 3.402,-4.287 -5.138,-1.361 1.123,-3.607 4.934,2.042 -0.34,-5.479 3.675,0.034 -0.375,5.478 4.968,-2.076 1.156,3.607 z"
id="path2713"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 111.416,326.43 c -1.804,1.837 -4.322,2.858 -6.908,2.858 -2.586,0 -5.002,-0.851 -6.839,-2.688 -2.62,-2.62 -2.994,-5.853 -2.994,-9.8 0,-3.947 0.374,-7.18 2.994,-9.8 1.837,-1.838 4.253,-2.722 6.839,-2.722 2.586,0 5.104,0.953 6.908,2.79 1.395,1.429 2.109,3.334 2.313,5.24 h -4.491 c -0.102,-1.055 -0.477,-1.804 -1.089,-2.552 -0.783,-0.987 -2.144,-1.497 -3.641,-1.497 -1.395,0 -2.756,0.579 -3.709,1.599 -1.667,1.735 -1.667,4.73 -1.667,6.942 0,2.211 0,5.206 1.667,6.941 0.953,1.021 2.314,1.599 3.709,1.599 1.497,0 2.858,-0.544 3.641,-1.531 0.612,-0.749 0.987,-1.599 1.089,-2.654 h 4.491 c -0.204,1.907 -0.918,3.846 -2.313,5.275 z"
id="path2715"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 131.459,328.846 -1.565,-4.627 h -9.596 l -1.565,4.627 h -4.423 l 8.473,-24.125 h 4.798 l 8.473,24.125 z m -6.363,-18.749 -3.437,10.174 h 6.873 z"
id="path2717"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 145.344,308.804 v 20.042 h -4.389 v -20.042 h -7.146 v -4.083 h 18.681 v 4.083 z"
id="path2719"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
</g>
<g
transform="translate(-380.3661,-53.779269)"
id="g2831"
style="fill:#ffffff">
<path
d="m 90.223,340.972 1.63,2.021 -1.05,0.752 -1.41,-2.178 -1.395,2.178 -1.05,-0.783 1.63,-1.99 -2.492,-0.643 0.408,-1.238 2.397,0.94 -0.125,-2.585 h 1.301 l -0.157,2.585 2.413,-0.94 0.392,1.238 z"
id="path2723"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 102.26,348.353 -0.909,-2.633 h -4.826 l -0.894,2.633 h -1.41 l 3.917,-11.11 h 1.63 l 3.933,11.11 z m -3.338,-9.716 -1.959,5.767 h 3.934 z"
id="path2725"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 110.586,347.664 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.235 -2.57,-0.893 -0.486,-0.47 -0.768,-1.144 -0.768,-1.818 h 1.332 c 0.016,0.548 0.266,0.956 0.643,1.238 0.36,0.267 0.924,0.361 1.426,0.361 0.548,0 1.05,-0.094 1.458,-0.439 0.219,-0.172 0.392,-0.501 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.551 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.423 0.564,0.878 0.564,1.52 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.157 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.125 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 0,0.688 -0.251,1.221 -0.627,1.613 z"
id="path2727"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 118.768,347.664 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.235 -2.57,-0.893 -0.486,-0.47 -0.768,-1.144 -0.768,-1.818 h 1.332 c 0.016,0.548 0.266,0.956 0.642,1.238 0.361,0.267 0.925,0.361 1.426,0.361 0.548,0 1.05,-0.094 1.458,-0.439 0.219,-0.172 0.392,-0.501 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.551 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.423 0.564,0.878 0.564,1.52 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.157 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.125 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.688 -0.25,1.221 -0.626,1.613 z"
id="path2729"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 126.933,347.632 c -0.58,0.564 -1.395,0.924 -2.397,0.924 -1.002,0 -1.818,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.267,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.846 1.128,1.99 1.128,3.244 0.001,1.254 -0.266,2.398 -1.128,3.244 z m -0.971,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.737,1.536 -0.737,2.46 0,0.925 0.172,1.881 0.737,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.736,-1.536 0.736,-2.46 0,-0.924 -0.172,-1.88 -0.736,-2.46 z"
id="path2731"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 135.576,347.695 c -0.564,0.548 -1.316,0.862 -2.288,0.862 -1.426,0 -2.335,-0.658 -2.899,-1.489 -0.423,-0.626 -0.658,-1.489 -0.658,-2.68 0,-1.191 0.235,-2.053 0.658,-2.68 0.564,-0.831 1.458,-1.489 2.883,-1.489 0.94,0 1.708,0.313 2.257,0.846 0.533,0.517 0.877,1.175 0.94,2.038 h -1.348 c -0.062,-0.549 -0.266,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.486 -1.285,-0.486 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.52 -0.799,2.492 0,0.972 0.172,1.959 0.799,2.492 0.345,0.298 0.768,0.517 1.379,0.517 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.47,-0.658 0.533,-1.175 h 1.348 c -0.063,0.846 -0.392,1.489 -0.925,2.006 z"
id="path2733"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 138.458,338.606 v -1.567 h 1.551 v 1.567 z m 0.095,9.747 v -7.929 h 1.363 v 7.929 z"
id="path2735"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 148.401,348.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.547,0.187 -0.876,0.187 z m -1.222,-3.934 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2737"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 156.474,347.695 c -0.564,0.548 -1.316,0.862 -2.288,0.862 -1.426,0 -2.335,-0.658 -2.899,-1.489 -0.423,-0.626 -0.658,-1.489 -0.658,-2.68 0,-1.191 0.235,-2.053 0.658,-2.68 0.564,-0.831 1.458,-1.489 2.883,-1.489 0.94,0 1.708,0.313 2.257,0.846 0.533,0.517 0.877,1.175 0.94,2.038 h -1.348 c -0.062,-0.549 -0.266,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.486 -1.285,-0.486 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.52 -0.799,2.492 0,0.972 0.172,1.959 0.799,2.492 0.345,0.298 0.768,0.517 1.379,0.517 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.47,-0.658 0.533,-1.175 h 1.348 c -0.064,0.846 -0.393,1.489 -0.925,2.006 z"
id="path2739"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 159.356,338.606 v -1.567 h 1.551 v 1.567 z m 0.094,9.747 v -7.929 h 1.363 v 7.929 z"
id="path2741"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 168.862,347.632 c -0.58,0.564 -1.395,0.924 -2.398,0.924 -1.003,0 -1.818,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.267,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.398,0.925 0.862,0.846 1.128,1.99 1.128,3.244 0,1.254 -0.266,2.398 -1.128,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.737,1.536 -0.737,2.46 0,0.925 0.172,1.881 0.737,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.736,-1.536 0.736,-2.46 0,-0.924 -0.172,-1.88 -0.736,-2.46 z m -2.601,-2.257 -0.47,-0.736 2.664,-1.928 0.705,1.113 z"
id="path2743"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 182.65,347.381 c -0.674,0.674 -1.771,1.191 -2.978,1.191 -1.112,0 -2.209,-0.407 -3.009,-1.191 -1.207,-1.175 -1.395,-2.805 -1.395,-4.576 0,-1.771 0.188,-3.401 1.395,-4.576 0.799,-0.783 1.896,-1.191 3.009,-1.191 1.207,0 2.288,0.47 2.962,1.144 0.643,0.658 1.05,1.504 1.097,2.539 h -1.442 c -0.016,-0.611 -0.251,-1.144 -0.611,-1.551 -0.438,-0.486 -1.16,-0.815 -2.006,-0.815 -0.752,0 -1.489,0.298 -2.021,0.846 -0.909,0.94 -0.94,2.445 -0.94,3.604 0,1.159 0.031,2.664 0.94,3.604 0.533,0.549 1.27,0.846 2.021,0.846 0.846,0 1.583,-0.36 2.021,-0.846 0.361,-0.407 0.596,-0.987 0.611,-1.598 h 1.442 c -0.046,1.035 -0.453,1.912 -1.096,2.57 z"
id="path2745"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 191.666,348.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2747"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 197.049,348.463 c -1.708,0 -2.178,-1.082 -2.178,-2.147 v -4.749 h -1.536 v -1.144 h 1.536 v -2.022 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.065,1.081 0.564,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.36,0.094 -0.845,0.22 -1.582,0.22 z"
id="path2749"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 206.478,348.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2751"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 210.85,348.447 c -1.16,0 -1.661,-0.69 -1.661,-1.943 v -9.465 h 1.332 v 9.387 c 0,0.533 0.172,0.815 0.721,0.815 0.438,0 0.548,-0.016 0.548,-0.016 v 1.128 c 0.001,0 -0.297,0.094 -0.94,0.094 z"
id="path2753"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 219.644,348.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2755"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 227.513,348.353 v -5.03 c 0,-1.191 -0.486,-1.896 -1.739,-1.896 -0.768,0 -1.379,0.501 -1.724,1.222 -0.266,0.58 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.929 h 1.16 l 0.109,1.191 c 0.408,-0.909 1.504,-1.395 2.398,-1.395 1.802,0 2.742,1.082 2.742,2.915 v 5.218 z"
id="path2757"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 237.25,348.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.546,0.187 -0.876,0.187 z m -1.222,-3.934 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2759"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 249.081,348.353 -0.094,-1.034 c -0.454,0.799 -1.473,1.238 -2.366,1.238 -0.971,0 -1.724,-0.329 -2.241,-0.862 -0.752,-0.768 -1.144,-1.975 -1.144,-3.291 0,-1.363 0.408,-2.617 1.207,-3.385 0.517,-0.486 1.254,-0.799 2.178,-0.799 0.862,0 1.881,0.408 2.304,1.128 v -4.31 h 1.332 v 11.314 h -1.176 z m -0.956,-6.488 c -0.313,-0.282 -0.705,-0.517 -1.285,-0.517 -1.771,0 -2.241,1.583 -2.241,3.04 0,1.458 0.47,3.04 2.241,3.04 0.58,0 0.971,-0.235 1.285,-0.517 0.658,-0.58 0.878,-1.536 0.878,-2.523 0,-0.987 -0.22,-1.943 -0.878,-2.523 z"
id="path2761"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 253.001,341.599 -0.407,-0.737 c 0.814,-0.36 1.003,-0.831 1.003,-1.724 h -0.972 v -1.833 h 1.912 v 1.833 c 0,1.16 -0.391,1.975 -1.536,2.461 z"
id="path2763"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 256.979,348.353 v -11.11 h 7.428 v 1.285 h -6.033 v 3.385 h 5.297 v 1.316 h -5.297 v 3.839 h 6.033 v 1.285 z"
id="path2765"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 271.847,347.664 c -0.611,0.627 -1.552,0.893 -2.586,0.893 -0.987,0 -1.896,-0.235 -2.569,-0.893 -0.486,-0.47 -0.769,-1.144 -0.769,-1.818 h 1.332 c 0.016,0.548 0.267,0.956 0.643,1.238 0.36,0.267 0.925,0.361 1.427,0.361 0.548,0 1.05,-0.094 1.457,-0.439 0.22,-0.172 0.392,-0.501 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.237,-0.157 -1.786,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.551 0.518,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.423 0.563,0.878 0.563,1.52 h -1.332 c -0.016,-0.407 -0.219,-0.783 -0.454,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.549,0 -0.925,0.157 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.438,0.063 1.065,0.125 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.688 -0.25,1.221 -0.626,1.613 z"
id="path2767"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 280.4,347.773 c -0.518,0.485 -1.254,0.799 -2.179,0.799 -0.861,0 -1.88,-0.407 -2.304,-1.128 v 4.309 h -1.332 v -11.314 h 1.176 l 0.094,1.034 c 0.455,-0.799 1.474,-1.238 2.366,-1.238 0.972,0 1.724,0.329 2.241,0.862 0.752,0.768 1.144,1.974 1.144,3.291 0,1.363 -0.407,2.617 -1.206,3.385 z m -2.398,-6.409 c -0.58,0 -0.972,0.235 -1.285,0.517 -0.658,0.58 -0.878,1.536 -0.878,2.523 0,0.987 0.22,1.943 0.878,2.523 0.313,0.282 0.705,0.518 1.285,0.518 1.771,0 2.24,-1.583 2.24,-3.041 10e-4,-1.457 -0.469,-3.04 -2.24,-3.04 z"
id="path2769"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 290.272,344.827 h -5.609 c 0,0.721 0.282,1.504 0.768,1.99 0.36,0.36 0.846,0.564 1.457,0.564 0.627,0 1.145,-0.172 1.474,-0.517 0.219,-0.219 0.36,-0.439 0.47,-0.862 h 1.301 c -0.109,0.784 -0.58,1.52 -1.223,1.959 -0.563,0.376 -1.269,0.595 -2.021,0.595 -1.112,0 -2.021,-0.47 -2.633,-1.191 -0.658,-0.768 -0.987,-1.818 -0.987,-2.946 0,-0.956 0.173,-1.802 0.611,-2.539 0.564,-0.956 1.614,-1.661 2.993,-1.661 1.019,0 1.834,0.392 2.413,1.019 0.643,0.706 1.02,1.724 1.003,2.79 z m -1.833,-2.758 c -0.329,-0.438 -0.862,-0.721 -1.567,-0.721 -1.441,0 -2.146,1.175 -2.178,2.335 h 4.23 c 0,-0.595 -0.172,-1.191 -0.485,-1.614 z"
id="path2771"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 295.951,341.662 c -0.627,0 -1.144,0.282 -1.505,0.627 -0.642,0.611 -0.721,1.708 -0.721,2.539 v 3.526 h -1.316 v -7.929 h 1.176 l 0.109,1.395 c 0.407,-0.972 1.363,-1.442 2.366,-1.442 0.204,0 0.424,0.016 0.627,0.047 v 1.3 c -0.235,-0.048 -0.501,-0.063 -0.736,-0.063 z"
id="path2773"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 304.227,348.463 c -0.706,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.799 -1.441,1.301 -2.555,1.301 -1.817,0 -2.726,-1.222 -2.726,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.207 -0.267,-0.25 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.204 -1.441,0.47 -0.251,0.25 -0.393,0.564 -0.393,0.956 h -1.3 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.472,-0.846 2.444,-0.846 1.535,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.282,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.125 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.706 0.439,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 z"
id="path2775"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 312.096,348.353 v -5.03 c 0,-1.191 -0.486,-1.896 -1.74,-1.896 -0.768,0 -1.379,0.501 -1.724,1.222 -0.267,0.58 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.929 h 1.16 l 0.109,1.191 c 0.407,-0.909 1.505,-1.395 2.397,-1.395 1.803,0 2.743,1.082 2.743,2.915 v 5.218 z"
id="path2777"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 318.647,348.463 c -1.708,0 -2.179,-1.082 -2.179,-2.147 v -4.749 h -1.535 v -1.144 h 1.535 v -2.022 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 H 317.8 v 4.592 c 0,0.768 0.329,1.081 1.066,1.081 0.563,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.359,0.094 -0.845,0.22 -1.582,0.22 z"
id="path2779"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 327.377,347.632 c -0.579,0.564 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.846 1.129,1.99 1.129,3.244 0,1.254 -0.267,2.398 -1.129,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.736,1.536 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.737,-1.536 0.737,-2.46 10e-4,-0.924 -0.172,-1.88 -0.737,-2.46 z"
id="path2781"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 102.649,366.373 -3.322,-5.767 -2.256,2.633 v 3.134 h -1.395 v -11.11 h 1.395 v 5.923 l 5.093,-5.923 h 1.74 l -3.62,4.231 3.996,6.879 z"
id="path2783"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 111.673,366.482 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.547,0.187 -0.876,0.187 z m -1.222,-3.933 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2785"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 117.056,366.482 c -1.708,0 -2.178,-1.082 -2.178,-2.147 v -4.749 h -1.536 v -1.144 h 1.536 v -2.022 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.065,1.081 0.564,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.36,0.095 -0.846,0.22 -1.582,0.22 z"
id="path2787"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 126.484,366.482 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.547,0.187 -0.876,0.187 z m -1.222,-3.933 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2789"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 130.857,366.467 c -1.16,0 -1.661,-0.69 -1.661,-1.943 v -9.465 h 1.332 v 9.387 c 0,0.533 0.172,0.815 0.721,0.815 0.438,0 0.548,-0.016 0.548,-0.016 v 1.128 c 0,0 -0.297,0.094 -0.94,0.094 z"
id="path2791"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 138.615,366.373 -0.11,-1.207 c -0.407,0.909 -1.426,1.395 -2.351,1.395 -1.802,0 -2.711,-1.081 -2.711,-2.915 v -5.203 h 1.332 v 5.015 c 0,1.191 0.439,1.896 1.692,1.896 0.533,0 0.972,-0.235 1.316,-0.596 0.501,-0.517 0.658,-1.379 0.658,-2.194 v -4.121 h 1.332 v 7.929 h -1.158 z"
id="path2793"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 147.478,366.373 v -5.03 c 0,-1.191 -0.486,-1.896 -1.739,-1.896 -0.768,0 -1.379,0.501 -1.724,1.222 -0.266,0.58 -0.282,1.41 -0.282,2.021 v 3.683 H 142.4 v -7.929 h 1.16 l 0.109,1.191 c 0.408,-0.909 1.504,-1.395 2.398,-1.395 1.802,0 2.742,1.082 2.742,2.915 v 5.218 z"
id="path2795"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 157.215,366.482 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.547,0.187 -0.876,0.187 z m -1.222,-3.933 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2797"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 163.921,366.373 v -11.11 h 7.428 v 1.285 h -6.033 v 3.385 h 5.296 v 1.316 h -5.296 v 3.839 h 6.033 v 1.285 z"
id="path2799"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 178.788,365.683 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.235 -2.57,-0.893 -0.486,-0.47 -0.768,-1.144 -0.768,-1.818 h 1.332 c 0.016,0.548 0.266,0.956 0.643,1.238 0.36,0.267 0.924,0.361 1.426,0.361 0.548,0 1.05,-0.094 1.458,-0.439 0.219,-0.172 0.392,-0.501 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.551 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.423 0.564,0.878 0.564,1.52 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.157 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.125 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 0,0.688 -0.251,1.222 -0.627,1.613 z"
id="path2801"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 187.34,365.793 c -0.517,0.485 -1.253,0.799 -2.178,0.799 -0.862,0 -1.88,-0.407 -2.303,-1.128 v 4.309 h -1.332 v -11.314 h 1.175 l 0.094,1.034 c 0.455,-0.799 1.473,-1.238 2.366,-1.238 0.972,0 1.724,0.329 2.241,0.862 0.752,0.768 1.144,1.974 1.144,3.291 0,1.363 -0.407,2.617 -1.207,3.385 z m -2.397,-6.41 c -0.58,0 -0.972,0.235 -1.285,0.517 -0.658,0.58 -0.877,1.536 -0.877,2.523 0,0.987 0.22,1.943 0.877,2.523 0.313,0.282 0.706,0.518 1.285,0.518 1.771,0 2.241,-1.583 2.241,-3.041 0,-1.457 -0.47,-3.04 -2.241,-3.04 z"
id="path2803"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 197.213,362.847 h -5.61 c 0,0.721 0.282,1.504 0.768,1.99 0.36,0.36 0.846,0.564 1.458,0.564 0.626,0 1.144,-0.172 1.473,-0.517 0.22,-0.219 0.361,-0.439 0.47,-0.862 h 1.301 c -0.11,0.784 -0.58,1.52 -1.222,1.959 -0.564,0.376 -1.27,0.595 -2.021,0.595 -1.113,0 -2.021,-0.47 -2.633,-1.191 -0.658,-0.768 -0.987,-1.818 -0.987,-2.946 0,-0.956 0.172,-1.802 0.611,-2.539 0.564,-0.956 1.614,-1.661 2.993,-1.661 1.019,0 1.833,0.392 2.413,1.019 0.643,0.706 1.019,1.724 1.003,2.79 z m -1.833,-2.759 c -0.329,-0.438 -0.862,-0.721 -1.567,-0.721 -1.442,0 -2.147,1.175 -2.179,2.335 h 4.231 c 0.001,-0.595 -0.172,-1.19 -0.485,-1.614 z"
id="path2805"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 202.891,359.681 c -0.627,0 -1.144,0.282 -1.504,0.627 -0.643,0.611 -0.721,1.708 -0.721,2.539 v 3.526 h -1.316 v -7.929 h 1.175 l 0.109,1.395 c 0.408,-0.972 1.364,-1.442 2.367,-1.442 0.204,0 0.423,0.016 0.626,0.047 v 1.3 c -0.234,-0.047 -0.501,-0.063 -0.736,-0.063 z"
id="path2807"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 211.167,366.482 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.799 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.141 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.207 -0.266,-0.25 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.204 -1.442,0.47 -0.25,0.25 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.846 2.445,-0.846 1.536,0 2.413,0.658 2.789,1.52 0.157,0.361 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.546,0.187 -0.876,0.187 z m -1.222,-3.933 -2.131,0.125 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.706 0.438,1.364 1.567,1.364 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.486 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2809"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 219.036,366.373 v -5.03 c 0,-1.191 -0.486,-1.896 -1.739,-1.896 -0.768,0 -1.379,0.501 -1.724,1.222 -0.266,0.58 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.929 h 1.16 l 0.109,1.191 c 0.408,-0.909 1.504,-1.395 2.398,-1.395 1.802,0 2.742,1.082 2.742,2.915 v 5.218 z"
id="path2811"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 225.588,366.482 c -1.708,0 -2.178,-1.082 -2.178,-2.147 v -4.749 h -1.536 v -1.144 h 1.536 v -2.022 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.065,1.081 0.564,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.359,0.095 -0.845,0.22 -1.582,0.22 z"
id="path2813"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 234.318,365.652 c -0.58,0.564 -1.395,0.924 -2.398,0.924 -1.003,0 -1.818,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.267,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.398,0.925 0.862,0.846 1.128,1.99 1.128,3.244 0,1.254 -0.266,2.398 -1.128,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.737,1.536 -0.737,2.46 0,0.925 0.172,1.881 0.737,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.736,-1.536 0.736,-2.46 0.001,-0.925 -0.172,-1.881 -0.736,-2.46 z"
id="path2815"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 237.283,362.267 v -1.238 h 4.654 v 1.238 z"
id="path2817"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 250.685,366.373 -0.909,-2.633 h -4.826 l -0.894,2.633 h -1.41 l 3.917,-11.11 h 1.63 l 3.933,11.11 z m -3.338,-9.716 -1.959,5.767 h 3.934 z"
id="path2819"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 259.011,365.683 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.235 -2.57,-0.893 -0.486,-0.47 -0.768,-1.144 -0.768,-1.818 h 1.332 c 0.016,0.548 0.266,0.956 0.642,1.238 0.361,0.267 0.925,0.361 1.426,0.361 0.548,0 1.05,-0.094 1.458,-0.439 0.219,-0.172 0.392,-0.501 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.551 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.423 0.564,0.878 0.564,1.52 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.157 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.125 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.688 -0.25,1.222 -0.626,1.613 z"
id="path2821"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 267.176,365.652 c -0.579,0.564 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.846 1.129,1.99 1.129,3.244 0,1.254 -0.266,2.398 -1.129,3.244 z m -0.971,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.736,1.536 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.737,-1.536 0.737,-2.46 0,-0.925 -0.173,-1.881 -0.737,-2.46 z"
id="path2823"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 275.82,365.714 c -0.564,0.548 -1.316,0.862 -2.288,0.862 -1.426,0 -2.335,-0.658 -2.899,-1.489 -0.423,-0.626 -0.657,-1.489 -0.657,-2.68 0,-1.191 0.234,-2.053 0.657,-2.68 0.564,-0.831 1.458,-1.489 2.884,-1.489 0.94,0 1.708,0.313 2.257,0.846 0.532,0.517 0.877,1.175 0.94,2.038 h -1.348 c -0.063,-0.549 -0.267,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.486 -1.285,-0.486 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.52 -0.799,2.492 0,0.972 0.172,1.959 0.799,2.492 0.345,0.298 0.768,0.517 1.379,0.517 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.471,-0.658 0.533,-1.175 h 1.348 c -0.064,0.847 -0.393,1.489 -0.926,2.006 z"
id="path2825"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 278.702,356.625 v -1.567 h 1.552 v 1.567 z m 0.093,9.748 v -7.929 h 1.363 v 7.929 z"
id="path2827"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 288.207,365.652 c -0.579,0.564 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.846 -1.128,-1.99 -1.128,-3.244 0,-1.253 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.846 1.129,1.99 1.129,3.244 -0.001,1.254 -0.267,2.398 -1.129,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.58 -0.736,1.536 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.58 0.737,-1.536 0.737,-2.46 0,-0.925 -0.173,-1.881 -0.737,-2.46 z"
id="path2829"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
</g>
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 40 KiB

339
img/logo-kea-vector.svg Normal file
Veure arxiu

@ -0,0 +1,339 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="117.57739mm"
height="21.39315mm"
viewBox="0 0 117.57739 21.39315"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (1:1.1+202109281943+c3084ef5ed)"
sodipodi:docname="logo-kea-vector.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1"
inkscape:cx="457"
inkscape:cy="-18"
inkscape:window-width="1920"
inkscape:window-height="1025"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
lock-margins="true" />
<defs
id="defs2">
</defs>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(15.895284,-153.09816)">
<g
id="g3515">
<g
id="g2466"
transform="matrix(0.26458333,0,0,0.26458333,-38.672205,29.300149)">
<path
d="m 96.137,495.292 v -24.125 h 17.184 v 3.98 h -12.794 v 5.614 h 11.263 v 3.947 h -11.263 v 6.602 h 12.794 v 3.981 H 96.137 Z"
id="path2440" />
<path
d="m 132.688,493.148 c -1.837,1.837 -4.662,2.586 -7.622,2.586 -2.552,0 -5.24,-0.681 -7.213,-2.484 -1.429,-1.293 -2.518,-3.335 -2.518,-5.614 h 4.491 c 0,1.19 0.544,2.246 1.259,2.96 1.021,1.021 2.654,1.293 4.049,1.293 1.667,0 3.267,-0.34 4.185,-1.293 0.544,-0.578 0.953,-1.156 0.953,-2.313 0,-1.77 -1.361,-2.586 -2.858,-2.858 -1.633,-0.307 -3.743,-0.374 -5.342,-0.646 -3.335,-0.544 -6.125,-2.722 -6.125,-6.737 0,-1.905 0.851,-3.505 2.11,-4.764 1.599,-1.565 4.253,-2.552 7.078,-2.552 2.586,0 5.104,0.816 6.737,2.348 1.429,1.361 2.416,3.13 2.45,5.138 h -4.491 c -0.034,-0.851 -0.477,-1.77 -1.055,-2.382 -0.783,-0.816 -2.382,-1.293 -3.675,-1.293 -1.361,0 -2.926,0.307 -3.913,1.327 -0.51,0.544 -0.817,1.157 -0.817,2.042 0,1.564 1.021,2.382 2.45,2.62 1.531,0.237 3.675,0.408 5.24,0.612 3.607,0.51 6.635,2.858 6.635,6.976 -0.001,2.243 -0.818,3.843 -2.008,5.034 z"
id="path2442" />
<path
d="m 147.59,486.648 h -5.104 v 8.644 h -4.355 v -24.125 h 9.459 c 5.546,0 8.507,3.096 8.507,7.724 0,4.628 -2.961,7.757 -8.507,7.757 z m -0.17,-11.636 h -4.934 v 7.792 h 4.934 c 2.926,0 4.253,-1.565 4.253,-3.879 0,-2.314 -1.327,-3.913 -4.253,-3.913 z"
id="path2444" />
<path
d="m 158.923,495.292 v -24.125 h 17.184 v 3.98 h -12.794 v 5.614 h 11.263 v 3.947 h -11.263 v 6.602 h 12.794 v 3.981 h -17.184 z"
id="path2446" />
<path
d="m 193.5,495.292 -4.016,-9.119 h -5.342 v 9.119 h -4.423 v -24.125 h 10.174 c 5.75,0 8.371,3.606 8.371,7.485 0,3.232 -1.77,5.785 -4.424,6.771 l 4.424,9.868 H 193.5 Z m -3.607,-20.28 h -5.785 v 7.214 h 5.853 c 2.484,0 3.913,-1.293 3.913,-3.573 0,-1.94 -1.498,-3.641 -3.981,-3.641 z"
id="path2448" />
<path
d="m 217.174,495.292 -1.565,-4.628 h -9.596 l -1.565,4.628 h -4.423 l 8.473,-24.125 h 4.798 l 8.473,24.125 z m -6.362,-18.749 -3.437,10.174 h 6.874 z"
id="path2450" />
<path
d="m 239.147,495.292 -10.446,-16.571 v 16.571 h -4.321 v -24.125 h 4.662 l 10.311,16.333 v -16.333 h 4.321 v 24.125 z"
id="path2452" />
<path
d="m 257.919,475.25 v 20.042 H 253.53 V 475.25 h -7.146 v -4.083 h 18.681 v 4.083 z"
id="path2454" />
<path
d="m 283.309,493.012 c -1.838,1.838 -4.355,2.723 -6.942,2.723 -2.586,0 -5.104,-0.885 -6.941,-2.723 -2.62,-2.62 -3.062,-5.818 -3.062,-9.766 0,-3.948 0.442,-7.18 3.062,-9.8 1.838,-1.838 4.355,-2.722 6.941,-2.722 2.587,0 5.104,0.884 6.942,2.722 2.62,2.62 3.062,5.853 3.062,9.8 0,3.947 -0.442,7.146 -3.062,9.766 z m -3.131,-16.707 c -0.953,-1.021 -2.416,-1.6 -3.812,-1.6 -1.395,0 -2.857,0.579 -3.811,1.6 -1.667,1.735 -1.735,4.729 -1.735,6.941 0,2.212 0.068,5.172 1.735,6.907 0.953,1.021 2.416,1.6 3.811,1.6 1.396,0 2.858,-0.578 3.812,-1.6 1.667,-1.735 1.735,-4.695 1.735,-6.907 0,-2.212 -0.068,-5.206 -1.735,-6.941 z"
id="path2456" />
<path
d="m 298.796,476.302 3.402,4.253 -2.96,2.212 -2.858,-4.729 -2.893,4.764 -2.96,-2.212 3.402,-4.287 -5.138,-1.361 1.123,-3.607 4.934,2.042 -0.34,-5.479 3.675,0.034 -0.375,5.479 4.968,-2.076 1.156,3.607 z"
id="path2458" />
<path
d="m 111.416,523.431 c -1.804,1.837 -4.322,2.858 -6.908,2.858 -2.586,0 -5.002,-0.851 -6.839,-2.688 -2.62,-2.62 -2.994,-5.853 -2.994,-9.8 0,-3.947 0.374,-7.18 2.994,-9.8 1.837,-1.838 4.253,-2.722 6.839,-2.722 2.586,0 5.104,0.952 6.908,2.79 1.395,1.429 2.109,3.334 2.313,5.24 h -4.491 c -0.102,-1.055 -0.477,-1.804 -1.089,-2.553 -0.783,-0.986 -2.144,-1.497 -3.641,-1.497 -1.395,0 -2.756,0.579 -3.709,1.6 -1.667,1.735 -1.667,4.729 -1.667,6.941 0,2.212 0,5.206 1.667,6.941 0.953,1.021 2.314,1.6 3.709,1.6 1.497,0 2.858,-0.545 3.641,-1.531 0.612,-0.749 0.987,-1.6 1.089,-2.654 h 4.491 c -0.204,1.906 -0.918,3.845 -2.313,5.275 z"
id="path2460" />
<path
d="m 131.459,525.847 -1.565,-4.628 h -9.596 l -1.565,4.628 h -4.423 l 8.473,-24.125 h 4.798 l 8.473,24.125 z m -6.363,-18.749 -3.437,10.174 h 6.873 z"
id="path2462" />
<path
d="m 145.344,505.805 v 20.042 h -4.389 v -20.042 h -7.146 v -4.083 h 18.681 v 4.083 z"
id="path2464" />
</g>
<g
id="g2578"
transform="matrix(0.26458333,0,0,0.26458333,-38.672205,29.300149)">
<path
d="m 90.223,537.973 1.63,2.021 -1.05,0.752 -1.41,-2.179 -1.395,2.179 -1.05,-0.783 1.63,-1.99 -2.492,-0.643 0.408,-1.238 2.397,0.94 -0.125,-2.586 h 1.301 l -0.157,2.586 2.413,-0.94 0.392,1.238 z"
id="path2468" />
<path
d="m 102.26,545.354 -0.909,-2.633 h -4.826 l -0.894,2.633 h -1.41 l 3.917,-11.11 h 1.63 l 3.933,11.11 z m -3.338,-9.716 -1.959,5.767 h 3.934 z"
id="path2470" />
<path
d="m 110.586,544.664 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.234 -2.57,-0.893 -0.486,-0.471 -0.768,-1.145 -0.768,-1.818 h 1.332 c 0.016,0.549 0.266,0.956 0.643,1.238 0.36,0.267 0.924,0.36 1.426,0.36 0.548,0 1.05,-0.094 1.458,-0.438 0.219,-0.173 0.392,-0.502 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.552 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.424 0.564,0.878 0.564,1.521 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.156 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.126 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 0,0.689 -0.251,1.222 -0.627,1.614 z"
id="path2472" />
<path
d="m 118.768,544.664 c -0.611,0.627 -1.551,0.893 -2.585,0.893 -0.987,0 -1.896,-0.234 -2.57,-0.893 -0.486,-0.471 -0.768,-1.145 -0.768,-1.818 h 1.332 c 0.016,0.549 0.266,0.956 0.642,1.238 0.361,0.267 0.925,0.36 1.426,0.36 0.548,0 1.05,-0.094 1.458,-0.438 0.219,-0.173 0.392,-0.502 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.238,-0.157 -1.787,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.552 0.517,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.424 0.564,0.878 0.564,1.521 h -1.332 c -0.016,-0.407 -0.22,-0.783 -0.455,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.924,0.156 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.439,0.063 1.066,0.126 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.689 -0.25,1.222 -0.626,1.614 z"
id="path2474" />
<path
d="m 126.933,544.633 c -0.58,0.563 -1.395,0.924 -2.397,0.924 -1.002,0 -1.818,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.267,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.847 1.128,1.99 1.128,3.244 0,1.254 -0.266,2.397 -1.128,3.244 z m -0.971,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.737,1.535 -0.737,2.46 0,0.925 0.172,1.881 0.737,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.736,-1.535 0.736,-2.46 0,-0.925 -0.172,-1.881 -0.736,-2.46 z"
id="path2476" />
<path
d="m 135.576,544.695 c -0.564,0.548 -1.316,0.861 -2.288,0.861 -1.426,0 -2.335,-0.658 -2.899,-1.488 -0.423,-0.627 -0.658,-1.489 -0.658,-2.68 0,-1.191 0.235,-2.053 0.658,-2.68 0.564,-0.831 1.458,-1.489 2.883,-1.489 0.94,0 1.708,0.313 2.257,0.847 0.533,0.517 0.877,1.175 0.94,2.037 h -1.348 c -0.062,-0.549 -0.266,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.485 -1.285,-0.485 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.521 -0.799,2.492 0,0.971 0.172,1.959 0.799,2.491 0.345,0.298 0.768,0.518 1.379,0.518 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.47,-0.658 0.533,-1.175 h 1.348 c -0.063,0.845 -0.392,1.488 -0.925,2.005 z"
id="path2478" />
<path
d="m 138.458,535.606 v -1.567 h 1.551 v 1.567 z m 0.095,9.748 v -7.93 h 1.363 v 7.93 z"
id="path2480" />
<path
d="m 148.401,545.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.8 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.206 -0.266,-0.251 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.203 -1.442,0.47 -0.25,0.251 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.847 2.445,-0.847 1.536,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.547,0.187 -0.876,0.187 z m -1.222,-3.934 -2.131,0.126 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.705 0.438,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2482" />
<path
d="m 156.474,544.695 c -0.564,0.548 -1.316,0.861 -2.288,0.861 -1.426,0 -2.335,-0.658 -2.899,-1.488 -0.423,-0.627 -0.658,-1.489 -0.658,-2.68 0,-1.191 0.235,-2.053 0.658,-2.68 0.564,-0.831 1.458,-1.489 2.883,-1.489 0.94,0 1.708,0.313 2.257,0.847 0.533,0.517 0.877,1.175 0.94,2.037 h -1.348 c -0.062,-0.549 -0.266,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.485 -1.285,-0.485 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.521 -0.799,2.492 0,0.971 0.172,1.959 0.799,2.491 0.345,0.298 0.768,0.518 1.379,0.518 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.47,-0.658 0.533,-1.175 h 1.348 c -0.064,0.845 -0.393,1.488 -0.925,2.005 z"
id="path2484" />
<path
d="m 159.356,535.606 v -1.567 h 1.551 v 1.567 z m 0.094,9.748 v -7.93 h 1.363 v 7.93 z"
id="path2486" />
<path
d="m 168.862,544.633 c -0.58,0.563 -1.395,0.924 -2.398,0.924 -1.003,0 -1.818,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.267,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.398,0.925 0.862,0.847 1.128,1.99 1.128,3.244 0,1.254 -0.266,2.397 -1.128,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.737,1.535 -0.737,2.46 0,0.925 0.172,1.881 0.737,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.736,-1.535 0.736,-2.46 0,-0.925 -0.172,-1.881 -0.736,-2.46 z m -2.601,-2.257 -0.47,-0.736 2.664,-1.928 0.705,1.112 z"
id="path2488" />
<path
d="m 182.65,544.382 c -0.674,0.674 -1.771,1.19 -2.978,1.19 -1.112,0 -2.209,-0.407 -3.009,-1.19 -1.207,-1.176 -1.395,-2.806 -1.395,-4.576 0,-1.77 0.188,-3.4 1.395,-4.576 0.799,-0.783 1.896,-1.19 3.009,-1.19 1.207,0 2.288,0.47 2.962,1.144 0.643,0.658 1.05,1.505 1.097,2.539 h -1.442 c -0.016,-0.611 -0.251,-1.145 -0.611,-1.552 -0.438,-0.485 -1.16,-0.814 -2.006,-0.814 -0.752,0 -1.489,0.298 -2.021,0.846 -0.909,0.94 -0.94,2.445 -0.94,3.604 0,1.16 0.031,2.664 0.94,3.604 0.533,0.549 1.27,0.846 2.021,0.846 0.846,0 1.583,-0.36 2.021,-0.846 0.361,-0.407 0.596,-0.987 0.611,-1.599 h 1.442 c -0.046,1.034 -0.453,1.912 -1.096,2.57 z"
id="path2490" />
<path
d="m 191.666,545.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.8 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.206 -0.266,-0.251 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.203 -1.442,0.47 -0.25,0.251 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.847 2.445,-0.847 1.536,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.705 0.438,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2492" />
<path
d="m 197.049,545.463 c -1.708,0 -2.178,-1.081 -2.178,-2.146 v -4.749 h -1.536 v -1.144 h 1.536 v -2.021 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.065,1.081 0.564,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.36,0.093 -0.845,0.218 -1.582,0.218 z"
id="path2494" />
<path
d="m 206.478,545.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.8 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.206 -0.266,-0.251 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.203 -1.442,0.47 -0.25,0.251 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.847 2.445,-0.847 1.536,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.705 0.438,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2496" />
<path
d="m 210.85,545.447 c -1.16,0 -1.661,-0.689 -1.661,-1.943 v -9.465 h 1.332 v 9.387 c 0,0.533 0.172,0.814 0.721,0.814 0.438,0 0.548,-0.016 0.548,-0.016 v 1.129 c 0.001,0.001 -0.297,0.094 -0.94,0.094 z"
id="path2498" />
<path
d="m 219.644,545.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.8 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.206 -0.266,-0.251 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.203 -1.442,0.47 -0.25,0.251 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.847 2.445,-0.847 1.536,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.281,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.705 0.438,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2500" />
<path
d="m 227.513,545.354 v -5.03 c 0,-1.191 -0.486,-1.896 -1.739,-1.896 -0.768,0 -1.379,0.502 -1.724,1.223 -0.266,0.579 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.93 h 1.16 l 0.109,1.191 c 0.408,-0.909 1.504,-1.396 2.398,-1.396 1.802,0 2.742,1.082 2.742,2.915 v 5.219 z"
id="path2502" />
<path
d="m 237.25,545.463 c -0.705,0 -1.144,-0.533 -1.144,-1.207 h -0.031 c -0.455,0.8 -1.441,1.301 -2.554,1.301 -1.818,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.82,-2.476 l 2.414,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.408,-1.206 -0.266,-0.251 -0.658,-0.407 -1.3,-0.407 -0.721,0 -1.175,0.203 -1.442,0.47 -0.25,0.251 -0.392,0.564 -0.392,0.956 h -1.301 c 0.016,-0.721 0.282,-1.238 0.689,-1.661 0.533,-0.564 1.473,-0.847 2.445,-0.847 1.536,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.141,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.546,0.187 -0.876,0.187 z m -1.222,-3.934 -2.131,0.126 c -0.799,0.047 -1.739,0.423 -1.739,1.426 0,0.705 0.438,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 v -0.47 z"
id="path2504" />
<path
d="m 249.081,545.354 -0.094,-1.034 c -0.454,0.799 -1.473,1.237 -2.366,1.237 -0.971,0 -1.724,-0.329 -2.241,-0.861 -0.752,-0.769 -1.144,-1.975 -1.144,-3.291 0,-1.363 0.408,-2.617 1.207,-3.385 0.517,-0.486 1.254,-0.8 2.178,-0.8 0.862,0 1.881,0.408 2.304,1.129 v -4.31 h 1.332 v 11.314 h -1.176 z m -0.956,-6.489 c -0.313,-0.282 -0.705,-0.517 -1.285,-0.517 -1.771,0 -2.241,1.583 -2.241,3.04 0,1.457 0.47,3.04 2.241,3.04 0.58,0 0.971,-0.235 1.285,-0.518 0.658,-0.579 0.878,-1.535 0.878,-2.522 0,-0.987 -0.22,-1.943 -0.878,-2.523 z"
id="path2506" />
<path
d="m 253.001,538.6 -0.407,-0.737 c 0.814,-0.36 1.003,-0.83 1.003,-1.724 h -0.972 v -1.833 h 1.912 v 1.833 c 0,1.16 -0.391,1.974 -1.536,2.461 z"
id="path2508" />
<path
d="m 256.979,545.354 v -11.11 h 7.428 v 1.284 h -6.033 v 3.385 h 5.297 v 1.316 h -5.297 v 3.84 h 6.033 v 1.285 z"
id="path2510" />
<path
d="m 271.847,544.664 c -0.611,0.627 -1.552,0.893 -2.586,0.893 -0.987,0 -1.896,-0.234 -2.569,-0.893 -0.486,-0.471 -0.769,-1.145 -0.769,-1.818 h 1.332 c 0.016,0.549 0.267,0.956 0.643,1.238 0.36,0.267 0.925,0.36 1.427,0.36 0.548,0 1.05,-0.094 1.457,-0.438 0.22,-0.173 0.392,-0.502 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.237,-0.157 -1.786,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.552 0.518,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.424 0.563,0.878 0.563,1.521 h -1.332 c -0.016,-0.407 -0.219,-0.783 -0.454,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.549,0 -0.925,0.156 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.438,0.063 1.065,0.126 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.689 -0.25,1.222 -0.626,1.614 z"
id="path2512" />
<path
d="m 280.4,544.773 c -0.518,0.485 -1.254,0.799 -2.179,0.799 -0.861,0 -1.88,-0.407 -2.304,-1.128 v 4.31 h -1.332 V 537.44 h 1.176 l 0.094,1.034 c 0.455,-0.799 1.474,-1.238 2.366,-1.238 0.972,0 1.724,0.329 2.241,0.862 0.752,0.768 1.144,1.975 1.144,3.291 0,1.363 -0.407,2.617 -1.206,3.384 z m -2.398,-6.409 c -0.58,0 -0.972,0.235 -1.285,0.517 -0.658,0.58 -0.878,1.536 -0.878,2.523 0,0.987 0.22,1.943 0.878,2.522 0.313,0.282 0.705,0.518 1.285,0.518 1.771,0 2.24,-1.583 2.24,-3.04 0,-1.457 -0.469,-3.04 -2.24,-3.04 z"
id="path2514" />
<path
d="m 290.272,541.827 h -5.609 c 0,0.721 0.282,1.505 0.768,1.99 0.36,0.36 0.846,0.564 1.457,0.564 0.627,0 1.145,-0.173 1.474,-0.518 0.219,-0.219 0.36,-0.438 0.47,-0.861 h 1.301 c -0.109,0.783 -0.58,1.52 -1.223,1.959 -0.563,0.376 -1.269,0.595 -2.021,0.595 -1.112,0 -2.021,-0.47 -2.633,-1.19 -0.658,-0.769 -0.987,-1.818 -0.987,-2.946 0,-0.956 0.173,-1.802 0.611,-2.539 0.564,-0.955 1.614,-1.661 2.993,-1.661 1.019,0 1.834,0.393 2.413,1.019 0.643,0.706 1.02,1.725 1.003,2.79 z m -1.833,-2.758 c -0.329,-0.438 -0.862,-0.721 -1.567,-0.721 -1.441,0 -2.146,1.175 -2.178,2.335 h 4.23 c 0,-0.595 -0.172,-1.191 -0.485,-1.614 z"
id="path2516" />
<path
d="m 295.951,538.662 c -0.627,0 -1.144,0.282 -1.505,0.627 -0.642,0.61 -0.721,1.708 -0.721,2.538 v 3.526 h -1.316 v -7.93 h 1.176 l 0.109,1.395 c 0.407,-0.972 1.363,-1.441 2.366,-1.441 0.204,0 0.424,0.016 0.627,0.047 v 1.301 c -0.235,-0.047 -0.501,-0.063 -0.736,-0.063 z"
id="path2518" />
<path
d="m 304.227,545.463 c -0.706,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.8 -1.441,1.301 -2.555,1.301 -1.817,0 -2.726,-1.222 -2.726,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.206 -0.267,-0.251 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.203 -1.441,0.47 -0.251,0.251 -0.393,0.564 -0.393,0.956 h -1.3 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.472,-0.847 2.444,-0.847 1.535,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.282,0.14 -0.547,0.187 -0.876,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.705 0.439,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 z"
id="path2520" />
<path
d="m 312.096,545.354 v -5.03 c 0,-1.191 -0.486,-1.896 -1.74,-1.896 -0.768,0 -1.379,0.502 -1.724,1.223 -0.267,0.579 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.93 h 1.16 l 0.109,1.191 c 0.407,-0.909 1.505,-1.396 2.397,-1.396 1.803,0 2.743,1.082 2.743,2.915 v 5.219 z"
id="path2522" />
<path
d="m 318.647,545.463 c -1.708,0 -2.179,-1.081 -2.179,-2.146 v -4.749 h -1.535 v -1.144 h 1.535 v -2.021 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 H 317.8 v 4.592 c 0,0.768 0.329,1.081 1.066,1.081 0.563,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.359,0.093 -0.845,0.218 -1.582,0.218 z"
id="path2524" />
<path
d="m 327.377,544.633 c -0.579,0.563 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.847 1.129,1.99 1.129,3.244 0,1.254 -0.267,2.397 -1.129,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.736,1.535 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.737,-1.535 0.737,-2.46 0,-0.925 -0.172,-1.881 -0.737,-2.46 z"
id="path2526" />
<path
d="m 330.388,545.557 h -1.065 l 4.826,-11.518 h 1.065 z"
id="path2528" />
<path
d="m 343.786,545.354 -3.322,-5.768 -2.257,2.633 v 3.135 h -1.395 v -11.11 h 1.395 v 5.923 l 5.093,-5.923 h 1.739 l -3.62,4.23 3.996,6.88 z"
id="path2530" />
<path
d="m 352.81,545.463 c -0.705,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.8 -1.441,1.301 -2.555,1.301 -1.817,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.206 -0.267,-0.251 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.203 -1.441,0.47 -0.251,0.251 -0.393,0.564 -0.393,0.956 h -1.301 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.473,-0.847 2.444,-0.847 1.535,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.545,0.187 -0.874,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.705 0.439,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 z"
id="path2532" />
<path
d="m 358.192,545.463 c -1.708,0 -2.179,-1.081 -2.179,-2.146 v -4.749 h -1.535 v -1.144 h 1.535 v -2.021 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.066,1.081 0.563,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.359,0.093 -0.845,0.218 -1.582,0.218 z"
id="path2534" />
<path
d="m 367.621,545.463 c -0.706,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.8 -1.441,1.301 -2.555,1.301 -1.817,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.206 -0.267,-0.251 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.203 -1.441,0.47 -0.251,0.251 -0.393,0.564 -0.393,0.956 h -1.301 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.473,-0.847 2.444,-0.847 1.535,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.279,0.14 -0.545,0.187 -0.874,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.705 0.439,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 z"
id="path2536" />
<path
d="m 371.993,545.447 c -1.159,0 -1.661,-0.689 -1.661,-1.943 v -9.465 h 1.332 v 9.387 c 0,0.533 0.173,0.814 0.721,0.814 0.439,0 0.549,-0.016 0.549,-0.016 v 1.129 c 0,0.001 -0.298,0.094 -0.941,0.094 z"
id="path2538" />
<path
d="m 379.75,545.354 -0.109,-1.207 c -0.407,0.909 -1.426,1.395 -2.351,1.395 -1.802,0 -2.711,-1.081 -2.711,-2.914 v -5.203 h 1.332 v 5.015 c 0,1.191 0.438,1.896 1.692,1.896 0.533,0 0.972,-0.235 1.316,-0.596 0.501,-0.518 0.658,-1.379 0.658,-2.194 v -4.121 h 1.332 v 7.93 h -1.159 z"
id="path2540" />
<path
d="m 388.613,545.354 v -5.03 c 0,-1.191 -0.486,-1.896 -1.74,-1.896 -0.768,0 -1.379,0.502 -1.724,1.223 -0.267,0.579 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.93 h 1.16 l 0.109,1.191 c 0.407,-0.909 1.505,-1.396 2.397,-1.396 1.803,0 2.743,1.082 2.743,2.915 v 5.219 z"
id="path2542" />
<path
d="m 398.352,545.463 c -0.706,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.8 -1.441,1.301 -2.555,1.301 -1.817,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.206 -0.267,-0.251 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.203 -1.441,0.47 -0.251,0.251 -0.393,0.564 -0.393,0.956 h -1.301 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.473,-0.847 2.444,-0.847 1.535,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.545,0.187 -0.874,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.705 0.439,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 z"
id="path2544" />
<path
d="m 405.057,545.354 v -11.11 h 7.428 v 1.284 h -6.033 v 3.385 h 5.297 v 1.316 h -5.297 v 3.84 h 6.033 v 1.285 z"
id="path2546" />
<path
d="m 419.924,544.664 c -0.611,0.627 -1.552,0.893 -2.586,0.893 -0.987,0 -1.896,-0.234 -2.569,-0.893 -0.486,-0.471 -0.769,-1.145 -0.769,-1.818 h 1.332 c 0.016,0.549 0.267,0.956 0.643,1.238 0.36,0.267 0.925,0.36 1.427,0.36 0.548,0 1.05,-0.094 1.457,-0.438 0.22,-0.173 0.392,-0.502 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.237,-0.157 -1.786,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.552 0.518,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.424 0.563,0.878 0.563,1.521 h -1.332 c -0.016,-0.407 -0.219,-0.783 -0.454,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.548,0 -0.925,0.156 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.438,0.063 1.065,0.126 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.689 -0.25,1.222 -0.626,1.614 z"
id="path2548" />
<path
d="m 428.477,544.773 c -0.518,0.485 -1.254,0.799 -2.179,0.799 -0.861,0 -1.88,-0.407 -2.304,-1.128 v 4.31 h -1.332 V 537.44 h 1.176 l 0.094,1.034 c 0.455,-0.799 1.474,-1.238 2.366,-1.238 0.972,0 1.724,0.329 2.241,0.862 0.752,0.768 1.144,1.975 1.144,3.291 0,1.363 -0.408,2.617 -1.206,3.384 z m -2.398,-6.409 c -0.58,0 -0.972,0.235 -1.285,0.517 -0.658,0.58 -0.878,1.536 -0.878,2.523 0,0.987 0.22,1.943 0.878,2.522 0.313,0.282 0.705,0.518 1.285,0.518 1.771,0 2.24,-1.583 2.24,-3.04 0,-1.457 -0.469,-3.04 -2.24,-3.04 z"
id="path2550" />
<path
d="m 438.349,541.827 h -5.609 c 0,0.721 0.281,1.505 0.768,1.99 0.36,0.36 0.846,0.564 1.457,0.564 0.627,0 1.145,-0.173 1.474,-0.518 0.219,-0.219 0.36,-0.438 0.47,-0.861 h 1.301 c -0.109,0.783 -0.58,1.52 -1.223,1.959 -0.563,0.376 -1.269,0.595 -2.021,0.595 -1.112,0 -2.021,-0.47 -2.633,-1.19 -0.658,-0.769 -0.987,-1.818 -0.987,-2.946 0,-0.956 0.173,-1.802 0.611,-2.539 0.564,-0.955 1.614,-1.661 2.993,-1.661 1.019,0 1.834,0.393 2.413,1.019 0.643,0.706 1.02,1.725 1.003,2.79 z m -1.833,-2.758 c -0.329,-0.438 -0.862,-0.721 -1.567,-0.721 -1.441,0 -2.146,1.175 -2.178,2.335 h 4.23 c 0,-0.595 -0.172,-1.191 -0.485,-1.614 z"
id="path2552" />
<path
d="m 444.027,538.662 c -0.627,0 -1.144,0.282 -1.505,0.627 -0.642,0.61 -0.721,1.708 -0.721,2.538 v 3.526 h -1.316 v -7.93 h 1.176 l 0.109,1.395 c 0.407,-0.972 1.363,-1.441 2.366,-1.441 0.204,0 0.424,0.016 0.627,0.047 v 1.301 c -0.235,-0.047 -0.5,-0.063 -0.736,-0.063 z"
id="path2554" />
<path
d="m 452.304,545.463 c -0.705,0 -1.145,-0.533 -1.145,-1.207 h -0.031 c -0.454,0.8 -1.441,1.301 -2.555,1.301 -1.817,0 -2.727,-1.222 -2.727,-2.444 0,-1.019 0.658,-2.351 2.821,-2.476 l 2.413,-0.142 v -0.58 c 0,-0.392 -0.047,-0.877 -0.407,-1.206 -0.267,-0.251 -0.658,-0.407 -1.301,-0.407 -0.721,0 -1.176,0.203 -1.441,0.47 -0.251,0.251 -0.393,0.564 -0.393,0.956 h -1.301 c 0.017,-0.721 0.282,-1.238 0.69,-1.661 0.532,-0.564 1.473,-0.847 2.444,-0.847 1.535,0 2.413,0.658 2.789,1.521 0.157,0.36 0.235,0.768 0.235,1.223 v 3.839 c 0,0.423 0.172,0.533 0.438,0.533 0.142,0 0.345,-0.047 0.345,-0.047 v 0.987 c -0.28,0.14 -0.545,0.187 -0.874,0.187 z m -1.223,-3.934 -2.131,0.126 c -0.8,0.047 -1.74,0.423 -1.74,1.426 0,0.705 0.439,1.363 1.567,1.363 0.611,0 1.207,-0.204 1.63,-0.643 0.47,-0.485 0.674,-1.144 0.674,-1.802 z"
id="path2556" />
<path
d="m 460.173,545.354 v -5.03 c 0,-1.191 -0.486,-1.896 -1.74,-1.896 -0.768,0 -1.379,0.502 -1.724,1.223 -0.267,0.579 -0.282,1.41 -0.282,2.021 v 3.683 h -1.332 v -7.93 h 1.16 l 0.109,1.191 c 0.407,-0.909 1.505,-1.396 2.397,-1.396 1.803,0 2.743,1.082 2.743,2.915 v 5.219 z"
id="path2558" />
<path
d="m 466.725,545.463 c -1.708,0 -2.179,-1.081 -2.179,-2.146 v -4.749 h -1.535 v -1.144 h 1.535 v -2.021 l 1.332,-0.313 v 2.335 h 2.351 v 1.144 h -2.351 v 4.592 c 0,0.768 0.329,1.081 1.066,1.081 0.563,0 1.363,-0.141 1.363,-0.141 v 1.144 c -0.36,0.093 -0.846,0.218 -1.582,0.218 z"
id="path2560" />
<path
d="m 475.454,544.633 c -0.579,0.563 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.847 1.129,1.99 1.129,3.244 0,1.254 -0.267,2.397 -1.129,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.736,1.535 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.737,-1.535 0.737,-2.46 0,-0.925 -0.172,-1.881 -0.737,-2.46 z"
id="path2562" />
<path
d="m 478.419,541.247 v -1.237 h 4.654 v 1.237 z"
id="path2564" />
<path
d="m 491.821,545.354 -0.908,-2.633 h -4.827 l -0.893,2.633 h -1.411 l 3.918,-11.11 h 1.63 l 3.934,11.11 z m -3.338,-9.716 -1.958,5.767 h 3.933 z"
id="path2566" />
<path
d="m 500.147,544.664 c -0.611,0.627 -1.552,0.893 -2.586,0.893 -0.987,0 -1.896,-0.234 -2.569,-0.893 -0.486,-0.471 -0.769,-1.145 -0.769,-1.818 h 1.332 c 0.016,0.549 0.267,0.956 0.643,1.238 0.36,0.267 0.925,0.36 1.427,0.36 0.548,0 1.05,-0.094 1.457,-0.438 0.22,-0.173 0.392,-0.502 0.392,-0.862 0,-0.596 -0.423,-1.019 -1.238,-1.128 -0.345,-0.047 -1.237,-0.157 -1.786,-0.235 -1.191,-0.188 -1.943,-0.925 -1.943,-2.131 0,-0.611 0.298,-1.191 0.658,-1.552 0.518,-0.533 1.348,-0.878 2.335,-0.878 1.05,0 1.99,0.329 2.523,1.003 0.345,0.424 0.563,0.878 0.563,1.521 h -1.332 c -0.016,-0.407 -0.219,-0.783 -0.454,-0.987 -0.329,-0.298 -0.768,-0.423 -1.301,-0.423 -0.313,0 -0.549,0 -0.925,0.156 -0.501,0.204 -0.799,0.627 -0.799,1.065 0,0.658 0.407,0.94 1.065,1.034 0.438,0.063 1.065,0.126 1.912,0.267 1.128,0.188 2.021,1.003 2.021,2.194 10e-4,0.689 -0.25,1.222 -0.626,1.614 z"
id="path2568" />
<path
d="m 508.312,544.633 c -0.579,0.563 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.847 1.129,1.99 1.129,3.244 0,1.254 -0.266,2.397 -1.129,3.244 z m -0.971,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.736,1.535 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.737,-1.535 0.737,-2.46 0,-0.925 -0.173,-1.881 -0.737,-2.46 z"
id="path2570" />
<path
d="m 516.956,544.695 c -0.564,0.548 -1.316,0.861 -2.288,0.861 -1.426,0 -2.335,-0.658 -2.899,-1.488 -0.423,-0.627 -0.657,-1.489 -0.657,-2.68 0,-1.191 0.234,-2.053 0.657,-2.68 0.564,-0.831 1.458,-1.489 2.884,-1.489 0.94,0 1.708,0.313 2.257,0.847 0.532,0.517 0.877,1.175 0.94,2.037 h -1.348 c -0.063,-0.549 -0.267,-0.94 -0.564,-1.238 -0.313,-0.298 -0.768,-0.485 -1.285,-0.485 -0.611,0 -1.034,0.22 -1.379,0.517 -0.627,0.533 -0.799,1.521 -0.799,2.492 0,0.971 0.172,1.959 0.799,2.491 0.345,0.298 0.768,0.518 1.379,0.518 0.549,0 1.034,-0.204 1.348,-0.533 0.282,-0.298 0.471,-0.658 0.533,-1.175 h 1.348 c -0.064,0.845 -0.393,1.488 -0.926,2.005 z"
id="path2572" />
<path
d="m 519.839,535.606 v -1.567 h 1.552 v 1.567 z m 0.094,9.748 v -7.93 h 1.363 v 7.93 z"
id="path2574" />
<path
d="m 529.344,544.633 c -0.579,0.563 -1.395,0.924 -2.397,0.924 -1.002,0 -1.817,-0.36 -2.397,-0.924 -0.862,-0.847 -1.128,-1.99 -1.128,-3.244 0,-1.254 0.266,-2.397 1.128,-3.244 0.58,-0.564 1.395,-0.925 2.397,-0.925 1.002,0 1.818,0.36 2.397,0.925 0.862,0.847 1.129,1.99 1.129,3.244 0,1.254 -0.267,2.397 -1.129,3.244 z m -0.972,-5.704 c -0.329,-0.329 -0.799,-0.564 -1.426,-0.564 -0.627,0 -1.097,0.235 -1.426,0.564 -0.564,0.579 -0.736,1.535 -0.736,2.46 0,0.925 0.172,1.881 0.736,2.46 0.329,0.329 0.799,0.564 1.426,0.564 0.627,0 1.097,-0.235 1.426,-0.564 0.564,-0.579 0.737,-1.535 0.737,-2.46 0,-0.925 -0.172,-1.881 -0.737,-2.46 z"
id="path2576" />
</g>
</g>
</g>
</svg>

Desprès

Amplada:  |  Alçada:  |  Mida: 33 KiB

BIN
img/logo-telegram_.jpg Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 14 KiB

BIN
img/logo_esperanto.jpg Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 29 KiB

BIN
img/logo_footer_2.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 6.0 KiB

BIN
img/logo_footer_3.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 6.0 KiB

BIN
img/logo_footer_4.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 5.1 KiB

BIN
img/logo_footer_5.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 8.8 KiB

BIN
img/provaigual-2.png Normal file

Archivo binario no mostrado.

Desprès

Amplada:  |  Alçada:  |  Mida: 210 B

18
index.php Normal file
Veure arxiu

@ -0,0 +1,18 @@
<?php get_header();?>
<div id="principal">
<div id="menulateral">Menú lateral</div>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<h1><?php the_title();?></h1>
<p><?php the_content();?></p>
<?php
endwhile;
endif;
?>
</div>
<?php get_footer();?>

6
js/glide.min.js vendido Normal file

Las diferiencias del archivo han sido suprimidas porque una o mas lineas son muy largas

56
ke.php Normal file
Veure arxiu

@ -0,0 +1,56 @@
<?php /* Template Name: KE */ ?>
<?php get_header();?>
<div class="titol_post" style="background-image: url('<?php echo get_theme_file_uri('img/fons-general.jpeg');?>');" />
<div class="titol-post-text">
<h1><?php pll_e("Kataluna Esperantisto");?></h1>
</div>
</div>
<div id="principal-ke">
<div style="display: block;">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<p><?php the_content();?></p>
<?php
endwhile;
endif;
?>
</div>
<div style="display: block;"><h3><?php pll_e('Darrers números publicats');?></h3></div>
<div class="filaKE">
<?php
$args = array(
'post_type' => 'publicacions',
'cat' => '32',
'posts_per_page' => 20,
'orderby' => 'meta_value_num',
'meta_key' => 'numero',
'order' => 'DESC'
);
$consulta = new WP_Query($args);
while ($consulta->have_posts()):
$consulta->the_post();
?><div class="itemKE">
<?php
the_post_thumbnail( 'medium' );
the_title('<p><a href="'.get_post_permalink().'">','</a></p>');
?></div><?php
endwhile;
?>
</div>
</div>
<?php get_footer();?>

40
page-kej.php Normal file
Veure arxiu

@ -0,0 +1,40 @@
<?php /* Template Name: interior KEJ */ ?>
<?php get_header('kej');?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="titol_post" style="background-image: url('<?php
$imatge = get_the_post_thumbnail_url(get_the_ID(), 'full' );
if ($imatge == "") { echo get_theme_file_uri('img/fons-general.jpeg');}
else {echo $imatge;}
?>
');" />
<div class="titol-post-text">
<h1><?php the_title();?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php the_content();?></div>
<div class="post-columna-dreta">
<!-- <h3><?php pll_e("Compartir");?></h3>-->
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

38
page.php Normal file
Veure arxiu

@ -0,0 +1,38 @@
<?php /* Template Name: interior KEA */ ?>
<?php get_header();?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="titol_post" style="background-image: url('<?php
$imatge = get_the_post_thumbnail_url(get_the_ID(), 'full' );
if ($imatge == "") { echo get_theme_file_uri('img/fons-general.jpeg');}
else {echo $imatge;}
?>
');" />
<div class="titol-post-text">
<h1><?php the_title();?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php the_content();?></div>
<div class="post-columna-dreta">
<?php dynamic_sidebar( 'lateral-interiors' );?>
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

48
search.php Normal file
Veure arxiu

@ -0,0 +1,48 @@
<?php /* Template Name: cercador */ ?>
<?php get_header();?>
<div class="titol_post" style="background-image: url('<?php
echo get_theme_file_uri('img/fons-general.jpeg');
?>
');" />
<div class="titol-post-text">
<h1><?php pll_e('Resultats de cerca');?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php if ( have_posts() ): ?>
<?php while( have_posts() ): ?>
<?php the_post(); ?>
<div class="search-result">
<h2><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<a href="<?php the_permalink(); ?>" class="read-more-link">
<?php pll_e('Llegeix més') ?>
</a>
</div>
<?php endwhile; ?>
<?php the_posts_pagination(); ?>
<?php else: ?>
<p><?php pll_e('No hi ha resultats de cerca');?></p>
<?php endif; ?>
</div>
<div class="post-columna-dreta">
<?php dynamic_sidebar( 'lateral-interiors' );?>
</div>
</div>
<?php get_footer();?>

5
searchform.php Normal file
Veure arxiu

@ -0,0 +1,5 @@
<form action="/" method="get">
<input type="text" name="s" id="search" placeholder="<?php pll_e("Cercar");?>" value="<?php the_search_query(); ?>" />
<input type="image" alt="<?php pll_e("Cercar");?>" src="<?php echo get_theme_file_uri('img/iconabuscar-blanc.svg');?>" class="sercxilo-telefono" />
<input type="image" alt="<?php pll_e("Cercar");?>" src="<?php echo get_theme_file_uri('img/iconabuscar.svg');?>" class="sercxilo-granda" />
</form>

69
single-events.php Normal file
Veure arxiu

@ -0,0 +1,69 @@
<?php /* Template Name: novetat KEA */ ?>
<?php get_header();?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="titol_post" style="background-image: url('<?php echo get_the_post_thumbnail_url(get_the_ID(), 'full' );?>');" />
<div class="titol-post-text">
<h1><?php the_title();?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php the_content();?></div>
<div class="post-columna-dreta">
<h3><?php pll_e("Quan?");?></h3>
<p><?php
//$ladata = get_post_meta(the_ID());
$datafinal= $post->Data;
$llocfinal = $post->Lloc;
//echo $datafinal;
$mesos = array(
"01" => "de gener",
"02" => "de febrer",
"03" => "de març",
"04" => "d'abril",
"05" => "de maig",
"06" => "de juny",
"07" => "de juliol",
"08" => "d'agost",
"09" => "de setembre",
"10" => "d'octubre",
"11" => "de novembre",
"12" => "de desembre"
);
$dataformat = DateTime::createFromFormat('Ymd', $datafinal);
$elmes = $mesos[$dataformat->format("m")];
echo $dataformat->format("d");
if (get_bloginfo('language') == "eo") {echo "a ";} else {echo " ";}
pll_e($elmes);
echo " de ".$dataformat->format("Y");
?></p>
<h3><?php pll_e("On?");?></h3>
<p><?php echo $llocfinal;?></p>
<h3><?php pll_e("Compartir");?></h3>
<?php if (pll_current_language() == "eo") :
$link = "agendo-de-okazajoj";
else:
$link = "agenda-desdeveniments";
endif;
?>
<h3><a href="/<?php echo $link;?>/"><?php pll_e("Agenda d'esdeveniments");?></a>
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

45
single-kej.php Normal file
Veure arxiu

@ -0,0 +1,45 @@
<?php /* Template Name: novetat KEJ */ ?>
<?php get_header('kej');?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="titol_post" style="background-image: url('<?php echo get_the_post_thumbnail_url(get_the_ID(), 'full' );?>');" />
<div class="titol-post-text">
<?php the_date('d/m/Y'); ?>
<h1><?php the_title();?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php the_content();?></div>
<div class="post-columna-dreta">
<!-- <h3><?php pll_e("Compartir");?></h3>-->
<h3>
<?php
echo pll_current_language('name');
if (pll_current_language() == "eo") {
echo '<a href="/arhivo-de-novajoj/">';
} else {
echo 'a href="/arxiu-de-noticies/">';
} ?>
<?php pll_e("Arxiu de notícies");?></a>
</h3>
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

66
single-publicacions.php Normal file
Veure arxiu

@ -0,0 +1,66 @@
<?php get_header();?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div id="principal">
<!--
<div class="portada-publicacio">
</div>
-->
<div class="post-text-principal">
<h1 style="color: #00871d;"><?php the_title();?></h1>
<?php the_content();?>
<p><?php $categories = get_the_category();
$categoria = $categories[0];
//echo $categoria['slug'];
$lang = pll_current_language('slug');
?></p>
</div>
<div class="post-columna-dreta">
<?php the_post_thumbnail( 'full',['class' => 'imatge-responsive'] );?>
<p>
<?php if ($lang == "ca") {$url_butiko = "url_butiko_cat";} else {$url_butiko = "url_butiko_eo";}
$adreca_butiko = get_field($url_butiko);
if ($adreca_butiko != "") {
?>
<a href="<?php echo $adreca_butiko;?>" target="_blank" class="link-butiko"><?php pll_e("Compra el llibre a la Butiko KEA");?></a>
<?php
}
?>
</p>
<?php
if (esRevista($categoria->term_id) === true) {
$fitxer = get_field('arxiu_descarrega');
if ($fitxer) {
$adreca_fitxer = $fitxer['url'];
?>
<h3><?php pll_e("Descàrrega");?></h3>
<p><a href="<?php echo esc_attr($adreca_fitxer);?>"><?php pll_e("Descarrega't aquest número");?></a></p>
<?php } ?>
<h3><?php pll_e("Números publicats");?></h3>
<?php if ($lang == "ca") {$urlinici = "/home/publicacions/";} else {$urlinici = "/home_esp/publicacions/";} ?>
<p><a href="<?php echo $urlinici.$categoria->slug."/";?>"><?php pll_e("Accedeix a l'arxiu");?></a></p>
<?php
}
?>
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

44
single.php Normal file
Veure arxiu

@ -0,0 +1,44 @@
<?php /* Template Name: novetat KEA */ ?>
<?php get_header();?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="titol_post" style="background-image: url('<?php echo get_the_post_thumbnail_url(get_the_ID(), 'full' );?>');" />
<div class="titol-post-text">
<?php the_date('d/m/Y'); ?>
<h1><?php the_title();?>
</div>
</div>
<div id="principal">
<div class="post-text-principal">
<?php the_content();?></div>
<div class="post-columna-dreta">
<!--<h3><?php pll_e("Compartir");?></h3>-->
<h3>
<?php
if (pll_current_language() == "eo") :
echo '<a href="/arhivo-de-novajoj/">';
else:
echo '<a href="/arxiu-de-noticies/">';
endif; ?>
<?php pll_e("Arxiu de notícies");?></a>
</h3>
</div>
</div>
<?php
endwhile;
endif;
?>
<?php get_footer();?>

367
style.css Normal file
Veure arxiu

@ -0,0 +1,367 @@
/*
Theme Name: KEA
Theme URI: https://github.com/enricpineda/temawp-kea
Author: Enric Pineda
Author URI: https://enricpineda.cat/
Description: El tema principal de la nova web de KEA
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kea
*/
@font-face {font-family: 'akkurat';
src: url('fonts/Akkurat_eo.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'akkurat';
src: url('fonts/AkkurBol_eo.woff2') format ('woff2');
font-weight: bold;
font-style: normal;
}
body {margin: 0;padding: 0;font-family: 'Open sans', sans-serif;}
p { font-size: 16px;line-height: 1.5em;}
a {
color: rgb(0,139,25);
text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: rgb(43,44,40);
}
a:hover {
color: rgb(0,225,43);
text-decoration: underline;
}
.lang-item {
list-style-type: none;
}
#capapeu {
box-sizing: border-box;
background-color: #666666;
padding: 0.75em 0;
}
#capapeu a {color: #fff;}
#capapeu a:hover {text-decoration: underline;}
.portada-publicacio {padding-right: 1em;}
#principal {padding: 0.75em;}
.titular-primer {font-size: 2em; margin: 0; padding: 0.5em 0 0 0;}
.miniicona {width: 20px; height: auto; vertical-align: middle;}
.link-butiko {background-color:#00871d; color: #FFF; text-decoration: none; padding: 1em; border-radius: 10px; margin: 1em auto 0 auto;}
.link-butiko:hover {color: #FFF;}
/* Estils mòbil */
@media only screen and (max-width: 768px) {
h1,h2,h3,h4,h5,h6 {margin: 1em 0.5em;}
p {margin: 1em 0.5em;}
#capapeu {width: 100vw;}
#footer {width: 100vw; box-sizing: border-box; padding: 0.75em; color: #FFF;}
#footer div {width: 100%;}
.donemsuport-llistat {margin: 0; padding: 0.75em; display:flex; flex-direction: row; flex-wrap: wrap;}
.donemsuport-llistat li {list-style-type: none; flex-grow: 1;}
#logo-xarxes {display: flex;flex-flow: column;}
#logo {order: 2; box-sizing: border-box;padding: 0.75em;}
#logo img {width: 100%;height: auto;}
#idiomes-xarxes-correu {
order: 1;
width: 100vw;
box-sizing: border-box;
background-color: #000;
color: #fff;
}
#idiomes-xarxes-correu a {
color: #fff;
}
#idiomes-cap {
width: 49%;
display: inline-block;
box-sizing: border-box;
padding: 0.75em;
}
#correu-cap {
width: 49%;
display: inline-block;
box-sizing: border-box;
text-align: right;
padding: 0.75em;
}
#xarxes-cap {
display: none;
}
#iconaburguer {
width: 19%;
display: inline-block;
}
#cercador {
width: 79%;
display: inline-block;
text-align: right;
box-sizing: border-box;
height: 36px;
padding: 5px 0;
}
#cercador input[type=text] {
width: 80%;
border: 0;
}
#cercador img {
height: 23px;
width: auto;
vertical-align: middle;
margin-left: 10px;
}
.sercxilo-telefono {
display: inline-block;
height: 23px;
width: auto;
vertical-align: middle;
margin-left: 10px;
}
.sercxilo-granda {
display: none;
}
#menupral {
display: none;
width: 100%;
}
#menupral ul {
margin: 0;
padding: 0.75em;
box-sizing: border-box;
}
/*#menupral ul ul {display:none;}*/
.sub-menu {display: none; background-color: #FFF;}
.submenu li {list-style-type: none; margin: 0; padding: 0.75em 0; border-bottom: 1px dashed rgb(43,44,40); width: 100%;}
#menupral ul li {
list-style-type: none;
margin: 0;
padding: 0.75em 0;
border-bottom: 1px dashed rgb(43,44,40);
width: 100%;
}
#menupral ul li a {
color: rgb(43,44,40);
text-decoration: none;
}
nav {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100vw;
padding: 0.75em;
background-color: rgb(0,225,43);
box-sizing: border-box;
}
.submenuo {display: none;}
#twitter {display: none;}
#menulateral {padding: 0; margin: 0 0.75em 0 0;}
#menulateral ul {margin: 0; padding: 0;}
#menulateral ul li {list-style-type: none; font-family: 'akkurat'; font-size: 1.2em; margin: 0; padding: 0.75em 0; border-bottom: 2px dashed #999; font-weight: bold;}
#carousel {display: none;}
.titol_post {width: 100%; height: 10em; background-repeat: no-repeat; background-position: center center; background-size: cover; margin: 0; background-attachment: fixed; background-blend-mode: multiply; background-color:#00e12b; }
.titol_post_alt {width: 100%; height: 10em;}
.titol-post-text {width: 90%; margin: 0px auto; padding: 3em 0; color: #fff; text-align: center;}
.post-text-principal {width: 100%; box-sizing: border-box; padding:1em 0;}
.post-columna-dreta {display: flex; flex-direction: column;}
}
/* Estils escriptori */
@media only screen and (min-width: 769px) {
header {width: 1200px; margin: 0px auto;}
#principal {width: 1200px; margin: 0px auto; display: flex; flex-direction: row; justify-content: space-between;}
#principal-ke {width: 1200px; margin: 0px auto;}
#footer {width: 1200px; margin: 20px auto; display: flex; flex-direction: row; color: #fff;}
#footer div {flex-grow: 1;}
#capapeu {width: 100%;}
.donemsuport-llistat {display: flex; margin: 0; padding: 0.75em;}
.donemsuport-llistat li {list-style-type: none; display: inline-block; flex-grow: 1;}
#menulateral { padding: 0; margin: 0 0 1.5em 0;}
#menulateral ul {margin: 0; padding: 0;}
#menulateral ul li {list-style-type: none; font-family: 'akkurat'; font-size: 1.2em; margin: 0; padding: 0.75em 0; border-bottom: 2px dashed #999; font-weight: bold;}
#twitter {width: 200px;}
#central {order: 1; width: 70%; display: flex; flex-flow: column; padding: 0;}
#agenda {order: 2; width: 30%; padding: 0 0 0 2em;}
.noticia-gran {display: flex; flex-direction: row;}
.imatge-noticia {order: 1; flex-grow: 1;}
.text-noticia {order:2; flex-grow: 3; box-sizing: border-box; margin: 0; padding: 0 0 0 1em;}
.container-secundaries {display: flex; flex-direction: row; margin: 1em 0;}
.noticiasecundaria {flex-grow: 1; margin: 0 1.5em 0 0; padding: 0.5em; border: 2px dashed #CCC;}
.noticiasecundaria h4 {margin: 0;}
.noticiasecundaria a {color: #000; font-size: 1.2em;}
.container-xxss{display: flex; flex-direction: row; margin: 1em 0;}
.xxss {flex-grow: 1; margin: 0 1.5em 0 0;}
#logo-xarxes {display: flex;flex-flow: row;}
#logo {order: 1; box-sizing: border-box;padding: 0.75em; width: auto; flex-grow: 1;}
#logo img {width: 400px;height: auto;}
#idiomes-xarxes-correu {order: 2;flex-grow: 1;
box-sizing: border-box;
display: flex;
flex-flow: row-reverse;
flex-wrap: wrap;
}
#idiomes-cap {
order: 2;
width: 35%;
box-sizing: border-box;
padding: 0.75em;
text-align: right;
}
#correu-cap {
order: 1;
box-sizing: border-box;
text-align: right;
padding: 0.75em;
}
#xarxes-cap {
order: 3;
width: 100%;
box-sizing: border-box;
text-align: right;
padding: 0.75em;
display: flex;
flex-direction: row-reverse;
}
#xarxes-cap > div {
margin: 0 0.25em;
}
#xarxes-cap img {
height: 32px;
width: auto;
}
#iconaburguer {
display: none;
}
#cercador {
order: 2;
flex-grow: 1;
display: inline-block;
text-align: right;
padding: 1.25em 0.75em 1.25em 0;
}
#cercador img {
height: 23px;
width: auto;
vertical-align: middle;
margin-left: 10px;
}
.sercxilo-granda {
height: 23px;
width: auto;
vertical-align: middle;
margin-left: 10px;
display: inline-block;
}
.sercxilo-telefono {
display: none;
}
#menupral {
order: 1;
flex-grow: 5;
#background-color: #fff;
}
#menupral ul {
margin: 0;
padding: 0.50em;
box-sizing: border-box;
display:flex;
flex-direction: row;
}
#menupral ul ul {
position: absolute; top: 100%; display: none; background-color: #00e12b; z-index: 123456; width: 100%;
}
#menupral ul ul ul {position: absolute; top: -8px; left: 105%; display: none; background-color: #36ff5c; z-index: 123987; width: 100%;}
#menupral ul li{
list-style-type: none;
margin: 0;
flex-grow: 1;
font-family: 'akkurat';
font-weight: bold;
text-transform: uppercase;
position: relative;
}
#menupral ul li a {
padding: 0.75em;
text-decoration: none;
display: block;
color: rgb(43,44,40);
}
nav {
width: 1200px;
margin: 0px auto;
box-sizing: border-box;
display: flex;
flex-direction: row;
background-image: url('img/provaigual-2.png'), url('img/provaigual-2.png');
background-position: top left, bottom left;
background-repeat: repeat-x, repeat-x;
}
#menupral ul li:hover {color: rgb(43,44,40);}
#menupral ul li:hover > a {color: rgb(43,44,40);}
#menupral ul li:hover > ul.sub-menu {display: block; width: auto;}
#menupral ul ul:hover {display: block;}
#menupral ul ul:hover ~ a {color: rgb(43,44,40);}
#menupral ul ul ul:hover ~ a {color: rgb(43,44,40);;}
#carousel {width: 1200px; margin: 0px auto;}
#carousel img {width: 100%; height: auto;}
.titol_post {width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; margin: 1em 0 0.3em 0; background-attachment: fixed; background-blend-mode: multiply; background-color:#00871d;}
.titol-post-text {width: 1200px; margin: 0px auto; padding: 5em 0; color: #fff; text-align: center; font-weight: bold;}
.post-text-principal {width: 75%; box-sizing: border-box; padding: 0 1em 0 0;}
.post-columna-dreta {width: 23%; display: flex; flex-direction: column;}
.imatge-responsive {width: 100%; height: auto; margin: 1em 0;}
#central h2, #agenda h2 {width: 100%; font-family: 'akkurat'; font-size: 1.2em; margin: 0 0 1em 0; padding: 0.75em 0; border-bottom: 2px dashed #999; font-weight: bold;}
.logo-blanc-peu {width: 250px; height: auto; margin: 1em;}
.filaKE {display: flex; flex-direction: row;flex-wrap: wrap;}
.itemKE {width: 230px;}
}