43 Commits

Author SHA1 Message Date
infeeeee
916439f4d5 fix old images 2019-09-11 19:37:50 +02:00
infeeeee
cb2b7f13ac hide tohome from pages 2019-09-11 18:39:10 +02:00
infeeeee
1b6cb710f5 single thumbnail 2019-09-11 15:35:46 +02:00
infeeeee
ce39fbe8eb single thumbnail, youtube 2019-09-11 15:27:59 +02:00
infeeeee
98665b9e9a single img height, fb only, related hr color 2019-09-11 14:44:55 +02:00
infeeeee
543f1fbee3 version to 1.0.0 2019-09-11 12:52:18 +02:00
infeeeee
d25ec216de facebook, analytics 2019-09-11 12:51:04 +02:00
infeeeee
bcaffeeff8 minify svg mod 2019-09-11 12:14:41 +02:00
infeeeee
b296bca869 event fontsize, default colors, big hover recalc 2019-09-11 12:11:05 +02:00
infeeeee
72895de2a1 svg restore, fixing hidpi text sizes 2019-09-11 12:00:10 +02:00
infeeeee
7044169e76 fix evenet and curvy arrow 2019-09-11 11:34:45 +02:00
infeeeee
e89f83bf2d php cleanup 2019-09-07 02:36:48 +02:00
infeeeee
f113022b00 minify svg 2019-09-07 02:35:11 +02:00
infeeeee
1e14664a54 loadingscreen and minify css 2019-09-07 02:29:46 +02:00
infeeeee
19cec75d2c optimize and minify css 2019-09-07 02:07:02 +02:00
infeeeee
609da6ba6a css cleanup 2019-09-07 01:54:34 +02:00
infeeeee
9393e8be06 fixed hover on big articles on resize 2019-09-07 00:09:19 +02:00
infeeeee
58be407f0a onresize and big js cleanup 2019-09-06 23:36:17 +02:00
infeeeee
752ff9c0aa black icons on scroll on mobile 2019-09-06 21:37:20 +02:00
infeeeee
1595691bc3 fix icon clicks on iphone 2019-09-06 20:00:09 +02:00
infeeeee
5d03dea44d updates on 09.04 2019-09-04 23:42:06 +02:00
infeeeee
3553b6b0e0 update multiple things 2019-09-04 13:14:14 +02:00
infeeeee
cd3124784f 2019 08 28 word mods 2019-09-03 00:08:51 +02:00
74a33168d7 added notes to teendők 2019-08-28 14:23:59 +02:00
95f97925f1 fixed home clip on desktop 2019-08-15 20:09:58 +02:00
infeeeee
8284c8a412 mobile home and friends 2019-08-15 04:05:59 +02:00
infeeeee
7ab073d280 error, no result pages 2019-08-14 04:46:39 +02:00
infeeeee
6edb7e59ed working on responsivity 2019-08-13 04:34:46 +02:00
infeeeee
0686d99971 work on start 2019-08-10 03:45:43 +02:00
infeeeee
eb6fdf9388 events page 2019-08-10 01:05:05 +02:00
infeeeee
911688225f working on single and events 2019-08-09 00:38:47 +02:00
infeeeee
5a234f87e1 work on wingle articles 2019-08-07 22:54:34 +02:00
infeeeee
8e00b8717b cat, home, tag,search pages 2019-08-06 19:24:58 +02:00
infeeeee
02e6844883 some bugs, started working on search-results 2019-08-01 20:47:57 +02:00
infeeeee
7ea5c5d1e8 added lot of things 2019-07-18 23:55:33 +02:00
infeeeee
0f3aaed434 working on home scroll 2019-07-18 03:16:06 +02:00
4c443cd7ec works on single 2019-07-11 13:36:28 +02:00
99e2082e42 mostly single updates 2019-07-11 03:40:11 +02:00
d1dbc518e3 working on startpage and single 2019-07-10 18:24:34 +02:00
67661ed767 started updates on 0704 2019-07-09 22:29:46 +02:00
5f461d3ea2 single lightbox 2019-07-03 23:20:48 +02:00
d59b9afadf started working on single, translations, docs 2019-07-03 18:02:05 +02:00
43e6e9b373 worked on a lot of things 2019-07-02 03:46:02 +02:00
153 changed files with 5233 additions and 4073 deletions

View File

@@ -15,51 +15,14 @@
// ],
// "description": "Log output to console"
// }
"smalldesktop": {
"scope": "scss,sass",
"prefix": "smalldesktop",
"console_debug": {
"scope": "html,php",
"prefix": "console_debug",
"body": [
"@media #{\\$smalldesktop} {",
"$0",
"}"
"console_debug($0);"
],
"description": "SCSS: Smalldesktop media query"
},
"bigdesktop": {
"scope": "scss,sass",
"prefix": "bigdesktop",
"body": [
"@media #{\\$bigdesktop} {",
"$0",
"}"
],
"description": "SCSS: Bigdesktop media query"
},
"div": {
"scope":"html,php",
"prefix": "div",
"body": [
"<div class=\"$1\">",
"$0",
"</div>"
],
"description": "HTML: div start and end"
},
"php": {
"scope":"html,php",
"prefix": "php",
"body": [
"<?php",
"$0",
"?>"
],
"description": "HTML: div start and end"
"description": "Log to js console"
}
}

14
404.php
View File

@@ -6,12 +6,14 @@
<!-- article -->
<article id="post-404">
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<h2>
<a href="<?php echo home_url(); ?>"><?php _e( 'Return home?', 'dis2019' ); ?></a>
</h2>
<div class="archivetitle 404-title">
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<div class="toHome">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
← <?php _e('Back to home:', 'dis2019');?>
</a>
</div>
</div>
</article>
<!-- /article -->

View File

@@ -1,50 +1,121 @@
# Felhasználói kézikönyv
## Telepítés utáni teendők:
## Tesztoldal elérhetősége
### function.php
[dis.gyetpet.dynu.net](https://dis.gyetpet.dynu.net)
esemény cat-id-t átírni!!
Ez általában ugynaz a verzió mint itt git-en, de előfordulhat, hogy a git le van maradva.
### wp beállítások
settings>reading>Blog pages show at most 6
## Paraméterek, elemek szerkesztése
## Különböző elemek szerkesztése
### Bejegyzések
#### Egyéni mezők
Ezek a cikk alján láthatóak a szerkesztő felületen. Ha nem látszik jobb felül ... ->Beállítások -> Egyéni mezők
dis-alcim:
- Csak az első két nagy cikknél jelenik meg
dis-bevezeto:
- Csak az első két nagy cikknél jelenik meg
- Asztalin csak az első két nagy cikknél jelenik meg, mobilon az midegyiknél kivéve az első kettő
#### Dokumentum beállítások
Ezek a szerkesztőben a jobb oldali oldalsávon láthatóak, ha nincs kijelölve semmi, vagy az oldalsáv tetején bal oldali Dokumentumok gombra kattintva
Kategóriák:
- Egyértelmű, ide a cikk témájához kapcsolódó dolognak kell kerülnie, pl Design, Animáció
Címkék:
- be, do, think, love
- A kereső felajánlja gépelés elkezdése után
- Lehetőleg kisbetűvel mindent
Formátum:
- Ide a bejegyzés formátumát kell beírni, pl interjú, portfólió, hír, stb...
- A kereső felajánlja gépelés elkezdése után a már korábban szereplőket
Cikkíró:
- A cikk végén megjelenő szerző neve
- A kereső felajánlja gépelés elkezdése után a már korábban szereplőket
#### Blokkok és egyéb megjegyzések
Bevezető: Az első bekezdés-t állítsd Kiemelés4 (H4), hogy megfelelő legyen a kiemelés.
Elválasztók azaz vízszintes vonalak: A cikk elejére és végére automatikusan kerül egy-egy, az összes többit kézzel kell belerakni, a méretezésük automatikus.
Lightbox működéséhez be kell kapcsolni a hivatkozást! A hivatkozás célját média fájlra állítani!
Interjúnál kérdésekhez idézet blokkot vagy Címsor3 (H3) blokkot kell használni, Ugyanúgy néz ki mindkettő
### Események
dis-esemeny-datum
dis-esemeny-datum:
- Csak az aktuális dátumnál frissebbek jelennek meg, az elmúlt események azonnal eltűnnek
- Formátumnak a következőnek KELL lennie: yyyy.mm.dd. szóközök nélkül. Tehát pl. így: 2019.07.02.
- Ha nem jelenik meg egy esemény az oldalon, annak két oka lehet: rossz a dátumformátum, már elmúlt a dátum.
dis-esemeny-link
- Teljes linket kell beilleszteni, http-től kezdve az elején. Általában ha megosztás gombra kattintasz, vagy kimásolod a címsorból, akkor az jó
### BE-DO-THINK-LOVE Tagek
A leírást t helyen is szerkeszteni kell:
A leírást itt kell szerkeszteni:
1. Ami a hoverre megjelenik azt itt kell szerkeszteni:
- Bejegyzés > Címkék > Szerkesztés
Megjelenés>Menük>tags (Tag menu)>Választás>Menü elem lenyitása.
### Rólunk
Ha nincs ott a leírás menü, akkor fent:
Mit lássunk?>Mutassa a bővített menü részleteit-Leírás
A cikkenek az legyen a slug-ja, hogy `rolunk`
2. Ami a listázott oldalon megjelenik azt itt kell szerkeszteni:
## Beállítások
Bejegyzés>Címkék>Szerkesztés
### Események
Megjelenés > Testreszabás > Designisso 2019
Be kell írni az események category-id-ját. Ez egy darab szám.
Így lehet megtudni ezt a számot: Bejegyzés > Kategóriák > Esemény > szerkesztés és az url-ben a szám a `tag_ID=` után fog szerepelni.
### Megjelenő cikkek száma
Beállítások > Olvasás
- A megjelenő oldal mutasson legfeljebb: Ez a beállítás csak a 'Mutass többet' gombra való kattintáskor megjelenő cikkek számát jelenti. Ez a beállítás minden listázott oldalt befolyásol!
- Ide mindenképp 6-tal osztható számot kell írni! 6, 12, 18...
Megjelenés > Testreszabás > Designisso 2019
Itt kell beállítani hogy hány cikk jelenjen meg a kezdőlapon illetve az archívumokban
Alapértelmezett értékek, ha nem írsz be semmit akkor érvényesek! Ha utólag kitörlöd az értékeket, nem fognak működni a dolgok!
- Kezdőlapon megjelenő posztok száma: 20
- Címke archívumban megjelenő posztok száma: 10
- Archívumban és keresési találatokban megjelenő posztok száma: 11
- Hasonló cikkek száma: 3
## Téma frissítése
Automatikus frissítés nincs.
- Ellenőrizd, hogy a 'Update Theme and Plugins from Zip File' bővítmény be van-e kapcsolva
- (Opcionális) Kapcsold be a biztonsági mentését a régi verziónak: Beállítások -> Update Theme and Plugins from Zip File
- Töltsd le a téma legfrissebb verzióját innen: https://git.gyetpet.dynu.net/infeeeee/dis-2019/releases Válaszd a 'Source Code (ZIP)' gombot
- Wordpressen témáknál telepítsd mint egy új témát. Ha a fent említett bővítmény be van kapcsolva, akkor felül fogja írni a jelenlegi verziót.
## Developement verzió telepítése
@@ -57,5 +128,6 @@ nvm install 11
nvm use 11
sudo apt install python
npm install gulp-cli -g
nvm install dev
npm install dev
```
`gulp watch`

View File

@@ -1,105 +1,30 @@
# Kérdések
## Általános
lightbox az a mostani designisso-n sincs, ezen legyen?
## single
ha hosszú a cím, akkor mi legyen? kevesbb látszon a cikkből? Lásd I O cikk
metadata: van szerző vagy nincs? melyik a jó változat?
### galéria:
Melyik sarokban vannak a képfeliratok, ha 3 elem jelenik meg egymás mellett? vagy mindig erőltetve legyen a max két kép egymás mellett? Lásd: mobil fekvő, mintaposzt
# további kérdések
## asztali single:
Követtem a mobilos analógiát: fent nincs szerző, csak lent, felül a kategóriák vannak
Egyedi esemény oldal van, vagy az csak egy link lista?
# Megbeszélés 2019.05.30.
Kezdőlap:
~egér változzon lapozósra~
~két nagy, utána kicsi rácsban~
~Nincs gradiens~
~Hover csak a címen~
~Nyíl, csak az első cikken~
~cursor módosítás tekerésre~
Kis ikonok hover:
~- maszkok bedo alapján~
~- némelyik maszkkal alapból, némelyik sima kép, ~
~- hoverre eltűnik a kép, és helyette~
Nagycímek:
~- utána margó~
~Excerpt a főoldalon hoverre: külön paraméter, nem excerpt!!~
og: tag: pluginnal!
~Dátumot átírni~
Szőveg kilóg a margóra!
szerzőnek is paraméter, és kattinható
Single:
- ~Nem kell carousel a felső oldalra~
- crop thumbnail a fenti képnél
- állókép körbefut a szöveg!!!!
- galéria: mobilon fix 2, column számot lehessen használni asztalin
Menü: csík küzépen, két részben, két küön menü
BEDO kör: forog,
- ~hover, megáll, fekete megjelenik, nagyszüvegre megy a be-kat-ra~
- kattintás a szóra:
Kategória lap: első csempe kimarad.
Kereső:
- ~teljes lábléc magasságban, hosszabban fusson ki~
- ~ne legyen hover~,
- ~focus~
# Kérdések
## Kezdőlap
Animációk?
Kurzor: Nyíl az nem túl halovány? 32x32 pixel lehet maximum
# jegyzet 2019.06.12
## kezdőlap
~hover: ne nőjjön meg, csak a szín~
~a vonal felcsuszás animálva~
~a szélek alá is kerüljön szín~
~képre is hover, képre is klikk~
kép pontosabb arány
alapből lehet hogy több látszódjon
maszkok: mindig csak 2-t sorsol, és nem egymás mellettieket, nem egymás alattiakat
nagyképek lógjanak bele az előzőbe
## tag: be do:
háttér is a szín szerint
be do ikon a jobb felső sarokba
## single:
képen ne legyen cím
## asztali home
nagy képek, metadata ipad: nem férnek be a rublikába ha hosszúak, mi legy, elég-e csak a design felirat?
## bedo magasság:
margin: $v-unit-1 => 4rem
top: calc(#{$v-unit-1}/ 2); => 2rem
top: calc(#{$v-unit-1}/ 2); => 2rem
$bigmobile: 360px +
$only-mobile: 0- 768px
$tablet: 769px +
$smalldesktop: 1024px +
$mobile-landscape: 769px + min-device-pixel-ratio: 2.1 min-aspect-ratio: 1/1
$bigdesktop: 1279px +
$verybigdesktop: 1919px +

12
_teendők.md Normal file
View File

@@ -0,0 +1,12 @@
# Single - ✔
og: tag: pluginnal!
# egyéb
`@media print{}`
képaláírás régi, galéria működjön
régi interjú ne legyen dőlt

View File

@@ -1,31 +0,0 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<!-- post thumbnail -->
<?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_post_thumbnail('home-thumbnail'); ?>
</a>
<?php endif; ?>
<!-- /post thumbnail -->
<div class="metadata">
<div class="categories">
<?php the_category( ' | ' ); ?>
</div>
<div class="postedon">
<?php the_time('Y. m. d.'); ?>
</div>
</div>
<!-- post title -->
<h2>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<!-- /post title -->
</article>

View File

@@ -10,12 +10,15 @@
} elseif (is_tag()) {
$ttl = single_tag_title("", false);
$cl = "tag";
} elseif (is_tax()) {
// $ttl = wp_title('»', false);
$ttl = preg_replace('/^.*»(.*)$/','\1',wp_title('»', false) );
$cl = "tax";
} else {
$ttl = the_archive_title();
$cl = "";
}
// esc_html_e($ttl, 'text-domain')
?>

View File

@@ -4,28 +4,65 @@
<!-- section -->
<section>
<?php if (have_posts()): while (have_posts()): the_post();?>
<?php if (have_posts()): while (have_posts()): the_post();?>
<?php
$event_datum = get_post_meta( get_the_ID(), 'dis-esemeny-datum', true );
$event_link = get_post_meta( get_the_ID(), 'dis-esemeny-link', true );
?>
<article id="post-<?php the_ID();?>" <?php post_class();?>>
<!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php the_permalink();?>" title="<?php the_title();?>">
<a class="thumbnailwrapper" href="<?php echo $event_link; ?>" title="<?php the_title();?>" target="_blank">
<?php the_post_thumbnail('home-event-thumbnail');?>
</a>
<?php endif;?>
<?php endif;?>
<!-- /post thumbnail -->
<div class="event-metadata">
</div>
<div class="top-row">
<div class="ev-date">
<?php
echo preg_replace('/^(\d{4}\.)(\d{2}\.)(\d{2}\.)$/','\1</br>\2 \3',$event_datum );
// echo $event_datum;
?>
</div>
<!-- Arrow -->
<a href="<?php echo $event_link; ?>" target="_blank" class="arrow-link">
</a>
</div>
<div class="hr">
</div>
<div class="bottom-row">
<!-- title -->
<h2>
<a href="<?php echo $event_link; ?>" target="_blank"><?php the_title();?></a>
</h2>
<div class="vr"></div>
<!-- Tovább button -->
<a href="<?php echo $event_link; ?>" class="text-link" target="_blank">Tovább az eseményre</a>
</div>
</div><!-- end event-metadata -->
<!-- post title -->
<h2>
<a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a>
</h2>
<!-- /post title -->

File diff suppressed because one or more lines are too long

82
customizer.php Normal file
View File

@@ -0,0 +1,82 @@
<?php
/**
* Create Logo Setting and Upload Control
*/
function dis2019_customizer_settings($wp_customize)
{
$wp_customize->add_section('dis-2019', array(
'title' => 'Designisso 2019',
));
$wp_customize->add_setting('dis-2019-event-cat-id');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-event-cat-id',
array(
'label' => __('Event category id', 'dis2019'),
'section' => 'dis-2019',
'description' => __('This category will be hidden from the start page.', 'dis2019'),
'settings' => 'dis-2019-event-cat-id',
'type' => 'number',
)));
$wp_customize->add_setting('dis-2019-event-cat-slug');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-event-cat-slug',
array(
'label' => __('Event category slug', 'dis2019'),
'section' => 'dis-2019',
'description' => __('This category will be hidden from the start page. Write category slug here', 'dis2019'),
'settings' => 'dis-2019-event-cat-slug',
)));
$wp_customize->add_setting('dis-2019-posts-on-home');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-posts-on-home',
array(
'label' => __('Number of posts on homepage', 'dis2019'),
'section' => 'dis-2019',
'description' => __('Use 6*n+2 numbers, e.g. 8, 14, 20, 26...', 'dis2019'),
'settings' => 'dis-2019-posts-on-home',
'type' => 'number',
)));
$wp_customize->add_setting('dis-2019-posts-on-tag');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-posts-on-tag',
array(
'label' => __('Number of posts on tag archives', 'dis2019'),
'section' => 'dis-2019',
'description' => __('Be, do, think, love pages. Use 6*n-2 numbers, e.g. 4, 10, 16, 22... ', 'dis2019'),
'settings' => 'dis-2019-posts-on-tag',
'type' => 'number',
)));
$wp_customize->add_setting('dis-2019-posts-on-archive');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-posts-on-archive',
array(
'label' => __('Number of posts on search results and archive pages', 'dis2019'),
'section' => 'dis-2019',
'description' => __('Search results and archive non tag pages. Use 6*n-1 numbers, e.g. 5, 11, 17, 23... ', 'dis2019'),
'settings' => 'dis-2019-posts-on-archive',
'type' => 'number',
)));
$wp_customize->add_setting('dis-2019-related-posts');
$wp_customize->add_control(new WP_Customize_Control($wp_customize, 'dis-2019-related-posts',
array(
'label' => __('Number of related articles', 'dis2019'),
'section' => 'dis-2019',
'description' => __('Same value applies to mobile and desktop. Use any integer', 'dis2019'),
'settings' => 'dis-2019-related-posts',
'type' => 'number',
)));
//__('Choose from most used writer', 'dis2019')
// get_theme_mod( 'dis-2019-posts-on-home' );
}
add_action('customize_register', 'dis2019_customizer_settings');
?>

View File

@@ -4,7 +4,13 @@
</div>
<!-- /wrapper -->
<?php //wp_footer(); ?>
<?php wp_footer(); ?>
<?php
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
// Your third-party non functional code here
?>
<!-- analytics -->
<script>
@@ -12,9 +18,13 @@
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXXX-XX', 'yourdomain.com');
ga('create', 'UA-72435346-2', 'auto');
ga('send', 'pageview');
</script>
<?php
}
?>
</body>
</html>

View File

@@ -10,6 +10,18 @@ External Modules/Files
// Load any external files you have here
// Debug $data will display in console
function console_debug($data)
{
$data = json_encode($data);
echo "<script>console.dir($data)</script>";
}
/**
* Customizer additions.
*/
include get_template_directory() . '/customizer.php';
/*------------------------------------*\
Theme Support
\*------------------------------------*/
@@ -29,7 +41,8 @@ if (function_exists('add_theme_support')) {
add_image_size('small', 120, '', true); // Small Thumbnail
add_image_size('home-big-thumbnail', 1024, 1024, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail');
add_image_size('home-small-thumbnail', 256, 256, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail');
add_image_size('home-event-thumbnail', 1024, 512, true);
add_image_size('home-event-thumbnail', 1024, 537, true);
add_image_size('single-thumbnail', 1280, 1280, true);
// Add Support for Custom Backgrounds - Uncomment below if you're going to use
/*add_theme_support('custom-background', array(
@@ -86,39 +99,6 @@ function dis2019_nav()
);
}
//walker for tag menu: bedo circle hover
// class Menu_With_Description extends Walker_Nav_Menu
// {
// public function start_el(&$output, $item, $depth, $args)
// {
// global $wp_query;
// $indent = ($depth) ? str_repeat("\t", $depth) : '';
// $class_names = $value = '';
// $classes = empty($item->classes) ? array() : (array) $item->classes;
// $class_names = join(' ', apply_filters('nav_menu_css_class', array_filter($classes), $item));
// $class_names = ' class="' . esc_attr($class_names) . ' tag-' . $item->title . '"';
// $output .= $indent . '<li id="menu-item-' . $item->ID . '"' . $value . $class_names . '>';
// $attributes = !empty($item->attr_title) ? ' title="' . esc_attr($item->attr_title) . '"' : '';
// $attributes .= !empty($item->target) ? ' target="' . esc_attr($item->target) . '"' : '';
// $attributes .= !empty($item->xfn) ? ' rel="' . esc_attr($item->xfn) . '"' : '';
// $attributes .= !empty($item->url) ? ' href="' . esc_attr($item->url) . '"' : '';
// $item_output = $args->before;
// $item_output .= '<a' . $attributes . '>';
// $item_output .= $args->link_before . apply_filters('the_title', $item->title, $item->ID) . $args->link_after;
// $item_output .= '</a>';
// $item_output .= '<span class="sub menu-item-sub-' . $item->ID . '">' . $item->description . '</span>';
// $item_output .= $args->after;
// $output .= apply_filters('walker_nav_menu_start_el', $item_output, $item, $depth, $args);
// }
// }
// Load dis-2019 scripts (header.php)
function dis2019_header_scripts()
{
@@ -133,26 +113,38 @@ function dis2019_header_scripts()
wp_register_script('modernizr', get_template_directory_uri() . '/js/lib/modernizr-custom.js', array(), '2.7.1'); // Modernizr
wp_enqueue_script('modernizr'); // Enqueue it!
wp_register_script('simpler-sidebar', get_template_directory_uri() . '/js/lib/jquery.simpler-sidebar.min.js', array('jquery'), '2.2.5'); // Modernizr
wp_register_script('simpler-sidebar', get_template_directory_uri() . '/js/lib/jquery.simpler-sidebar.min.js', array('jquery'), '2.2.5'); //
wp_enqueue_script('simpler-sidebar'); // Enqueue it!
wp_register_script('snap-scroll', get_template_directory_uri() . '/js/lib/snap-scroll.min.js', array('jquery'), '1.0.0'); // Modernizr
wp_enqueue_script('snap-scroll'); // Enqueue it!
wp_register_script('fittext', get_template_directory_uri() . '/js/lib/jquery.fittext.js', array('jquery'), '1.0.0'); //
wp_enqueue_script('fittext'); // Enqueue it!
//wp_register_script('jquery.corner', get_template_directory_uri() . '/js/lib/jquery.corner.js', array('jquery'), '1.0.0'); // Modernizr
//wp_enqueue_script('jquery.corner'); // Enqueue it!
wp_register_script('jquery.colorbox', get_template_directory_uri() . '/js/lib/jquery.colorbox-min.js', array('jquery'), '1.0.0'); //
wp_enqueue_script('jquery.colorbox'); // Enqueue it!
wp_register_script('lettering', get_template_directory_uri() . '/js/lib/jquery.lettering.js', array('jquery'), '1.0.0'); // Modernizr
wp_register_script('lettering', get_template_directory_uri() . '/js/lib/jquery.lettering.js', array('jquery'), '1.0.0'); //
wp_enqueue_script('lettering'); // Enqueue it!
// wp_register_script('clamp', get_template_directory_uri() . '/js/lib/clamp.min.js', array(), '1.5.1'); //
// wp_enqueue_script('clamp'); // Enqueue it!
wp_register_script('ftellipsis', get_template_directory_uri() . '/js/lib/ftellipsis.min.js', array(), '1.0.0'); //
wp_enqueue_script('ftellipsis'); // Enqueue it!
wp_register_script('touchSwipe', get_template_directory_uri() . '/js/lib/jquery.touchSwipe.min.js', array('jquery'), '1.6.18'); //
wp_enqueue_script('touchSwipe'); // Enqueue it!
wp_register_script('dis2019scripts', get_template_directory_uri() . '/js/scripts.js', array(
'jquery',
'conditionizr',
'modernizr',
'simpler-sidebar',
'snap-scroll',
//'jquery.corner',
'fittext',
'jquery.colorbox',
'lettering',
'ftellipsis',
'touchSwipe',
// 'clamp',
), '1.0.0'); // Custom scripts
wp_enqueue_script('dis2019scripts'); // Enqueue it!
}
@@ -184,27 +176,15 @@ function dis2019_styles()
}
//remove events from home page
// !!!add event cat id to here!!!!
function exclude_category_home($query)
{
if ($query->is_home) {
$query->set('cat', '-5');
}
return $query;
}
add_filter('pre_get_posts', 'exclude_category_home');
// Register dis-2019 Navigation
function register_dis_menu()
{
register_nav_menus(array( // Using array to specify more menus if needed
'header-menu' => __('Header Menu', 'dis2019'), // Main Navigation
'main-left-menu' => __('Main menu left', 'dis2019'), // Main Navigation
'main-right-menu' => __('Main menu right', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
// 'sidebar-menu' => __('Sidebar Menu', 'dis2019'), // Sidebar Navigation
'tag-menu' => __('Tag Menu', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
'right-menu' => __('Right Menu', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
'tag-menu' => __('Circular tags', 'dis2019'), // bedo circle
//'main-right-menu' => __('Header Right Menu', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
));
}
@@ -246,6 +226,15 @@ function add_slug_to_body_class($classes)
return $classes;
}
function add_masonry_to_body_class( $classes ) {
if(is_home() || is_archive() || is_search() || is_404()){
$classes[] = 'masonrypage';
} else if(is_singular()){
$classes[] = 'singularpage';
}
return $classes;
}
// // If Dynamic Sidebar Exists
// if (function_exists('register_sidebar'))
// {
@@ -351,6 +340,13 @@ function remove_thumbnail_dimensions($html)
return $html;
}
//Wrap aligned images to a div
function wrap_aligned_images($content)
{
return preg_replace('/<div class="wp-block-image"><figure class="(align[a-z]*)([ "])(.*)<\/figure>\s*/iU', '<div class="wp-block-image wp-block-image-aligned"><div class="alignedWrapper \1Wrapper"><figure class="\1\2\3 </figure></div>', $content);
}
add_filter('the_content', 'wrap_aligned_images');
// Custom Gravatar in Settings > Discussion
function dis2019gravatar($avatar_defaults)
{
@@ -458,7 +454,22 @@ function misha_loadmore_ajax_handler()
$args['posts_per_page'] = 6;
//First, define your desired offset...
$offset = 14;
$offset = get_theme_mod('dis-2019-posts-on-home');
// console_debug($args);
if ($args['cat']) {
// console_debug('cat query');
$offset = get_theme_mod('dis-2019-posts-on-archive', 11);
}
if ($args['s']) {
// console_debug('search query');
$offset = get_theme_mod('dis-2019-posts-on-archive', 11);
}
if ($args['tag']) {
// console_debug('tag query');
$offset = get_theme_mod('dis-2019-posts-on-tag', 10);
}
//Next, determine how many posts per page you want (we'll use WordPress's settings)
$ppp = get_option('posts_per_page');
@@ -477,27 +488,82 @@ function misha_loadmore_ajax_handler()
add_action('wp_ajax_loadmore', 'misha_loadmore_ajax_handler'); // wp_ajax_{action}
add_action('wp_ajax_nopriv_loadmore', 'misha_loadmore_ajax_handler'); // wp_ajax_nopriv_{action}
/* -------------------------------------------------------------------------- */
/* pre_get_posts */
/* -------------------------------------------------------------------------- */
//remove events from home page
function exclude_category_home($query)
{
if ($query->is_home) {
$minus_catid = '-' . get_theme_mod('dis-2019-event-cat-id', 5);
$query->set('cat', $minus_catid);
}
return $query;
}
add_filter('pre_get_posts', 'exclude_category_home');
// order events by date on events page
function dis_2019_order_events_by_date(&$query)
{
//Before anything else, make sure this is the right query...
if (!($query->query_vars[category_name] == get_theme_mod('dis-2019-event-cat-slug', 'esemeny'))) {
return;
}
$query->set('meta_key', 'dis-esemeny-datum');
$query->set('orderby', 'meta_value');
$query->set('order', 'ASC');
$query->set('meta_value', date("Y.m.d.")); // change to how "event date" is stored
$query->set('meta_compare', '>');
}
add_action('pre_get_posts', 'dis_2019_order_events_by_date', 1);
/* -------------------- different number of posts on home ------------------- */
add_action('pre_get_posts', 'dis_2019_more_posts_on_home', 1);
function dis_2019_more_posts_on_home(&$query)
{
//Before anything else, make sure this is the right query...
if (!$query->is_home() && !$query->is_archive()) {
if (!$query->is_home() && !$query->is_archive() && !$query->is_search()) {
return;
}
// if it's a menu
if ($query->query_vars[orderby] == 'menu_order') {
return;
}
//console_debug($query);
// console_debug($query->query_vars[related_loop]);
if ($query->is_home()) {
$pposts = 14;
$pposts = get_theme_mod('dis-2019-posts-on-home',20);
} elseif ($query->is_tag()) {
$pposts = 10;
$pposts = get_theme_mod('dis-2019-posts-on-tag', 10);
} elseif ($query->query_vars[related_loop]) {
$pposts = get_theme_mod('dis-2019-related-posts', 3);
} elseif ($query->is_archive()) {
$pposts = get_theme_mod('dis-2019-posts-on-archive', 11);
} elseif ($query->is_search()) {
$pposts = get_theme_mod('dis-2019-posts-on-archive', 11);
} elseif (!$query->in_the_loop()) {
return;
} else {
$pposts = 11;
$pposts = get_option('posts_per_page');
// $pposts = 6;
}
//set post_per_page if it's homepage
if (!$query->is_paged) {
// console_debug($pposts);
$query->set('posts_per_page', $pposts);
} else {
return;
@@ -528,7 +594,7 @@ add_action('wp_print_scripts', 'dis2019_conditional_scripts'); // Add Conditiona
add_action('get_header', 'enable_threaded_comments'); // Enable Threaded Comments
add_action('wp_enqueue_scripts', 'dis2019_styles'); // Add Theme Stylesheet
add_action('init', 'register_dis_menu'); // Add dis-2019 Menu
add_action('init', 'create_post_type_dis'); // Add our dis-2019 Custom Post Type
//add_action('init', 'create_post_type_dis'); // Add our dis-2019 Custom Post Type
add_action('widgets_init', 'my_remove_recent_comments_style'); // Remove inline Recent Comment Styles from wp_head()
add_action('init', 'diswp_pagination'); // Add our HTML5 Pagination
@@ -549,6 +615,7 @@ remove_action('wp_head', 'wp_shortlink_wp_head', 10, 0);
// Add Filters
add_filter('avatar_defaults', 'dis2019gravatar'); // Custom Gravatar in Settings > Discussion
add_filter('body_class', 'add_slug_to_body_class'); // Add slug to body class (Starkers build)
add_filter('body_class', 'add_masonry_to_body_class'); // Add masonry to body class
add_filter('widget_text', 'do_shortcode'); // Allow shortcodes in Dynamic Sidebar
add_filter('widget_text', 'shortcode_unautop'); // Remove <p> tags in Dynamic Sidebars (better!)
add_filter('wp_nav_menu_args', 'my_wp_nav_menu_args'); // Remove surrounding <div> from WP Navigation
@@ -640,17 +707,25 @@ Custom taxonomy
function dis2019_register_taxonomy_format()
{
$labels = [
'name' => _x('Format', 'taxonomy general name'),
'singular_name' => _x('Format', 'taxonomy singular name'),
'search_items' => __('Search Formats'),
'all_items' => __('All Formats'),
'parent_item' => __('Parent Format'),
'parent_item_colon' => __('Parent Format:'),
'edit_item' => __('Edit Format'),
'update_item' => __('Update Format'),
'add_new_item' => __('Add New Format'),
'new_item_name' => __('New Format Name'),
'menu_name' => __('Formats'),
'name' => _x('Format', 'taxonomy general name', 'dis2019'),
'singular_name' => _x('Format', 'taxonomy singular name', 'dis2019'),
'search_items' => __('Search Formats', 'dis2019'),
'all_items' => __('All Formats', 'dis2019'),
'parent_item' => __('Parent Format', 'dis2019'),
'parent_item_colon' => __('Parent Format:', 'dis2019'),
'edit_item' => __('Edit Format', 'dis2019'),
'update_item' => __('Update Format', 'dis2019'),
'add_new_item' => __('Add New Format', 'dis2019'),
'new_item_name' => __('New Format Name', 'dis2019'),
'menu_name' => __('Formats', 'dis2019'),
'view_item' => __('View Formats', 'dis2019'),
'popular_items' => __('Popular Formats', 'dis2019'),
'separate_items_with_commas' => __('Separate formats with commas', 'dis2019'),
'add_or_remove_items' => __('Add or remove formats', 'dis2019'),
'choose_from_most_used' => __('Choose from most used formats', 'dis2019'),
'not_found' => __('No formats found', 'dis2019'),
'back_to_items' => __('Back to formats', 'dis2019'),
];
$args = [
'hierarchical' => false, // make it hierarchical (like categories)
@@ -658,11 +733,50 @@ function dis2019_register_taxonomy_format()
'show_ui' => true,
'show_admin_column' => true,
'query_var' => true,
'rewrite' => ['slug' => 'Format'],
'rewrite' => ['slug' => 'format'],
'show_in_rest' => true,
'public' => true,
];
register_taxonomy('Format', ['post'], $args);
}
add_action('init', 'dis2019_register_taxonomy_format');
function dis2019_register_taxonomy_writer()
{
$labels = [
'name' => _x('Writers', 'taxonomy general name', 'dis2019'),
'singular_name' => _x('Writer', 'taxonomy singular name', 'dis2019'),
'search_items' => __('Search Writers', 'dis2019'),
'all_items' => __('All Writers', 'dis2019'),
'parent_item' => __('Parent Writer', 'dis2019'),
'parent_item_colon' => __('Parent Writer:', 'dis2019'),
'edit_item' => __('Edit Writer', 'dis2019'),
'update_item' => __('Update Writer', 'dis2019'),
'add_new_item' => __('Add New Writer', 'dis2019'),
'new_item_name' => __('New Writer Name', 'dis2019'),
'menu_name' => __('Writers', 'dis2019'),
'view_item' => __('View Writers', 'dis2019'),
'popular_items' => __('Popular Writers', 'dis2019'),
'separate_items_with_commas' => __('Separate writers with commas', 'dis2019'),
'add_or_remove_items' => __('Add or remove writers', 'dis2019'),
'choose_from_most_used' => __('Choose from most used writer', 'dis2019'),
'not_found' => __('No writer found', 'dis2019'),
'back_to_items' => __('Back to writers', 'dis2019'),
];
$args = [
'hierarchical' => false, // make it hierarchical (like categories)
'labels' => $labels,
'show_ui' => true,
'show_admin_column' => true,
'query_var' => true,
'rewrite' => ['slug' => 'writer'],
'show_in_rest' => true,
'public' => true,
];
register_taxonomy('Writer', ['post'], $args);
}
add_action('init', 'dis2019_register_taxonomy_writer');
?>

View File

@@ -3,20 +3,23 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
var livereload = require('gulp-livereload');
var cleanCSS = require('gulp-clean-css');
var svgmin = require('gulp-svgmin');
sass.compiler = require('node-sass');
gulp.task('sass', function () {
return gulp.src('./sass/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(cleanCSS())
.pipe(gulp.dest('./css'))
});
gulp.task('liverel', function () {
return gulp.src(['./**','!./node_modules/**'])
return gulp.src(['./**', '!./node_modules/**'])
.pipe(livereload({
quiet:true
quiet: true
}))
})
@@ -27,6 +30,15 @@ gulp.task('liverel', function () {
gulp.task('watch', function () {
livereload.listen()
gulp.watch('./sass/**/*.scss', gulp.series('sass'))
gulp.watch(['./**','!./node_modules/**'], gulp.series('liverel'))
gulp.watch(['./**', '!./node_modules/**'], gulp.series('liverel'))
});
gulp.task('minify-svg', function () {
return gulp.src('./imgmax/**/*.svg')
.pipe(svgmin({
plugins: [{
removeViewBox: false
}]
}))
.pipe(gulp.dest('./img'));
})

View File

@@ -1,20 +1,28 @@
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
<html <?php language_attributes();?> class="no-js">
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<meta charset="<?php bloginfo('charset');?>">
<title><?php wp_title('');?><?php if (wp_title('', false)) {echo ' :';}?> <?php bloginfo('name');?></title>
<link href="//www.google-analytics.com" rel="dns-prefetch">
<!-- <link href="<?php //echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
<link href="<?php //echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed"> -->
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri(); ?>/img/icons/apple-touch-icon.png?v=m2R26gv6zM">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon-32x32.png?v=m2R26gv6zM">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon-16x16.png?v=m2R26gv6zM">
<link rel="manifest" href="<?php echo get_template_directory_uri(); ?>/img/icons/site.webmanifest?v=m2R26gv6zM">
<link rel="mask-icon" href="<?php echo get_template_directory_uri(); ?>/img/icons/safari-pinned-tab.svg?v=m2R26gv6zM" color="#000000">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico?v=m2R26gv6zM">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> -->
<meta name="description" content="<?php bloginfo('description'); ?>">
<meta name="description" content="<?php bloginfo('description');?>">
<?php wp_head(); ?>
<?php wp_head();?>
<script>
// conditionizr.com
// configure environment tests
@@ -26,7 +34,11 @@
</head>
<body <?php body_class(); ?>>
<body <?php body_class();?>>
<!-- facebook -->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/hu_HU/sdk.js#xfbml=1&version=v4.0&appId=525065661232966&autoLogAppEvents=1"></script>
<!-- wrapper -->
<div class="wrapper">
@@ -36,35 +48,33 @@
<!-- ------------------------------ header-1 ------------------------------- -->
<div class="header-1">
<div class="header-1 header-inner">
<!-- logo -->
<div class="logo">
<a href="<?php echo home_url(); ?>">
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-logo.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo.png" />
</object>
<div class="dis-logo">
</div>
</a>
</div>
<!-- /logo -->
<div class="fb-link social-link">
<a href="https://www.facebook.com/designisso" target="_blank">
<object data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.png" />
</object>
<div class="facebook-icon icon menuicon">
</div>
</a>
</div>
<div class="search-box">
<button type="button" id="search-button">
<object data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.png" />
</object>
<div class="kereso-icon icon">
</div>
</button>
<div class="search-bar">
<?php get_search_form(); ?>
<?php get_search_form();?>
</div>
</div><!-- search end -->
@@ -81,31 +91,28 @@
<!-- ----------------------------- header 2 ------------------------------ -->
<div class="header-2">
<div class="header-2 header-inner">
<div class="menubutton">
<button type="button" id="toggle-sidebar">
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-plus.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus.png" />
</object>
<div class="menubutton-icon icon menuicon">
</div>
</button>
</div>
<div class="ig-link social-link">
<a href="https://www.instagram.com/design_is_so/" target="_blank">
<object data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.png" />
</object>
<div class="instagram-icon icon menuicon">
</div>
</a>
</div>
<div class="events-link">
<a href="/index.php/category/esemeny" target="_top">
<object data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.png" />
</object>
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top">
<div class="esemeny-icon icon menuicon">
</div>
</a>
</div>
@@ -113,8 +120,12 @@
<div id="sidebar">
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper">
<?php dis2019_nav(); ?>
<?php wp_nav_menu( array( 'theme_location' => 'right-menu') ); ?>
<?php //dis2019_nav(); ?>
<?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?>
<div class="menuseparator">
</div>
<?php wp_nav_menu(array('theme_location' => 'main-right-menu'));?>
</nav>
</div>
@@ -129,23 +140,17 @@
<div id="tag-nav">
<nav role="navigation" class="tag-nav">
<!-- <?php //$walker = new Menu_With_Description; ?> -->
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu') ); ?>
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
</nav>
<!-- <div class="sub-wrapper">
</div> -->
</div>
<!-- ----------------------- to top arrow on mobile ------------------------ -->
<div class="totop">
<a href="#top">
<object data="<?php echo get_template_directory_uri(); ?>/img/arrow.svg" type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/arrow.png" />
</object>
</a>
</div>
</header>
<!-- /header -->
<div class="loadingscreen">
</div>
<main role="main">

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

1
img/_del_arrow.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="165.19" height="85.243" viewBox="0 0 43.706 22.554"><path d="M.374.374l21.432 21.431.047-.047.048.047L43.332.375" fill="none" stroke="#fff" stroke-width="1.058" stroke-miterlimit="10"/></svg>

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

View File

@@ -1,25 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 100 99.999997" enable-background="new 0 0 479.621 491.252" xml:space="preserve" sodipodi:docname="be_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1415" inkscape:window-height="954" id="namedview5" showgrid="false" inkscape:zoom="0.48040515" inkscape:cx="136.7731" inkscape:cy="212.32121" inkscape:window-x="946" inkscape:window-y="216" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 77.433483,75.667378 C 54.307747,99.215178 23.63064,107.15327 8.4000886,92.895608 -6.8306716,78.637748 -0.84741189,47.583218 22.278323,24.035208 45.404268,0.48720829 76.49837,-7.0439617 91.728922,7.2138983 106.95947,21.471348 100.55943,52.119578 77.433483,75.667378 Z" />
</clipPath>
<path id="svgMask" d="M 77.433483,75.667378 C 54.307747,99.215178 23.63064,107.15327 8.4000886,92.895608 -6.8306716,78.637748 -0.84741189,47.583218 22.278323,24.035208 45.404268,0.48720829 76.49837,-7.0439617 91.728922,7.2138983 106.95947,21.471348 100.55943,52.119578 77.433483,75.667378 Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M77.433 75.667C54.308 99.215 23.631 107.153 8.4 92.896-6.83 78.638-.847 47.583 22.278 24.036 45.404.486 76.498-7.045 91.728 7.213 106.96 21.47 100.56 52.12 77.434 75.667z"/></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 275 B

1
img/clip/be_mobil.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50" viewBox="0 0 1077.252 536.91"><path d="M4.484 126.232C38.201-.521 304.892-39.604 600.152 38.936c295.264 78.537 507.29 244.957 473.576 371.709-33.716 126.751-300.406 165.834-595.67 87.297C182.797 419.404-29.229 252.983 4.484 126.232z"/></svg>

After

Width:  |  Height:  |  Size: 305 B

View File

@@ -1,25 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999999 99.999998" enable-background="new 0 0 480.604 508.191" xml:space="preserve" sodipodi:docname="do_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1491" inkscape:window-height="1019" id="namedview5" showgrid="false" inkscape:zoom="2.6269996" inkscape:cx="-45.728655" inkscape:cy="12.034621" inkscape:window-x="1337" inkscape:window-y="129" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 0,42.689068 4.4951769,69.521499 V 100 H 100 V 69.302881 H 35.776648 L 99.403043,60.64216 95.020641,34.524028 98.399098,34.887474 99.484815,3.8493401 1.5676108,0 0.48230976,31.029082 68.336302,33.427393 Z"/>
</clipPath>
<path id="svgMask" d="M 0,42.689068 4.4951769,69.521499 V 100 H 100 V 69.302881 H 35.776648 L 99.403043,60.64216 95.020641,34.524028 98.399098,34.887474 99.484815,3.8493401 1.5676108,0 0.48230976,31.029082 68.336302,33.427393 Z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0 42.69L4.495 69.52V100H100V69.303H35.777l63.626-8.66-4.382-26.119 3.378.363L99.485 3.85 1.568 0 .482 31.03l67.854 2.397z"/></svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 227 B

1
img/clip/do_mobil.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50" viewBox="0 0 1078.734 536.91"><path d="M969.418 163L-.572 210.955V539h1079V376H137.691l940.737-46.461V0h-1079v163z"/></svg>

After

Width:  |  Height:  |  Size: 187 B

View File

@@ -1,25 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999997 100" enable-background="new 0 0 482.14 500.987" xml:space="preserve" sodipodi:docname="love_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1633" inkscape:window-height="1080" id="namedview5" showgrid="false" inkscape:zoom="0.66619374" inkscape:cx="412.21122" inkscape:cy="206.63424" inkscape:window-x="1417" inkscape:window-y="87" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 99.999996,29.21714 C 99.999996,13.081 86.42957,0 69.689706,0 52.949843,0 39.379417,13.0808 39.379417,29.21714 c 0,5.55985 1.611041,10.75649 4.407823,15.18075 C 39.727409,42.45198 35.152118,41.35575 30.31029,41.35575 13.570219,41.35575 0,54.43795 0,70.57429 -2.0726027e-4,86.71022 13.606904,100 30.346975,100 c 0.034,0 -0.02114,0 0.01306,0 h -0.02611 69.639757 V 30.39008 C 99.989636,30.0007 100,29.61012 100,29.21714 Z" />
</clipPath>
<path id="svgMask" d="M 99.999996,29.21714 C 99.999996,13.081 86.42957,0 69.689706,0 52.949843,0 39.379417,13.0808 39.379417,29.21714 c 0,5.55985 1.611041,10.75649 4.407823,15.18075 C 39.727409,42.45198 35.152118,41.35575 30.31029,41.35575 13.570219,41.35575 0,54.43795 0,70.57429 -2.0726027e-4,86.71022 13.606904,100 30.346975,100 c 0.034,0 -0.02114,0 0.01306,0 h -0.02611 69.639757 V 30.39008 C 99.989636,30.0007 100,29.61012 100,29.21714 Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M100 29.217C100 13.081 86.43 0 69.69 0S39.38 13.08 39.38 29.217c0 5.56 1.61 10.757 4.407 15.18a31.111 31.111 0 00-13.477-3.041C13.57 41.356 0 54.438 0 70.574S13.607 100 30.347 100h.013-.026 69.64V30.39c.016-.39.026-.78.026-1.173z"/></svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 334 B

1
img/clip/love_mobil.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50" viewBox="0 0 1077.252 536.91"><path d="M453.183 35.101C404.96 13.122 340.698-.295 270.126-.295c-149.67 0-271 60.328-271 134.75 0 69.605 106.143 126.88 242.336 134-136.193 7.12-242.336 64.393-242.336 134 0 74.42 121.33 134.75 271 134.75 70.545 0 134.785-13.406 183.002-35.37l624.998-232.63z"/></svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -1,25 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999999 99.999998" enable-background="new 0 0 480.604 508.191" xml:space="preserve" sodipodi:docname="think_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata11">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs9" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="2074" inkscape:window-height="1062" id="namedview7" showgrid="false" inkscape:zoom="2.56" inkscape:cx="8.39166" inkscape:cy="65.978929" inkscape:window-x="1064" inkscape:window-y="234" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 32.576974,100 C 28.004237,100 24.034448,97.863929 21.378539,93.967755 18.694898,90.030672 17.570097,85.333272 18.125775,80.383031 19.132298,71.416483 30.076528,58.407684 44.36239,48.163565 43.288849,48.767827 32.144616,56.653368 31.051958,57.109159 16.771139,63.063975 9.1832453,58.955472 5.0098828,53.64463 0.69828342,48.159174 -0.90593487,41.436059 0.49197876,34.713343 2.3852758,25.607303 9.7050994,17.258986 22.870361,9.1906495 31.312465,4.0169041 39.283346,0.72459317 39.618643,0.58669847 44.311129,-1.3400358 49.423787,1.6343789 51.03914,7.23019 c 1.615353,5.595811 -0.878581,11.69371 -5.570436,13.620644 -0.223112,0.0922 -7.074233,2.948871 -14.169264,7.269905 -8.263951,5.033456 -11.781214,8.976726 -12.937528,10.875123 0.794546,0.07463 3.126502,-0.08282 8.184117,-2.927319 C 31.886841,33.064593 38.817585,28.81121 44.92269,24.616098 51.505321,20.092713 71.113507,6.7889668 76.540454,3.3501802 79.870321,1.2402515 82.935689,0.56275149 85.686137,0.44142011 90.433875,0.23228314 94.480136,2.5030557 97.096129,6.8354639 99.401405,10.65381 100.2823,15.1299 99.643845,19.779805 97.980382,31.894983 70.148161,50.822677 56.408943,62.572264 c -3.428397,2.931709 -6.934315,5.929871 -10.084768,8.826059 1.733841,-1.139876 3.527558,-2.348999 5.36224,-3.585661 15.256461,-10.283233 29.666064,-19.996129 40.376049,-11.889677 5.954053,4.506822 8.580126,13.055496 7.804912,25.408147 -0.370592,5.901734 -4.685552,10.327336 -9.630351,9.886312 -4.948581,-0.441622 -8.659964,-5.583837 -8.289372,-11.485571 0.159455,-2.541772 0.07836,-4.211276 -0.04181,-5.244189 -1.148751,0.229891 -3.196252,0.878056 -6.539774,2.642549 -4.519794,2.385319 -9.765227,5.920891 -14.837968,9.340121 -6.472126,4.362542 -12.585215,8.483019 -18.136113,11.005235 -3.644155,1.656133 -6.783053,2.481107 -9.595897,2.523014 -0.07311,7.98e-4 -0.14664,0.0014 -0.21912,0.0014 z"/>
</clipPath>
<path id="svgMask" d="M 32.576974,100 C 28.004237,100 24.034448,97.863929 21.378539,93.967755 18.694898,90.030672 17.570097,85.333272 18.125775,80.383031 19.132298,71.416483 30.076528,58.407684 44.36239,48.163565 43.288849,48.767827 32.144616,56.653368 31.051958,57.109159 16.771139,63.063975 9.1832453,58.955472 5.0098828,53.64463 0.69828342,48.159174 -0.90593487,41.436059 0.49197876,34.713343 2.3852758,25.607303 9.7050994,17.258986 22.870361,9.1906495 31.312465,4.0169041 39.283346,0.72459317 39.618643,0.58669847 44.311129,-1.3400358 49.423787,1.6343789 51.03914,7.23019 c 1.615353,5.595811 -0.878581,11.69371 -5.570436,13.620644 -0.223112,0.0922 -7.074233,2.948871 -14.169264,7.269905 -8.263951,5.033456 -11.781214,8.976726 -12.937528,10.875123 0.794546,0.07463 3.126502,-0.08282 8.184117,-2.927319 C 31.886841,33.064593 38.817585,28.81121 44.92269,24.616098 51.505321,20.092713 71.113507,6.7889668 76.540454,3.3501802 79.870321,1.2402515 82.935689,0.56275149 85.686137,0.44142011 90.433875,0.23228314 94.480136,2.5030557 97.096129,6.8354639 99.401405,10.65381 100.2823,15.1299 99.643845,19.779805 97.980382,31.894983 70.148161,50.822677 56.408943,62.572264 c -3.428397,2.931709 -6.934315,5.929871 -10.084768,8.826059 1.733841,-1.139876 3.527558,-2.348999 5.36224,-3.585661 15.256461,-10.283233 29.666064,-19.996129 40.376049,-11.889677 5.954053,4.506822 8.580126,13.055496 7.804912,25.408147 -0.370592,5.901734 -4.685552,10.327336 -9.630351,9.886312 -4.948581,-0.441622 -8.659964,-5.583837 -8.289372,-11.485571 0.159455,-2.541772 0.07836,-4.211276 -0.04181,-5.244189 -1.148751,0.229891 -3.196252,0.878056 -6.539774,2.642549 -4.519794,2.385319 -9.765227,5.920891 -14.837968,9.340121 -6.472126,4.362542 -12.585215,8.483019 -18.136113,11.005235 -3.644155,1.656133 -6.783053,2.481107 -9.595897,2.523014 -0.07311,7.98e-4 -0.14664,0.0014 -0.21912,0.0014 z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M32.577 100c-4.573 0-8.543-2.136-11.198-6.032-2.684-3.937-3.809-8.635-3.253-13.585 1.006-8.967 11.95-21.975 26.236-32.22-1.073.605-12.217 8.49-13.31 8.946-14.28 5.955-21.869 1.846-26.042-3.464C.698 48.159-.906 41.436.492 34.713 2.385 25.607 9.705 17.26 22.87 9.191 31.312 4.017 39.283.725 39.62.587c4.692-1.927 9.805 1.047 11.42 6.643 1.615 5.596-.878 11.694-5.57 13.62-.223.093-7.075 2.95-14.17 7.27-8.264 5.034-11.78 8.977-12.937 10.876.794.074 3.126-.083 8.184-2.927 5.34-3.004 12.272-7.258 18.377-11.453C51.505 20.093 71.113 6.79 76.54 3.35 79.87 1.24 82.936.563 85.686.441c4.748-.209 8.794 2.062 11.41 6.394 2.305 3.819 3.186 8.295 2.548 12.945-1.664 12.115-29.496 31.043-43.235 42.792-3.428 2.932-6.934 5.93-10.085 8.826 1.734-1.14 3.528-2.349 5.362-3.585 15.257-10.284 29.666-19.996 40.376-11.89 5.955 4.507 8.58 13.055 7.805 25.408-.37 5.902-4.685 10.327-9.63 9.886-4.949-.441-8.66-5.583-8.29-11.485.16-2.542.079-4.211-.041-5.244-1.149.23-3.196.878-6.54 2.642-4.52 2.386-9.765 5.921-14.838 9.34-6.472 4.363-12.585 8.483-18.136 11.006-3.644 1.656-6.783 2.48-9.596 2.523l-.219.001z"/></svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

1
img/clip/think_mobil.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50" viewBox="0 0 1078.734 534.726"><path d="M96.692 218.239c14.364-3.102 28.79-6.007 43.214-8.889 37.619-7.515 75.354-14.597 113.17-21.32 52.63-9.358 105.436-17.985 158.412-25.739 39.911-5.842 79.925-11.167 120.045-15.832l-20.271 2.355c59.367-6.887 118.999-12.391 178.823-15.182 52.546-2.451 105.567-3.031 157.954 1.842 4.572.425 9.139.904 13.696 1.43l-20.271-2.355c26.912 3.13 53.987 7.874 79.123 16.982-6.071-2.216-12.144-4.43-18.215-6.645 10.95 3.998 21.51 8.878 30.948 15.158-5.142-3.438-10.286-6.872-15.431-10.307 5.85 3.926 11.204 8.376 15.761 13.432l-11.922-13.339c3.732 4.188 6.861 8.737 9.268 13.602-2.563-5.249-5.124-10.497-7.688-15.745a56.047 56.047 0 014.972 15.901l-2.722-17.522c.896 5.983.951 12.063.051 18.048.909-5.841 1.815-11.683 2.723-17.522a53.356 53.356 0 01-4.734 15.113l7.687-15.746c-2.356 4.764-5.431 9.211-9.091 13.309l11.924-13.339c-4.584 5.074-9.975 9.533-15.85 13.479l15.432-10.307c-10.145 6.76-21.539 11.969-33.304 16.279l18.215-6.646c-33.036 12.022-68.991 17.7-104.337 21.832l20.27-2.354c-52.022 6.041-104.6 8.186-157.027 9.525-58.397 1.492-116.824 1.697-175.238 2.359-56.82.644-113.686 1.58-170.395 4.887-25.457 1.486-50.885 3.486-76.176 6.422-28.882 3.352-57.686 6.773-85.985 12.91-24.685 5.351-48.478 13.12-71.472 22.557-7.375 3.026-14.523 6.479-21.276 10.445-11.278 6.627-22.573 13.846-32.161 22.307-18.415 16.25-32.809 36.783-39.463 58.894-6.048 20.085-8.156 46.156.038 66.159 7.298 17.82 12.849 25.037 26.475 39.491 7.205 7.643 17.528 13.625 26.687 19.005 10.066 5.915 22.518 9.666 33.466 13.537 6.276 2.219 12.796 3.908 19.377 5.309 22.424 4.771 45.778 6.943 68.787 8.297 20.173 1.188 40.429 1.23 60.637.793 48.915-1.059 97.73-5.021 146.363-9.503 54.45-5.018 108.782-10.96 163.153-16.575 53.224-5.498 106.501-10.785 159.95-14.393 45.416-3.065 91.207-5.179 136.746-2.951 10.849.531 21.687 1.358 32.461 2.606l-20.27-2.355c17.463 2.048 35.034 5.122 51.336 11.065-6.071-2.215-12.143-4.431-18.216-6.645 7.055 2.594 13.842 5.759 19.92 9.816l-15.432-10.307c3.817 2.575 7.305 5.487 10.288 8.789-3.974-4.447-7.947-8.895-11.922-13.34 2.58 2.892 4.729 6.034 6.375 9.396l-7.685-15.745a39.373 39.373 0 013.377 10.813c-.908-5.841-1.815-11.682-2.725-17.523.768 4.969.627 9.988-.132 14.951.908-5.841 1.817-11.681 2.724-17.522-1.328 8.391-4.344 16.504-8.118 24.297l7.687-15.745a149.207 149.207 0 01-2.736 5.32l-7.687 15.746c-3.632 11.681-3.632 23.363 0 35.045 5.243 16.476 17.996 30.761 35.04 39.391 17.61 8.918 39.074 11.326 58.756 6.646l18.213-6.646c11.459-5.859 20.576-13.74 27.355-23.646 6.066-11.25 12.171-22.846 16.025-34.872 3.546-11.059 5.359-22.773 5.854-34.196.864-19.921-5.748-43.084-18.604-59.799-13.458-17.498-31.023-32.384-52.856-41.996-18.697-8.23-38.579-14.479-59.155-17.984-45.728-7.791-92.489-9.085-138.934-7.794-50.686 1.408-101.249 5.535-151.648 10.224-54.778 5.095-109.442 11.072-164.15 16.712-52.122 5.372-104.306 10.541-156.657 13.943-42.879 2.785-86.223 4.729-129.171 1.919a413.398 413.398 0 01-20.28-1.816l20.269 2.354c-15.357-1.795-30.825-4.472-45.164-9.695l18.216 6.644c-6.017-2.214-11.807-4.903-17.003-8.351 5.146 3.436 10.29 6.871 15.433 10.307-3.284-2.206-6.287-4.699-8.85-7.536l11.921 13.341c-2.129-2.387-3.907-4.974-5.286-7.742l7.687 15.744a32.797 32.797 0 01-2.925-9.376l2.723 17.521c-.785-5.325-.476-10.819.349-16.127a33612.02 33612.02 0 01-2.725 17.521c.899-5.565 2.58-11 5.085-16.188l-7.688 15.746c2.551-5.201 5.886-10.062 9.862-14.541l-11.923 13.339c5.018-5.593 10.943-10.501 17.402-14.838-5.143 3.437-10.287 6.872-15.432 10.308 10.918-7.269 23.174-12.876 35.835-17.511L165.634 354c34.946-12.709 72.95-18.755 110.343-23.123l-20.27 2.354c52.789-6.127 106.125-8.389 159.326-9.786 58.549-1.538 117.131-1.764 175.697-2.413 56.359-.623 112.764-1.494 169.017-4.73 24.995-1.438 49.964-3.38 74.796-6.263 28.275-3.284 56.484-6.602 84.167-12.703 23.852-5.258 47.146-12.874 69.202-22.3 6.951-2.971 13.668-6.372 19.959-10.296 10.576-6.601 21.924-13.602 30.758-22.147 8.4-8.127 17.008-17.153 22.717-27.057 5.6-9.711 11.375-20.549 13.611-31.479 2.347-11.481 4.664-23.616 3.438-35.389-1.18-11.313-2.484-23.869-7.416-34.725-4.809-10.584-9.464-21.549-17.572-30.649-8.438-9.471-15.873-18.643-26.635-26.063-11.138-7.678-22.021-15.227-34.606-20.965-13.287-6.058-27.365-10.98-41.491-15.357-18.979-5.881-38.823-9.563-58.711-12.238-30.082-4.046-60.279-6.86-90.691-7.953-55.777-2.005-111.74.412-167.323 4.477-66.81 4.886-133.382 12.475-199.657 21.174-56.417 7.405-112.629 15.973-168.646 25.367a5580.392 5580.392 0 00-132.304 23.835c-23.797 4.583-47.56 9.3-71.247 14.288-1.981.417-3.963.836-5.941 1.264-40.312 8.705-64.074 47.08-53.256 81.08 5.241 16.476 17.997 30.761 35.041 39.393 17.946 9.087 38.739 10.965 58.752 6.643z"/></svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -1,45 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
viewBox="0 0 122.1 232"
height="232"
width="122.1"
xml:space="preserve"
id="svg2"
version="1.1"
sodipodi:docname="curvy_arrow.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1656"
inkscape:window-height="959"
id="namedview18"
showgrid="false"
inkscape:zoom="2.0311646"
inkscape:cx="20.24125"
inkscape:cy="178.83688"
inkscape:window-x="1062"
inkscape:window-y="261"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" /><metadata
id="metadata8"><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 /></cc:Work></rdf:RDF></metadata><defs
id="defs6" /><path
id="path226"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 0.75,0 C 0.75,63.609 54.101,116 122.1,116 54.101,116 0.75,168.389 0.75,232"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" /></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.1 232" height="232" width="122.1"><path d="M.75 0c0 63.609 53.351 116 121.35 116C54.101 116 .75 168.389.75 232" fill="none" stroke="#000" stroke-width="1.5" stroke-miterlimit="10"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 244 B

BIN
img/dis-logo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

1
img/dis-logo-black.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="178.748" height="176.877" viewBox="0 0 47.294 46.799"><path d="M30.854 12.886L13.138 30.72l3.303 3.193L34.156 16.08zM4.801 4.441v11.403h2.851c1.83 0 3.39 0 4.862-.99 1.44-.96 2.31-2.58 2.31-4.802 0-1.98-.81-3.48-2.16-4.47-1.561-1.14-3.151-1.14-4.922-1.14zM0 0h7.682c2.491 0 5.042 0 7.683 1.741 2.64 1.65 4.5 4.501 4.5 8.311 0 4.112-2.19 7.233-5.25 8.883-2.431 1.32-4.562 1.32-6.903 1.32H0zM45.014 31.855c-2.401-1.05-4.891-1.591-7.263-1.591-1.68 0-3.06.51-3.03 1.891 0 1.62 2.46 1.92 5.16 2.34 3.843.571 7.413 1.77 7.413 5.851 0 5.012-5.161 6.453-9.212 6.453-3.481 0-6.662-.69-9.452-2.191l1.95-4.141c2.34 1.2 5.161 2.01 7.862 2.01 1.59 0 3.511-.36 3.511-1.98.03-1.47-1.5-1.89-3.99-2.25-4.113-.51-8.313-1.62-8.343-6.153.03-4.35 4.23-6.15 8.641-6.15 2.882 0 5.463.45 8.403 1.74z"/></svg>

After

Width:  |  Height:  |  Size: 831 B

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

1
img/dis-logo-white.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="178.748" height="176.877" viewBox="0 0 47.294 46.799"><g fill="#fff"><path d="M30.854 12.886L13.138 30.72l3.303 3.193L34.156 16.08zM4.801 4.441v11.403h2.851c1.83 0 3.39 0 4.862-.99 1.44-.96 2.31-2.58 2.31-4.802 0-1.98-.81-3.48-2.16-4.47-1.561-1.14-3.151-1.14-4.922-1.14zM0 0h7.682c2.491 0 5.042 0 7.683 1.741 2.64 1.65 4.5 4.501 4.5 8.311 0 4.112-2.19 7.233-5.25 8.883-2.431 1.32-4.562 1.32-6.903 1.32H0zM45.014 31.855c-2.401-1.05-4.891-1.591-7.263-1.591-1.68 0-3.06.51-3.03 1.891 0 1.62 2.46 1.92 5.16 2.34 3.843.571 7.413 1.77 7.413 5.851 0 5.012-5.161 6.453-9.212 6.453-3.481 0-6.662-.69-9.452-2.191l1.95-4.141c2.34 1.2 5.161 2.01 7.862 2.01 1.59 0 3.511-.36 3.511-1.98.03-1.47-1.5-1.89-3.99-2.25-4.113-.51-8.313-1.62-8.343-6.153.03-4.35 4.23-6.15 8.641-6.15 2.882 0 5.463.45 8.403 1.74z"/></g></svg>

After

Width:  |  Height:  |  Size: 850 B

BIN
img/dis-plus-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

1
img/dis-plus-black.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="58" viewBox="0 0 57 58"><path d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg>

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 455 B

1
img/dis-plus-white.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="58" viewBox="0 0 57 58"><path fill="#fff" d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg>

After

Width:  |  Height:  |  Size: 151 B

BIN
img/facebook_icon-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082" viewBox="0 0 44.034 44.082"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></svg>

After

Width:  |  Height:  |  Size: 828 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082" viewBox="0 0 44.034 44.082"><g fill="#fff"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></g></svg>

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=m2R26gv6zM"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
img/icons/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

BIN
img/icons/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB

8
img/icons/html_code.html Normal file
View File

@@ -0,0 +1,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=m2R26gv6zM">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=m2R26gv6zM">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=m2R26gv6zM">
<link rel="manifest" href="/site.webmanifest?v=m2R26gv6zM">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=m2R26gv6zM" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=m2R26gv6zM">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="981.333" height="981.333" viewBox="0 0 736 736"><path d="M0 161.5v157.6l80.8-.4c44.4-.2 82.5-.7 84.7-1 2.2-.4 6-1 8.5-1.3 2.5-.4 5-.8 5.5-1 .6-.1 2.1-.4 3.5-.7 6.4-1.3 16.1-4 22.2-6.3 3.7-1.4 7-2.6 7.2-2.6 1.2 0 20.2-10.1 24.3-12.8 2.4-1.7 4.7-3 5-3 1.7 0 20.1-16.1 26.5-23.2 4-4.4 8.1-8.9 9.1-9.9.9-1 1.7-2.2 1.7-2.7 0-.4 1.2-2.1 2.6-3.7 1.4-1.7 3-3.9 3.5-5 1-2.2 3.1-5.7 3.9-6.5 1.5-1.4 11.7-24.3 12.5-28 .1-.8 1-4 1.9-7 .8-3 1.8-6.7 2.1-8.2 1.1-6 1.4-7.5 2.1-12.3 1.1-6.6 1.1-39.5.1-46.4-.9-5.4-1.1-6.7-2.4-13.1-.9-4.6-1-4.9-1.3-5.5-.1-.3-.3-.8-.4-1.3-.2-.4-1.1-3.4-2.1-6.7-1-3.3-1.8-6.3-1.7-6.8.1-.4-.2-.7-.8-.7-.6 0-.9-.3-.8-.8.6-3.1-14.5-30.2-20.7-36.8-.5-.6-2.8-3.3-4.9-6-5.5-6.8-18-17.7-28.9-25.2-5.1-3.5-9.9-6.6-10.7-7-.8-.3-1.7-.8-2-1.2-.8-1-15.1-7.7-22-10.4-6.1-2.3-18.4-5.9-24-7-1.4-.3-3.4-.7-4.5-.9-1.2-.3-4.8-.8-8-1.2-3.3-.4-7.1-.9-8.5-1.2-1.4-.4-38.8-.8-83.2-1L0 3.8v157.7zm155-87.1c10.7 1.5 30 7.6 30.8 9.8.2.4 1.2.8 2.2.8 1 0 2 .3 2.2.7.2.5 2.2 2 4.5 3.5 7 4.6 16.3 13.9 21.5 21.6 4.6 6.8 10.2 18.6 11.3 23.6.2 1.2.6 3.2.9 4.6 2.1 9.4 2.8 27.5 1.5 36-1.4 8.8-2 11.5-3.1 15-.7 1.9-1.2 3.7-1.3 4 0 .3-1.1 3.2-2.5 6.5-6.5 16.2-19.4 30.2-35.5 38.7-7.1 3.7-17.7 7.5-23.1 8.3-1.6.2-4 .6-5.4.9-6 1.4-18.7 1.9-50.2 2l-33.8.2-.1-3.1c-.1-3.9-.1-170.4 0-172.8.1-1.8 1.6-1.9 37.9-1.4 20.7.3 39.7.8 42.2 1.1zm234.5 221.2C229.5 456.6 205 481.3 205 481.9c0 .3 6.6 6.9 14.6 14.6 8 7.7 19.3 18.6 25.1 24.3 5.8 5.6 10.8 10.2 11.1 10.2.4 0 27.2-26.7 59.7-59.4 84.6-85.2 214.9-216.5 215.4-217.1.3-.3-3.8-4.6-9-9.6s-16.5-16-25.2-24.5-16.1-15.4-16.5-15.4c-.4 0-41.2 40.8-90.7 90.6zM582 408c0 .3-2.1.5-4.8.6-4.7 0-14.5 1-19.2 1.9-1.4.3-4.7.9-7.5 1.5-2.7.6-5.9 1.2-7 1.4-1.1.2-5.5 1.6-9.8 3-4.3 1.4-8.2 2.6-8.7 2.6-1.9 0-19.6 9.2-26.1 13.6-13.5 9.1-24.8 22.3-30.8 35.9-5 11.2-6.8 21.4-6.6 36.2.2 7.6.5 14.8.9 16 .3 1.3.8 3.3 1.1 4.5 6.2 28.4 30.9 50.6 69.5 62.3.3.1 1.2.4 2 .8 3.1 1.2 27.4 6.6 32.7 7.2 1.2.2 3.4.6 5 .9 3.4.7 7.1 1.2 14.3 2.1 22.5 2.7 42.9 7.7 51.7 12.7 6.4 3.6 12 10.2 13.3 15.9 2.4 9.8-1.1 20.9-8.3 26.3-11.2 8.4-22.6 11-47.7 10.9-20.6-.2-31.8-1.5-51-5.9-5.8-1.4-11.2-2.6-12-2.8-1.8-.3-15.7-4.5-18.5-5.6-1.1-.4-3.1-1.2-4.5-1.8-1.4-.5-6.8-2.7-12-4.7-5.2-2.1-12.1-5.1-15.2-6.7-3.2-1.5-6.1-2.8-6.5-2.8-.5 0-1.5 1.5-2.2 3.2-.8 1.8-4.2 8.9-7.5 15.8s-6 12.7-6.1 13c-.1.6-8 17.3-10.5 22.3-1.1 2.2-2 4.5-2 5.3 0 .8-.4 1.4-1 1.4-.5 0-1 .8-1 1.7 0 1.9 2.4 3.1 25.5 13.4 5.5 2.4 30.9 10.9 34 11.3 1.1.2 3.8.8 6 1.4 2.2.6 5.4 1.4 7 1.6 1.7.3 4.1.8 5.5 1.1 1.4.3 3.9.7 5.5 1 2.8.5 5.2.9 10.8 1.9 1.2.2 4.7.7 7.7 1 3 .4 8.2.9 11.5 1.3 8.6.9 50.8.9 59 0 12.3-1.4 20.4-2.6 22.7-3.3 2.5-.8 6.1-1.5 8.3-1.8 1.1-.2 2.7-.6 3.5-.9.8-.3 5.3-1.7 10-3.2 8.8-2.8 22.7-8.7 27-11.5 11.3-7.4 15.1-10.3 21.1-16.2 10.6-10.5 17-21.5 21.5-36.5 2.2-7.5 2.7-10.9 2.8-22.3.1-16.2-.7-23.2-4-31.8-3.8-10.2-8.8-18.3-16.3-26.2-3-3.2-14.6-12-15.8-12-.7 0-1.3-.3-1.3-.8 0-.9-17.4-9.3-22-10.7-.3-.1-3.9-1.2-8-2.5s-7.9-2.5-8.5-2.7c-.5-.1-2.8-.7-5-1.2s-5.1-1.2-6.5-1.5c-1.4-.4-3.6-.8-5-1.1-1.4-.3-3.5-.7-4.6-.9-1.2-.2-3.9-.7-6-1-2.2-.3-5.2-.9-6.7-1.2-1.6-.3-3.8-.7-5-.9-9.5-1.2-13.3-1.8-20.7-3.1-4.7-.8-11.7-2.2-15.6-3-3.9-.8-7.9-1.7-9-1.9-1-.2-2-.4-2.1-.5-.2-.2-.6-.3-1-.4-8.3-2.2-17.8-6-19.3-7.7-.3-.3-1.2-.8-2.1-1.1-2.6-1-8.6-9-9.7-12.8-2.4-9.1 1.2-20.1 8.6-25.7 5-3.8 14.3-7.4 19.4-7.6 2.1-.1 3.8-.5 3.8-.8 0-.7.1-.7 16-.8 16-.1 19.3.2 34 2.4 1.4.2 5 .7 8 1 3 .4 5.8.9 6.1 1.1.7.4 5.9 1.3 9.4 1.7 1.1.1 2.2.4 2.5.7.3.3 3.9 1.4 8 2.4 7.5 1.8 20.8 5.9 24.5 7.5 6.6 2.9 18.6 7.3 18.9 7 .3-.3 2.1-4.6 6.1-14.4.5-1.1.9-2.2.9-2.5.4-1.3 8.9-22.6 9.4-23.5.4-.6.7-1.2.7-1.5 0-.6 2.2-6.4 3.6-9.5 2.1-4.9 4.9-12.8 4.7-13.1-.4-.3-17.9-7.5-19.3-7.8-.5-.2-1.7-.6-2.5-.9-7.6-3.1-36.3-11.1-44.3-12.2-2.3-.4-6-1-8.2-1.5-2.2-.5-6.5-1.2-9.5-1.6-3-.3-6.8-.8-8.5-1-11.2-1.3-51.5-2.4-51.5-1.4z"/></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,20 @@
{
"name": "DIS",
"short_name": "DIS",
"icons": [
{
"src": "/android-chrome-192x192.png?v=m2R26gv6zM",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=m2R26gv6zM",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "http://designisso.com/",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102" viewBox="0 0 42.531 43.102"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102" viewBox="0 0 42.531 43.102"><g fill="#fff"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 995 B

After

Width:  |  Height:  |  Size: 995 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654" viewBox="0 0 45.332 44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z"/></svg>

After

Width:  |  Height:  |  Size: 919 B

BIN
img/kereso_icon-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654" viewBox="0 0 45.332 44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z" fill="#fff"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 943 B

BIN
img/naptar_icon-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="43" viewBox="0 0 38 43"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></svg>

After

Width:  |  Height:  |  Size: 682 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="43" viewBox="0 0 38 43"><g fill="#fff"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></g></svg>

After

Width:  |  Height:  |  Size: 701 B

1
img/solid_arrow_left.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1" clip-path="url(#a)" transform="matrix(-1 0 0 1 31.808 0)"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg>

After

Width:  |  Height:  |  Size: 433 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7" clip-path="url(#a)"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg>

After

Width:  |  Height:  |  Size: 395 B

BIN
imgmax/_del_arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
imgmax/clip/be_desktop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 100 99.999997" enable-background="new 0 0 479.621 491.252" xml:space="preserve" sodipodi:docname="be_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1415" inkscape:window-height="954" id="namedview5" showgrid="false" inkscape:zoom="0.48040515" inkscape:cx="136.7731" inkscape:cy="212.32121" inkscape:window-x="946" inkscape:window-y="216" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 77.433483,75.667378 C 54.307747,99.215178 23.63064,107.15327 8.4000886,92.895608 -6.8306716,78.637748 -0.84741189,47.583218 22.278323,24.035208 45.404268,0.48720829 76.49837,-7.0439617 91.728922,7.2138983 106.95947,21.471348 100.55943,52.119578 77.433483,75.667378 Z" />
</clipPath>
<path id="svgMask" d="M 77.433483,75.667378 C 54.307747,99.215178 23.63064,107.15327 8.4000886,92.895608 -6.8306716,78.637748 -0.84741189,47.583218 22.278323,24.035208 45.404268,0.48720829 76.49837,-7.0439617 91.728922,7.2138983 106.95947,21.471348 100.55943,52.119578 77.433483,75.667378 Z" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

15
imgmax/clip/be_mobil.svg Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg 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="Layer_1" x="0px" y="0px" width="100" height="50" viewBox="0 0 1077.252 536.91" enable-background="new 0 0 1077.252 536.91" xml:space="preserve" sodipodi:docname="be_mobil.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata9" />
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1676" inkscape:window-height="1371" id="namedview5" showgrid="false" inkscape:zoom="0.44503832" inkscape:cx="527.59275" inkscape:cy="270.8118" inkscape:window-x="1688" inkscape:window-y="33" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 4.484,126.232 C 38.201,-0.521 304.892,-39.604 600.152,38.936 c 295.264,78.537 507.29,244.957 473.576,371.709 -33.716,126.751 -300.406,165.834 -595.67,87.297 C 182.797,419.404 -29.229,252.983 4.484,126.232 Z" inkscape:connector-curvature="0" />
</clipPath>
<path id="svgMask" d="M 4.484,126.232 C 38.201,-0.521 304.892,-39.604 600.152,38.936 c 295.264,78.537 507.29,244.957 473.576,371.709 -33.716,126.751 -300.406,165.834 -595.67,87.297 C 182.797,419.404 -29.229,252.983 4.484,126.232 Z" inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
imgmax/clip/do_desktop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999999 99.999998" enable-background="new 0 0 480.604 508.191" xml:space="preserve" sodipodi:docname="do_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1491" inkscape:window-height="1019" id="namedview5" showgrid="false" inkscape:zoom="2.6269996" inkscape:cx="-45.728655" inkscape:cy="12.034621" inkscape:window-x="1337" inkscape:window-y="129" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 0,42.689068 4.4951769,69.521499 V 100 H 100 V 69.302881 H 35.776648 L 99.403043,60.64216 95.020641,34.524028 98.399098,34.887474 99.484815,3.8493401 1.5676108,0 0.48230976,31.029082 68.336302,33.427393 Z"/>
</clipPath>
<path id="svgMask" d="M 0,42.689068 4.4951769,69.521499 V 100 H 100 V 69.302881 H 35.776648 L 99.403043,60.64216 95.020641,34.524028 98.399098,34.887474 99.484815,3.8493401 1.5676108,0 0.48230976,31.029082 68.336302,33.427393 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

14
imgmax/clip/do_mobil.svg Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg 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="Layer_1" x="0px" y="0px" width="100" height="50" viewBox="0 0 1078.734 536.91" enable-background="new 0 0 1078.734 536.91" xml:space="preserve" sodipodi:docname="do_mobil.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1676" inkscape:window-height="1371" id="namedview5" showgrid="false" inkscape:zoom="2.5140581" inkscape:cx="65.295123" inkscape:cy="39.493045" inkscape:window-x="1688" inkscape:window-y="33" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<polygon points="969.418,163 -0.572,210.955 -0.572,376.047 -0.572,382.857 -0.572,539 1078.428,539 1078.428,376 137.691,376 1078.428,329.539 1078.428,163.047 1078.428,157.639 1078.428,0 -0.572,0 -0.572,163 " />
</clipPath>
<polygon id="svgMask" points="969.418,163 -0.572,210.955 -0.572,376.047 -0.572,382.857 -0.572,539 1078.428,539 1078.428,376 137.691,376 1078.428,329.539 1078.428,163.047 1078.428,157.639 1078.428,0 -0.572,0 -0.572,163 " />
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999997 100" enable-background="new 0 0 482.14 500.987" xml:space="preserve" sodipodi:docname="love_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata9">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1633" inkscape:window-height="1080" id="namedview5" showgrid="false" inkscape:zoom="0.66619374" inkscape:cx="412.21122" inkscape:cy="206.63424" inkscape:window-x="1417" inkscape:window-y="87" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 99.999996,29.21714 C 99.999996,13.081 86.42957,0 69.689706,0 52.949843,0 39.379417,13.0808 39.379417,29.21714 c 0,5.55985 1.611041,10.75649 4.407823,15.18075 C 39.727409,42.45198 35.152118,41.35575 30.31029,41.35575 13.570219,41.35575 0,54.43795 0,70.57429 -2.0726027e-4,86.71022 13.606904,100 30.346975,100 c 0.034,0 -0.02114,0 0.01306,0 h -0.02611 69.639757 V 30.39008 C 99.989636,30.0007 100,29.61012 100,29.21714 Z" />
</clipPath>
<path id="svgMask" d="M 99.999996,29.21714 C 99.999996,13.081 86.42957,0 69.689706,0 52.949843,0 39.379417,13.0808 39.379417,29.21714 c 0,5.55985 1.611041,10.75649 4.407823,15.18075 C 39.727409,42.45198 35.152118,41.35575 30.31029,41.35575 13.570219,41.35575 0,54.43795 0,70.57429 -2.0726027e-4,86.71022 13.606904,100 30.346975,100 c 0.034,0 -0.02114,0 0.01306,0 h -0.02611 69.639757 V 30.39008 C 99.989636,30.0007 100,29.61012 100,29.21714 Z" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg 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="Layer_1" x="0px" y="0px" width="100" height="50" viewBox="0 0 1077.252 536.91" enable-background="new 0 0 1077.252 536.91" xml:space="preserve" sodipodi:docname="love_mobil.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<defs id="defs7" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1676" inkscape:window-height="1371" id="namedview5" showgrid="false" inkscape:zoom="7.1206131" inkscape:cx="52.51157" inkscape:cy="21.160947" inkscape:window-x="1688" inkscape:window-y="33" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path d="M 453.183,35.101 C 404.96,13.122 340.698,-0.295 270.126,-0.295 c -149.67,0 -271,60.328 -271,134.75 0,69.605 106.143,126.88 242.336,134 -136.193,7.12 -242.336,64.393 -242.336,134 0,74.42 121.33,134.75 271,134.75 70.545,0 134.785,-13.406 183.002,-35.37 l 624.998,-232.63 z" inkscape:connector-curvature="0" />
</clipPath>
<path id="svgMask" d="M 453.183,35.101 C 404.96,13.122 340.698,-0.295 270.126,-0.295 c -149.67,0 -271,60.328 -271,134.75 0,69.605 106.143,126.88 242.336,134 -136.193,7.12 -242.336,64.393 -242.336,134 0,74.42 121.33,134.75 271,134.75 70.545,0 134.785,-13.406 183.002,-35.37 l 624.998,-232.63 z" inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" x="0px" y="0px" width="100" height="100" viewBox="0 0 99.999999 99.999998" enable-background="new 0 0 480.604 508.191" xml:space="preserve" sodipodi:docname="think_desktop.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata id="metadata11">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs id="defs9" />
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="2074" inkscape:window-height="1062" id="namedview7" showgrid="false" inkscape:zoom="2.56" inkscape:cx="8.39166" inkscape:cy="65.978929" inkscape:window-x="1064" inkscape:window-y="234" inkscape:window-maximized="0" inkscape:current-layer="Layer_1" />
<clipPath id="clipper" clipPathUnits="objectBoundingBox">
<path id="svgPath" d="M 32.576974,100 C 28.004237,100 24.034448,97.863929 21.378539,93.967755 18.694898,90.030672 17.570097,85.333272 18.125775,80.383031 19.132298,71.416483 30.076528,58.407684 44.36239,48.163565 43.288849,48.767827 32.144616,56.653368 31.051958,57.109159 16.771139,63.063975 9.1832453,58.955472 5.0098828,53.64463 0.69828342,48.159174 -0.90593487,41.436059 0.49197876,34.713343 2.3852758,25.607303 9.7050994,17.258986 22.870361,9.1906495 31.312465,4.0169041 39.283346,0.72459317 39.618643,0.58669847 44.311129,-1.3400358 49.423787,1.6343789 51.03914,7.23019 c 1.615353,5.595811 -0.878581,11.69371 -5.570436,13.620644 -0.223112,0.0922 -7.074233,2.948871 -14.169264,7.269905 -8.263951,5.033456 -11.781214,8.976726 -12.937528,10.875123 0.794546,0.07463 3.126502,-0.08282 8.184117,-2.927319 C 31.886841,33.064593 38.817585,28.81121 44.92269,24.616098 51.505321,20.092713 71.113507,6.7889668 76.540454,3.3501802 79.870321,1.2402515 82.935689,0.56275149 85.686137,0.44142011 90.433875,0.23228314 94.480136,2.5030557 97.096129,6.8354639 99.401405,10.65381 100.2823,15.1299 99.643845,19.779805 97.980382,31.894983 70.148161,50.822677 56.408943,62.572264 c -3.428397,2.931709 -6.934315,5.929871 -10.084768,8.826059 1.733841,-1.139876 3.527558,-2.348999 5.36224,-3.585661 15.256461,-10.283233 29.666064,-19.996129 40.376049,-11.889677 5.954053,4.506822 8.580126,13.055496 7.804912,25.408147 -0.370592,5.901734 -4.685552,10.327336 -9.630351,9.886312 -4.948581,-0.441622 -8.659964,-5.583837 -8.289372,-11.485571 0.159455,-2.541772 0.07836,-4.211276 -0.04181,-5.244189 -1.148751,0.229891 -3.196252,0.878056 -6.539774,2.642549 -4.519794,2.385319 -9.765227,5.920891 -14.837968,9.340121 -6.472126,4.362542 -12.585215,8.483019 -18.136113,11.005235 -3.644155,1.656133 -6.783053,2.481107 -9.595897,2.523014 -0.07311,7.98e-4 -0.14664,0.0014 -0.21912,0.0014 z"/>
</clipPath>
<path id="svgMask" d="M 32.576974,100 C 28.004237,100 24.034448,97.863929 21.378539,93.967755 18.694898,90.030672 17.570097,85.333272 18.125775,80.383031 19.132298,71.416483 30.076528,58.407684 44.36239,48.163565 43.288849,48.767827 32.144616,56.653368 31.051958,57.109159 16.771139,63.063975 9.1832453,58.955472 5.0098828,53.64463 0.69828342,48.159174 -0.90593487,41.436059 0.49197876,34.713343 2.3852758,25.607303 9.7050994,17.258986 22.870361,9.1906495 31.312465,4.0169041 39.283346,0.72459317 39.618643,0.58669847 44.311129,-1.3400358 49.423787,1.6343789 51.03914,7.23019 c 1.615353,5.595811 -0.878581,11.69371 -5.570436,13.620644 -0.223112,0.0922 -7.074233,2.948871 -14.169264,7.269905 -8.263951,5.033456 -11.781214,8.976726 -12.937528,10.875123 0.794546,0.07463 3.126502,-0.08282 8.184117,-2.927319 C 31.886841,33.064593 38.817585,28.81121 44.92269,24.616098 51.505321,20.092713 71.113507,6.7889668 76.540454,3.3501802 79.870321,1.2402515 82.935689,0.56275149 85.686137,0.44142011 90.433875,0.23228314 94.480136,2.5030557 97.096129,6.8354639 99.401405,10.65381 100.2823,15.1299 99.643845,19.779805 97.980382,31.894983 70.148161,50.822677 56.408943,62.572264 c -3.428397,2.931709 -6.934315,5.929871 -10.084768,8.826059 1.733841,-1.139876 3.527558,-2.348999 5.36224,-3.585661 15.256461,-10.283233 29.666064,-19.996129 40.376049,-11.889677 5.954053,4.506822 8.580126,13.055496 7.804912,25.408147 -0.370592,5.901734 -4.685552,10.327336 -9.630351,9.886312 -4.948581,-0.441622 -8.659964,-5.583837 -8.289372,-11.485571 0.159455,-2.541772 0.07836,-4.211276 -0.04181,-5.244189 -1.148751,0.229891 -3.196252,0.878056 -6.539774,2.642549 -4.519794,2.385319 -9.765227,5.920891 -14.837968,9.340121 -6.472126,4.362542 -12.585215,8.483019 -18.136113,11.005235 -3.644155,1.656133 -6.783053,2.481107 -9.595897,2.523014 -0.07311,7.98e-4 -0.14664,0.0014 -0.21912,0.0014 z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

BIN
imgmax/curvy_arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

45
imgmax/curvy_arrow.svg Normal file
View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
viewBox="0 0 122.1 232"
height="232"
width="122.1"
xml:space="preserve"
id="svg2"
version="1.1"
sodipodi:docname="curvy_arrow.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1656"
inkscape:window-height="959"
id="namedview18"
showgrid="false"
inkscape:zoom="2.0311646"
inkscape:cx="20.24125"
inkscape:cy="178.83688"
inkscape:window-x="1062"
inkscape:window-y="261"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" /><metadata
id="metadata8"><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 /></cc:Work></rdf:RDF></metadata><defs
id="defs6" /><path
id="path226"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 0.75,0 C 0.75,63.609 54.101,116 122.1,116 54.101,116 0.75,168.389 0.75,232"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" /></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
imgmax/dis-logo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

73
imgmax/dis-logo-black.svg Normal file
View File

@@ -0,0 +1,73 @@
<?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="47.293671mm"
height="46.798794mm"
viewBox="0 0 47.293671 46.798794"
version="1.1"
id="svg260"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="dis-logo.svg">
<defs
id="defs254" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="185.14836"
inkscape:cy="-80.588807"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:window-width="2001"
inkscape:window-height="1335"
inkscape:window-x="673"
inkscape:window-y="69"
inkscape:window-maximized="0" />
<metadata
id="metadata257">
<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:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
style="display:inline"
transform="translate(-11.221473,-3.6311089)">
<path
d="m 42.075803,16.517198 -17.7165,17.834327 3.3027,3.19264 17.71509,-17.83327 z"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
id="path172"
inkscape:connector-curvature="0" />
<path
d="M 16.022423,8.0725809 V 19.475417 h 2.8515 c 1.83021,0 3.3902,0 4.86128,-0.9906 1.44074,-0.960261 2.31069,-2.579864 2.31069,-4.801306 0,-1.980494 -0.81033,-3.480505 -2.16006,-4.4707521 -1.56139,-1.140178 -3.15171,-1.140178 -4.92195,-1.140178 z m -4.80095,-4.441472 h 7.68208 c 2.49097,0 5.04155,0 7.68245,1.740959 2.64054,1.650294 4.50109,4.501091 4.50109,8.3114431 0,4.111978 -2.19075,7.232297 -5.25145,8.882592 -2.43064,1.320447 -4.56107,1.320447 -6.9021,1.320447 h -7.71207 z"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
id="path176"
inkscape:connector-curvature="0" />
<path
d="m 56.235493,35.485884 c -2.40101,-1.050219 -4.89127,-1.591027 -7.26264,-1.591027 -1.68028,0 -3.0607,0.510469 -3.02966,1.891594 0,1.619953 2.45922,1.920168 5.16009,2.340327 3.8421,0.570441 7.41186,1.770239 7.41186,5.850818 0,5.011563 -5.16079,6.452307 -9.21174,6.452307 -3.48121,0 -6.66221,-0.689682 -9.45232,-2.191102 l 1.95015,-4.140907 c 2.34103,1.199798 5.16149,2.010482 7.86201,2.010482 1.58961,0 3.51119,-0.359834 3.51119,-1.980497 0.0296,-1.46967 -1.50072,-1.890535 -3.99027,-2.250368 -4.11233,-0.50941 -8.31285,-1.620308 -8.34284,-6.152444 0.03,-4.349398 4.23051,-6.150681 8.64165,-6.150681 2.88113,0 5.46241,0.449792 8.40246,1.740606 z"
style="display:inline;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775"
id="path180"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
imgmax/dis-logo-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
imgmax/dis-plus-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

53
imgmax/dis-plus-black.svg Normal file
View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1"
x="0px"
y="0px"
width="57px"
height="58px"
viewBox="0 0 57 58"
enable-background="new 0 0 57 58"
xml:space="preserve"
sodipodi:docname="dis-plus.svg"
inkscape:export-filename="/media/miniretek/ssd/www/designisso/wp-content/themes/dis-2019/img/dis-plus.png"
inkscape:export-xdpi="165.51724"
inkscape:export-ydpi="165.51724"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
id="metadata9"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs7" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1511"
inkscape:window-height="866"
id="namedview5"
showgrid="false"
inkscape:zoom="4.0689655"
inkscape:cx="-17.639047"
inkscape:cy="33.915254"
inkscape:window-x="173"
inkscape:window-y="235"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" />
<polygon
points="34,0 24,0 24,1 24,24 0,24 0,25 0,34 24,34 24,58 33,58 34,58 34,34 56,34 57,34 57,24 34,24 "
id="polygon2"
style="fill:#000000;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
imgmax/dis-plus-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.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="Layer_1"
x="0px"
y="0px"
width="44.034px"
height="44.082px"
viewBox="0 0 44.034 44.082"
enable-background="new 0 0 44.034 44.082"
xml:space="preserve"
sodipodi:docname="facebook_icon.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
id="metadata13"><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="defs11" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1368"
inkscape:window-height="1220"
id="namedview9"
showgrid="false"
inkscape:zoom="10.707318"
inkscape:cx="21.943301"
inkscape:cy="16.544497"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" />
<g
id="g6"
style="fill:#000000;fill-opacity:1">
<path
d="M36.379,7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338,4.004,7.668,7.678c-3.671,3.673-5.949,8.751-5.949,14.364 c0,5.615,2.278,10.693,5.949,14.376c3.67,3.675,8.741,5.944,14.349,5.944s10.681-2.27,14.362-5.944 c3.669-3.684,5.937-8.762,5.937-14.376C42.315,16.429,40.048,11.351,36.379,7.678 M22.017,0C28.1,0,33.598,2.467,37.585,6.456 c3.987,3.994,6.449,9.498,6.449,15.586c0,6.09-2.462,11.595-6.449,15.586c-3.988,3.991-9.485,6.454-15.569,6.454 c-6.082,0-11.581-2.462-15.569-6.454C2.462,33.637,0,28.132,0,22.042C0,15.954,2.462,10.45,6.448,6.456 C10.436,2.467,15.935,0,22.017,0"
id="path2"
style="fill:#000000;fill-opacity:1" />
<path
d="M23.699,17.539v-1.806c0-0.866,0.574-1.073,0.989-1.073h2.523v-3.857h-3.475c-3.865,0-4.731,2.855-4.731,4.711v2.026 h-2.242v2.722v1.781h2.267v11.253h4.5V22.042h3.326l0.147-1.768l0.268-2.735H23.699z"
id="path4"
style="fill:#000000;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

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