Compare commits

...
Sign in to create a new pull request.

287 commits

Author SHA1 Message Date
Franziska Kunsmann
bfbdda8ffe
Merge pull request #70 from MaZderMind/t4at-2024-motn-fixes
t4at 2024 motn fixes
2024-11-21 20:11:48 +01:00
Peter Körner
21a8e014ef make-apple-motion: replace xml.sax.saxutils.xmlescape with custom routine, which also escapes quotes
xml.sax.saxutils.xmlescape is only a str.replace in a trencoat anyways.
2024-11-21 19:37:35 +01:00
Peter Körner
a9cbfc5eb3 make-apple-motion: add --snapshot-sec to automatically generate a snapshot of the final clip for inspection or as thumbnail 2024-11-21 19:37:33 +01:00
Peter Körner
41db29d24b make-apple-motion: add --setting-path flag and auto-detect absolute path to default .compressorsetting file 2024-11-21 19:37:08 +01:00
Peter Körner
40eb76b968 make-apple-motion: add --no-cleanup flag 2024-11-21 19:37:03 +01:00
Lukas Schauer
5661e690de
god2024 changes 2024-11-12 12:43:11 +01:00
Lukas Schauer
d8c198f984
god2024 2024-11-12 11:38:27 +01:00
Jannik Beyerstedt
b3fb07a6e3 Merge branch 'feat/refactor-make-ffmpeg' 2024-11-03 21:35:20 +01:00
Jannik Beyerstedt
2451c0f25f bump some versions in requirements.txt
- lxml 5 works
- svg.path has no breaking changes according to change log
- cssutils has a v2, but didn't find a changelog
2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
ca224b9d84 make-ffmpeg: Remove fontfamily option as it doesn't work 2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
8933550f31 make-ffmpeg: Combine with make-ffmpeg-fade 2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
31f01ca386 make-ffmpeg: Use fit_text from make-ffmpeg-fade (break into lines array) 2024-11-03 21:32:51 +01:00
Jannik Beyerstedt
6876f2cf44 make-ffmpeg: Rework config file 2024-11-03 21:25:16 +01:00
Jannik Beyerstedt
526ef6231a make-ffmpeg: add border option 2024-11-02 20:57:55 +01:00
Jannik Beyerstedt
9210d36248 make-ffmpeg: Properly escape special characters 2024-11-02 20:57:55 +01:00
Jannik Beyerstedt
0bb26d6b25 make-ffmpeg: Refactor code 2024-11-02 20:57:48 +01:00
Franziska Kunsmann
26c660a135
vcfb24 switch to make-ffmpeg-fade 2024-10-19 11:00:23 +02:00
Franziska Kunsmann
8ca5d334cb
vcfb24 fix imports 2024-10-19 10:45:29 +02:00
Franziska Kunsmann
367e8ea094
re-add jugendhackt source gimp file 2024-10-19 10:33:17 +02:00
Franziska Kunsmann
c94b840807
vcfb24 2024-10-19 10:31:32 +02:00
Jannik Beyerstedt
471e0c38b7 Merge remote-tracking branch 'github/master' 2024-09-21 22:36:33 +02:00
Jannik Beyerstedt
848b72b113 schedulelib: Ignore missing track field
According to the XML schema, the "track" field of an event is not mandatory. So we should replace it with an empty string if not existing like we do for other fields.
2024-09-01 16:36:15 +02:00
derpeter
3ae90b87c0 added osmodevcon24 2024-05-03 11:53:27 +02:00
Sophie Schiller
1893beda4d
Merge pull request #64 from fkusei/master
fix make-ffmpeg-fade
2024-04-04 08:30:06 +02:00
Franziska Kunsmann
ec29473d53 make-ffmpeg-fade: use better algorythm for determining lines 2024-03-18 14:19:36 +01:00
Franziska Kunsmann
96f410ba6a make-ffmpeg-fade: fix missing import 2024-03-18 14:19:08 +01:00
thomic
9cb44b08b2 hackerhotel 2024 update 2024-02-08 12:39:13 +01:00
thomic
a6fa12a334 chore: add some old osc stuff and hackerhotel2024 2024-02-08 00:31:37 +01:00
Jannik Beyerstedt
945f7c1cd6 Fix old projects after renderlib split 2024-02-07 20:09:24 +01:00
derchris
5fb2e1bbf2 makde-ae: bump version to 2024, add mp4 preview 2023-10-30 09:32:26 +01:00
Jannik Beyerstedt
32e4f830fc make-ffmpeg: Use actual font size in fit_title 2023-10-29 20:59:42 +01:00
Jannik Beyerstedt
825ecf13b0 make-ffmpeg: Don't force a text background 2023-10-29 20:46:30 +01:00
Jannik Beyerstedt
32cc33e82f Jugendhackt: Make SVG templates for intro and outro 2023-10-29 20:26:37 +01:00
Jannik Beyerstedt
b0e83b1134 [TIDY] Apply autopep8 formatting 2023-10-29 11:53:59 +01:00
Jannik Beyerstedt
909bf79673 [TIDY] Refactor renderlib into two parts
Most of the make scripts only need the schedule part of the renderlib.
The schedule part has way less dependencies (e.g. no ImageMagick), so
those scripts can be used without them now.
2023-10-22 21:43:24 +02:00
Jannik Beyerstedt
85bf295be6 make-ffmpeg: Fix typos in videofilter 2023-10-22 21:36:51 +02:00
Jannik Beyerstedt
e13ac70e2b Backport changes introduced by "update make-ffmpeg" 2023-10-22 21:36:45 +02:00
dependabot[bot]
c69dbd089a Bump lxml from 4.6.3 to 4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 21:33:41 +02:00
Alexander Brock
1470c6c08c Fix typos 2023-10-22 19:33:20 +02:00
Alexander Brock
263c4bf882 Fix typo: Add missing 'd' 2023-10-22 19:33:20 +02:00
Alexander Brock
23be5074ba Add missing dependency. 2023-10-22 19:33:20 +02:00
Jannik Beyerstedt
6d9aa93a4f make-blender: Fix debug mode file format in finalizing 2023-10-22 19:15:04 +02:00
Jannik Beyerstedt
cff5566e90 Merge remote-tracking branch 'github/master' 2023-10-22 19:12:29 +02:00
Daniel Molkentin
17cef62ded add vcfb22,23 2023-10-16 09:57:33 +02:00
derchris
6476846992 update make-ffmpeg render 2023-08-11 01:04:00 +02:00
Franziska Kunsmann
c64e1bfea0
jugendhackt: fix aspect ratio of images 2023-05-11 07:52:47 +02:00
Franziska Kunsmann
343d807f12
add generic jugendhackt 2023-05-11 07:40:26 +02:00
Franziska Kunsmann
28f1cffbea
make-ffmpeg-fade: remove -intra:0 flag (has been removed from ffmpeg 5.0) 2023-05-11 07:39:19 +02:00
Jannik Beyerstedt
1e4f2f298e renderlib: Only render a single frame with "only-frame" 2023-04-09 23:34:16 +02:00
Jannik Beyerstedt
ce5d4ab927 make-ffmpeg: Allow quotes in title and author
When double-escaped, the double quotes won't break anything and will be
rendered in the output.
2023-04-09 09:25:34 +02:00
Jannik Beyerstedt
4cfe3f7a08 make-ffmpeg: escape colons in title 2023-04-09 09:24:39 +02:00
MaZderMind
6ec541d49a
Merge pull request #56 from MaZderMind/apple-motion-enhancements
Apple motion enhancements
2022-11-04 13:58:56 +01:00
Peter Körner
be7ac0dfde reduce sleep interval 2022-11-03 23:55:20 +01:00
Peter Körner
594c11cfad add options for finalizing 2022-11-03 23:55:11 +01:00
Peter Körner
e01fbaa2df rename --debug to --develop 2022-11-03 23:34:45 +01:00
Peter Körner
74c478567d use os.system instead of subprocess to avoid compressor commands never returning 2022-11-03 23:33:11 +01:00
Lukas Schauer
082a4f359f
better background rendering froscon2022 2022-08-14 00:52:14 +02:00
Lukas Schauer
e14e954a4c
froscon2022: updated artwork 2022-08-10 20:21:56 +02:00
Lukas Schauer
7ca92f08d2 froscon.org 2022-08-04 21:10:35 +02:00
Lukas Schauer
350911cbee fnord 2022-08-04 21:02:51 +02:00
Lukas Schauer
501910becb fnord 2022-08-04 20:48:33 +02:00
Lukas Schauer
8d2a19097b fnord 2022-08-04 20:48:33 +02:00
Lukas Schauer
937f1cf532 fnord 2022-08-04 20:48:33 +02:00
Lukas Schauer
1875030e82 ok 2022-08-04 20:48:27 +02:00
derchris
cce61a637b mch2022 init 2022-07-17 03:42:54 +02:00
derchris
59ddf7fee8 fusion22 2022-07-17 02:06:56 +02:00
derchris
19f3cb7b05 Merge branch 'master' of git.c3voc.de:intro-outro-generator 2022-05-20 22:07:24 +02:00
Sophie Schiller
454197fc18 gpn20: improve intros 2022-05-17 21:46:53 +02:00
Sophie Schiller
5063f71f72 gpn20: imprive outro, delete no longer files 2022-05-17 15:40:19 +02:00
Sophie Schiller
faee47d63f gpn20: add pause 2022-05-17 15:29:54 +02:00
Sophie Schiller
e62fe25353 gpn20: intro tweaks 2022-05-08 18:04:12 +02:00
Sophie Schiller
d6219de6ed gpn20: add first draft 2022-05-08 15:04:48 +02:00
Sophie Schiller
afca649312 update requirements 2022-04-21 14:05:12 +02:00
Sophie Schiller
cc0b76e68a glt22 2022-04-21 14:05:00 +02:00
Sophie Schiller
ce625ba381 add word wrap to ffmpeg-fade 2022-04-21 14:03:47 +02:00
Sophie Schiller
27797b2512 jh rhein neckar 2022-04-21 14:02:36 +02:00
derchris
6d81b601ad rc3 2021: csh / gehacktes intros 2021-12-28 18:23:29 +01:00
derchris
efd5e61a2e add title replacement 2021-12-28 17:22:11 +01:00
derchris
208b13cbe6 add rc3-2021 2021-12-28 03:27:52 +01:00
derchris
9dd516d624 fix AE render 2021-12-28 03:26:36 +01:00
derchris
dc1ca779a8 fiffkon21 updates 2021-11-15 19:55:26 +01:00
derchris
ff01cff7c1 wip: new inkscape version 2021-11-15 19:54:31 +01:00
derchris
e57134af26 fiffkon21: upscale to fullhd 2021-11-13 04:48:53 +01:00
derchris
d902ded42a add fiffkon21 intro/outro 2021-11-13 00:13:32 +01:00
derpeter
cb0b68a4fb added bornhack 2021 2021-08-20 22:39:12 +02:00
derchris
1f57235443 Merge remote-tracking branch 'remotes/github/master' 2021-04-04 18:56:09 +02:00
derchris
305398ffce fix titlemap replacement 2021-04-04 18:46:06 +02:00
dependabot[bot]
b1d718b35c
Bump lxml from 4.6.2 to 4.6.3 (#49)
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 22:54:49 +02:00
derchris
2224b23c71 add linux support 2021-03-25 20:24:15 +01:00
derchris
ad47faf960 add sample intro based on franconian.net 2021-03-25 02:33:07 +01:00
derchris
a8ec7a7e43 blender version increase 2021-03-25 02:30:53 +01:00
derchris
c4153cc3f6 add rc3 assembly intro/outro 2021-01-09 20:04:31 +01:00
derchris
41a93ffd2b update requirements.txt 2021-01-08 00:35:51 +01:00
derchris
8deb014793 add blender support 2021-01-06 21:47:53 +01:00
derchris
30626bbcde use xml ae project file 2021-01-06 18:28:42 +01:00
derchris
d69088c0c1 add replacement mao 2021-01-01 16:47:55 +01:00
derchris
1ac26654a2 fix checkout 2021-01-01 16:36:03 +01:00
derchris
ccb48ef492 add option to keep debug files, minor fixes 2020-12-26 05:49:08 +01:00
derchris
b1318aaa07 fix renderlib for empty speaker in schedule 2020-12-26 05:48:20 +01:00
Peter Hasse
344cd36805 Merge branch 'master' of https://github.com/voc/intro-outro-generator into github/master 2020-09-28 11:37:56 +02:00
derpeter
fa59ff29c1
Merge pull request #43 from stblassitude/master
Add intro for DiVOC HS and PTT
2020-09-28 11:34:10 +02:00
derpeter
f32c699b86
Merge pull request #39 from dvzrv/archconf2020
Add archconf2020 artwork and script
2020-09-28 11:33:59 +02:00
Stefan Bethke
500ae0c902 Add DiVOC Hidden Service and Push To Talk
Intro with animation (templated) and a static outro for each of the
two events.
2020-09-27 21:34:57 +02:00
David Runge
ac06d18572
Add archconf2020 artwork and script
archconf2020/__init__.py:
Add black formatted generator script for a simple setup.

archconf2020/artwork/*:
Add all necessary artwork for intro, outro, background and pause
video generation.
2020-09-20 00:19:56 +02:00
Daniel Molkentin
f5c24295ef FrOSCon 2020 updates 2020-09-07 11:55:50 +02:00
Daniel Molkentin
544cea96bd froscon2020: fix url 2020-08-22 16:49:25 +02:00
Daniel Molkentin
8c30c2c2c1 Froscon2020 2020-08-22 16:45:42 +02:00
Andreas Hubel
789c9f52c0
correct licence name 2020-07-02 15:15:04 +02:00
Frederik Ramm
a3172c0c50
Change SOTM2020 license to CC-BY3.0+ (#38) 2020-07-02 15:13:32 +02:00
Frederik Ramm
0ed97640d1 Artwork for State of the Map 2020 2020-06-28 19:40:59 +02:00
Andreas Hubel
6262fef584 Update README.md 2020-03-08 18:34:40 +01:00
Sophie Schiller
92bfd40c2b Merge branch 'master' of git.c3voc.de:intro-outro-generator 2020-03-08 18:21:57 +01:00
Thorsten Fleck
55acbc67ed fossgis2020: Intros 2020-03-08 12:19:19 +01:00
Sophie Schiller
5876248b1c jh20-jue add coments to ini file 2020-03-07 11:24:59 +01:00
Sophie Schiller
d4354c2bf5 add jh jülich config 2020-02-08 16:46:39 +01:00
Sophie Schiller
675d1f3290 Merge branch 'master' of github.com:voc/intro-outro-generator 2020-02-08 16:11:06 +01:00
derchris
f9bfeee20e add intro/outro hack!friday 2020-01-13 12:56:58 +01:00
derchris
91f8807275 check if source has audio 2020-01-13 12:53:14 +01:00
derchris
e38e77ecb9 36c3: bauchbinden 2019-12-25 11:53:41 +01:00
derchris
cc595fd37d add option to render alpha 2019-12-22 21:06:43 +01:00
Daniel Molkentin
83190a2e55 Add example inserts for froscon2019 2019-12-14 22:51:03 +01:00
Daniel Molkentin
f1da7544cb Cache Schedule downloading 2019-12-14 22:50:03 +01:00
Daniel Molkentin
dcf0f1ea35 datengarten: consistent syntax 2019-12-14 21:35:10 +01:00
Daniel Molkentin
b4ced563ef renderlib: fix rendering of single frame images 2019-12-14 21:34:17 +01:00
Daniel Molkentin
d5b3ef975e Add 2019 events on local disk for future reference
lalalala
2019-12-14 21:33:16 +01:00
Daniel Molkentin
2e569321a8 Inserts for Datengarten 2019-12-10 17:12:02 +01:00
Peter Hasse
c832014b8b added lower third (needs replacement strings) 2019-12-10 11:51:16 +01:00
Peter Körner
05b53e553a Revert "finalize by moving"
This reverts commit d98f09f4f1.
2019-11-16 20:33:49 +01:00
Peter Körner
a0d2ed0256 print included/excluded ids 2019-11-16 19:41:19 +01:00
Peter Körner
d98f09f4f1 finalize by moving 2019-11-16 19:41:06 +01:00
Peter Körner
08ed9de8ad use h264 directly 2019-11-16 19:40:25 +01:00
Sophie Schiller
3fd8f4dc5b add denog11 2019-11-08 23:18:52 +01:00
Sophie Schiller
58cb568d43 enhance make-ffmpeg with fade effects 2019-11-08 23:18:02 +01:00
Florian Zeitz
ab0ca08ec6 Add sonoj2019 2019-11-07 17:53:11 +01:00
Florian Zeitz
51d0765ed8 renderlib: Don't depend on attributes optional in schedule.xml 2019-11-07 17:52:42 +01:00
Daniel Molkentin
b1b14c5a48 vcfb2019 2019-10-11 00:52:40 +02:00
NHG
37708ad92f sotm2019: use correct persons variable in intro 2019-09-21 06:59:21 +02:00
NHG
669e2cf674 fix room filter 2019-09-20 20:39:09 +02:00
NHG
b2fc24155c add sotm2019 artwork 2019-09-20 20:35:12 +02:00
derchris
7a4e1f6d60 make-ffmpeg: add options/file checks 2019-09-15 02:27:21 +02:00
Thorsten Fleck
f2c19e5c1e MRMCD2019 2019-09-13 10:12:57 +02:00
Daniel Molkentin
bb6a9a432b Hack to fix randomly appended fragments
This breaks a more rarely used feature, and needs a proper fix
2019-09-12 13:27:20 +02:00
Daniel Molkentin
32b1cd8885 SVGTemplate should not need to know any specific names 2019-09-12 13:22:58 +02:00
Daniel Molkentin
5d956db53d JH19 Hamburg 2019-09-12 13:22:12 +02:00
Daniel Molkentin
474838c1c5 Datengarten URL changed 2019-09-10 21:48:45 +02:00
Maximilian Jalea
7af4dca495 Added a lot of special titlemaps 2019-08-30 20:28:58 +03:00
Markus Otto
8f335f2d8e foss4g2019 titlemap 198 2019-08-29 13:27:06 +03:00
Daniel Molkentin
4c7f481634 Fix refactoring errors 2019-08-28 09:21:54 +02:00
derchris
378062f541 cccamp19: add schedule to config file 2019-08-28 00:14:01 +02:00
Daniel Molkentin
53ffec6bd2 Add suselabs18 that I forgot to commit 2019-08-28 00:14:01 +02:00
Daniel Molkentin
1b3892a984 Refactor svgtemplate into a neat context class SVGTemplate 2019-08-28 00:14:01 +02:00
Daniel Molkentin
7a915605d3 refactor svgtemplate into seperate file 2019-08-28 00:14:01 +02:00
Daniel Molkentin
375c73d383 ignore pngs not in artwork 2019-08-28 00:14:01 +02:00
Daniel Molkentin
8eeca3485d refactor renderlib to allow for single frame rendering 2019-08-28 00:14:01 +02:00
Maximilian Jalea
af9531c108 modified foss4g19 pause 2019-08-27 19:52:08 +03:00
Maximilian Jalea
528dc864cd add foss4g19 2019-08-27 19:18:33 +03:00
derchris
aac613e920 add ffmpeg only render for cccamp19 2019-07-23 20:40:56 +02:00
derchris
02b3ed3fa0 add froscon2019 2019-07-18 18:26:26 +02:00
derchris
0419e5889f Merge branch 'master' of git.c3voc.de:intro-outro-generator 2019-07-18 17:52:19 +02:00
derchris
095ddda2eb add day attribute 2019-07-18 17:52:09 +02:00
Daniel Molkentin
710af86231 Allow rendering inserts
Includes an example from Forum Open Education 2019
2019-07-17 20:56:37 +02:00
Bjoern
76698c8cfa fusion19: add pause.svg to avoid warning message, fix schedule url and room name 2019-07-01 20:55:12 +02:00
Bjoern Riemer
12f3895e6d change order of commands 2019-06-26 19:40:24 +02:00
derpeter
5b2207eb2e inital commit fusion19 2019-06-26 19:33:16 +02:00
Daniel Molkentin
5c7914d430 JH Rostock 2019-06-16 14:38:26 +02:00
Daniel Molkentin
75f81fc7ca JH Rostock 2019-06-16 10:58:00 +02:00
derpeter
5f66d720c2 inital commit fusion19 2019-05-29 18:44:11 +02:00
derchris
62e5f53e88 intro/outro GPN19 2019-05-29 00:16:46 +02:00
derchris
fc97c398ad some fixes to AE render 2019-05-29 00:14:03 +02:00
Daniel Molkentin
0fae3b7b23 OSC19 2019-05-20 17:43:50 +02:00
Kévin Redon
2fd8f9189b add intro/outro for osmodevcon 2019 2019-04-26 20:45:12 +02:00
derchris
96fee4b1c2 add GLT19 2019-04-26 19:28:49 +02:00
Daniel Molkentin
fe19313a7e subscribe10 2019-03-22 18:41:17 +01:00
Thorsten Fleck
e7a4fbabbb FOSSGIS19 Artwork 2019-03-08 22:02:18 +01:00
Thorsten Fleck
e98cc4a81c Add Schedule-XML-Tag <url> in variable $url in renderlib.py 2019-03-08 22:00:32 +01:00
derchris
f3b8deb63b add option to render using imagemagick 2019-01-20 06:41:57 +01:00
derchris
43f08547f0 flake8 code cleanup, minor fixes 2019-01-20 06:15:57 +01:00
derchris
b9eb2d234e 35c3: fix wikipakawg outro 2018-12-28 19:38:34 +01:00
derchris
754455c38f 35c3: fix chaoswest outro 2018-12-28 19:38:16 +01:00
derchris
cb626c1720 skip render if .mov file exists 2018-12-26 00:41:16 +01:00
derchris
2b3d9a858b 35c3: chaoswest intro/outro 2018-12-25 23:12:51 +01:00
derchris
e8db58da3d 35c3: wikipakawg intro/outro 2018-12-25 23:12:15 +01:00
v0tti
7a088f7d74 with outro 2018-12-24 17:20:02 +01:00
v0tti
d7c9e3c370 font resizing for long titles and names 2018-12-21 00:53:04 +01:00
v0tti
b1b3dde7b3 Intro for 35c3 2018-12-19 19:07:52 +01:00
derchris
7bf2c94ef5 get comp by name 2018-12-19 15:50:45 +01:00
Peter Körner
ebdf747494 option to exclude specified ids 2018-11-26 12:19:07 +01:00
Peter Körner
78ef302eed preserve audio out of apple motion 2018-11-25 14:00:57 +01:00
Peter Körner
aeae7981e6 copy original mov before finalizing as well 2018-11-25 14:00:25 +01:00
Peter Körner
3a2fb2c869 missing file? 2018-11-25 13:59:35 +01:00
Lukas Hampe
8fd7be5933 jh18-ulm artwork from github.com/verschwoerhaus/intro-outro-generator/ 2018-11-24 00:09:30 +01:00
Florian Zeitz
27632675ee Add jh18-koeln 2018-11-21 21:53:06 +01:00
derpeter
6ba72ead60 update bub artwork 2018-11-17 17:17:32 +01:00
derpeter
22db9774fd added outro 2018-11-14 21:49:27 +01:00
derpeter
eb95abb7a0 inital bub2018 2018-11-14 21:38:23 +01:00
derchris
560e141a2b check .frames folder exists before trying to remove it 2018-10-25 12:48:27 +02:00
Daniel Molkentin
b8089794b7 jh18: Fix assets 2018-10-20 15:23:21 +02:00
derchris
6b36ddaeca Smart Home Day 2018 2018-10-20 04:28:04 +02:00
derchris
6bfaf0296d fix outro frames in intro render 2018-10-20 01:13:04 +02:00
derchris
bc79f2422d fix missing audio tracks 2018-10-20 00:49:47 +02:00
derchris
444751da3d voc geekend18 2018-10-19 20:36:23 +02:00
Daniel Molkentin
cb9c41508f jh berlin 2018 assets 2018-10-19 20:12:58 +02:00
Daniel Molkentin
11c9fccba8 pwb18 assets 2018-10-19 20:12:07 +02:00
Daniel Molkentin
dc533cd3c8 asg2018 assets 2018-10-19 20:11:37 +02:00
Björn
d5d96688ea
Merge pull request #32 from tsaitgaist/master
osmocon18: fix layer visibility
2018-10-18 00:28:45 +02:00
Kévin Redon
650d9ee92c osmocon18: fix layer visibility 2018-10-18 00:27:30 +02:00
Bjoern Riemer
6b192081e7 ignore warnings from inkscape 2018-10-18 00:10:15 +02:00
Björn
58bab67f55
Merge pull request #30 from tsaitgaist/master
osmocon18: change cc license to by and add pause text
2018-10-18 00:07:02 +02:00
Kévin Redon
c17193ff01 osmocon18: change conf name from OsmoCon18 to OsmoCon 2018 2018-10-18 00:06:09 +02:00
Kévin Redon
ef3f277241 osmocon18: add pause text 2018-10-17 23:31:32 +02:00
Kévin Redon
22dd012ef2 osmocon18: change cc license to by 2018-10-17 23:31:10 +02:00
Björn
ecf07eae3a
Merge pull request #29 from tsaitgaist/master
tsaitgaist osmocon18: add ids to animate elements
2018-10-17 22:59:36 +02:00
Kévin Redon
828d097f61 osmocon18: add ids to animate elements 2018-10-17 20:48:04 +02:00
Kévin Redon
18b97ded6c osmocon18: add ids to animate elements 2018-10-17 20:47:11 +02:00
Björn
f319499036
Merge pull request #28 from tsaitgaist/master
add osmocon18 artwork
2018-10-17 20:37:21 +02:00
Kévin Redon
6cfce0aedf add osmocon18 init script 2018-10-17 20:33:46 +02:00
Kévin Redon
0856620b86 add osmocon18 artwork 2018-10-17 20:32:03 +02:00
derpeter
4a5dd8797f fixed intro line break 2018-10-13 13:04:22 +02:00
derpeter
cddde47063 added vcfb2018 2018-10-11 22:52:37 +02:00
Thorsten Fleck
b812f3f2e5 14np: Artwork Netzpolitik 14 2018-09-24 10:08:34 +02:00
derpeter
7a2f59cd7a fiffkon18 artwork 2018-09-23 21:01:11 +02:00
derpeter
fa483f2cce addes systemkonform 2018-09-23 17:24:28 +02:00
thomic
21c3eb9ad1 bugfix in outro for occon18 2018-09-18 18:33:56 +02:00
thomic
11e7b86f16 adding outro for occon18 2018-09-18 14:22:20 +02:00
thomic
e75f4c4534 Merge branch 'master' of git.c3voc.de:intro-outro-generator 2018-09-18 13:44:27 +02:00
thomic
40c63ec37d adding background for occon18 2018-09-18 13:44:25 +02:00
Daniel Molkentin
c39ca5b0a5 CR: Allow line wrap in title 2018-09-18 09:53:01 +02:00
thomic
4cc97faeb8 minor bugfix occon18 2018-09-18 07:06:33 +02:00
thomic
12dd288956 occon18 initial commit 2018-09-18 06:39:00 +02:00
Thorsten Fleck
42b3099658 mrmcd2018: bgloop hinzugefügt 2018-09-03 19:49:52 +02:00
Thorsten Fleck
2a7cb30552 mrmcd2018: Audio für Intro und Outro hinzugefügt 2018-09-03 00:40:45 +02:00
Thorsten Fleck
5a8963dc61 mrmcd2018: Anpassungen Intro, Pause und Outro hinzugefügt 2018-09-02 23:46:31 +02:00
Thorsten Fleck
c3e31c9f33 mrmcd2018: Intro hinzugefügt. 2018-09-02 21:47:06 +02:00
v0tti
7dbd4cc09d remove uppercase conversion 2018-09-01 12:30:18 +01:00
v0tti
e318ac1570 added audio 2018-09-01 12:09:28 +01:00
v0tti
65b98b277f HD for .mov 2018-08-31 16:42:10 +01:00
v0tti
c7ab8c338e correct download url 2018-08-29 13:38:19 +02:00
v0tti
36cf7ed7fa emfcamp changes 2018-08-29 13:23:14 +02:00
derchris
25825ddfb4 emf2018: add intro/pause 2018-08-27 22:45:34 +02:00
v0tti
fbc8ba2ab1 Merge branch 'master' of mng.c3voc.de:intro-outro-generator 2018-08-23 15:12:16 +02:00
v0tti
2080da3590 add patch to support alpha-channel for intros 2018-08-23 15:11:39 +02:00
v0tti
4591d78f58 initial commit for emf18 2018-08-23 15:10:24 +02:00
Thorsten Fleck
4e5096f044 Froscon2018: Lizenz-Link im Outro hinzugefügt. 2018-08-22 20:44:11 +02:00
derchris
15003d2479 add windows support, bugfixes 2018-08-19 23:49:05 +02:00
Thorsten Fleck
04015b14cb Froscon2018: Lizenz angepasst CC-BY im Outro 2018-08-19 20:31:25 +02:00
Thorsten Fleck
de8bd55ba0 Froscon2018: Event angelegt; Intro, Outro, Pause bearbeitet, __init.py__ gefixt 2018-08-12 14:43:16 +02:00
derpeter
7967237e64 updated fusion intro 2018-07-12 08:43:45 +02:00
derpeter
1f08847010 updated fusoin18 2018-06-28 16:41:09 +02:00
derpeter
8dad0c4957 fixed room name 2018-06-25 18:23:57 +02:00
derpeter
fb84f605ae inital commit fusion18 2018-06-25 18:15:29 +02:00
Daniel Molkentin
acb7b37a5e Rename cr to chaosradio, align with datengarten
...and prepare for the day that Chaosradio will have a schedule.xml,
too.
2018-06-11 23:07:19 +02:00
Daniel Molkentin
af72947990 Rename dg and automate datengarten generation 2018-06-11 22:41:37 +02:00
Daniel Molkentin
2a7281e684 Forum Open:Education 2018-06-09 20:40:59 +02:00
Daniel Molkentin
e59e4d6471 lac18: Add fade-in animation 2018-06-07 22:18:25 +02:00
derpeter
3220044d1a updated lac18 2018-06-07 21:32:34 +02:00
derpeter
ba6d080b2e added lac18 2018-06-07 21:10:01 +02:00
derchris
31cde009de intro/outro/pause for dcgtw 2018-06-04 01:41:31 +02:00
Daniel Molkentin
4013855064 oSC18: refinements 2018-05-23 19:48:45 +02:00
Daniel Molkentin
c7e0a687c4 Update artwork
thanks to mstrigl!
2018-05-23 19:29:01 +02:00
Peter Körner
89a8d8cea9 djangocon2018 2018-05-20 20:49:13 +02:00
Peter Körner
3977fb2d4f faster loop time 2018-05-19 17:18:45 +02:00
Peter Körner
5ecf6a4040 use anullsrc instread of /dev/null 2018-05-19 17:18:38 +02:00
derchris
cdeb9767a5 Merge branch 'master' of c3voc.de:intro-outro-generator 2018-05-12 20:46:45 +02:00
derchris
c6c49b4210 gpn18 workshop outro2 2018-05-12 20:46:28 +02:00
Daniel Molkentin
238a3a5678 Fiffkon17 2018-05-11 13:52:40 +02:00
derchris
d51113713e add force render option 2018-05-11 11:54:48 +02:00
derchris
cddd8fb282 gpn18 add correct license 2018-05-11 11:54:22 +02:00
derchris
bc2427104d add existing file check 2018-05-09 23:42:02 +02:00
derchris
96d380741c add room option 2018-05-09 17:23:04 +02:00
derchris
22b2ffa51d gpn18 get composition by name 2018-05-09 11:32:39 +02:00
derchris
2c6d6f3cba gpn18 fix audio 2018-05-08 22:41:37 +02:00
derchris
93603bf6ec gpn18 add audio / general fixes 2018-05-08 21:15:07 +02:00
derchris
0625fd9c71 gpn18 fix linespacing 2018-05-06 14:41:44 +02:00
derchris
70660deac6 option to render bgloop from after effects 2018-05-06 06:06:20 +02:00
derchris
ba51c7ee12 gpn18 fix bgloop 2018-05-06 06:05:46 +02:00
derchris
e32359f04e gpn18 add bgloop 2018-05-06 05:49:24 +02:00
derchris
a97e4272b6 option to render pause, outro from after effects 2018-05-06 04:52:27 +02:00
derchris
95d29ecb03 gpn18 add pause, outro 2018-05-06 04:51:17 +02:00
derchris
3839cc705c gpn18 fixed timings 2018-05-06 02:36:21 +02:00
derchris
082e55ed19 move event print before execution 2018-05-06 01:09:52 +02:00
derchris
963f9d9c77 gpn18 font/layout fixes 2018-05-06 01:08:47 +02:00
derchris
244ec8ef4b init gpn18 2018-05-05 23:49:41 +02:00
thomic
3976b88dc9 adding osc18 artwork to repo
* took artwork from osc17 and doing some minor adjustments in the svgs
 * tried to build with make.py - worked as expected
 * changed schedule.xml in __init.py__
2018-04-29 11:42:05 +02:00
steviehs
dfd09213ac OsmoDevCon 2018, dunno if the xml URL works this way... the rest looks good. (#23) 2018-04-14 12:39:16 +02:00
derchris
261638ea13 Readme for After Effects intro generator 2018-04-09 12:39:54 +02:00
derchris
b9e7f008d0 Add generator for Adobe After Effects + Template 2018-04-09 02:10:19 +02:00
derchris
17536a75a7 intros/outro Münchner Amateurfunktagung 2018 2018-03-10 16:41:45 +01:00
1023 changed files with 1253332 additions and 823 deletions

3
.gitignore vendored
View file

@ -1,7 +1,9 @@
*.mp4
*.dv
*.ts
*.mkv
*.mov
/*/*.png
/*.png
*.pyc
schedule.de.xml
@ -9,3 +11,4 @@ schedule.de.xml
.gen.svg
snapshot-*.png
env
.DS_Store

2
.pep8 Normal file
View file

@ -0,0 +1,2 @@
[pycodestyle]
max_line_length = 99

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML

147
14np/__init__.py Normal file
View file

@ -0,0 +1,147 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML
scheduleUrl = 'https://www.thorti.de/media/np14/np14.xml'
def introFrames(args):
#fade in title
frames = 2*fps
for i in range(0, frames):
yield(
('personnames', 'style', 'opacity', 0),
('title', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
)
# fade in subtitle and names
frames = 1*fps
for i in range(0, frames):
yield(
('title', 'style', 'opacity', 1),
('personnames', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
)
#show whole image for 3 seconds
frames = 3*fps
for i in range(0, frames):
yield(
('title', 'style', 'opacity', 1),
('personnames', 'style', 'opacity', 1),
)
def backgroundFrames(parameters):
frames = 5*fps
for i in range(0, frames):
yield(
('logo', 'style', 'opacity', 1),
)
def outroFrames(args):
frames = 2*fps
for i in range(0, frames):
yield(
('logo', 'style', 'opacity', 1),
('sublogo', 'style', 'opacity', 1),
('cclogo', 'style', 'opacity', 1),
)
# fade out
frames = 3*fps
for i in range(0, frames):
yield(
('logo', 'style', 'opacity', "%.4f" % easeInCubic(i, 1, -1, frames)),
('sublogo', 'style', 'opacity', "%.4f" % easeInCubic(i, 1, -1, frames)),
('cclogo', 'style', 'opacity', "%.4f" % easeInCubic(i, 1, -1, frames)),
)
def pauseFrames(args):
#fade in pause
frames = 4*fps
for i in range(0, frames):
yield(
('pause', 'style', 'opacity', "%.4f" % easeInCubic(i, 0.2, 1, frames)),
)
# fade out
frames = 4*fps
for i in range(0, frames):
yield(
('pause', 'style', 'opacity', "%.4f" % easeInCubic(i, 1, -0.8, frames)),
)
def debug():
render('intro.svg',
'../intro.ts',
introFrames,
{
'$id': 7776,
'$title': 'Configuring + running GPRS/EDGE data services with OsmoPCU, OsmoSGSN and OpenGGSN',
'$subtitle': 'With some subtitle!',
'$personnames': 'Alexander Chemeris + Harald Welte'
}
)
# render('outro.svg',
# '../outro.ts',
# outroFrames
# )
#
# render(
# 'background.svg',
# '../background.ts',
# backgroundFrames
# )
#
# render('pause.svg',
# '../pause.ts',
# pauseFrames
# )
def tasks(queue, args, idlist, skiplist):
# iterate over all events extracted from the schedule xml-export
for event in events(scheduleUrl):
if not (idlist==[]):
if 000000 in idlist:
print("skipping id (%s [%s])" % (event['title'], event['id']))
continue
if int(event['id']) not in idlist:
print("skipping id (%s [%s])" % (event['title'], event['id']))
continue
# generate a task description and put them into the queue
queue.put(Rendertask(
infile = 'intro.svg',
outfile = str(event['id'])+".ts",
sequence = introFrames,
parameters = {
'$id': event['id'],
'$title': event['title'],
'$subtitle': event['subtitle'],
'$personnames': event['personnames']
}
))
# place a task for the outro into the queue
if not "out" in skiplist:
queue.put(Rendertask(
infile = 'outro.svg',
outfile = 'outro.ts',
sequence = outroFrames
))
# place the pause-sequence into the queue
if not "pause" in skiplist:
queue.put(Rendertask(
infile = 'pause.svg',
outfile = 'pause.ts',
sequence = pauseFrames
))
# place the background-sequence into the queue
if not "bg" in skiplist:
queue.put(Rendertask(
infile = 'background.svg',
outfile = 'background.ts',
sequence = backgroundFrames
))

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

BIN
14np/artwork/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

13780
14np/artwork/intro.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 1 MiB

560
14np/artwork/outro.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1 MiB

13524
14np/artwork/pause.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 1,015 KiB

View file

@ -3,6 +3,7 @@
import subprocess
import os.path
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from itertools import zip_longest
# URL to Schedule-XML

View file

@ -3,6 +3,7 @@
import svg.path, random
from lxml import etree
from renderlib import *
from schedulelib import *
def introFrames(p):
frames = 0

View file

@ -2,6 +2,7 @@
import subprocess
from renderlib import *
from schedulelib import *
def pyconFrames(params):
frames = 500

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
35c3-chaoswest/intro.aep Normal file

Binary file not shown.

31
35c3-chaoswest/intro.jsx Executable file
View file

@ -0,0 +1,31 @@
var comp;
for (var i = 1; i <= app.project.numItems; i ++) {
if ((app.project.item(i) instanceof CompItem) && (app.project.item(i).name === 'intro')) {
comp = app.project.item(i);
break;
}
}
var layer_title = comp.layer('intro_title');
var textProp_title = layer_title.property("Source Text");
var textDocument_title = textProp_title.value;
var layer_persons = comp.layer('intro_personnames');
var textProp_persons = layer_persons.property("Source Text");
var textDocument_persons = textProp_persons.value;
var layer_id = comp.layer('intro_id');
var textProp_id = layer_id.property("Source Text");
var textDocument_id = textProp_id.value;
textDocument_title.text = "$title";
textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
textDocument_id.text = "$id";
textProp_id.setValue(textDocument_id);
app.project.save();
app.quit();

BIN
35c3-chaoswest/intro.scpt Executable file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -0,0 +1,258 @@
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0 0 930 676.29
%%BoundingBox: 0 0 930 677
%%Creator: Serif Affinity
%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
101 dict begin
/m/moveto
/l/lineto
/c/curveto
3{load def}repeat
%%EndProlog
gsave
% path2161
newpath
767.639 19.576 m
747.932 32.868 737.575 54.358 735.651 85.945 c
734.218 109.483 736.571 127.221 746.695 169.196 c
755.737 206.683 756.946 214.186 757.522 236.396 c
757.522 236.396 758.023 255.704 758.023 255.704 c
758.023 255.704 755.224 260.845 755.224 260.845 c
753.685 263.673 752.158 265.957 751.83 265.921 c
750.814 265.81 738.487 251.184 730.997 241.205 c
714.664 219.445 705.395 197.981 703.707 178.013 c
703.707 178.013 703.054 170.287 703.054 170.287 c
703.054 170.287 697.784 169.193 697.784 169.193 c
687.167 166.989 686.913 167.062 685.416 172.725 c
683.416 180.293 684.361 199.197 687.155 207.509 c
690.945 218.782 699.45 234.572 711.608 252.903 c
725.104 273.254 733.903 289.325 737.143 299.544 c
739.795 307.908 740.114 308.102 752.695 308.995 c
752.695 308.995 761.427 309.615 761.427 309.615 c
761.427 309.615 764.549 301.664 764.549 301.664 c
771.984 282.728 774.721 269.412 775.611 247.838 c
776.629 223.192 774.029 201.189 763.758 147.519 c
754.855 101.002 754.964 102.066 757.61 87.599 c
762.18 62.613 768.464 48.14 780.254 35.444 c
783.095 32.385 783.183 32.006 782.474 25.866 c
782.068 22.35 781.349 18.453 780.877 17.205 c
779.526 13.636 775.331 14.387 767.639 19.576 c
closepath
677.257 119.529 m
677.257 119.529 672.848 119.921 672.848 119.921 c
672.848 119.921 673.39 123.962 673.39 123.962 c
674.221 130.162 678.205 135.316 684.575 138.433 c
689.516 140.85 691.812 141.234 706.051 142.022 c
714.821 142.508 723.697 142.923 725.776 142.944 c
725.776 142.944 729.557 142.982 729.557 142.982 c
729.557 142.982 729.557 133.423 729.557 133.423 c
729.557 122.124 732.45 123.691 706.303 120.831 c
687.917 118.821 686.125 118.74 677.257 119.529 c
closepath
768.273 132.439 m
767.439 135.761 768.508 142.367 770.505 146.228 c
772.895 150.85 779.651 157.761 788.035 164.16 c
796.675 170.756 804.173 178.45 806.676 183.291 c
812.066 193.714 815.717 228.187 813.329 246.105 c
810.076 270.512 797.445 297.684 780.975 315.704 c
778.204 318.737 775.936 321.665 775.936 322.212 c
775.936 322.759 780.775 327.687 786.689 333.162 c
794.27 340.18 797.583 342.67 797.922 341.604 c
799.257 337.407 816.083 306.018 819.862 300.675 c
828.04 289.115 838.894 280.876 849.554 278.136 c
852.04 277.497 855.784 276.317 857.875 275.513 c
863.378 273.398 870.935 273.709 883.621 276.573 c
902.6 280.857 908.642 279.64 912.992 270.654 c
916.599 263.203 915.876 261.888 906.43 258.719 c
889.866 253.162 868.04 252.922 846.165 258.057 c
839.426 259.639 836.963 259.866 836.082 258.986 c
834.76 257.666 834.688 248.976 835.883 234.731 c
836.553 226.74 836.323 223.26 834.496 213.732 c
828.942 184.77 818.09 163.573 800.288 146.917 c
793.266 140.347 790.713 138.614 786.099 137.285 c
783.005 136.394 777.873 134.36 774.696 132.766 c
774.696 132.766 768.919 129.867 768.919 129.867 c
768.919 129.867 768.273 132.439 768.273 132.439 c
closepath
711.171 310.344 m
709.654 310.801 706.818 312.16 704.87 313.365 c
701.962 315.161 701.327 316.158 701.327 318.921 c
701.327 318.921 701.327 322.287 701.327 322.287 c
701.327 322.287 708.132 322.953 708.132 322.953 c
725.133 324.618 738.861 330.232 752.382 341.05 c
766.806 352.591 779.299 369.225 799.629 403.959 c
806.172 415.138 810.3 421.197 811.386 421.22 c
813.424 421.262 818.054 415.959 818.891 412.624 c
820.24 407.249 812.493 381.363 805.099 366.539 c
790.816 337.907 766.841 318.421 737.119 311.29 c
728.849 309.306 716.157 308.843 711.171 310.344 c
closepath
208.805 324.456 m
208.805 324.456 45.472 324.968 45.472 324.968 c
45.472 324.968 42.188 327.31 42.188 327.31 c
38.058 330.256 31.752 343.066 28.947 354.207 c
24.106 373.436 21.301 394.484 19.745 423.271 c
19.16 434.084 17.738 457.45 16.585 475.195 c
14.294 510.422 14.459 532.47 17.259 565.431 c
21.484 615.173 29.163 645.006 39.484 651.768 c
42.323 653.628 72.087 655.439 168.688 659.63 c
259.559 663.572 357.734 660.331 412.922 651.567 c
425.368 649.591 427.655 647.842 433.631 635.727 c
439.671 623.482 443.132 609.563 444.033 593.901 c
445.013 576.861 444.612 572.829 441.865 572.092 c
438.352 571.149 427.113 571.396 425.126 572.46 c
422.254 573.997 420.194 580.525 418.52 593.387 c
414.971 620.674 410.148 627.09 389.524 631.963 c
366.486 637.407 331.452 639.439 261.737 639.376 c
193.986 639.315 141.657 637.23 89.152 632.5 c
76.177 631.331 72.469 630.631 68.443 628.591 c
58.011 623.304 50.218 610.954 45.443 592.141 c
41.784 577.726 41.045 568.262 39.961 521.988 c
38.402 455.459 40.934 423.243 50.431 388.785 c
56.17 367.961 60.939 360.892 73.326 354.85 c
87.099 348.132 81.705 348.371 218.383 348.413 c
336.847 348.449 375.965 349.191 391.339 351.693 c
405.646 354.022 413.846 368.86 418.554 400.938 c
420.75 415.902 421.013 416.806 423.93 419.413 c
429.848 424.7 437.603 424.064 440.902 418.021 c
443.867 412.59 443.247 395.032 439.45 376.892 c
434.554 353.505 430.068 337.673 427.456 334.569 c
422.359 328.512 407.331 324.893 384.742 324.283 c
377.81 324.096 298.639 324.174 208.805 324.456 c
closepath
668.559 341.005 m
661.99 342.628 658.04 344.758 653.291 349.237 c
653.291 349.237 649.42 352.887 649.42 352.887 c
649.42 352.887 651.78 354.798 651.78 354.798 c
655.434 357.756 663.325 359.738 677.633 361.289 c
684.842 362.071 692.782 363.373 695.277 364.183 c
722.701 373.089 739.801 384.049 761.968 406.928 c
772.815 418.125 795.144 445.818 796.797 450.126 c
797.132 451 798.947 451.501 801.773 451.501 c
806.974 451.501 806.965 452.101 801.983 436.915 c
790.733 402.625 767.52 374.247 734.354 354.238 c
726.896 349.738 725.484 349.306 702.701 344.558 c
677.065 339.215 676.177 339.122 668.559 341.005 c
closepath
181.436 362.254 m
182.408 364.786 219.403 416.14 227.632 426.381 c
244.576 447.466 269.331 473.424 278.693 479.925 c
285.661 484.762 297.979 488.739 310.014 490.036 c
324.348 491.581 442.193 491.525 533.456 489.93 c
610.881 488.576 608.759 488.755 630.849 481.757 c
637.69 479.59 643.479 478.009 643.713 478.243 c
643.947 478.477 642.901 480.291 641.389 482.273 c
637.832 486.937 629.93 492.125 621.666 495.221 c
607.864 500.393 603.185 500.713 524.382 501.878 c
453.322 502.928 421.357 503.682 336.347 506.313 c
336.347 506.313 296.521 507.546 296.521 507.546 c
296.521 507.546 290.61 510.494 290.61 510.494 c
280.196 515.688 271.873 524.845 230.811 576.287 c
209.004 603.607 191.161 626.203 191.161 626.501 c
191.161 627.516 213.841 625.666 215.28 624.533 c
216.069 623.913 226.663 610.096 238.822 593.829 c
265.008 558.796 272.827 549.312 284.873 537.973 c
296.801 526.744 300.987 523.98 308.437 522.412 c
322.794 519.391 361.828 518.685 449.102 519.868 c
550.28 521.24 584.193 520.51 599.999 516.623 c
612.621 513.518 628.119 508.136 637.805 503.494 c
641.893 501.535 645.414 500.109 645.63 500.325 c
646.571 501.266 642.623 506.89 637.96 511.252 c
623.333 524.933 601.549 533.457 574.289 536.164 c
563.368 537.249 500.704 537.749 459.855 537.078 c
447.101 536.868 421.693 536.707 403.394 536.72 c
373.505 536.741 368.859 536.971 357.701 538.979 c
342.921 541.639 326.396 546.944 316.672 552.149 c
310.842 555.27 309.245 556.695 307.401 560.423 c
302.096 571.148 301.539 600.35 306.194 623.657 c
306.194 623.657 307.251 628.95 307.251 628.95 c
307.251 628.95 315.245 628.95 315.245 628.95 c
319.642 628.95 323.312 628.837 323.4 628.698 c
323.488 628.559 323.847 617.33 324.197 603.744 c
324.895 576.705 325.231 575.025 331.329 568.079 c
335.775 563.016 338.574 561.738 347.999 560.472 c
367.961 557.789 383.252 557.349 455.976 557.366 c
500.855 557.377 537.927 556.947 545.204 556.332 c
579.335 553.447 606.648 546.629 630.427 535.06 c
641.957 529.449 643.242 528.517 651.465 519.784 c
666.936 503.354 681.916 481.396 690.484 462.592 c
690.484 462.592 694.389 454.022 694.389 454.022 c
694.389 454.022 694.024 460.165 694.024 460.165 c
693.21 473.867 673.033 507.269 641.45 547.199 c
635.565 554.639 630.75 561.078 630.75 561.509 c
630.75 562.959 635.21 565.431 637.826 565.431 c
642.432 565.431 654.308 557.415 659.706 550.662 c
687.246 516.21 704.451 488.151 712.47 464.608 c
714.265 459.34 716.803 453.905 718.11 452.531 c
718.11 452.531 720.487 450.031 720.487 450.031 c
720.487 450.031 723.536 453.081 723.536 453.081 c
723.536 453.081 726.586 456.131 726.586 456.131 c
726.586 456.131 723.978 465.159 723.978 465.159 c
718.153 485.319 711.799 497.786 687.306 537.11 c
668.617 567.115 668.5 567.448 676.664 567.448 c
680.198 567.448 682.351 566.524 688.387 562.417 c
692.454 559.649 696.501 556.814 697.381 556.115 c
699.958 554.069 720.152 519.827 727.158 505.624 c
730.698 498.447 735.221 487.303 737.21 480.86 c
742.481 463.781 742.499 463.762 748.236 468.8 c
751.908 472.024 751.97 472.198 751.383 477.674 c
750.015 490.447 742.674 513.371 733.97 532.055 c
731.543 537.265 729.557 542.136 729.557 542.878 c
729.557 543.62 730.871 545.697 732.476 547.494 c
735.287 550.64 735.503 550.706 738.274 549.274 c
742.961 546.852 751.001 538.064 754.428 531.616 c
756.184 528.31 760.22 516.872 763.395 506.198 c
766.571 495.523 769.532 486.789 769.975 486.789 c
770.418 486.789 772.281 488.673 774.114 490.975 c
782.576 501.597 785.644 503.076 789.875 498.571 c
792.612 495.658 792.659 491.848 790.051 484.269 c
787.357 476.437 787.461 474.267 790.603 472.836 c
792.015 472.192 793.83 471.666 794.636 471.666 c
796.617 471.666 796.478 469.046 794.137 462.242 c
787.212 442.114 772.28 424.356 748.714 408.222 c
726.327 392.896 697.282 383.316 669.737 382.174 c
656.073 381.607 648.123 383.193 641.337 387.839 c
636.122 391.41 635.935 394.542 640.744 397.782 c
645.996 401.322 652.939 402.975 667.434 404.139 c
712.447 407.753 746.511 424.11 771.237 453.985 c
775.118 458.674 775.205 458.904 772.407 457.068 c
741.702 436.921 708.246 422.211 682.899 417.714 c
675.295 416.365 669.648 416.083 658.197 416.479 c
642.469 417.023 633.079 418.912 622.211 423.718 c
616.201 426.376 615.434 427.754 615.875 435.1 c
615.875 435.1 616.131 439.367 616.131 439.367 c
616.131 439.367 533.456 439.876 533.456 439.876 c
487.985 440.155 440.138 440.382 427.13 440.381 c
397.046 440.376 367.789 438.441 342.9 434.81 c
331.152 433.096 329.096 431.566 325.168 421.618 c
322.521 414.917 322.002 401.936 323.633 383.231 c
324.649 371.585 323.412 364.727 319.847 362.23 c
318.549 361.32 315.329 360.76 311.396 360.76 c
303.844 360.76 303.847 360.756 302.171 374.423 c
299.716 394.441 301.231 416.201 306.097 430.825 c
308.049 436.69 308.884 437.825 313.879 441.402 c
324.407 448.941 341.995 453.977 366.582 456.495 c
372.607 457.112 397.767 457.557 425.06 457.529 c
451.406 457.503 498.596 457.777 529.927 458.139 c
566.403 458.561 597.015 458.391 615.035 457.666 c
630.513 457.043 643.372 456.729 643.611 456.968 c
644.615 457.972 632.827 463.635 625.777 465.536 c
611.896 469.28 605.534 469.678 544.547 470.614 c
511.275 471.125 457.284 472.075 424.567 472.726 c
334.187 474.523 325.943 474.495 318.198 472.367 c
304.514 468.608 292.545 462.848 282.406 455.144 c
272.162 447.359 260.35 434.095 232.252 398.821 c
232.252 398.821 201.932 360.76 201.932 360.76 c
201.932 360.76 191.398 360.76 191.398 360.76 c
182.506 360.76 180.952 360.993 181.436 362.254 c
closepath
/DeviceRGB setcolorspace
0 0 0 setcolor
fill
grestore
showpage
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
35c3-chaoswest/outro.aep Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
35c3-wikipakawg/intro.aep Normal file

Binary file not shown.

31
35c3-wikipakawg/intro.jsx Executable file
View file

@ -0,0 +1,31 @@
var comp;
for (var i = 1; i <= app.project.numItems; i ++) {
if ((app.project.item(i) instanceof CompItem) && (app.project.item(i).name === 'intro')) {
comp = app.project.item(i);
break;
}
}
var layer_title = comp.layer('intro_title');
var textProp_title = layer_title.property("Source Text");
var textDocument_title = textProp_title.value;
var layer_persons = comp.layer('intro_personnames');
var textProp_persons = layer_persons.property("Source Text");
var textDocument_persons = textProp_persons.value;
var layer_id = comp.layer('intro_id');
var textProp_id = layer_id.property("Source Text");
var textDocument_id = textProp_id.value;
textDocument_title.text = "$title";
textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
textDocument_id.text = "$id";
textProp_id.setValue(textDocument_id);
app.project.save();
app.quit();

BIN
35c3-wikipakawg/intro.scpt Executable file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -0,0 +1,258 @@
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0 0 930 676.29
%%BoundingBox: 0 0 930 677
%%Creator: Serif Affinity
%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
101 dict begin
/m/moveto
/l/lineto
/c/curveto
3{load def}repeat
%%EndProlog
gsave
% path2161
newpath
767.639 19.576 m
747.932 32.868 737.575 54.358 735.651 85.945 c
734.218 109.483 736.571 127.221 746.695 169.196 c
755.737 206.683 756.946 214.186 757.522 236.396 c
757.522 236.396 758.023 255.704 758.023 255.704 c
758.023 255.704 755.224 260.845 755.224 260.845 c
753.685 263.673 752.158 265.957 751.83 265.921 c
750.814 265.81 738.487 251.184 730.997 241.205 c
714.664 219.445 705.395 197.981 703.707 178.013 c
703.707 178.013 703.054 170.287 703.054 170.287 c
703.054 170.287 697.784 169.193 697.784 169.193 c
687.167 166.989 686.913 167.062 685.416 172.725 c
683.416 180.293 684.361 199.197 687.155 207.509 c
690.945 218.782 699.45 234.572 711.608 252.903 c
725.104 273.254 733.903 289.325 737.143 299.544 c
739.795 307.908 740.114 308.102 752.695 308.995 c
752.695 308.995 761.427 309.615 761.427 309.615 c
761.427 309.615 764.549 301.664 764.549 301.664 c
771.984 282.728 774.721 269.412 775.611 247.838 c
776.629 223.192 774.029 201.189 763.758 147.519 c
754.855 101.002 754.964 102.066 757.61 87.599 c
762.18 62.613 768.464 48.14 780.254 35.444 c
783.095 32.385 783.183 32.006 782.474 25.866 c
782.068 22.35 781.349 18.453 780.877 17.205 c
779.526 13.636 775.331 14.387 767.639 19.576 c
closepath
677.257 119.529 m
677.257 119.529 672.848 119.921 672.848 119.921 c
672.848 119.921 673.39 123.962 673.39 123.962 c
674.221 130.162 678.205 135.316 684.575 138.433 c
689.516 140.85 691.812 141.234 706.051 142.022 c
714.821 142.508 723.697 142.923 725.776 142.944 c
725.776 142.944 729.557 142.982 729.557 142.982 c
729.557 142.982 729.557 133.423 729.557 133.423 c
729.557 122.124 732.45 123.691 706.303 120.831 c
687.917 118.821 686.125 118.74 677.257 119.529 c
closepath
768.273 132.439 m
767.439 135.761 768.508 142.367 770.505 146.228 c
772.895 150.85 779.651 157.761 788.035 164.16 c
796.675 170.756 804.173 178.45 806.676 183.291 c
812.066 193.714 815.717 228.187 813.329 246.105 c
810.076 270.512 797.445 297.684 780.975 315.704 c
778.204 318.737 775.936 321.665 775.936 322.212 c
775.936 322.759 780.775 327.687 786.689 333.162 c
794.27 340.18 797.583 342.67 797.922 341.604 c
799.257 337.407 816.083 306.018 819.862 300.675 c
828.04 289.115 838.894 280.876 849.554 278.136 c
852.04 277.497 855.784 276.317 857.875 275.513 c
863.378 273.398 870.935 273.709 883.621 276.573 c
902.6 280.857 908.642 279.64 912.992 270.654 c
916.599 263.203 915.876 261.888 906.43 258.719 c
889.866 253.162 868.04 252.922 846.165 258.057 c
839.426 259.639 836.963 259.866 836.082 258.986 c
834.76 257.666 834.688 248.976 835.883 234.731 c
836.553 226.74 836.323 223.26 834.496 213.732 c
828.942 184.77 818.09 163.573 800.288 146.917 c
793.266 140.347 790.713 138.614 786.099 137.285 c
783.005 136.394 777.873 134.36 774.696 132.766 c
774.696 132.766 768.919 129.867 768.919 129.867 c
768.919 129.867 768.273 132.439 768.273 132.439 c
closepath
711.171 310.344 m
709.654 310.801 706.818 312.16 704.87 313.365 c
701.962 315.161 701.327 316.158 701.327 318.921 c
701.327 318.921 701.327 322.287 701.327 322.287 c
701.327 322.287 708.132 322.953 708.132 322.953 c
725.133 324.618 738.861 330.232 752.382 341.05 c
766.806 352.591 779.299 369.225 799.629 403.959 c
806.172 415.138 810.3 421.197 811.386 421.22 c
813.424 421.262 818.054 415.959 818.891 412.624 c
820.24 407.249 812.493 381.363 805.099 366.539 c
790.816 337.907 766.841 318.421 737.119 311.29 c
728.849 309.306 716.157 308.843 711.171 310.344 c
closepath
208.805 324.456 m
208.805 324.456 45.472 324.968 45.472 324.968 c
45.472 324.968 42.188 327.31 42.188 327.31 c
38.058 330.256 31.752 343.066 28.947 354.207 c
24.106 373.436 21.301 394.484 19.745 423.271 c
19.16 434.084 17.738 457.45 16.585 475.195 c
14.294 510.422 14.459 532.47 17.259 565.431 c
21.484 615.173 29.163 645.006 39.484 651.768 c
42.323 653.628 72.087 655.439 168.688 659.63 c
259.559 663.572 357.734 660.331 412.922 651.567 c
425.368 649.591 427.655 647.842 433.631 635.727 c
439.671 623.482 443.132 609.563 444.033 593.901 c
445.013 576.861 444.612 572.829 441.865 572.092 c
438.352 571.149 427.113 571.396 425.126 572.46 c
422.254 573.997 420.194 580.525 418.52 593.387 c
414.971 620.674 410.148 627.09 389.524 631.963 c
366.486 637.407 331.452 639.439 261.737 639.376 c
193.986 639.315 141.657 637.23 89.152 632.5 c
76.177 631.331 72.469 630.631 68.443 628.591 c
58.011 623.304 50.218 610.954 45.443 592.141 c
41.784 577.726 41.045 568.262 39.961 521.988 c
38.402 455.459 40.934 423.243 50.431 388.785 c
56.17 367.961 60.939 360.892 73.326 354.85 c
87.099 348.132 81.705 348.371 218.383 348.413 c
336.847 348.449 375.965 349.191 391.339 351.693 c
405.646 354.022 413.846 368.86 418.554 400.938 c
420.75 415.902 421.013 416.806 423.93 419.413 c
429.848 424.7 437.603 424.064 440.902 418.021 c
443.867 412.59 443.247 395.032 439.45 376.892 c
434.554 353.505 430.068 337.673 427.456 334.569 c
422.359 328.512 407.331 324.893 384.742 324.283 c
377.81 324.096 298.639 324.174 208.805 324.456 c
closepath
668.559 341.005 m
661.99 342.628 658.04 344.758 653.291 349.237 c
653.291 349.237 649.42 352.887 649.42 352.887 c
649.42 352.887 651.78 354.798 651.78 354.798 c
655.434 357.756 663.325 359.738 677.633 361.289 c
684.842 362.071 692.782 363.373 695.277 364.183 c
722.701 373.089 739.801 384.049 761.968 406.928 c
772.815 418.125 795.144 445.818 796.797 450.126 c
797.132 451 798.947 451.501 801.773 451.501 c
806.974 451.501 806.965 452.101 801.983 436.915 c
790.733 402.625 767.52 374.247 734.354 354.238 c
726.896 349.738 725.484 349.306 702.701 344.558 c
677.065 339.215 676.177 339.122 668.559 341.005 c
closepath
181.436 362.254 m
182.408 364.786 219.403 416.14 227.632 426.381 c
244.576 447.466 269.331 473.424 278.693 479.925 c
285.661 484.762 297.979 488.739 310.014 490.036 c
324.348 491.581 442.193 491.525 533.456 489.93 c
610.881 488.576 608.759 488.755 630.849 481.757 c
637.69 479.59 643.479 478.009 643.713 478.243 c
643.947 478.477 642.901 480.291 641.389 482.273 c
637.832 486.937 629.93 492.125 621.666 495.221 c
607.864 500.393 603.185 500.713 524.382 501.878 c
453.322 502.928 421.357 503.682 336.347 506.313 c
336.347 506.313 296.521 507.546 296.521 507.546 c
296.521 507.546 290.61 510.494 290.61 510.494 c
280.196 515.688 271.873 524.845 230.811 576.287 c
209.004 603.607 191.161 626.203 191.161 626.501 c
191.161 627.516 213.841 625.666 215.28 624.533 c
216.069 623.913 226.663 610.096 238.822 593.829 c
265.008 558.796 272.827 549.312 284.873 537.973 c
296.801 526.744 300.987 523.98 308.437 522.412 c
322.794 519.391 361.828 518.685 449.102 519.868 c
550.28 521.24 584.193 520.51 599.999 516.623 c
612.621 513.518 628.119 508.136 637.805 503.494 c
641.893 501.535 645.414 500.109 645.63 500.325 c
646.571 501.266 642.623 506.89 637.96 511.252 c
623.333 524.933 601.549 533.457 574.289 536.164 c
563.368 537.249 500.704 537.749 459.855 537.078 c
447.101 536.868 421.693 536.707 403.394 536.72 c
373.505 536.741 368.859 536.971 357.701 538.979 c
342.921 541.639 326.396 546.944 316.672 552.149 c
310.842 555.27 309.245 556.695 307.401 560.423 c
302.096 571.148 301.539 600.35 306.194 623.657 c
306.194 623.657 307.251 628.95 307.251 628.95 c
307.251 628.95 315.245 628.95 315.245 628.95 c
319.642 628.95 323.312 628.837 323.4 628.698 c
323.488 628.559 323.847 617.33 324.197 603.744 c
324.895 576.705 325.231 575.025 331.329 568.079 c
335.775 563.016 338.574 561.738 347.999 560.472 c
367.961 557.789 383.252 557.349 455.976 557.366 c
500.855 557.377 537.927 556.947 545.204 556.332 c
579.335 553.447 606.648 546.629 630.427 535.06 c
641.957 529.449 643.242 528.517 651.465 519.784 c
666.936 503.354 681.916 481.396 690.484 462.592 c
690.484 462.592 694.389 454.022 694.389 454.022 c
694.389 454.022 694.024 460.165 694.024 460.165 c
693.21 473.867 673.033 507.269 641.45 547.199 c
635.565 554.639 630.75 561.078 630.75 561.509 c
630.75 562.959 635.21 565.431 637.826 565.431 c
642.432 565.431 654.308 557.415 659.706 550.662 c
687.246 516.21 704.451 488.151 712.47 464.608 c
714.265 459.34 716.803 453.905 718.11 452.531 c
718.11 452.531 720.487 450.031 720.487 450.031 c
720.487 450.031 723.536 453.081 723.536 453.081 c
723.536 453.081 726.586 456.131 726.586 456.131 c
726.586 456.131 723.978 465.159 723.978 465.159 c
718.153 485.319 711.799 497.786 687.306 537.11 c
668.617 567.115 668.5 567.448 676.664 567.448 c
680.198 567.448 682.351 566.524 688.387 562.417 c
692.454 559.649 696.501 556.814 697.381 556.115 c
699.958 554.069 720.152 519.827 727.158 505.624 c
730.698 498.447 735.221 487.303 737.21 480.86 c
742.481 463.781 742.499 463.762 748.236 468.8 c
751.908 472.024 751.97 472.198 751.383 477.674 c
750.015 490.447 742.674 513.371 733.97 532.055 c
731.543 537.265 729.557 542.136 729.557 542.878 c
729.557 543.62 730.871 545.697 732.476 547.494 c
735.287 550.64 735.503 550.706 738.274 549.274 c
742.961 546.852 751.001 538.064 754.428 531.616 c
756.184 528.31 760.22 516.872 763.395 506.198 c
766.571 495.523 769.532 486.789 769.975 486.789 c
770.418 486.789 772.281 488.673 774.114 490.975 c
782.576 501.597 785.644 503.076 789.875 498.571 c
792.612 495.658 792.659 491.848 790.051 484.269 c
787.357 476.437 787.461 474.267 790.603 472.836 c
792.015 472.192 793.83 471.666 794.636 471.666 c
796.617 471.666 796.478 469.046 794.137 462.242 c
787.212 442.114 772.28 424.356 748.714 408.222 c
726.327 392.896 697.282 383.316 669.737 382.174 c
656.073 381.607 648.123 383.193 641.337 387.839 c
636.122 391.41 635.935 394.542 640.744 397.782 c
645.996 401.322 652.939 402.975 667.434 404.139 c
712.447 407.753 746.511 424.11 771.237 453.985 c
775.118 458.674 775.205 458.904 772.407 457.068 c
741.702 436.921 708.246 422.211 682.899 417.714 c
675.295 416.365 669.648 416.083 658.197 416.479 c
642.469 417.023 633.079 418.912 622.211 423.718 c
616.201 426.376 615.434 427.754 615.875 435.1 c
615.875 435.1 616.131 439.367 616.131 439.367 c
616.131 439.367 533.456 439.876 533.456 439.876 c
487.985 440.155 440.138 440.382 427.13 440.381 c
397.046 440.376 367.789 438.441 342.9 434.81 c
331.152 433.096 329.096 431.566 325.168 421.618 c
322.521 414.917 322.002 401.936 323.633 383.231 c
324.649 371.585 323.412 364.727 319.847 362.23 c
318.549 361.32 315.329 360.76 311.396 360.76 c
303.844 360.76 303.847 360.756 302.171 374.423 c
299.716 394.441 301.231 416.201 306.097 430.825 c
308.049 436.69 308.884 437.825 313.879 441.402 c
324.407 448.941 341.995 453.977 366.582 456.495 c
372.607 457.112 397.767 457.557 425.06 457.529 c
451.406 457.503 498.596 457.777 529.927 458.139 c
566.403 458.561 597.015 458.391 615.035 457.666 c
630.513 457.043 643.372 456.729 643.611 456.968 c
644.615 457.972 632.827 463.635 625.777 465.536 c
611.896 469.28 605.534 469.678 544.547 470.614 c
511.275 471.125 457.284 472.075 424.567 472.726 c
334.187 474.523 325.943 474.495 318.198 472.367 c
304.514 468.608 292.545 462.848 282.406 455.144 c
272.162 447.359 260.35 434.095 232.252 398.821 c
232.252 398.821 201.932 360.76 201.932 360.76 c
201.932 360.76 191.398 360.76 191.398 360.76 c
182.506 360.76 180.952 360.993 181.436 362.254 c
closepath
/DeviceRGB setcolorspace
0 0 0 setcolor
fill
grestore
showpage
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
35c3-wikipakawg/outro.aep Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 398.98 325.61" style="enable-background:new 0 0 398.98 325.61;" xml:space="preserve">
<style type="text/css">
.st0{clip-path:url(#SVGID_2_);fill:url(#SVGID_3_);}
</style>
<g id="Back">
<rect width="398.98" height="325.61"/>
</g>
<g id="Logo">
<g>
<defs>
<rect id="SVGID_1_" x="28.53" y="12.85" width="342.97" height="278.87"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="28.526" y1="152.2847" x2="371.5005" y2="152.2847">
<stop offset="0" style="stop-color:#0085B1"/>
<stop offset="1" style="stop-color:#00A356"/>
</linearGradient>
<path class="st0" d="M359.76,280.69c0,0.64-0.35,1.12-1.06,1.44s-1.89,0.34-3.53,0.48c-3.84,0.33-11.62-0.49-13.66-0.76v9.03
c2.59,0.55,10.64,0.83,13.56,0.83c3.53,0,6.53-0.53,8.99-1.59c2.47-1.06,4.33-2.5,5.57-4.3c1.24-1.8,1.86-3.82,1.86-6.04
c0-2.56-0.68-4.59-2.04-6.07c-1.36-1.48-2.97-2.55-4.81-3.21c-1.85-0.66-4.12-1.24-6.8-1.75c-2.08-0.4-3.58-0.78-4.49-1.14
c-0.91-0.35-1.36-0.89-1.36-1.59c0-1.48,1.53-2.22,4.59-2.22c3.09,0,7.98-0.16,13.57,0.66v-9.04c0,0-11.05-0.73-13.47-0.73
c-3.53,0-6.52,0.52-8.99,1.57c-2.47,1.04-4.33,2.48-5.57,4.3c-1.24,1.82-1.86,3.84-1.86,6.07c0,2.56,0.67,4.59,2.02,6.09
c1.34,1.5,2.92,2.58,4.73,3.24c1.81,0.66,4.08,1.27,6.8,1.85c2.12,0.44,3.64,0.85,4.56,1.21
C359.3,279.39,359.76,279.95,359.76,280.69 M331.28,255.5h-28.67v35.41h29.32v-9.01H314.3v-4.65h14.91v-8.6H314.3v-4.15h16.98
V255.5z M281.34,244.08c0-2.36,1.91-4.27,4.27-4.27c2.35,0,4.27,1.91,4.27,4.27c0,2.35-1.91,4.26-4.27,4.26
C283.25,248.34,281.34,246.43,281.34,244.08 M284.57,250.22v5.28h-4.72v35.41h11.89V255.5h-5.11v-5.28
c2.96-0.5,5.21-3.05,5.21-6.14c0-3.45-2.8-6.24-6.24-6.24c-3.45,0-6.25,2.79-6.25,6.24C279.36,247.17,281.62,249.72,284.57,250.22
M253.42,264.7c1.61,0,2.82,0.36,3.63,1.09c0.8,0.72,1.21,1.74,1.21,3.06c0,1.32-0.4,2.34-1.21,3.07
c-0.81,0.73-2.02,1.09-3.63,1.09h-4.33v-8.3H253.42z M254.18,255.5H237.2v35.41h11.89V282h3.22l6,8.91H271l-7.41-10.93
c2.15-1.11,3.8-2.61,4.94-4.5c1.14-1.89,1.71-4.09,1.71-6.63c0-2.69-0.66-5.05-1.97-7.08c-1.31-2.02-3.17-3.57-5.59-4.65
C260.27,256.04,257.43,255.5,254.18,255.5 M201.64,273.21c0-1.79,0.35-3.35,1.06-4.68c0.71-1.33,1.66-2.36,2.85-3.08
c1.19-0.73,2.53-1.09,4-1.09c1.48,0,2.81,0.36,4,1.09c1.19,0.72,2.14,1.75,2.85,3.08c0.71,1.33,1.06,2.89,1.06,4.68
s-0.35,3.35-1.06,4.68c-0.71,1.33-1.66,2.36-2.85,3.08c-1.19,0.73-2.53,1.09-4,1.09c-1.48,0-2.81-0.36-4-1.09
c-1.19-0.72-2.14-1.75-2.85-3.08C201.99,276.55,201.64,274.99,201.64,273.21 M192.22,263.67c-1.71,2.82-2.57,5.99-2.57,9.54
c0,3.54,0.86,6.72,2.57,9.54c1.71,2.81,4.08,5.01,7.11,6.6c3.02,1.58,6.43,2.38,10.23,2.38c3.79,0,7.2-0.79,10.23-2.38
c3.03-1.59,5.39-3.79,7.11-6.6c1.71-2.82,2.57-5.99,2.57-9.54c0-3.54-0.86-6.72-2.57-9.54c-1.71-2.81-4.08-5.02-7.11-6.6
c-3.02-1.59-6.43-2.38-10.23-2.38c-3.79,0-7.2,0.79-10.23,2.38C196.3,258.65,193.93,260.86,192.22,263.67 M129.22,255.5h-28.67
v35.41h29.33v-9.01h-17.63v-7.57h6.72c0.45,1.88,2.06,3.31,4.07,3.31c2.02,0,3.63-1.43,4.07-3.31h12.47v16.58h10.83v-15.58
l7.66,12.39h5.24l7.66-12.95l0.1,16.14h10.83l-0.1-35.41h-9.78l-11.19,18.86l-11.49-18.86h-9.78v16.76h-12.5
c-0.5-1.8-2.08-3.15-4.04-3.15c-1.96,0-3.54,1.35-4.04,3.15h-6.75v-7.76h16.98V255.5z M47.37,260.06v25.36H37.19
c-0.47-1.84-2.07-3.23-4.06-3.23c-2.35,0-4.27,1.91-4.27,4.27s1.91,4.26,4.27,4.26c1.99,0,3.59-1.39,4.06-3.24h10.18v3.42H58.2
v-15.58l7.66,12.39h5.24l7.66-12.95l0.1,16.14h10.83l-0.1-35.41h-9.78l-11.19,18.86L57.14,255.5h-9.78v2.5H37.21
c-0.44-1.88-2.05-3.31-4.07-3.31c-2.35,0-4.27,1.91-4.27,4.26s1.91,4.27,4.27,4.27c1.96,0,3.54-1.36,4.04-3.16H47.37z M49.6,43.81
c0,1.31-0.4,2.33-1.21,3.05c-0.8,0.73-2.02,1.08-3.63,1.08h-4.34v-8.27h4.34c1.61,0,2.82,0.36,3.63,1.08
C49.2,41.48,49.6,42.49,49.6,43.81 M62.36,65.79L54.95,54.9c2.15-1.11,3.8-2.6,4.94-4.49c1.14-1.88,1.71-4.08,1.71-6.6
c0-2.69-0.66-5.04-1.97-7.06c-1.31-2.02-3.18-3.56-5.6-4.64c-2.42-1.07-5.26-1.61-8.52-1.61H28.53v35.29h11.9v-8.87h3.23l6,8.87
H62.36z M66.09,65.79h29.34v-8.97H77.79v-4.64h14.93V43.6H77.79v-4.13h16.99V30.5H66.09V65.79z M111.92,39.47h16.79V30.5h-28.69
v35.29h11.9V48.98h6.36c0.44,1.88,2.06,3.31,4.07,3.31c2.36,0,4.27-1.91,4.27-4.27c0-2.35-1.91-4.26-4.27-4.26
c-1.96,0-3.54,1.35-4.04,3.16h-6.39V39.47z M153.57,43.81c0,1.31-0.4,2.33-1.21,3.05c-0.81,0.73-2.02,1.08-3.63,1.08h-4.34v-8.27
h4.34c1.61,0,2.82,0.36,3.63,1.08C153.17,41.48,153.57,42.49,153.57,43.81 M166.32,65.79l-7.41-10.89c2.15-1.11,3.8-2.6,4.94-4.49
c1.14-1.88,1.71-4.08,1.71-6.6c0-2.69-0.65-5.04-1.96-7.06c-1.31-2.02-3.18-3.56-5.6-4.64c-2.42-1.07-5.26-1.61-8.52-1.61h-16.99
v35.29h11.9v-8.87h3.23l6,8.87H166.32z M170.05,65.79h29.35v-8.97h-17.65v-4.64h14.92V43.6h-14.92v-4.13h16.99V30.5h-28.69V65.79z
M214.07,40.98c0-1.48,1.53-2.22,4.59-2.22c3.09,0,7.99-0.16,13.58,0.66v-9.01c0,0-11.06-0.73-13.48-0.73
c-3.53,0-6.53,0.52-9,1.56c-2.47,1.05-4.33,2.47-5.57,4.29c-1.24,1.81-1.87,3.83-1.87,6.05c0,2.55,0.67,4.58,2.02,6.08
c1.35,1.49,2.93,2.57,4.74,3.22c1.81,0.66,4.08,1.27,6.81,1.85c2.12,0.44,3.64,0.83,4.56,1.21c0.92,0.37,1.39,0.93,1.39,1.66
c0,0.64-0.35,1.12-1.06,1.44c-0.71,0.32-1.89,0.34-3.53,0.48c-3.84,0.33-11.62-0.48-13.67-0.76v9c2.59,0.55,10.65,0.83,13.57,0.83
c3.53,0,6.53-0.52,9-1.59c2.47-1.06,4.33-2.49,5.57-4.28c1.24-1.8,1.87-3.81,1.87-6.02c0-2.55-0.68-4.57-2.04-6.05
c-1.36-1.48-2.97-2.55-4.82-3.2c-1.85-0.66-4.12-1.24-6.81-1.74c-2.08-0.4-3.58-0.78-4.49-1.14
C214.53,42.22,214.07,41.69,214.07,40.98 M260.01,65.79h11.9V30.5h-11.9V43h-10.99V30.5h-11.9v35.29h11.9V52.78h10.99V65.79z
M287.82,19.1c0,2.35-1.91,4.26-4.27,4.26c-2.36,0-4.27-1.91-4.27-4.26s1.91-4.27,4.27-4.27
C285.91,14.83,287.82,16.74,287.82,19.1 M289.8,19.1c0-3.45-2.8-6.25-6.24-6.25c-3.45,0-6.25,2.8-6.25,6.25
c0,3.1,2.26,5.64,5.21,6.14v5.26h-4.87v35.29h11.9V30.5h-4.96v-5.26C287.54,24.74,289.8,22.19,289.8,19.1 M320.31,65.79h9.78V30.5
h-11.6v16.03L305.08,30.5h-9.78v35.29h11.6V49.76L320.31,65.79z M362.26,65.44c2.76-0.77,5.18-1.88,7.26-3.33V47.18h-10.34v8.93
c-1.38,0.57-2.82,0.86-4.34,0.86c-2.55,0-4.6-0.8-6.13-2.42c-1.53-1.61-2.29-3.75-2.29-6.4c0-2.72,0.77-4.87,2.32-6.46
c1.55-1.58,3.63-2.37,6.25-2.37c3.06,0,14.49,0.16,14.49,0.16v-9.01c0,0-6.42-1.3-15.09-0.78c-3.83,0.23-7.27,0.78-10.31,2.34
c-3.04,1.56-5.41,3.75-7.11,6.56c-1.7,2.81-2.55,5.99-2.55,9.56c0,3.56,0.85,6.75,2.55,9.55c1.7,2.81,4.04,5,7.03,6.56
c2.99,1.57,6.37,2.34,10.14,2.34C356.79,66.59,359.5,66.21,362.26,65.44 M231.94,206.18h-60.89v-31.13h23.24
c0.51,2.93,3.05,5.17,6.14,5.17c3.45,0,6.24-2.8,6.24-6.24c0-1.04-0.27-1.99-0.72-2.85l25.99-17.73V206.18z M200.42,169.7
c2.35,0,4.27,1.91,4.27,4.27c0,2.35-1.91,4.26-4.27,4.26c-2.36,0-4.27-1.91-4.27-4.26C196.15,171.61,198.06,169.7,200.42,169.7
M231.94,150.89l-27.22,18.56c-1.12-1.07-2.63-1.74-4.3-1.74c-3.11,0-5.67,2.29-6.15,5.26h-23.23c0,0,0.03-10.6,0.03-12.4
c0-5.49-4.46-9.95-9.95-9.95s-9.95,4.46-9.95,9.95c0,0.11-0.04,4.01-0.04,5.4h-30.88c0.86,2.36,1.51,4.91,1.91,7.71
c0.45,3.09,0.75,6.84,0.94,11.13h28.03v15.63c0,2.06,0.01,5.72,0.01,5.72h-29.38c-0.49-2.96-3.04-5.22-6.14-5.22
c-3.1,0-5.65,2.26-6.14,5.22H85.2c-0.01-0.02,0-15.35,0-15.35c0-15.53-3.71-20.85-13.72-23c-1.71-0.37-5.39-0.34-5.39-0.34v-15.83
h42.07c3.95,2.32,6.98,5.06,9.07,8.22c0.11,0.16,0.16,0.38,0.27,0.54v-19.29c-2.33,3.69-5.15,6.53-9.43,8.46H66.09v-15.09
c6.56,0,10.91-1.47,14.19-4.4c3.28-2.92,4.96-7.6,4.93-14.02c-0.01-1.42-0.03-1.47-0.03-1.47h24.18c0.5,2.95,3.05,5.2,6.14,5.2
c3.09,0,5.64-2.25,6.14-5.2h29.49v13.89c1.85-2.43,4.35-4.42,7.5-6c3.14-1.57,6.71-2.35,10.71-2.35c10.53,0,18.73,2.59,24.7,7.66
v-5.95c0-2.52,0.1-4.91,0.24-7.25h37.66V150.89z M119.77,113.56c0,2.35-1.91,4.27-4.27,4.27c-2.35,0-4.27-1.91-4.27-4.27
c0-2.35,1.91-4.26,4.27-4.26C117.87,109.29,119.77,111.2,119.77,113.56 M111.34,207.2c0-2.35,1.91-4.27,4.27-4.27
c2.36,0,4.27,1.91,4.27,4.27c0,2.35-1.91,4.26-4.27,4.26C113.26,211.47,111.34,209.56,111.34,207.2 M366.53,161.59
c2.09,3.17,3.44,7.04,4.33,11.37v-41.04c-0.63,3.07-1.43,5.88-2.51,8.25c-2.23,4.89-5.85,8.52-10.87,10.88h-42.33V136.2
c6.57,0,11.15-1.46,14.44-4.39c3.28-2.92,4.47-7.67,4.47-14.09v-7.73c0-5.28-4.23-9.56-9.45-9.56c-5.22,0-9.45,4.28-9.45,9.56
c0,1.09,0.05,7.11-0.07,8.22v5.57h-29.39v17.78h-36.62v-27.2c0-1.24-0.06-4.61-0.06-5.38c0-4.72-3.82-8.54-8.54-8.54
c-4.72,0-8.54,3.83-8.54,8.54c0,0.74,0.07,3.01,0.05,3.56h-37.58c0.28-3.51,0.71-6.84,1.3-9.96h-44.57v9.96h-29.49
c-0.49-2.96-3.04-5.23-6.14-5.23c-3.1,0-5.65,2.27-6.14,5.23H85.2v-2.55c0-5.28-4.28-9.56-9.55-9.56s-9.55,4.28-9.55,9.56
c0,1.01,0.06,12.08,0.06,12.08H28.87v60.18h37.23v27.34c0,5.28,4.28,9.56,9.55,9.56s9.55-4.28,9.55-9.56v-1.35h24.27
c0.5,2.95,3.05,5.21,6.14,5.21c3.1,0,5.64-2.26,6.14-5.21h29.39v0.94c0,5.5,4.46,9.96,9.96,9.96c5.5,0,9.97-4.46,9.97-9.96
c0-0.3-0.06-0.58-0.09-0.87c0-0.02,0.01-0.04,0.01-0.07h60.94c0,0.02,0,1.67,0,2.37c0,4.72,3.82,8.54,8.54,8.54
c4.72,0,8.54-3.82,8.54-8.54c0-0.41,0.06-3.17,0.06-4.37v-33.2h36.62v10.92h29.46v19.28v6.35c0,5.28,4.23,9.56,9.45,9.56
c5.22,0,9.45-4.28,9.45-9.56c0-0.69,0.03-8.15,0.03-12.35v-4.49c0-15.85-4.12-21.24-11.36-23.15c-2.26-0.6-7.58-0.41-7.58-0.41
v-16.08h42.32C361.62,155.48,364.37,158.31,366.53,161.59"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 398.98 180.69" style="enable-background:new 0 0 398.98 180.69;" xml:space="preserve">
<style type="text/css">
.st0{fill:url(#SVGID_1_);}
</style>
<g id="Back">
<rect width="398.98" height="180.69"/>
</g>
<g id="Logo">
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="28.8678" y1="91.8235" x2="370.8653" y2="91.8235">
<stop offset="0" style="stop-color:#0085B1"/>
<stop offset="1" style="stop-color:#00A356"/>
</linearGradient>
<path class="st0" d="M231.94,138.21h-60.89v-31.13h23.24c0.51,2.93,3.05,5.17,6.14,5.17c3.45,0,6.24-2.8,6.24-6.24
c0-1.04-0.27-1.99-0.72-2.85l25.99-17.73V138.21z M200.42,101.73c2.35,0,4.27,1.91,4.27,4.27c0,2.35-1.91,4.26-4.27,4.26
c-2.36,0-4.27-1.91-4.27-4.26C196.15,103.64,198.06,101.73,200.42,101.73 M231.94,82.93l-27.22,18.56
c-1.12-1.07-2.63-1.74-4.3-1.74c-3.11,0-5.67,2.29-6.15,5.26h-23.23c0,0,0.03-10.6,0.03-12.4c0-5.49-4.46-9.95-9.95-9.95
c-5.5,0-9.95,4.46-9.95,9.95c0,0.11-0.04,4.01-0.04,5.4h-30.88c0.86,2.36,1.51,4.91,1.91,7.71c0.45,3.09,0.75,6.84,0.94,11.13
h28.03v15.63c0,2.06,0.01,5.72,0.01,5.72h-29.38c-0.49-2.96-3.04-5.22-6.14-5.22c-3.1,0-5.65,2.26-6.14,5.22H85.2
c-0.01-0.02,0-15.35,0-15.35c0-15.53-3.71-20.85-13.72-23c-1.71-0.37-5.39-0.34-5.39-0.34V83.68h42.07
c3.95,2.32,6.98,5.06,9.07,8.22c0.11,0.16,0.16,0.38,0.27,0.54V73.16c-2.33,3.69-5.15,6.53-9.43,8.46H66.09V66.53
c6.56,0,10.91-1.47,14.19-4.4c3.28-2.92,4.96-7.6,4.93-14.02c-0.01-1.42-0.03-1.47-0.03-1.47h24.18c0.5,2.95,3.05,5.2,6.14,5.2
c3.09,0,5.64-2.25,6.14-5.2h29.49v13.89c1.85-2.43,4.35-4.42,7.5-6c3.14-1.57,6.71-2.35,10.71-2.35c10.53,0,18.73,2.59,24.7,7.66
v-5.95c0-2.52,0.1-4.91,0.24-7.25h37.66V82.93z M119.77,45.59c0,2.35-1.91,4.27-4.27,4.27c-2.35,0-4.27-1.91-4.27-4.27
c0-2.35,1.91-4.26,4.27-4.26C117.87,41.33,119.77,43.23,119.77,45.59 M111.34,139.23c0-2.35,1.91-4.27,4.27-4.27
c2.36,0,4.27,1.91,4.27,4.27c0,2.35-1.91,4.26-4.27,4.26C113.26,143.5,111.34,141.59,111.34,139.23 M366.53,93.62
c2.09,3.17,3.44,7.04,4.33,11.37V63.95c-0.63,3.07-1.43,5.88-2.51,8.25c-2.23,4.89-5.85,8.52-10.87,10.88h-42.33V68.23
c6.57,0,11.15-1.46,14.44-4.39c3.28-2.92,4.47-7.67,4.47-14.09v-7.73c0-5.28-4.23-9.56-9.45-9.56c-5.22,0-9.45,4.28-9.45,9.56
c0,1.09,0.05,7.11-0.07,8.22v5.57h-29.39v17.78h-36.62v-27.2c0-1.24-0.06-4.61-0.06-5.38c0-4.72-3.82-8.54-8.54-8.54
c-4.72,0-8.54,3.83-8.54,8.54c0,0.74,0.07,3.01,0.05,3.56h-37.58c0.28-3.51,0.71-6.84,1.3-9.96h-44.57v9.96h-29.49
c-0.49-2.96-3.04-5.23-6.14-5.23c-3.1,0-5.65,2.27-6.14,5.23H85.2v-2.55c0-5.28-4.28-9.56-9.55-9.56c-5.28,0-9.55,4.28-9.55,9.56
c0,1.01,0.06,12.08,0.06,12.08H28.87v60.18h37.23v27.34c0,5.28,4.28,9.56,9.55,9.56c5.28,0,9.55-4.28,9.55-9.56v-1.35h24.27
c0.5,2.95,3.05,5.21,6.14,5.21c3.1,0,5.64-2.26,6.14-5.21h29.39v0.94c0,5.5,4.46,9.96,9.96,9.96c5.5,0,9.97-4.46,9.97-9.96
c0-0.3-0.06-0.58-0.09-0.87c0-0.02,0.01-0.04,0.01-0.07h60.94c0,0.02,0,1.67,0,2.37c0,4.72,3.82,8.54,8.54,8.54
c4.72,0,8.54-3.82,8.54-8.54c0-0.41,0.06-3.17,0.06-4.37v-33.2h36.62v10.92h29.46v19.28v6.35c0,5.28,4.23,9.56,9.45,9.56
c5.22,0,9.45-4.28,9.45-9.56c0-0.69,0.03-8.15,0.03-12.35v-4.49c0-15.85-4.12-21.24-11.36-23.15c-2.26-0.6-7.58-0.41-7.58-0.41
V85.14h42.32C361.62,87.51,364.37,90.34,366.53,93.62"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -0,0 +1,350 @@
%PDF-1.5 %âãÏÓ
1 0 obj <</Metadata 2 0 R/OCProperties<</D<</ON[5 0 R]/Order 6 0 R/RBGroups[]>>/OCGs[5 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <</Length 7885/Subtype/XML/Type/Metadata>>stream
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c143 79.161210, 2017/08/11-10:28:36 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
<xmp:CreatorTool>Adobe Illustrator CC 22.0 (Windows)</xmp:CreatorTool>
<xmp:CreateDate>2018-12-17T21:06:08+02:00</xmp:CreateDate>
<xmp:MetadataDate>2018-12-17T21:06:08+01:00</xmp:MetadataDate>
<xmp:ModifyDate>2018-12-17T21:06:08+01:00</xmp:ModifyDate>
<xmp:Thumbnails>
<rdf:Alt>
<rdf:li rdf:parseType="Resource">
<xmpGImg:width>256</xmpGImg:width>
<xmpGImg:height>116</xmpGImg:height>
<xmpGImg:format>JPEG</xmpGImg:format>
<xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAdAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&#xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&#xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&#xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&#xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&#xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&#xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&#xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&#xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&#xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&#xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&#xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&#xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&#xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&#xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&#xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&#xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q==</xmpGImg:image>
</rdf:li>
</rdf:Alt>
</xmp:Thumbnails>
<xmpTPg:NPages>1</xmpTPg:NPages>
<xmpTPg:HasVisibleTransparency>False</xmpTPg:HasVisibleTransparency>
<xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint>
<xmpTPg:MaxPageSize rdf:parseType="Resource">
<stDim:w>800.000000</stDim:w>
<stDim:h>800.002991</stDim:h>
<stDim:unit>Points</stDim:unit>
</xmpTPg:MaxPageSize>
<xmpTPg:SwatchGroups>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<xmpG:groupName>Default Swatch Group</xmpG:groupName>
<xmpG:groupType>0</xmpG:groupType>
</rdf:li>
</rdf:Seq>
</xmpTPg:SwatchGroups>
<dc:format>application/pdf</dc:format>
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">AGS Logo</rdf:li>
</rdf:Alt>
</dc:title>
<illustrator:Type>Document</illustrator:Type>
<xmpMM:DocumentID>xmp.did:b559dc56-ecc2-3140-828a-9b22464b00cd</xmpMM:DocumentID>
<xmpMM:InstanceID>uuid:3c200b53-ccac-4c43-8b1a-e139b985a914</xmpMM:InstanceID>
<xmpMM:OriginalDocumentID>xmp.did:b559dc56-ecc2-3140-828a-9b22464b00cd</xmpMM:OriginalDocumentID>
<xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
<xmpMM:DerivedFrom rdf:parseType="Resource"/>
<xmpMM:History>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:b559dc56-ecc2-3140-828a-9b22464b00cd</stEvt:instanceID>
<stEvt:when>2018-12-17T21:06:06+01:00</stEvt:when>
<stEvt:softwareAgent>Adobe Illustrator CC 22.0 (Windows)</stEvt:softwareAgent>
<stEvt:changed>/</stEvt:changed>
</rdf:li>
</rdf:Seq>
</xmpMM:History>
<pdf:Producer>Adobe PDF library 15.00</pdf:Producer>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>
endstream endobj 3 0 obj <</Count 1/Kids[7 0 R]/Type/Pages>> endobj 7 0 obj <</ArtBox[44.92 224.23 753.736 538.482]/BleedBox[0.0 0.0 800.0 800.003]/Contents 8 0 R/CropBox[0.0 0.0 800.0 800.003]/LastModified(D:20181217210608+02'00')/MediaBox[0.0 0.0 800.0 800.003]/Parent 3 0 R/PieceInfo<</Illustrator 9 0 R>>/Resources<</ExtGState<</GS0 10 0 R>>/Properties<</MC0 5 0 R>>>>/Thumb 11 0 R/TrimBox[0.0 0.0 800.0 800.003]/Type/Page>> endobj 8 0 obj <</Filter/FlateDecode/Length 3224>>stream
H‰t—KŽÉD÷uм@åÄÿ³h%:@C-8Ìèþ€ž™Gu÷<75>¸`§WF†‡»¹™ÅOûrýô×/éúÓŸ¿\<5C>ßéZ)Ý)Uý=_¿ÿëñÏë×G¾ôï÷Ÿ?ýåéúù¿<C3B9>ßxLüËWËãmö«×yçÞÖõöËC?ýòxf"¥ð÷³¶»”|=ù¯öëÙÓ½ô˜ËÝw½ÞÏ1ïºêõ,éÞ<C3A9>_V¾kn,¬÷èåzîÂÊá•uiAN•íö¥•9ë[iß%ó‰¥O±IΉ53þ˜sx•be+¶HaDzފr÷j
¬;oýAÒ<41>ˆ7÷쎱[ê××dzw2Ì <0C>H:“5ßVdÞcj—ÂGy¹¯»5¥TÊ=Ju`¤¡|æ<>æÔfï¡Ôï±Ö¥Ï 5h÷T<C3B7>z¾ËÐA/ZÒØX¹O2V•ê¾Ófå¼ÉÙ
gܪ]¥U¬ ÎJ§Þk;®(îlýjwÕvçéíû½z~P§Qw,Îåªì­rõí·ÞMé²é`Ù÷¦cJ-íÊd:÷ä·y«¨B.ír<C3AD>]Í©Zþxfj3 ^ï<E28099>çEÿ[SÑ =JëâÌ©æhB-%¶HëÍS÷yÿ‡¡qÏ Œ}×ìçÚïF“ 4pBm+(©pH<70>sgဠd+KŠ„¼Jå7rJÌR¿'ßHþ÷Ƹp>&S«b0¨È<C2A8>7ªP/²lKg¦zCðo4Zxbó‡èk§3Ê­çq<C3A7>|ÏB.u“05Oî@+íAî+<2B>ÃÌs˜WÆqù(Ñ÷’£?„æbßo#Û‰ðÉh³óéß¾?|<«ŸÚixae¿&¥Q"Ao…ŸAì“ïŽæö—mÞÀxuu<75>AëÅeÏ+°ÛöŒºJðlžIà0[cÇ€L@s<>~ž<èpÀ|<7C>< „µŠ—7<E28094>©<04>õqFo¥(mî¢6Á£š¶á”9<00>âœk{Å¢tÂLêšš“z@>‰ßæ„Xó)Tjµ8T"T÷‰ô,2ÜU`#P4×Y0ÑÈ2;;­W¿L¼{ñný}uhçE<E28093>ïøš„CY32±ÎwŠÎ¹¨Üh&ìÅt>gVvÏU9Û0—ÕmΚð·¿ñB
n ¸jéÿ}pø'@jÙÄX¥Új<>F0Eu;­+&èíñïÇß?iÓ'<27>$”À»ôñ“4Ñ­¥e˜ñ ÆS'¥ÍâKžiRcìRÀ)ÝÒâSQ€Tøì03gP˜ÛðÝÎâûµG¥Ú ¶Ù¢'96©
õhAK1Õ£çP<EFBFBD>™šOlpeJ ü*³[<6E>ñ!ŸæßA¿çCºYç¶^òá6¿<>¯x
@ÛÝK ÚóQDÊB1š<31>KV»_• Òuä¡â—àÒç&<>oéØ†Ã¶9¯¯Pòá~¢@+#šV7=r«ƒ>qÙù}‚øN§QGIx6ÕbåUMaf—>C¬éq4Kt—¶ðÉBu´QJªªZÒj<6A>Û½v¡‘ž~ÔAØ<41>Ñ;Oo/ Ç£ÔCïð­M©ØiŒR<>UÿŠX™˜D S¢)µ;¬¶Åïë(óÎ^>3ù.1øúc`<60>|f\ãâF‰&F§<06>¦<EFBFBD>´GËš¿.b5x^™º”<C2BA>üL‰ø”îTñ„™³úV¹X6Ï$2OÆ;oë)ÆGOÍ_êóõ«T—<54>êçgÕ­úCØ=g˜·N§àÔ.ÄU<C384>ƒC¢AÝ ¨TW<54>¡ }V§Üw8“)<<3C>¯†qÎðA¢Ôwµ€÷63¢žI ,*šTñ¡½ì€+<2B>R+Ä&ý÷û£(<58>ß9Q<15>UÙ…||Bñ×úÝ$œRdR["åby¡RÙ§llƒ,ƒ5 i<>k\d©5,&É5^&^ZÁ¼ùãê~ŠËå¡ ó·|u:.§H+öH`M¹I©ðD‡e§ºH SØûØStš^úU×+RVÀàé¦ô!üy°ÆO=Ì]["Õ-—ˆÈÀRÇ®+ ]óA$Ó"u<>ªXòñ¾k—¸È„ªôÍÌ'§+€@-Ù¼«éÈa±“<C2B1>äÐXš@…Ê'ÔËñû­žó6Å<>>žüÕ4y-}ö]®W­[¸@ Ý †ŽÃ '5ß°Us
Ó²åB쀷”±°yïfE^ÐIq5ŽW<C5BD>ÈA‡¡¬ði€I‡s#G€
 ÇJ„¹
¸¦<>PªçYîQ ÃMÀ4²•Îÿ•i°](7iç§ $s'Ä8¬Ú>œ-¸ŒQåÙÝÓ¬º‡“âS¾¨ŒtE<74>ošŽ¥¹—c·‰$aµE÷%2ä²y,Ú Nr¢ãý‰ogizùø]žÒB„cBÒ!ÌQqi¾0ñ—.HQalóüȇ^æ)KÄ2¦³?<3F>©[ƒ´¸Hª4'ßEæPwœžÏßÉp@<40>$Cô6Keåx;·˜L¿<>CFzŠŠÁ÷ºqé€-áp ^±ñ¼â4ª‡ÍpDp{ aóLíöAŒo&3‡ñQÑ•žºÃâþé|—U]VŽÿ|‚Êí¶ IÖS Â}òÜ„ÔÊ~mÇ<Ñ‘+ªÂƒ%'guaî§æ<C2A7>ˆ-R„ptDdÉÎS<C38E>d€ä |%qÖqÙ?Þ€ñ¤DOÉkW¹A¾ÎV¼
/­`OC .§Ô AdÓÒ#¼v€áX…!S™½b1`‡ ³˜_‡¦­xºÕ×<Ü<>ÞÊ[J}ͪº¼‰°×üx{l"yDV?:•¸Ð0îò~æÄÓN±Fܶj{u¹.tÅ`7gÿÄCüi}<7D>Rëë\ø`¹Áeô=UÁL}tûSêÐ].TÍÔ©Jöu.5<^É·%9¢ó¬æÈ
å<EFBFBD>7è¾ —AÝÔø¾­œ°x¾JL$ñZÒ¦]S#ØóŠÜ§ò¤³c„õ.6ÝÞ§È."{I눚\åÑhØ7,i34[uî†ò§ïÏæ;éW$¹<>_<EFBFBD>hŸåS ëÞ©oºõYÞb;O#ŒÃ&ŠÏºÊ™ që«Æ<C2AB>v#<ºÛÕ>=Ô ò üàÓŽUSyÖËŸLÁ%6èv猜£ЄЂ©ÄËý6•ýÊÞ¶ñu<C3B1>oy ³²Ê `ªJ¤V<C2A4>*C¿2Í<32>ëär4Ï=.ÍKxPçLÓ¤È2Œ<32>ïp<þŽŸ)-)®°PŠÀ/$7Tá&s‡I¾NIKk00Ø©æ¤bƒ¥R<C2A5> *¯.WtS¨ñ2}O³TAXºn“qãä7ÉHÿ!Iªë£Üq‰kúé>;=_)ì©´‘[R<>H;Éuc^–¤Œ Mc_Žã8Y¹Ýךl¯ØrÅ­¨…ïV<C3AF>-ä)¸aéàçr;â<>)ffÉÆŽÏÜ€Ýj®AQs<51>+g_56ƒ†Ä&L®ê´îshRBéY{ñEµ\A=aKFpˆ¸DYÓ¶dúö%ý
1ÂCª±š¦µ)£z[;ƒÅ˜Lß ähE£G¶ /â3Y`Ñ9(„ÛšìEôièV°£ºÒ â{žloMÃ'PD5ûl—9n1 E{ŸÂ0 <1A>ê enâû×ùÿQ±<51>8U ÂR8\þ’—ÂÝÙ5¾CbCƒ°Ëëg#˜
çæ]f“ȽŒÄoDÞ
ä¡(*7nXϳR26knz¯©¼§­l@Gƒ)‰Õˆ|ÌÿC¬#õn15ßϲQ}CÏÒüÖÛ[O+þi^Ãìd2i8ìU¤H»¹Ó¸ófV­ÊÉÁ“Èv¸9r|sÑ7jFò© o4eÊÆ€íOTröµwƒãÉ>k±Ý5OÑɵûÅÊÒãaWWûK Zñ¹åL\}ߨ™tç Š¯…ƒiÉdú¿èq©,yÈŸÓîã>Z̨<C38C>­SÂé¶
€¡rcc<EFBFBD>б¥q¸ î®~§B!i߆I¼2{bCÀÒÂ4æ5ì¡õºõ×;ÇyGL&‡•µn‡ë®ù.GNÿ9€ak°»~ø`?«ß­M¡ËË.hqã04Ö0Zé G
Í}{9ƒ\y µž®ª àõµ#Ñ“ôû¦+ЛÅR6fËàÏÐý‚l«¢±í GÙ±Â4:‰«¥ÌýºäTåÌ-^bÃ<62>Yo±ãºMyú¯
ª³
ÓâI¡bv
ó'èˆiþ·º¦
jec¿1,™cüõmŸ_Wýù`:^
endstream endobj 11 0 obj <</BitsPerComponent 8/ColorSpace 12 0 R/Filter[/ASCII85Decode/FlateDecode]/Height 100/Length 43/Width 100>>stream
8;Z]L!=]#/!5bE.$"(^mDEn4&z!!!#7^BlRo(c'H8~>
endstream endobj 12 0 obj [/Indexed/DeviceRGB 255 13 0 R] endobj 13 0 obj <</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream endobj 5 0 obj <</Intent 14 0 R/Name(Ebene 1)/Type/OCG/Usage 15 0 R>> endobj 14 0 obj [/View/Design] endobj 15 0 obj <</CreatorInfo<</Creator(Adobe Illustrator 22.0)/Subtype/Artwork>>>> endobj 10 0 obj <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>> endobj 9 0 obj <</LastModified(D:20181217210608+02'00')/Private 16 0 R>> endobj 16 0 obj <</AIMetaData 17 0 R/AIPrivateData1 18 0 R/AIPrivateData2 19 0 R/ContainerVersion 11/CreatorVersion 22/NumBlock 2/RoundtripStreamType 1/RoundtripVersion 17>> endobj 17 0 obj <</Length 1355>>stream
%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 17.0
%%AI8_CreatorVersion: 22.0.1
%%For: (User) ()
%%Title: (AGS Logo.svg)
%%CreationDate: 12/17/2018 9:06 PM
%%Canvassize: 16383
%%BoundingBox: 44 224 754 539
%%HiResBoundingBox: 44.9199981689453 224.230041503906 753.73553203114 538.481994628906
%%DocumentProcessColors:
%AI5_FileFormat 13.0
%AI12_BuildNumber: 249
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%RGBProcessColor: 0 0 0 ([Registration])
%AI3_Cropmarks: 0 0 800 800.002990722656
%AI3_TemplateBox: 399.5 400.502990722656 399.5 400.502990722656
%AI3_TileBox: 114.219996452332 -8.5985107421875 685.420013427734 809.081486701965
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 2
%AI9_ColorModel: 1
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI17_Begin_Content_if_version_gt:17 1
%AI9_OpenToView: -552 885.002990722656 1 3238 1918 26 0 0 89 165 0 0 0 1 1 0 1 1 0 1
%AI17_Alternate_Content
%AI9_OpenToView: -552 885.002990722656 1 3238 1918 26 0 0 89 165 0 0 0 1 1 0 1 1 0 1
%AI17_End_Versioned_Content
%AI5_OpenViewLayers: 7
%%PageOrigin:94 4.00299072265625
%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream endobj 18 0 obj <</Length 2005>>stream
%%BoundingBox: 44 224 754 539
%%HiResBoundingBox: 44.9199981689453 224.230041503906 753.73553203114 538.481994628906
%AI7_Thumbnail: 128 60 8
%%BeginData: 1820 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFD77FFFF
%%EndData
endstream endobj 19 0 obj <</Length 26732>>stream
%AI12_CompressedDataxœÜ½×v*9Ð0z®g-¿8I<E2809A>ƒ3&8ᜳ±Á6Û0aföwqžýTIÔM'ÂþÎüÿÌÐj•Tª¬*i!~ržÉ×Ú¯õŒ˜åb3-,ºõj¿Ý]‰Ÿc{Íæ ×ïâO‰³dŒW³¶ÊïiÏFË«z·×h·Vb<62>å²<>-ãû‰Ë^½›Œ%øËE£ß¬Ãoù<6F>óX¥ýÑÎöþþHZààõbµÏy!Ç«9<C2AB>㵘¾Â)±“CÒ¦Úú»Úë5þ[(¢&â<>ÛíA«Öh}l·ÿ]‰I@—bª,ÅdQÇÇ»<C387>³zÏÕ&«óº®k¼¢éYAä8‰—9Qhª,fUQE<E28093>y»Ò²’ïHŠ Aì·Ø~|×[ý“nû­ÞëÚÍv··Oò{òs¹Ñ¬ÃÜ¿«ý/Då÷xáy{ÐhÖŽ߯u@ éäwñ™¼{Ù«~À´Ègò»ú¼÷ ?<3F>×û}yo%Fð}¶³ÍB„_É¿‰û³úGƒ¬àð1iöÜmw¾«Ý¯m§qä¿,Ç ºÎ© ÈŠÑò¢þÝiê †D]ÏÊ1 ZÊLKŸŸÍ`Êäe@XV@ü*,ˆ¢ËhYY×džS%<25>×T9¦hrV%AUE Ƥg9<67>—4Eåx]<>.m×ÿnÔÿY‰µ[uÃùnÿœÒ<C593>¢<C2A2>Ggƒf½{ÙjôaÖùM§(>l×êMxÃî¢Ü¬~ôLòö_£ÅEµûQïý´›ƒ>!mÍËX©þ7;äÕçmXƒÀjõaÔÏ<C394>÷ç¿)K<ôWxÕh§?­ö™RF˜a×!
¢ãu A¡k§ÉËÖPyû¯ =ßì×»-XCs\©U{6X¾^s€” HhbHEÒ=j>î6E+ºCdƒæwº<77>šMò* –þ!Ë’ôã?<¯ œ.èQÑÉ?ªÂË@dB”_ Ô}ôaZÖ Ï…C†!¹ìá9Î PQh#©öˆDB2.m¶?Œ§öò ºt TQšÊ>é6ZØñÌ_Gô™ö|ÒÀÃ<C380>n{ÐÙk½·gþJPY|Uy ä_¿þ‚/ ]‰°ˆ]t«oÐ|·Úd«<64>N2¤Ãbý¤UŒ>†—鯥Ößõf»S·§í¢ôxÒ¬¶ªÝy`uXiü Oª0O»KlXïßDéV£Ë †|5ÿiL@@ _@æQP•Fk¨ ò[µÛÿ§Ýý³j¶þo=¬Çó¯zÿíÓݧñëØ½žTûŸ±íf½UëYX _m<ãªÑߢ̼Pm6Ýjç³ñÛîzŸ±v»iõîñÜÄ>#<23>ðÍ(@Ï¿¶<C2B6>Þ·†ýåÐÓxkÖÏ÷úõhÔlßm·(~†ga4pOT
}g¤ÑÿïB³ÞòÿOrþF0ãÃùÈcüü„b.r©ÖæõP<>mÎÿ©0¨4^CÑüÞhÕ`ÜçƒF¿nófû»ƒrìü³Ú©Î1[žÛ]ÊDõ3+“ Õe:}†V[ÿw³j2wÐjÿÓ"ßb`6'îA·TÍþc2;ª~×cihsÞ«´n5âbÇøÇ6JøØM9ƒ?`Ôó*Ï ª,«`ÿƒíU5ESx]VÀ<18>E~Áo"/ó`tpùEW%°;5M•dI×T£ó<vËß~ã·}øô ~û'Æs±ÃØý#«ÍÀCNFRƒSå¶:óW,óÁdò€0fêá8<©6ÁʨÓÉž¼N{vno<6E>`óæpÜnÄÉü·m<C2B7>ÙÙh ^<5E>NÚdLúâ9ú<39>Š}ìêÿ1‡ÎÜ¿úA0àŠu-<çÌ<1F>ñkã ÑSíþ6~¸<1C>oáóx5ø÷»Ù`ßnãuЯƒ¶M“Æùn·ú¿ÚÍ” 0íÞ>Á«íÖ[F+!–ÛTY<54>ñOÿ7Šò8±Øê=ÿ]íöV<C3B6>ÑÏBëÃÙöïjs`5Æ=Ÿ†-<2D>F;c4=ç×ÿãQÕ×*
ší·¯z-šÌ¦éÿÄ_$,ÃG™$Ð øMGd6&Ê6Ÿ&QLŽ>)ÑPѨ¾6ë8#ÊJÿÿN£ …•¿£‹lûß xœç8híïÿ€øû£$ºÒ«¢í†:ø0:¥þoð è¿6žÿ»X¹÷þÏ€¾ÿ<0F>ä½fãíÿ1>´³’;«Wmíÿ#Ò{hŸ(lz¿#Mï÷dz*§e5^EQSð$C§÷O£ÖÿŒ4E£åbš"îOÉÄSÂçøYo||FÒVÓÿÄ,A4m·ÛA3{m÷Á ©ÔßûtS&Ò‡_úÏXD”ž·Ý·:Ùîýo˜  ÿãø®÷«5°Å¦0}âÁÌÕŒ€J$šcZ;IÃ;±wºEWïÆ:Ýz¯Þý»kÿ]ïv0²Ó ­ÙèÄÞÚh§þëÖ?€C­W8Θ¦ë<C2A6>ׯw3“íµØkµYm½Y»?¬×ƒï˜½eŒáÌËVã feÎ:äcVH‰ìÆÊVÿ'8~Œq\AÛ˜b*¿§Çë½ÏØHœŽgÊ8ÎñÊñ ßôÃ^â%{ÆC¬T[Üa<iw0ØLÞPdÔñäf ·pŸQDœY<C593>Y  å¶Mè) éN·nQ¢<51>wËr³Ýîwªo<C2AA>¾©^EAUTŸŽIs{¸¡M™ñJ²¦ú<C2A6>´u XÃä ò<>šÖoô8ÏÒ¿}›äý'JD±cž!8yïÕ-NòA¡Þl@Šö-
j‰™æòùu·£Û­]VM
>˜»`
+c… <13><5F>ìíö¿Ž<0E>Öø<C396>wëkÆá|äB{Ðoâfm¯ßmYŠ,¬u¿þoߣ©Â4­¶ú<C2B6>XµÙ¨ZÊÑm¨&Fj<46>FÖݼ9$Òz<C392>¶µHEÚ©Öjî—¿«½/“f oíf׳ù½X~Ðo[b¢><=Ö©v`½Æ÷ Yee‡%:tÜŒ~mW»5<C2BB>¬Ív×µÐØ ß­¶z<C2B6>*h”·ß±XîXφ& ’ ùöb¯6ï¡üýÛòl[vIø˜©Rb ‚Õ~ZÖI(2jÏ W‡6îÖ‡VÃ9НVûí èºm[Ò5v·¡MÙáòŽ1œ˜È—l,V_M[œ<><;«kS+ÐL<†ï&×Å|ØÓ<>€ýnnmL<6D>>-óÝz5O˜ßˈ…ý^Þ˜çy½ ÂÃB?ÜÂØxbÔªªêBŒü!LsÒn<C392>ô¥çX$<24>9ì[s°ÅF¯Ó¬þ>¬vMVJ˜bü°¦g•¸%ógÆO˜<4F>Ç1ÀÏêÍö…KrÒî5pêä±`<60>Å<EFBFBD>½~ÈÆ3‡Oî'” <E2809D>µ'<06>;ín#Wùh“ÞAÝV>™ã†0êï0Ì*~!*éªÚjô>ƇÞDYOr†®½¥Ôó~µoâYãqUuI ñ8y
/Šáã±z½hwØa<C398>î4iì¿äèQQ‡ € FïÝiª.óYšÈ¦kº Æ4ótGèÍ 2pTëÄwAlfÙkÕêÿž×ßÚ-“5I´&Ësª6ú€lTŽ=¢r£Û {‡bYù½gákšÔhu:b´z¦EUå-zQ5i ZÄÎ=IÑÁ_ù½“j=L0}ÓsíNŠel
2©ŒUp´½þl¼}žtÛï<C39B>f<EFBFBD>DMK߯õšoS÷Ü0…Ø̇¢âü­Ú¬O´RH9¦¤6-5ÍלF…
H•Ôg\P)Щ(WßêùÖG3¼5á;wsÛž4wú!¬UäÙüŒµŠü1¾V<C2BE>_FÚ²¾V!0fÐByÐlšªÌH^†§£ygCñ¶»í ·óÁ+¨Çr»Õï<C395>áÒÚ4·ŠíßÚÝZ½æ¡sc¹£vßùÜà…ë;Ýj­<6A>ÖcµU3¢<02>qúÉBÅ<|‹Ø|Ã<>,>V:9}-
4cAÁHDLQœõmSÜ2÷ ISC«
ÜäUÛö6 R&GS cÛŽ<18>ÓúÅÖdžÿvîðöxÖëiµí R¬Ñ"1#´«B?Lćà>(ÊÃùŽëÂö+m7vxé"-
â*!®3GˆË餢÷‡Þi½SûCzc]Ò,h ±E„®0~1EJÎŽGç~µ_³¯<C2B3>þwu<>7²Í;ß_Y°qëµöû{vЫƒàØÆ¯æ¤-w{è-RsƒoÑx¹;2ãÅÑÞ‘ér-Ø.ÀÉC÷fà (üN¯ßÌÊÁ’‘‘^êÔ¾áq“}«Ð“§+ïœåE=ö<>Ø;?Žñ‚"©aEà8é!2ƒo ë<01>òP˜™mÓ­u{Yš`mJä…j«Õv[ˆC<CB86>Þ­7·37ÜÈ Ù^/¬»z ý§Z0K üßNYÁ ´è :ÄÞúçdU»0&hÜîÔa-znƒØÕ\U§ñíë­°ØÐ£ó!-Ú-€}¦c•—Wã<57>!¦÷jø‰~<7E>%h{`Œ€Ñb»åf»¡Ÿ<C2A1>"ŒYíQY°ÂÀÈÁ«ÛsF䀮,°¯ÆÞ™á¿ñdG_tžãeo<65>ý;¶>eMÌr¾*§é`û½ÔÀŠ¥l—yÓ oØ”D Í9òYM£^$qzp÷}ê±x W-öú;Vì1× ^Yì£åÐÏÃpÞ†&ïßìgàÙ¯U ÐÞ³²ŒÞ™,k²ÊpeCÇëáGƒµz¯ñÑrÄxGB|Ü<>(dÎJý^Ãw˜u9+váTQ<54>Þw<.ÄSX³Ë*¿&øÚ¬¾}…46%S§m™fªàÙ¸[˶»hYWC$¶|øÙîþ<C3AE>ŸfH
ðGöï(<28>Lô1ŽŽ»YÝßè ÿ™iï­Ó|sûýÃ<C3BD>ÞZC¡w£~£éPF>³„åjV;Ù`eM€ØtNïÛ¬‡µÑ蟴§Ê&:Ó<>—€súXxo&kg¾ µ]<5D>~×ÐÁt<03>
Û¶ kÔÑh½·ÃÚu™ò”ÐÁáÞÇkµÛ ZR§ùÝg§Ö˜p<§< ë›ÕŠ:·ÇíÅ*ï­~¶ÖdD\„ÃÔ2í³Ó}oÛΧ_»¸ôÖ¥×;×AFL<7tö½—mÕ?ªÌ6O«·¡(¤oCÐO-+úä-Ó ]ï³Z«wëAxÀ9òo$¦Ü
43:Œ ¡z‰y0h_Ýq ϱ¹:9/¸Ð[7ylÝÎÝn/ÓÔÌÇi÷?ëÝ€µeMcê;<3B>f¿oß¿M5¼jmfb€&o6<6F>a<EFBFBD>`8tb„Wܱ“Ð\ µÞlš®Ad€íÑ]··Âz é¬[Ç3&ê8LmÞž1é¤,XÒ#Ø[æ¤Ø×üÆÒûjtÀ8jy¯Ê~ûëOÙ5áü<4B>—+.9¤…<C2A4>½bZL«óêßõC ¼t^?+ðxSí¸ÇƒáÈA¿}Pï¶<^0ÏSñx 'Gk<47><#;4væÑéÉÇ»KŒÂ<C592>¤xÉ—a{kÁÒ:byl¤õÂ-Ê>©´ß¼’;pÝú[ÃCp£âEÑõcæa"u¯8„‰Vµsý vÌaûoãs¯þANÐkôsh‰†¶R>Ûÿì6jCèjתv†©,u+ýí¤ño½ ¯½×-² ‰{æ†Ø1</e‰lpR,?{í<>y1&²¶¿ìÕ ^°æ°—ð1ì`ä(øâsðýÚª6š½/svŠíZ´úç am{Çe|ÞÚ$/%èó69
%ÿÚþ±wßeö%Ù!<21>ðÚé Ê,„ ‡Äó˜ü™À•èV<56><7F>Sçk#¢ÔùòHÅWGG¨ë­Qð‰¯Ž€ÎÃv«ýöÙm×=*"_À‹ ®7vÀžPÃ<13>±íçÇ™o]tßøÊu=Ì<> é¡e)S qr|_ÜfƒQ£½z6öh/l?ÈÓÎ5_´7fɾl„0ö¢.˜ÔEÓˆ9tïê3'Èþ+ù½}<7D>¹eߢ$<24>ûðOÄäyDfÂF€èõÅþðNª7³Q#ÿÖm¿Vûô³à÷ú fîµÞ@û“DŽf#0†e¾h(“q\\ä÷Šõ^¿Ñ2F˜wBìz<C3AC>×£oš/S2Ü#§¾·˜y<CB9C><79>WŽ÷ò^ FÒxoXsÄnŒO~;÷âý0Îuý³o"™ TÒƒ|ŠÐ·)¯CH7†µ)!¯mG ÌŸöA¡í9qþâ—l†WBâZŽÆga;%ŽÖÁÑ8G[‡º Z:è†å¤ú´•ƒþºµ¢ Øö¼_mÕÀ'Š`µƒ¾étì]âO<E280B9>L1<¯ÿY<C3BF>A“˜ýóYoÅzUt“@À²G¶Æ<C2B6>?cÕþl%U,[ùçÙxØ%üuvö»=ˆ<>ÛŠ<C39B>¨#ŸAÏšv÷Qm´0”Ž0ëÕ /ÖocoõXƒäÎTcÍêoÌu‡™<E280A1>Ì¢
¨7ÀSìz±½Vì;ÙÝPh-XüŒ®ýnƒoôbƒÖž"•<>,ïÞº<C39E>N¸šshfr%Š<>BµCsäõà°Z<C2B0>Å9¤r=Ã|#Ÿ<51>°v(<28>UðŽej‰,oÔz8ìæ2‡[¹NLÂyÓ£”0Öa>œù‹ „ý ÝçüyaoO“u\>ÒsjC~QSW¯9.—:̤6?û"~¤µÓÑzpj}"VÅÍþvñ]ßùÚ<C3B9>;[¯ß¹Û ë©<C3AB>Z?S>ãIqw=žÉ-<2D>˜xjãk-ž<ºÓãéÏ<{yÏÆSƒ•óxúð¦Ïp‡—[¿Mør¼<72><•zBïFWü6<E28099>_6ÄmMÔ”;åûn-óRn«×"W³Ÿr»Ïõ€év7Ö_óéÎÑþÖ<C3BE>ÞÛÐv×®³åö<C3A5>tUê>ÜqÅ»òíEy=¿þÆ/çÕ—;®_¦6nnÿä¬Àí¾È9á%¾{̧—>¯|G`" ¦ÛÝŒ¶_‡ù]åíxe±ÕXÞû‡[0ˆ«ó­\Ÿ+¯<ÛúËy&ïîsµÅÛ¢µC×f§¹¡ïÎÿ"<22>ÃO
©Bfù FTQüÖ†b?+Vôùá&•^·»Ú»l¤÷¸œtž@0ÓyO+÷¯„§ö×"Œˆoá`Ží~»<>\o :ש<><C2A9>ø¢<C3B8>l®§íHÚÏê/2lc6&T²6«½‡îãáÃ)<uG}Wöž²žPŸæ<C5B8>*¾P•ÆÁE€qîv×â‰n<E280B0>_èzC=á¤YaeÙ jo)}˜ñ‚
`°ü™¨.ݼ¦ÛíJ·7\™[>ô„:[®)óêYòÈ *W¾¸.¨„ÜÓUæNÎóy?¨/ÜÎÜÝ¥7Ô<37>ÌÖÒÞköÆÁ$?üª*ÆtO\HWûÍ<1A>
ÌóZrÔm÷QØ?B¨ÉáuÍÞK뇅]©=DPOke_¨róx¶ïµÚ}Z\¸rAE0àòÒZRDO¨½ü£èuWjßß¶½¡®Í&zKê"î5Ýîà…_H&6ï½ re½´áU™?¿ê®º 0ÆÒ>råÇÝ3O$Ï–{« _¹«sO¨;éÁ‘/Ô¥úÇÖ±)l†§Ïu{<7B>“y„º<´´§ååMu+~PÕŽjEݾ5 Þf*cVÎ+_Wjéá«ì ã»-®r_=¡ÎîþôÔ¯¹SÅêár·<72>ìélCÝúz.ä} Þ'¹ó•zÏêAæá VO÷m¨|þ¼¹ê õèawÛj<>»ZºÑ¼¡VæP
œ¼Ö4Ïé^Uø¶/ÔË<C394>ÜNÓê·l¨8ðfòêéú%ï õzóuÙêós¾íõAB~<¾HzO÷èøã×MqmÙêc?{ê õû$µxcC%j<>\æžOÖ¼¡o%»÷ù^ÁjéWFñ<46>ªí¢es}ÄU(àêlÇÉ<ÝÁõ½„PSCÌs<·š||?Ôõ®êËòÙ¼õK_ƵaËŸÜáL 
K‰]'Ôl·÷±?‡P3â<C2A2>?Ì)e€ºÕsAE%Ý{hëðf¢”v!9ž//Q¨<51>ý•}†“—©ÕÝõ}„šŠ—|F­¨e$h·4î66“Ô•Ó¬s®»—Û kª¸yY©8æ:wß“_ïO*ç‚
`zÚ¾8{Ó?ÝÀÂ<C380>¬îæ_[—©qÍûé¶¶t{YyØ÷|:¨Æ×¸½‡TŸª5¯K|µw2çõÖ¡œŽ/lÏñ©‡ˆ{m)jyžÇ§)/öÜý옺M"­ÙÝVW=~Ü•}žöû¿q§z=E¤Íî-Æ·Ž¯K§Þ¯ïõWööçzÞO¸ÇJ*%|ž*ÏG[ƒ%i ÞOVÔ«ŒçSíèŽ7u«<75>–•ܼµšO™¦,^VïKvÇÓµÄUaízËçéöòõ|·±íõ” ­²›~.(Þ¯æË¿Ö“bÒûéÑÙç¯Þs)åóôæ×·ØË Ò<|ÿ´3_uÍûéíã‰rVÍÞO—ï-"÷DÚóÏ•)=^¯Þë³iµìý´~sTîÏ×}‘öÎ=~.ýÚ›õ|}áú´v•ˆmz=ívןOÅ­ÓDŸf‡Ÿ
Û{ǧÛßÒ†DR7ÿüÝ?.^VË Ÿ§ëÉå­ëåªýÀltkÛ tÞÔ`ç-¾|°ÊÇÓųëxúê |äçÚE<qŸDщ_NÐ<4E>.Ä3Ï`"Ý|©ôÍ<C3B4>õöŒè|´µÖx×7â <0C>œ}_³ Îåë¯I°ûfKà å87 tg…¥õ“ŒáÍ·Yý¸1'.ו:C¯óg_¶èf¡JÉž-?9×—…Ê•·•c¨`4·ÄÕg¨·O*c 8¦;»—ý¡îìto-¨¢ª¶;÷£ L¨;M•˜êÙéJçó,O·Î¨µÅÅ9jjµyyäUþDšë0¶€Øšî­?ÔÙòç •ø.¨ÔT7<54>Œ®Å«ÔjÔ*1RX[@t--Ú)—ÞP×âé ¹î-ºÖ)- 6ùd,ÆÑ æjêÝîx®¡iÇëñM»ƒç/y¡rgm¼ñ²¿éâ`x7<78>Hm·{GÃ_
hîܘøµxçø 0}˜6þlr{vHÀjIé3«N¿¹ÚÒ}ÁDõl²çJ{£“¨]¸ÅÀßÎ}Ö‹ øgΰì6ƒáÜùåí_el"Ò,H(m£Äþ1iãÐ8ÊLê<>Ùʰ=hn_^X <>"®]<1E>1¶ckÅÔÆ«¸Ëà<C38B>ÁþÎå |]ÄpÂ`9|L=Ò„êïaås+iò‡¢”ÆvHG6½@cÀzeŒucaÿŒuÝ=f¸ÉTÂfHþToŠ®5t8dÅÍ«C¯ed×0}h u™<g¸ºl¯¡ˆ°ŒÞk¸
§Rig¡½]MDóæl¾¸÷¥Ÿ©ÐW¯Î/íÚ¨gÕÚèØÏEå +4€¯×ÞØø2¥<32>¸M·\@:,úF”BO(¡ùÒcoÇêCôÆáÎÁ¢a¬y ¯ôpÜΜ¡oÒøçž Õ¡¯„~ö<><C3B6>÷dϤ?{>•ÄùՃʄ“{˜sMÎZº)/ùaš«WŸ/Cç•\$ó²gã"ûÛtÇ©8ÆR1ë6?:(ž«Ÿd<17>†<»T;?átHÃê›!ܼ¯$îü÷©E9¶âN4÷^ÈÞ<C388>ÝË xÚnî«ÎV~ˆ39VËVÏÕ$k“.¥écÉè^ŰH|gBÌgIñ<49>!zqmzÑIò¾½å>Û©õá<C3B5>­üø ¶ïô}c<>`x¦é턇u´,_Zǵ,ðîe—ÌU.É;Q
í nÊ>jÊ0%L€5É,rmÇ)b‡<62> v©µ/m¬©¢U0ö׸MÃtce_8Ã\á}é³¾c²‡CþX|0¬Ï9?í¹e3oðÁN˜­÷<XŠº†^†ž<E280A0>´(Ëè\¢Pµ¡ƒz«-UKcÒ—Ëñ€Þ|=“ѧéEøã#ÍeðMˆ4§ä<C2A7>iDÀ<44>Û3ÈMؾ¹ÍØÞ-~Ú5¶¾KS°œûþæò4¼ùác7l1lÓ{Øz0Øs×í°<C3AD>Íž»Âã`û ˜ÒÜî4Ýö@ÐæBdwÚˆz<>(ºgèm^vvN¾Ã$4chø-w/L<8FâØÉ ô‰-,z´8­Î Øk3<˜0àr_Ť§ÂÚ¾yÆ]ÜÑ"0tkÔŠ<C394>3]¾¬<C2BE> ÷36"ž(öCƒ)n<>wÅM±%‰£€£æ¯÷#Œ‰u£ö¦&
~í¹D<C2B9>o\ \À  ø"~såôpùí=&2 ‡0ÂE¼¦¥ï&ÞÇÞ'ï5CB£“ÖÎmg”ÈGÒß)üµÇ½ó³·ã‹ ‹˜ê#1{¾äQ´ç0¾œÌ¾Þbv~ìÆ™`Â#<23>ûnf:Øè³´'ØÐóÁ#Šêsˆó+NˆL‰ÈÝw÷<>“óSÐG"Š×Ù·5µ-lb!>4ÿ½ÏÕ{_צDÙshÉl
š8¨'Îë?CjmLÜ<wƒc%Fz.4¼
ˆíx 6$ă±´1ksZÚn3; Â<>™móÍÊéܤè;ðÝÓBOzDÕØ9pªF²pèE_¾Y9<59>˜ol•hí°<C3AD>"¡¬Ä<E28098>ÚПÜmð øÍËq
ë:0Rt0PtÜêÏ1D
„â&8ÂÁÌ5mD<>AÑÌÜd"åÌ¡}s>1‘ì%½œÂ AˆqûÌèêÏÞõBdQZ<51>®¸)Hh,ôØDÐ<E28099>$KVŽuXG'|†œÎæDz¹õÜ&3£t}ŸÃ7Št¦ £)BÒ•±Ëfrøôæ
¨ïœ·Ü–(þf ÃNQxØ[¸ú±²B48Þ€]#Ï<>ÂTÀÚ\ mÛzc“5Lƒ¤Û²©Öl‡`.§&Ý®ÚCÁ”1Ì<48CäÑÁ{ìÍ×(ªt³|OèM˜<58>ûp>;)p9¦t¢´Ë©H·K—tc÷ÖFîh»¸¤#§tslÝpõþeΠ%oû€Y4šjµÊùo+±;<3B>Þ¶AÆHÀGÞXvÚúÌ´r)n®|<7C>mÛT·fqUÃ,6‰ë•/€½<E282AC>lóûŒdSøîâF”8ïK?R®F0ÁŒ]z(¦&Š!^9ã̪põâ …wÉDôè… ¦<>Žü9(Ü^w<>ìóÓôcÚeý#]»”£#Ü=ª~|ø‰ r
Ñ ÑhQƒ_$3…Ÿ<E280A6>äbF°þ¡+O6ŽÜ†<C39C>[u¶>?µv=±õoöÂ*DZÕÚµ¯õ?¢Z»Óúîå¹ëŠ Œ¯1=Gðemâ­<C3A2>ª1=íÒ<C3AD>vN<76>×ÔÙœÛúñ&(ÍæeÙ©dþÞ8¶'_¯Õ<C2AF>M3}¶ðБB=é¨|޽ù+8§"ˆÂç+ yô ?ÒZ#%®ù: 7„ÝGHƒóÓÏÝ ˜·Afúh´aùsk±N—¦ÊzhªÛIÜ8׆$¸<>š*Bj;ÿ[;ß3¤Àgžô²}óåé<<3C>“Ú½ýDP5ž{?3Ž"Y£·þthù6jÚgcÁµš2}Ùv»£<C2BB>Ídú²dóëÄa”#§ÅÚ&ÍB÷v<ØÒ½ÄÙ¼Oþ:ǽJ<£ež}Ëùkù\æàøå|v%W-Ÿ<>y?a9_p-ߌqÊÈÄå|ÞPÍZ¾ïÒÅÑËùkùfÌÒÅIËùkùØXçDå|©ÀZ¾«tqÂr>_¨¤oƯtqÔr¾àZ> LRÎ\Ëg(ÉËùkùh0e
å|Áµ|öž4#`ý‹‘:ülÖÚ3+<2ï—ó[ÁémQÇÔ uتj£¦Ê26´ß.ÀÉbHþúb@ÕI|¨ZòÌcsxÒQQåVþÃylË®Š4Ÿ<34>¦Æ¤*<2A>®Ònÿflb®à³,hewÙ1Çä?à°œ»Aáˆ÷7 ߸ÄN´â½¡¨ht{›îŽ'ôv
KAeÓ#å—<•H¬9B€8B¸ù6RÍdyÒÁ5j®¬ËóK ܦ;QSLËîüÃÌÑÄ¥‘"[®¥2 Ú(» M1 Û­ÄxíVØŽG4G…éÍQGâóP<C3B3>ÀÑ Û<>”Ó²(‡¹îÑ%tuö&8o"j¹Y™½šÄw³“>\X-—S²{„@9pcÜ?Ðæ@š3Ö˜ލÔvƬaòÚôúÒzQëÑBÑîûS¬) >Zᙜµ-Ô&;lÛ1.טX}³ƒ/û>Ã
<EFBFBD>c
̼·V0R¹—>fŒRSØò ¼G^ó¦Ð½Ï1 E Ô0l ŒÐ[H‰Ó•)lz i!E;£Ls(Í`"¤…œÖŠ4g¼XíåQõ7üå—=é¿õ±ZJl²½oVÝÞŒ_ Vh¡²ç‚§ !|E§;"àzšhÂöíìbp†„êãæ9²Wビ<C692>AZˆB [%÷ÆŠ‡GD:¤Ø.L
„£chomŒDÐw³ Ý;Ý<>ÀñþÆ*NÓá{
<EFBFBD>½×¬ÓÂÜ «ÔuY˜ýØk<C398>à§Po†©&²e<C2B2>Ÿqùko̲i; †¥j2ï <0B>ýÄb¨<62>UKHu†)(óGÕˆ± ÿ@—o™žŸ
“Gô†q
£“'ŽIiLþj ‡5Rô&¨<oÄ@—UÎèÍ&¿ßsEoÄy½3K»Ž½Ùä¢×·?<3F>è <0A>ªïO)Y&·ä5¹““öÇŒÞ8¬‡8zƒõpîdd{ce´z¸£73^ç `)ܤÑDL„ÿhuðˆ %AGKÜ •Æ®œÆÃrtLÖ6<36>~aìÎÁä—üBXLT?ä øØ3Â7#@<40>ƒ1<C692>=s4Ìo=9yG2„KßD+ñýسá½5¬`{ZâÇú²ã¦(b‰_„3çÄ#ÖéDP@ä4”<34>íøœ¹]èsK®=Yø-œá&ŽMÌ€ˆ°‰˜¶7AeÞ0¥â¼iWæ<57><C3A6> ;Ze^@2ì4+ó"åN^™7µtq²Ê<F¦±ÅyãôT™Çdt±ÅyÞ4~ež+r;Z<>Hôʼ™¿<‹ó¦]™çbO³8oÄʼРd˸­÷¾¦PO²œ/{Îz†©[j^†ŽPÅ!Íèò<y£0”x1^á÷Q6½ë¥®ÚQ.#tíø<C3AD>àÍbìÈåe<C3A5>9/? 2ìÈß»Hýôt<£øÐ"Ô1¸ò«S& 8ùñjb~´ÊͲîóƬï
˜ÍUãÇÒÃUò?gÆUéuœ¦<1D>¯¼œíMuÔìÓ9ê˜t4!?Ò^,f ÎîŽÐQ4<51>ÛTk<1D>`øûZýTØ`oÎ3qÂÊ
È—À¦†¯=ÀŸCÏÀˆ=†uPS)}ø™f,ô6­"Ù‡ŸéÉò³Qª~¢ƒ¤P,=±-2 :ò/o¡ØðÐßÉŠžE:׿rŠÎè]‡EÀ—Ø^¸×öjx6”Wi?âoáÇ·GäÇÈEyµæ_/4iQž3¤Šuy¤(ÏiÓ.Ê‹´!9yQë{ÞDtõÇ(ÊcÀŒt(ÿˆEyæÚ<1A>cå9,Fš×ég4²S:ýž*éמó¸ä Kü†w|†¶ð"¦ìbíÛ÷m̰·üz÷áLƈÍkÏy„ò¸;¤ÎkȦD:y+z¾ºÂ'}”øE# ]a„Œ”øŠêMÕ¦MHnUßïßUóâõíJ©û´þ¼~Qüâ Û¹ýëâ\}ÿ¼¸™:¿Xo¿¤ø´sí–
å‡r<EFBFBD>l}oÌ©~"Qb&}5\Цa®²»¹«Û6ÚeVIÍ<49>+ŵÝ<C2B5>•Âý­_ÙÝ<C399>oÞXÈûB%7;m<57>z|ô+» ,öëˆ^PgÌb?¼ŒÜkºôêé½×ì‡_EX2à
½YpjOg)¹ Û‚ê.»ÃD>ewÉàb¿Ùr•½iÒ]vw°vâU™[<5B>ŽŠ/~Å~ÏÁÅ~;óŠ?Ô<>Ó¹;¨ÚîÂqã°Pìw€ä£ƒ+¨¥ÒeÙ¹®óô@ó“EÝÁòz.¸©ÑN,pÚq/Ë+ygÂ¥_ÓÔJ»_²•)ÌúVr¨æ§%[Þ,Ïïu%ç/çå¤s©èqÌØ…<ë΢^°v<ˆÉá§Wð¡éÑÆDù¦à{FÖHÕ}þ)¥vF×Ô®×óŠE±ÛD#\¯yùŒSÛ"gtÜÇ…>”;8éÍz ªœ]±¾g„õ"ÏЕìµã(šaX¢¶»þ&`X#)øŽÉ4§ƒ*¯Bl«Ó7µv¬Â>¯!2ùiÓ*ìó@aÏ)öyÙ©6Ò¦VØç5¹÷ñöyUõùî{Ž_Ø7R!æø…}öRÙQêIÂÝ>…}^¾ CÐÓ*ì M»žNaŸŸžra_”p÷
û¼ªúèl¦ZØ<17>54ÍÂ>¯ª¾ ÔÞ1 û¼Ô‰22ÍÂ>/9ë¹½:Ya;&³ªÏ©N­°ÏËêŸ1¯ªœ^aŸ×:ÄÓ)ìóªê›ñ¾q¾±7G+ìóêjÆYï9<C3AF>Â>¯ª¾É‘æ~ð8H^ØçÑÕPÖÐ
ûü3ï§ZØçÕÁÌ_S/ìóbr;¤:µÂ>¯ª¾ÿ3Æ-ìóêÀ)l¦RØç¥ ]qèiöy²Y¤M©°o„cs|12š<32>è>¬qZ…}®1YúÎk<37>¸™(vÝ—?ö><íGR_ÄBµø(²'éorüÚ ½XÕ±þ׿™î¦§É1Ù-~^n™å{†¢*ä¿àâ9foí×­žQQ5|†@€L œ\±za/;¦€¼ÎøEq<¦CUAVÁŒ×1mÃ
½¦×{LC‡U÷÷ |å§ó ÷.öŒQ…çT¹MQÂfþ—ÿ<E28094>j5Áåõ7÷ÿ<C3B7>”õÈLÎ
3Oååò?R®zÿßø<C39F>ãò¿Ió¡#^þGCªa÷ÿM„ܧ`¦sçQÀå.Žë8úå3Ñ϶7/SscR£o:SªñØ\9uäÎøT¯†[ä0¹•ÄäÕD<C395>ƒHù!5˜ ì)#“ÔôEªk2ôMPMߤ™ÿXË7¤=ÇÄMHA®½S¤v0II‰Üº«šN¾‡ÜiümÍçÈë$g§Q¨6ÅT«ó©¦Z<C2A6><5A>­)Äœ˜ 1ß?\aoo…v4z¡¯W v4<76>Ó¤z%Ž…v4ú=œ~‰c¤·©TûL*:‡N`†ßÖƒwäê3xPèÏD©÷Œ`úaoBÔeæ—XÿU_Ž„MÆÓ\ù™qÜëÊÚC.éÎÚ†ßBn«ò
z:ìX5þ½ÞvYØ4/w¼jOórÇ«ö˜'¸¤@ïkâ}±ØquÙ«G +bGcÔb ùž¤£©˜®†×DìÈYÔpSŸ%üù%ÀMm²å¡*Š¥Ÿ<C2A5>ň¼¸úo¤ú2_ Ád¦DåÇqîýñ¹ëÛºúo²&óÞ¿ÉLõÈ÷þÍD¹@pr6š¡N¡6*ðÞ¿™j£&¸÷ÏCØ8¯þ©7;×Ô*ÜH¾gðÕc&o`îKn*2m”Œ¯ý½=G¨Ï 1~Œ=ìíuÜØƒp¿ü©Q¢ƒ¸ÿ;zµ¯Ç]´£É«}¡§Î;á|-щ<1D>U}ïµha™<61>£Wßg\!hR¯EÁL…Wþ33®{
Ãj©H(qôB*ÿV¦M)E"m?л¿ñõî#Æ:<3A>H½<>ÊÏ÷ÄâÓ`W?J!ÕÒúU.ȱîÆL3Ö¹êQën ÙÌ<C399>ÅXȆe$G¨»½ó2L%-lß|ú'1êe˜…¬j§E¯»-dC*eMXÝm!åŒÁhÍPRȸ;¤òÔØ²ÕÚu·xw`èe˜fT´a<C2B4>}¦#Êæd.W~Îx4+Þê…nw“_ ƒêmñ®|{Q¼+u·ò»ÊÅ~a;ûV(lç0Yô¼Ã”ù,4<>4bQ®«é.;Í{ïʼµø}Àå§+'® IGI`jõíø<C3AD> P;¯¦[X·ýêÝUˆ°Jk9_¨\ùbûÔª2ç¨VsC}0A÷ÿetªûjº•TÏꮓn>+«v<C2AB>ΆEòl·F®;xáýëSk«ßþ×ð˜€[¥Ûû  ñ¾_¨\¹}qaC<61>¡åq àÅJý³æµTxzã  ºtt¿ãdǽŽn¨§Cë
<jÀ'Ÿ r_ñ"嶺ÚI¯vÆV„³iò„65gEñ0GM.šneê\f÷o¶¼4 píBŠ9$Ï®õ!?-H]ßÃRlÜÁµãëœ,þLœ4JÇ„&ÏŒãLȱEŠn#x·|ƒÀ.§ðdi¤7T¹²¶\`F+<2B> »üe„ò¸°ÒˆaªòêŠÈ4¬% ,h†Þ9`þ)ŠAu‰#å€á˜XoÍ9¬°äðÈßä€mYµQî<C383>SteÛC¢ë6Ý)6íïâ>•&ÞµO¾ 0n£î"øÈ3Et“ŸJÓØ&‚ù=LO{*ù†ÁFЧÁÂ<C381>¹ÿíHç™JDºäå> e©F+IŒV·%fƒ½ù¤<C3B9>EЧ9òP
mw)ou¶|¬p4aó* ¦æIGˆ!ÉIöÐË<C390>Yy!ƒá¼N<DÍÿ ®(1>gø…^aè;#a'ü^<5E>ˆÁºÚŽÍd^ þ£ÝT§õ#´Í'‘‡Ö%>Å0Z¥W˜ˆáú<C3A1>©>ëÓˆ¦:[–åÿ<>E‰†ö_F§ø·¶t†Ê‡^¹¶ô*ÁñˆÞ[hÕ£+#xïÛÿVýH£ÁUÈFã(ÓôÜeižµIc#-ô¦£<C2A3>&ùö6TÅìo6Ô#:6½Ær™"Õ#Θg¦øöÕú÷뀕ã–$F­G!=ÉEƒ&A<>YèD@="›Ú;FIbÔUš1ªWÇ,I´&R<>8ã.ó­$1j="ã—$OÉ{§Öß“ŽT8l®Ðá¸ç5COK`íª?qY¡EÐö²Â€°Ý4/+ô ÛMù²BW2쟺¬phCòÏ\Vèð=ÿÜe…3á§ÁMã²Â<C2B2>Ìûi]V8Cî÷ü”§…ªŠôà5&*¡<>/#U,]xì
Ï„žjñÂÃeSJÙ¸íÐN¸œðÂÃS{ǽðÐ1¡Û½ÂÝc]x<%ïÈíz-ÕTNµr^xœ¼š¨õÂÃàD,[tNxáa<C3A1>5ß9˜™Â}käÂÃ`Q0C<30>f™üÂÃà\)Gv÷Æ:&7tÛá±Nï ƒ©ÔNµr,ü$uPV`Ô3ïG¹ðpüzÏéÜ{bVHN±Ê÷¶Ã™°û=£^xÌ}¶¾™ðÂÃà@„ÃNäÂC<C382><43>qS 4÷…‡ãRÚˆõrÕ#<23>ÈF
ÞO~áap/FÅÊä:Æ4Tì-:ǸðÐä ïÛg\''<27>}áaðÖ;<3B>§MáÂCK™ybÓXÉ/<t¦x»o;4ÀL~á¡U¯å)”fF/<2F>ó¾ð0xïÃÛêãÂÃàÛ§ .#÷3ï)«äÂåßLãÂÃTàm‡£•\x8Z)ÉØz.šÅŒ,˜‰.<tñã†ó¶C_ÿfÔ '/<2F>táa°­?c-Mzá¡c`C·Žaª{_x8²©>Þ…‡Þ½˜Ì8<C38C>ë¼ð0¸—™ð{
ÇâGW/&$b¹”%à¶Ãˆ…1îB<C3AE>á ƒo;ÞX ,ôð¿ðpÔò¸©ÝöÌÞv8ãWø?ê…‡
ÿ§qáa¤{
'¿ð0ø¶CÇNá$÷ÂÊ´‰.<töâŽÍ;œÂI.<Þ—ŠrJ¼C/< ƒÁûÉ/< ¾íÐTk_x蜦;à:3tFWôÂ+Ç…‡ÁÞ½ëœðÂÃà]Qi“]xȮ氟ä{ú ƒ-Æ€ðÃh[Œ†G0ù…‡Á·2ì9V‹Í€Ûi>ô.< Þñ XÑ.< ,Ò½%`¦qáa*ð¶C×nÔøéíF<C3AD>{á¡ï˜†*VƺðÐÖ);¤+*XYL5EØÉ¬Kâ¼þ•sE„½öB<>´_¿|g¥;æ y-:\F‡fCdDL[w¡<77>ú³KcåNo+Óâ‰ûä žÉ-fÅŠ>o6©ôº]¡—0ñå<C3B1>îi.³°²(^ÊyYIõ>÷ríAui·®éË÷ów³ñ½~2ž/ŸåfoŸ”•ùó«v~á«u^Yªv2ÊyåçYýªU>¶¾^Ž>êçº~ô°ûsuÎwÞÏ?O¨Ö.wr‡ƒ«ç<C2AB>dâù¹<C3B9>Jþº•Ÿ¤Vß;©»­~wá<±ÔíŠóñÙv½<76>[àæ?W“w•·«”ž:LlüÌW¸ÚB«Øín®œÄ—wãÂöq3µú&mqensƒ+_\c) ·3×>âvŽ<76>>»ÝÆf¦;øÜXê-¥<>^qöq£òsã§”Z׎îqYâ¤<00>+]©ÏÝÞÇþ—;®{J&cmžëHiÝîF¯_¼+ç+åõüú›}A&½aqiûçÌ_M^:ÿ¼œÿénµ”£øõÑAÊw®<C3B0>_^\¸9™×VÛ 'ç;ûK/ç{ë¾x¨¤¬rUXª‡RF­ÚH•{³å½L¼ÛxÌaE騚㮓«
6͵¸Žˆ,ÚF”vÛžœ­<C593>ldÀЍK+mA*]oÿ\måúËÅ”.½æ¶KÂîüv¸¿õ~yq`ò»ÊËQJ—×7ËúüY­ð¸?·K¦+lߦJ”ÅÉ¾ÌÆÎu?%RÅô œØÝÛãKO+k…F5ÇãµJo_?:—»ùÊÏ»µ4—«þdPéÏI|TèzûKܼœÍ~MQŸÐ[âr²”$_i[møº"_<>«Ï~àëV†~}ìÕÓä“8¿¶öR~NÞ÷iëckµïÂÈØ¡¦¹Ö‹õ`™}PXxµ¤Ù—|Íz<C38D>µ<1F>íÕ<C3AD>õwëǼ”™ßû4%É\ù<>ÊlÕú-Å4ÞyʾY2ìƒÎ
G÷oŽr†<EFBFBD><EFBFBD>úæw•Šˆ/e‡ñ—;ÙZη+½üÁõõ3ñá·2ÁÍ2à°¾MÖ%®F$!<hrœÃ«I ûöÍÏ<ürÉ“—@À~÷á뽘;<ÿáõTjcnmŸ¾˜ýær·•ŒõÅó¢¥6”»L1W][\ùh-]×JÒ/v<>À¼Ðrçæ”Õñ¦¢7¹»¢Ã([…à.½úùË¿K“eH—É}íT×vÊ[Kõâ^m=n¨„Û¾\5œµ`¯ˆ<C2AF>l>Ïô}[•<>oÌÙWL_7¸àõ˜<C3B5>g-¿^æˆ+Ÿn8þµ²—„O÷<5Õs¯O†¾'Àz½VEóSM"<1D>Å%Hû:#]fˆ†¯79ãõ¯{ÎüôÄ[Ãyû«²a ç«&2žââ3aáåðgÁ˜Í×·bú7â¶&j«õ§ä{áS)o7µ9<C2B5>Q\V1<>ý‡nMÚjµ“µ ¾ôÒBæwø­|©òæ§š`75X¼ÿKŽÜ¿*/'7VÕ«ÌìaùåpA'RP\|î©ÜþNJ†õzTR¥«´£÷<C2A3>F;`ó¤`iê•M½üXÄÓŸ¿nâé«§R<}x}OÝ¡q
|?ž€òãx7žNn^Ä“<C384>æF<Ó:}ˆ§Þ²ºC½ƒ=A´tÑÖoD8óä‰`]69ý¼c4ùI¥À-xF'â+<2B>.ÈsߤÑÝ%LKýÁã31 ½$2C<>ä+ü¹mg ù¹<>F`š÷<08>ƒµ½\㦟µö=é•1®ÄùÕÒ¾×þ3ÈG.À—F6ü†š´ôÑàƒ<C3A0>õ1<> HY"AÀâl@Ä©W»…—¯|Mؾ»Ü4ˆw£ÂqòëÆxV8nÿ(°@Ç(—­â‰yÓ†ær;…4ýK¶àëmÂîö×vs¶Uæw3eû`;ßÝ<C‰wºìò©ÁÉTÓ¯wf˜•1Ï£¼¤<>?Ô•Ç“Cô­gp¬mo¿Í‘¯ ©‹+ŹzzTsýlëý_„§ÂyYŸ“ѰUóêàLô¬Ô½>_Þ1mSzjGÂ<!GîÎbpˆ½ùù­•ÒÏÊX(>ç/
O¥Ý“¿õ“Ï¡ÕYÜûnôÊÅ&¿m£R±ýžõÑ,=2%`,â¨Pçz¥Tãî3quÝ0«u½û•?Ä?՟ݳJ©Z]Êîj³Ÿ„ãŒ6 ¼·Ð~, 9˜³ýò¨ è×B1]».?÷ù­Õý¯3{ΡÖgSƒÅ¸Ëê4 ¢ƒ³ÿm<1D>…už
_ÊÜJå p^ol%§£<C2A7>Þ\ÝXNµ²¡ƒ^=˜/>wvÖ¿òEñ'ÖgŒÛ±-Ä `ò{c­ùø”Ö_ÊJ»ÛKNçÜ<10>õ“õŠNãl—ÒCù N™rïØ*4ÊÝ­«¥<x«½Û½-?§wçòÇkÀƒ4_|?í<>¦ìÅ—Š–sa¹½îÔž#ãÜÐ2=$¤ÃP|;Þôš:Ý)Œ>û1¦Žä63tÔñrfÊÐìÅ|7^´ý!<21>ÕO=_<>/X¦®­eúxy}qPÝ©€X=¯€´y<C2B4>ß•ã]<5D>¤Åsâ
é%í-]ê>­<­ÞUZ;Í«›hrÏmåz<C3A5>O2C‡áà<C3A1> *¦Æö~$hìß„¬ƒ2×)¶¿ZŬºÔIØŽ/lFŸ0q؇EÝ8 ƒ& `\srëÌžB7}wãòy¹46hsÖ&lâ Ø2­ŒÖôb»¨ð‡)m\‰<>èàhš}tµ>ÃÞ‹;EãB=¡´?`Ê„RZTt<54>4aaÎ>äo¥½økrJÌŠ#{Hoõ'ëÞ<C3AB>eã°}ý<ݸ-ü³O å#ú5¹¼-Ä3¥st+èýÀƒ ·à!Þœƒ+¸EZ¥ã-óät
9l¿I=CÖ¡h<68>¯,,ÑóËŒƒÊ[¤ÉÐ<C389>qÉy<C389>ãzE,<2C>Û>>Ùz,eù%±ú+QÜ»WöaE³[kå¬õü±×!÷¹Ðêâ)+º{Ö~ gÈ%u.èWõ­«ƒõ=X‡xéE9þŒdc¬ßÍùB%”8gáíyykõáó¹˜={éÞ×[¯¡ZfÅPÖÐ&e£ŠìxŒ/à£ê6ŤŒ¸Ò¾Gj4œOI­E·'FP«4:8£"XâáFþFET<45>nyk£ÈÛ?à°Ç—ŸšËyKŒIó7jDì»áh9*Ó¦¢e„þ"Ën?s]ëæÖ7†<37>nÙ=<>cºx& Ýr—UÓ”Êñôsm¿rñôOçµ<=<3D>]EurO¾¼k$IôÍsMŒgöõÛ?£oP '=<3D>øõõi]²w†\â0Ÿ6´YAò—ª/¥¯­ÖOîàŸÝŽ jÛéÿu}ãÐvcö<E2809A>0FÕ‡ç Âæj¾8ÅÀ RZøÄɆsHü` J;-¾/væÐ¸~<¼=OlYJUåŽÎd” £óÙ˜4G´ç„,<1E>æ<EFBFBD>ÒFá³1¡˜IËd”6`‰Âd#È´¨³öb2“Ò&1Q˜¸Ü1œÏpoïêg8ˆ`d£“×
ÛYN(]oßåÓn+ÿvzT.n¦d"ÓÒí•¥â]¹ÿHò ¶Þ/:«¥îãëñê&¥çjƒRqs¹$3ÔÇ †îL'„cšSŒhüé=k+ÊAþ{$wvjžôèö =x[3Š“còÍôƒ¶ø$ž6 ï6˜ðãiNs{Â'úf”ðåx Ýñ´iy>rëåßyÇÓøqãi‰ùû,ÎŽñë‰íÈ 3E_†_ª÷ ŸêcÝÅéhuú0ûéˆäó¥úÒõ€¦Œ8S?£’;€Q6Ïò—¿ž"…/É'š¹R¢Ž-Ñw´(ÏGóÎüå«|óåç¯ær9߬þŠ`í<>O4w1¾Y¿2²{̰©]™ã–…Fü>•Ó,JÃ/™åŽUšú¸}Sí<53>!ïýV?Àä˜æê“¥'Âæ<C382>®~€Õ9ÍÕwd©þ¹Õ77ÿðêÑÁ?¼údéQ­ýÙÕ'KOÁ]ýÑôÍØ«OÞHK°WŸþ¶ôÊÏbV‰ÖDHK8æ<38>vR;a½ØeŠ<J^íúMæßb÷¢Ü.;k
Éϳ…ü¬µ]uå¸ú…ödûH7J õ“ÔùÂüfɶN…„~+:ÌAòóììÆæŽéĶ—YàÂÏ–Ë v\}VÎÙH ¿ÝÜœä­ »˜Âò=Ir8Éì+=¬fÄÅÕ{<³bóœi= ù Öð*K{ì=c¶ÝCÏÌg|î»=(ziðqJ(͸õæÑ&re¦ŸÏâƒ[çÍ9KÖ”>—·®—«æÍÚÉÄæý#ŒSÚ!7'¹Ý(r¥ YAÜ.WˆK½ûE“=“x÷”>g §yyÄŠ§ÛtË@Úvò eàÁcvö×%a1¬(À+ OÚÖˆšLeIuv'eà¡Ø;·<>ðÀ"apl!<21>¹
ËH»N1x¸ïН&Vx…»Ú“‰‡lÆ<6C>rÊqèûò<ƒ‡ÍÂOµÅ.ŃÕ¼Ó‹,K8H%<25>å{Šêñ—<C3B1>aÀG$†œMß7ñv®DÐݾ½·<C2B7>x<EFBFBD>?{ i =8O<38>H0ˆ\X¿xéݯ<>åA+VÜ}¤Fç gi× èÆÊhÉŒŽM7{%™L$ç5Š´Èᢒ–«ƆNòcöav<61>Nú2¹ åóôò$šƒéI…M:íÓ<C3AD>±<>ŒŒLpÃpw<70>5ÕZðŠˆ[§‰„ÑGuóØÙ‡'i¹`<>Î#Î(]™HóGF<00>¤sÊœÍd½Ù<C2BD>ƒ£]n™Aš2‡×ë<C397>M£P‰ï¼(¥åÜ2hTÜäü¨Ä„‰´ jÍe'äÛ\Ž¥´1'ÂEÀ&€ œÈ¤('øSZTÞÏ‰áƒØ•Ö )KIw7dÑч0©lºB;-x!-× ¨¾q<C2BE>#;!Yn“ÇRÒÑ…˜0†.À÷Úêq9y=ͦnoœ5Ê+w¥îSö.¿«íªû¿ÐÅ–Ù" ¹<>¥õZh1ºâM8Ô—ŠWvÞ>™u”‡-»’Ôƒ‘
EðG¤þ'MOÀ1Jª°2Ï,©2j®äìù‰OÀØÓ Š4,cÕeZšZ<C5A1>Ýë<C39D>)ÑÒªí›û.ªñf9gh±Å¡é¥Ïg«j4É>ÐûUda<cDÓ•”U$zÀ‰¦ŸÔºõ Ç>èìXWå”!¡<>Ø
Ø<EFBFBD>Ë„U{ÄVÀî|HVìQò»ó[­[ÛÍ”‘[<5B>xrΗ۹H©‡$Û«daíH¡©<C2A1>Ó½ŒIƒe#¬pRÉ&à#Þ©œœqxGjøõ†ö+n^µ!h!9ŸMå#þÍíYSàW ¨·ÇÙH5<48>$zä¨id+oÏr¦¾™°£Kމ]®¯ò—‹«/…Oõ “¿È·®I…*îlß/?Ñ"ÍäÛMÃÄþ…hÓ²¸yÕÙ6ëM+i¦Z¾žQJÇëçôSuöŠÖ¥†É=…ôËö<C38B>¸K2”H! ùdÿ¾~È´è”2Û×e½PVI#Çôf¬ªÅ _<>õ¦U»œó•ÌÆæä¯ÉdŠ;ٚͫY77R¡/ÔEÿ%¿l¡ï[<5B>Û¿Ïá(¾òËôSéa?E?1#ïˆä7³ê<C2B3>Žr÷½j­ø¾Ð»ØZÛ¼h<E28098>é†ü(íŸÒ:Nq±±°HŠjI¤Ê.½6B„´¶sÿÛ<C3BF>°Æ”<C386>ª³ûd•Rö]òÕJž,ʪ<>`ƒœ…´Ã% …|ƒq·õŽC<<3C>K¤s<1èÇ(ô•·2$H‡‡sÜ0é«®I­ê=€àýråÞóì±÷§­CtZðÊ´œ‡8K1†`ÌA?Rs£@H1<48>,þE 1Œ³«AYJßYI"â
«€<1D>§èá¥Ñx-5jKAtɆÔ¯ µrÅýµ6Tœ_ýÈ<C388>[¢ë%eØÖþ<C3BE>ëUUbš¬ t<>SAQb¹³A³Þ=î6>­Xzæ¯Õ™¿rù=ž¿lÕÚån½~Qÿ·_l¿ ¾ë­~l%–ËŸöö4¹Xk×ê±4]âÕ¢íŒ!$ ÇâÈ$aÜí⻾óµ;w¶^-¾s·îl¤¸»ŽÙ„˜®ƒekt×-ýÙøÄ¼Á,Ö+Ÿã^[1žáR‡ì{²WwÊ÷ÝZæ¥ÜV¯E®ÆÆ<­s7Ö_óéÎÑþÖ<C3BE>ÞÛÐv×®³åö<C3A5>tUê>Üqäæyr ‡¡Žë—©<E28094>ÛG<C39B>Û?9ó¦åœðß=FJºò=ŽÅd-2g¸Xvr¤ŒWæÇ†²Püú Éä(<îœÝ(G…ÚìV®¿¶¿•ëÕVËúÜ×IézK¤9ÆHëP⯄]6Çt J6Çt ´\mŽéL<>Í1ƒÁ06Ç—Öaªµí>^?RhÐ<68>àm^]1Ttú°MEó[f­ðÓ=Qãms1wÊ“7ÌÛé%éWdνØ}î.ÖGFBëþ"Þ±¹µjñèÙv3û±œ?y{¯öâç6YÅ5OItž·ºà<&u[Hî×FêÒ«?Ó7º<­¬ÛDîŸÌ×wï´<C3AF>üù`¾Qº«<C2BA> ±ÁÛd †ÁÓiR=‰ÖÑ3õâ¦úƯ×F¡xZ@Åp<C385>3à:}Ä(Õ5oªÃkrdS?‰Ö'‰vPZýÆÓtîŒþžßÊ"å›;ëL”;ÎúÄМð"<YÓ<E28093>È>(~Í›ç^ü’-sDaó0稄Ki= ,Î]ͧ¼öx\šÐÔ“Ö&Ñ#s^Œ¸˜<F¼>ŸÛkÔç<C394><ùDgó(°M?$üMr<4D>‡sZ~¹º-SZ²\.^iæiß2W]Qˆùb†sç¸oÀ{wÌ:KÈ:é'úYB²´f
ÑÎ&9Ph†ÔÚž{ž%d<>V41äe Æë4<C3AB>!/KÁLÙò²„ŒÙLÓò²„ §olcÈã„*Î<žÊ>`<60>Éê¾BkHL1ÆÊ|éI¶¶>O=¶>3ìÖçvà±}ï'zV'C}HË;$UÐwë³Û]ËÚqÏíSe.¾°=oå¿-õ±<C3B5>cúàË7;¼Í_†_††𠹯Æ%²ÛIO[Ù˜1jŸÌŸ¯~ÈÏÄbÈ5Ž[)û€+rôŠÃ !‰t'Ð8GmmõûÌkcÁ¸÷&É<>>tOŽDs¼öäÈ->“Èn® 9bFß“³÷,ÆÞ8á;žX<§îØ Z°#L$l‰ ÌM-RÎÆŽè‹Éؾ¹Í„lLn®|µL$,/8<38>™<¼Þ<C2BC>°K=C]ðÙ¨Þ\9é{mTGÝ¥ÆÓט#òÆÙäÅcŒQw‰­à¼»<C2BC>ÞWr<72>f<<iÙf 3{{$Î04aœw÷Aažd"…lÆÅßVp>òDÈ鞣bÆq„èÑÜD¤ú4‰Ts—σ™ÜTx†`rÌ>Œôþò„ÂÏ+Lyö,ˆ·VI¥Cû`1„ÍK>¼¤D
T׎ì>Äû&¯±}<©c<C2A9>ÛÁÇ:‰ LÔG§À…b7vŸ>2ó{<MšÝÙÝ6ûPæpßç‡i®pÒhWþÅÛí¤£â“Òv*³þ„e^` ú †ÒûxÊzSIDrG0`}†JØ :+!Tbí<62>ùö<C3B9>ïD|»›)s¥<>9]¥ÂG„ƒÒ†Æ±y&„ ¢»A6ri»R?{¹Ætðú´°Ì(é±<C3A9>ñúJE„¡o†ÇÑá'"- ëdl²ðWÒA+òYφ-©Cá6<C3A1>Kˆ½)…Ü8ˆ7Áe%¶£ó¤bTkZ&þ&7SÏ7äü*ð¤õ9Ãß×Õ
8><3E>-2Ô"§Žr\/F9üNì<4E>âq½†ëybï<14>ë<EFBFBD>¡—žzžØ;Åãz™@×Љ½)ŸãzUüJ·­ÎOS´ 0ÈiÆòȉÉ$óQJ¥€6Ü)Gr)ù·ÝcòÕè÷íîž7âË·å”up/<2F>IeÅBÌEÖŽ-áÚ˜á¥Ðh×P ÄŠv]ä<ÂULŒ·¹KŽÍÝÏÍõÖR—«]eãR:Ê«<C38A>µ„ϼ;<3B>§òÞ£©nŸIl<>Ô¾¬èdš<64>\é{<7B>5"w{4ŽÕ̲ñ©y)Ÿ÷OfhH(%«Ïôˆºð<E28099>Mײ¥¼ÛÂ.ïàϫО›¼žgFç/ÉæîØ3†_Vk¿¬»wöÊÌæå:^9,¼hýq‡™Q¦- ö¬<C3B6>ÓcŽrü¢p)ûš«÷²ñ©Xµâª<C3A2>¢Ñîê;ïÎqáâ±\lξåÏ.J¯™­TÖP°˜÷;
Áš§ñËŽŽÜ¢QNê°e¼v\_¦ˆÄ½lc¥<hEs5dÎ<64>Z×¥*•3àœâ²ì&èù¸à#bŽÏî2…ÞZN(fîSdÅÚIÉ<49>-²Ï÷<E2809A>ÜXÑ>Z_C®•Ë9ï+ä=nh·š<Ø<>ˆÐÍ“H¬˜GÝ®<C39D>‰$@B×îɈÑD7âã¸\0w<30>°ÝFÙ>aù4vègÈAT9€LË3ÜÙJÙ±C"µÉÞÚN9ƒAHÎÜ;•œyøîg„ •ŠÝ¹-Î2-åqà 5p+ô¹Ôª±Û ðóüt^ï:¤‰ü¼]ÿh´*ÕßõîÌ_|ŒþËÁ¿øWÕc¼ ÅY†/2þZy<5A>ù+Qz­·ê1>«´ð<C2B4><æ3=çòÝ~±ñÖo´[ÕîïØ
ùíæ°r¹WŒ­Äè;ÏðÎj,#ãž¡9<J}ØgïóÌ_\,<2C>nþ!ë3 ÌËäÓ1þáŒáá¿7Uü‡*À7¿ñÛ>|ú¿ýã¹ØaìþÕfàáÙÌ_¯dIå8WE f& J—%]×pYWcà™K"—•U~ã$ESåáF$fyMåx^åi1+¨‚Ý­$KY^Tt]”8MàĘ̫YÞàd…‡ÖR ¤—¤ðЭªkºÌñºŒ<C2BA>Ĭ.ñ§Ë/iRLRÕ,¯óº¦pš¨ÃÐ0«ˆ:Ç©²¢‰²-´¬#€Áe9]Õ¡±$âì_W²¢¤À{š"
<0F>¡¬é:¯É¼«`#ÕÕzR%N×U—$•W#™×³¢Câu„&a#DªÂoŠÆ+§Dk$ñ<Œ‰ÓI”eAÁÉ0m‰ã8Ax‰÷m¤Þ4]•z‡YQáu&Hß8'¨aU`TÄ®&ÈáÃ-$ÁÏ‚¨ ²ªÅÞ( g#W×uÙ\~I² ðÅI”>xÖU×ahøŠ}G•¬—¬ea¹uIE × &ÌñNRƒ·T.ËãÜtà‹¼ñA&Ë©*€9ªF:ÕD°Æé r
ƒ5§`Šk í. ŒÈš<C388>:ÎMFþP5ÀNHƒÀeaIa”œBWÐÝqÆ!Î`$2+«»àV ¤l¬…˜UT“‰2L0&j¸æäxÌF°¸…'8ƒ)ëð‹ª,ž0¬ ¨E“¤<18>DVáYStBðŠ€hSDNC²šÊJ*`Uä5B§¬fÀ Qæ°S$ G#ýÁjK„ß`<60>E@,,?}Ë!‚”á€Kø¿.DL¹éƒ˜ŠÙˆÅ 4R DÈl6âEXKX‰à¤<1F>¾.¢óÁ¬B¸(<28>xh!)6ØBEüŠŠAë„A(qF§8d¼¿
YKw# 2Ð<1C>¼ é„ó•,Ç :ð rµÃ+…4Œ?nTd'iâ‘Eb ˜a=yž|—¬ÁÀj™iÁN¡èŠLd±2Hƒ)óÐBG&t"O„•Ã<1E>_uÑ i´`ÆJJÌJ†°1hˆ^‚á**´Ç a½$`}ì ô,¸hðŽ ­ª¨H@†©¢
KÀ!ãP'²ƒ·¥‹,ë€ìL+¼ˆÚ´¨hŽ“4P>@ Ã
+Tï 2êò¢—Õ!% à³Ð LNWF:Ô^…å„n·~dQB†ï¢D(XS&ô¨i* ¨¤У)X ¾@å©”Põ€Œ[ì—
_<EFBFBD>î²ð,Ð$êZ M"|À'›¡$<24>·©z1Ñ ¤øÓ<C3B8>ød*Äam@±i
QÙ"¬ð´­>AQàêY„UÍ2š“'ô)²Bá`#^F<>܃ªLÐT¤j„œc™0tXo˜@94в cAOù€@j3$Bà€2À…Ý#Ñr*Q½<E280BA>)A8Š Cd}qN+»±è
Èè“™Õ†¨6AñƒÄ#RV2@$?` <0B>: —S%Då#'ŠÀÄȇ
ÈÙHä<EFBFBD>UÐDõ"Ž$:<3A>(X'`0Ï€Šè<04>ðD t:©€MX|P RO6Ö_PØn! ö…­ŸE0ÏlŠWtB2ÈÜ0FMST¤¡œ†EãT°£‰z4Fö °ÓÕ@6ĸBE椭€§ˆXi Èå™eÒ·$D­ XQe"†[ VÄIk2±&%<25>n@¦  NÁòa¼` !<21>Ã:¹Ð¯¢=ü¨ð<± ‰e+dQÌéÄá1 ¡€b@X£DMé„8qF
(K ^e£_às Æ ËOØ!
…ˆ[„&‚Ί?<Ô‰ÄïšvзBu{ Q €y M$õp j‚¹ºq<>ˆjÄË`TÀ
Qí¤n80¾Uê5è„ü<EFBFBD>hÄ¡8â¡J†pHdoOGÙEôàF,4§¥‘ ><3E>ÛÇÕwZõ<1A>²Aÿ@Q ­L݃ ^GO¨5<C2A8>&¨(ÓÀ%†… «<>iªò`&<26>iÈ è9 H[èC@§$Š&sH*ÔxÕ¤:t
Q¶‰×ø¨Ä‚"ñÃj)\»¢¨@˜õ;x¥—~ž¯Ëíµú±ÄùÕÎóùgµS¿øÝ©c jH)Ëp„H$a[L vÁøÏZŠ€X îFØB
mÁP¶€W‰$Œ`V€hAáAh(ðµ@yðÔ°¢<C2B0>ÛÛª<18>@ Ž<>æÝ¬ ”M21üɲʶvÁ˜E ËQ³i¬&À<03>…L `ßÝc-tQUÆö€?Ã,Ó-Ó‰S¦±v ØU`÷³f> Íñ,5èoÞî—È6<C388> Ðß ©ÅL½4W£
69™"<22><ÃqTéó1ÀË}ÕyèW7ÁÃB 7À ÁY£ÌÔÑÿ1Õµ&@KdM7©<>È@"ú¸4«ƒI D 
ërÔ%uJ …-÷v¨ÅÒ&úˆ°hN´¬G7àNFÔTM§€¤¬Î"œw0îTv(èl€þW5A0´;Èî,†SÁhCÁ<43>â<M@½jÆatá:ƒ3 6FÝ9@EV°<56>nªsA<41>µg8¬#| CñIT@ÁâFÏ1l¡Ù~.<2E>;؇œHà¢0+¡1Z\ÔN“aÁÐi€U³I~3”XŒ„¤À5aëÀ ÀÑlÓ: =0ýHÁ…JLβ¥zÑpë±ÈnÆf€F²œ*Rû™QÕ*=TXRø¸yO5&±ÌˆòTÜYF0Øn€'@ jdz4¿À¾ D!Sª—UÁFTBË×*A¯0 ݤ,Ø‹Ôø <20>`ðÙDœãp@Ç@ *ˆjxxûDÏ¢T
\C]5ШYÛ—“<E28094><E2809C>LÀ”<C380>}àŒªl€†ÇÕ"6Œw*ðÀxC% (Ä"î²cí@»<>È1v:¹€ËG>q<>F#±C4É"ÄшԘ¶]Kå1<C3A5>N ºîH{`^ÀCàEÀ…X><3E>õ·©F<C2A9>Œƒp <70>¢ðÌb
®¸M…6¡gA¦¬M±þ36âÐÙLè2uÓp<C393>œbÄX•©e‰+©%ɶñ)k”bí@h{ÃK2,æÙP<C399>ìd'™0»Âb
ظ@,Ê7èÃ0L5Ã.ãÀ}0âj¢ F—Y<02><04>qU*F#•!èðTË„ÅFš[Z©N­$ëJÖ\eý:+쉺e¨C¨Á<01>Ø.ˆ±ˆª€B<1F>]œ X°šÄê”(°ÌÄ®h<uEƒ(ƒ+®HÔ8ò/Ñ@*<02>ªÄ¸´þ²BÝå
mâÄezûcC<|ÚHu*oÒHbܨ4vÃ6N¨©Ä„3†£šwÛUÇòÃ<C3B2>pÜ2Ï8e¤…cµ`ú¢n³i!êŒIV ­ZFº£e „«GLjè 8D 1šƒ6"/+èZÐa"4®¨º i*˜0c`H0²À„>@Ú‚c\3À<>ßÊ!pž:;n»#°bá´B#[Û|WD5ÂG¦Ž9ñˆÀ;€VxˆU$H í8¸¹2»?AOÀëÀò@V¶bs õÀÐ<C380> v…cu#ÀåÀ<C3A5>A§E§.øV †h cs ÞyA±`„ ùüxÍŒ»»Ï󠀌 ïPOØHBZ¢<@†:Õ6Ѱ<C391>ˆt¼lZc€}0ƒÅ ² A()Tð):†|@íêdƒ @B_¬l]¢LMô02ºÂ)Ä
5üc)Í€ êœ<07>œ‡ñ
¢$TŸÀ<00>*, úxcÀ: |k
8B°†¿€Õ<>"$4ÆËL( Úž@P˲Lí+TivбB"÷`vÒ&T<0E>va<>(7 kX}G#…G{ø‚æ%ïwì¢(U+N<>ˆÄDÛ·À0!ECƒµCªF((^§K?(àc^˜¡€Aƒñ_Šl<7F>.j¶<6A>†{<»cC,D` ª ¨‚£X<C2A3>í­.¯0A&4B9ªk qP Þ¡{Ý-ÐW´¬¥#qw¢bˆ‰‰¢¡] â<MI'ò=9§äÐTghgƒN +ÞP)j*t¡K†] ÊñbœDH^¢åÐ3R<33>@yŽ, æŒ8hF<68>æ­¥æArƒ·DL§Œ¨£<á-Nôi½šÌh<C38C>ÎxLÛÃúódÃÈ
æèŒìWa©<EFBFBD>܉Jñ+£™ N7OCï“lWò¢l*v¸«hy:è[*ÊÄ- ÊÃ2Úl t¬ðtè„™óFtŠè 1ºóTˆ¬(è²<>˜!zŠÝÞ2øÕéfK&((%C}¦V Qtïâ(°8¸Ÿ šŽlSaÔdêK3¼û<C2BC>ÏÀ½èm”H· kìxZ P/`•ÇÈÞ"XáVø d‡Žô#È
âì3fÏ€è ^Ù2}¡H>ÀeÇȆ°î`ÂÑ`B¯ö.f Ö
ã; mA´û€„U˜D zC_Ã:ÀŠO Ð"ÌH´Ç ?ÃØ°tâp `gQ0êªFÜ<0F>n0þ§2ûe¸ù Â#<23>êAh<41>[ú Ip¤tÓ<15>
3ÜuyŠjº§Æîd@ørH·¦l Ì@ð’ âŒ@/bH„úþÔzn.!ø¡¶ùd) VÀ@8ÄŒÖÈ =I36B
7Yƒ<1B>¤¼ T¡· ¡¼/ !!â6+z2!PÀ“<C380>fcà S[,‰ fÒ ýQvÉTÂmPZ¦PÖc<NJbb d#Sdº' älûnØÉ^¢»Ô„ù q1Á©¡6¼“ƒ>q¼rh4|Åc¸žg[à68 "0©æJDÆK¢ËÀM'ö0tÃK¸i-d‰n©ŽÓtŒY5¦KÇé<QˆÃKT4ì:†K#*òÆw"LqÍÝv/q‡ì刃£¸|è4Š<34>»d`'I¨84в<17>.å üA ¡*[) òq­` n^Á
©¶ƒé‚&Ä5´ °º<C2B0>¡
wë™`¿h½<C2BD>"îpCÞT¹tœƒ~qѨ£KÄX5¶é-Ã<>‰d<02>€\e²°Ð“!q?À=0?eV ¿ äª8v¸AÊ9#F#Ðo²¶]ŸY<C5B8> “Í1 g£Ø<16>}e05<30>;]°V»Á<C2BB>“LZ%¶(ˆPVˆ\Ä¡ÙÁ4ºWd¡³ÛÕàa<C3A0>¬${ÿà(¸KdîNŠàv`Hƒ£Á…Xײ…r@©€G°8B2õ„qÚ1$¢Ó€ÂH¤#šBS¥Æ7 µÁtYcÄõœä©@ÀQÜM` úT3ô€]ÀÔÀêTºõLB£ªV.Óá­“-_°ý}–§ *j׊ø<C5A0>Ü6b¡N<C2A1>qGQø8¢/¦…8öùÈÖ<¥w51²eôETµ7‡šOæ<06>èL6€ÄPìfuà(Ëñ!SæÑ±ÙJ@Z“¿]Ô1¹%óÔ<>µCÿ$“‡d#1hs·06Ÿñ7sÈÝH$|dõ ¾½ÌñV Á3Ñ,-¯…¤ÑIƒ5<C692>q$*N#ÙÚ™@ÔI OÛYN@O*ÈB{…À sïrƒÌC{…51¸E”Û¸•AƪÃþèt<C3A8>˜ÄQ /ÙJMBJàAõêöþ4ÂÁ•uÆvâÜ!M²ÝËÄÔ0Å ÈØÖÃ-¨Yd§ÑÌ]c¶Õ,Ôj1(Ñ+ gcÏÄÁ¤*;î¢<C3AE>ð¥<C3B0>Ô9¶Íƒ‰V˜ôi¥T`ª†Œ¤©zTè.0:Wv* P:ÈnƒïIöÖE\.fè¬Áfà C-d™P7icaƒDª«:NÀtÆ&H9#îaF”±6( åÆéŒ½ŒˆŠÃDš|Â<>¬¶vKD]C&¸0´2ãÁ±|áÆ„&ŒŒî§)Ö½=6ÀµCª #åÜÛ<10>˜Ãëiãýtè—.É­&1<>D`ÜT`ìóöD;ó@!&Œ™…ˆ¹­²`ç<>bR2÷·<C3B7>40^"©Ff,®¹½+Ar¼˜6°¬˜äg<C3A4>ht+Ö¸XÅÚµ÷²OÁ
ÃJÆôò°OUT¥ªùÇŽ@ `eÕ*:føÈv 1,c™†f°²k°V%ÑÞ—C»f mèFmL*Ãôe#j+Ê8V@?íU û¸4NÜ<E280B9><C39C>y(µMHξÁ +у7Šh<>ü¿Š%’±›ë¡<<3C>HU<îØp¨YTå7ÙÓqd¬ñ˜]Ê ©9Ü„#øŒéIòóÁl³
xp…y`b™è4ŽÍS Ž;OëíDN]UªFHm<48>Ç<Ôh$Išà\€ F«BlO ³<P5Z:‰ªkSCÅŸµàd) ‰)2³_|áp=¡uÌn{`#Õ<[n©î/c\Ärg8Ü¥f|w¿F²<46>0L$Ùä&|®a¨|uÐsdëØai5ˆmnG!ß(GP•)`& Ǹ´b€Á1Úe¡5wµIî#òDb,4óÁÌ%)ŠlØd´¸Å
Æ 1“,kGF|Æ0gdêÄrC³Ì
Œx†Jv¾yp¶Á“¤rGh‰,0U­i@‹ÂÚ‰#^6s<Z` þšaåÑQñèFÄó)E d$°4¦(ÅÀôs:K$YgÒ)qB øxÖ<78>E"—tf<03>GA<47>;-<Ý€#AkÛoRÀ
Z%l<E2809A>îºÊ–Á P4<50>ìË<>e®ð´h…6…¡q˜érŸnzK$-ÈIT$Rç§2väÕHâ¬Th#Ìàec<1B>U"E¦1Úlx@¸×¼,HÄñ¯Ö.2òYyzÄ« ,$qŒ<71>Mð-à†'aWÅ`Dç^ ZyºÝ<C2BA>ˆ¨ð1æ©È¸ù(\<5C>ÿ¯•sÙQ¢è¯°ad·ÝÍ.R²È Hšü~î½ÕÓ]Æ# l¡y¸Ýõ¼§}¦Ç¦ Ãr !F‡tÅe¿n1žPúÎG̤b<1F>ïe<C3AF>¹{£¥Õ‰JvaF¶B SBÇbórÛÞ¿¨ið™oT9чŸ4@æ•h6q©S¦1²…$bp~[`È.\"Š„8Šæ žiUÃŽ•êÜZ<C39C>šh(C/q6¸—;††>?·Š\@‡¬#ެ¢å´Ç4Í#¯¡ ×{û¢OgO°á6ïÆÑG•@¦eY7*6 Q‡‰›Û¢Ãf¨T«“Øe·*”«—;÷$̓L²»¡¤®Ùæ}û¿3;3>ÆÎQлÿ‘¸.©}ì3{ýSÈã\ v.
l§WÄ^© ä†C.JÕé;©U Ó”·4¾
ÖádÚ<EFBFBD>š¹,b2¾çŽTÛ Km\ôw&ì/7žÞU8Ì<á½w×0·`—¾¯Æã<C386>µ;ö/ZRŠ:Žpš¤aˆ^9æ\$·G<>Œ•`Ôkõ;Vðø#¤iÏóìv¸¬õ")7°<37>úK¯løU<C3B8>V½HŽ`Ô
<EFBFBD> ì™ ^»QÒ×ñχÙÚú-²,Ú„¢îa³ÑJô ûMˆ%¹ÈÉsp#íŒÚIL)É7(É0öŠNê‡0»Á¦Àñ ÷-ôaHîá^3Ïᢲ¶˜œü ÖÝ
ÆälÔ[ÇàV_ƒ_Fu(]!"ûÖ"ß$ÿÜ50^P&Sci‰ç`sul2/qÒhó.Ôo|ã_{ GÙ§d(í ¼Y{5h¢<68>ùÞ<18>)µ´)ì²Ã
„l îè_€KI,ƒáPyÆÄhf?.²^¡<ÐÙ=óÀÕ¢‘´Â]ƒŽî®V~“ŽÿÞO!LŠxHÆ„˜ùY¦zEŒ<45>ˆ?ÞµG6Æ“é<>…R\ÊÂE!{çùØš<C398>½ÉЇ´F£Ö-×TMƒÝ
Ú0RRf|7FDÜÝÔ$ÎÉÒ×;2<>½a×Ôô•Ï4oª»pÈ̆æj+8ä<­-é]¦ãÛÓ#Að?hñ_>×§
<Ÿè™Ÿøð„í·Ãéøýrøõ8]¯ÇÍá|~¹nÇ?xksº¯·—Ëqsýùò—¯ðCíÛíóW„òS
endstream endobj 6 0 obj [5 0 R] endobj 20 0 obj <</CreationDate(D:20181217210608+02'00')/Creator(Adobe Illustrator CC 22.0 \(Windows\))/ModDate(D:20181217210608+01'00')/Producer(Adobe PDF library 15.00)/Title(AGS Logo)>> endobj xref
0 21
0000000000 65535 f
0000000016 00000 n
0000000144 00000 n
0000008106 00000 n
0000000000 00000 f
0000012567 00000 n
0000043362 00000 n
0000008157 00000 n
0000008525 00000 n
0000012866 00000 n
0000012753 00000 n
0000011819 00000 n
0000012005 00000 n
0000012053 00000 n
0000012637 00000 n
0000012668 00000 n
0000012939 00000 n
0000013113 00000 n
0000014520 00000 n
0000016577 00000 n
0000043385 00000 n
trailer
<</Size 21/Root 1 0 R/Info 20 0 R/ID[<FFB8F31DC9899441B035B35F90E89CEF><F8CA287E1704D64A95458207E952DE07>]>>
startxref
43574
%%EOF

View file

@ -0,0 +1,258 @@
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0 0 930 676.29
%%BoundingBox: 0 0 930 677
%%Creator: Serif Affinity
%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
101 dict begin
/m/moveto
/l/lineto
/c/curveto
3{load def}repeat
%%EndProlog
gsave
% path2161
newpath
767.639 19.576 m
747.932 32.868 737.575 54.358 735.651 85.945 c
734.218 109.483 736.571 127.221 746.695 169.196 c
755.737 206.683 756.946 214.186 757.522 236.396 c
757.522 236.396 758.023 255.704 758.023 255.704 c
758.023 255.704 755.224 260.845 755.224 260.845 c
753.685 263.673 752.158 265.957 751.83 265.921 c
750.814 265.81 738.487 251.184 730.997 241.205 c
714.664 219.445 705.395 197.981 703.707 178.013 c
703.707 178.013 703.054 170.287 703.054 170.287 c
703.054 170.287 697.784 169.193 697.784 169.193 c
687.167 166.989 686.913 167.062 685.416 172.725 c
683.416 180.293 684.361 199.197 687.155 207.509 c
690.945 218.782 699.45 234.572 711.608 252.903 c
725.104 273.254 733.903 289.325 737.143 299.544 c
739.795 307.908 740.114 308.102 752.695 308.995 c
752.695 308.995 761.427 309.615 761.427 309.615 c
761.427 309.615 764.549 301.664 764.549 301.664 c
771.984 282.728 774.721 269.412 775.611 247.838 c
776.629 223.192 774.029 201.189 763.758 147.519 c
754.855 101.002 754.964 102.066 757.61 87.599 c
762.18 62.613 768.464 48.14 780.254 35.444 c
783.095 32.385 783.183 32.006 782.474 25.866 c
782.068 22.35 781.349 18.453 780.877 17.205 c
779.526 13.636 775.331 14.387 767.639 19.576 c
closepath
677.257 119.529 m
677.257 119.529 672.848 119.921 672.848 119.921 c
672.848 119.921 673.39 123.962 673.39 123.962 c
674.221 130.162 678.205 135.316 684.575 138.433 c
689.516 140.85 691.812 141.234 706.051 142.022 c
714.821 142.508 723.697 142.923 725.776 142.944 c
725.776 142.944 729.557 142.982 729.557 142.982 c
729.557 142.982 729.557 133.423 729.557 133.423 c
729.557 122.124 732.45 123.691 706.303 120.831 c
687.917 118.821 686.125 118.74 677.257 119.529 c
closepath
768.273 132.439 m
767.439 135.761 768.508 142.367 770.505 146.228 c
772.895 150.85 779.651 157.761 788.035 164.16 c
796.675 170.756 804.173 178.45 806.676 183.291 c
812.066 193.714 815.717 228.187 813.329 246.105 c
810.076 270.512 797.445 297.684 780.975 315.704 c
778.204 318.737 775.936 321.665 775.936 322.212 c
775.936 322.759 780.775 327.687 786.689 333.162 c
794.27 340.18 797.583 342.67 797.922 341.604 c
799.257 337.407 816.083 306.018 819.862 300.675 c
828.04 289.115 838.894 280.876 849.554 278.136 c
852.04 277.497 855.784 276.317 857.875 275.513 c
863.378 273.398 870.935 273.709 883.621 276.573 c
902.6 280.857 908.642 279.64 912.992 270.654 c
916.599 263.203 915.876 261.888 906.43 258.719 c
889.866 253.162 868.04 252.922 846.165 258.057 c
839.426 259.639 836.963 259.866 836.082 258.986 c
834.76 257.666 834.688 248.976 835.883 234.731 c
836.553 226.74 836.323 223.26 834.496 213.732 c
828.942 184.77 818.09 163.573 800.288 146.917 c
793.266 140.347 790.713 138.614 786.099 137.285 c
783.005 136.394 777.873 134.36 774.696 132.766 c
774.696 132.766 768.919 129.867 768.919 129.867 c
768.919 129.867 768.273 132.439 768.273 132.439 c
closepath
711.171 310.344 m
709.654 310.801 706.818 312.16 704.87 313.365 c
701.962 315.161 701.327 316.158 701.327 318.921 c
701.327 318.921 701.327 322.287 701.327 322.287 c
701.327 322.287 708.132 322.953 708.132 322.953 c
725.133 324.618 738.861 330.232 752.382 341.05 c
766.806 352.591 779.299 369.225 799.629 403.959 c
806.172 415.138 810.3 421.197 811.386 421.22 c
813.424 421.262 818.054 415.959 818.891 412.624 c
820.24 407.249 812.493 381.363 805.099 366.539 c
790.816 337.907 766.841 318.421 737.119 311.29 c
728.849 309.306 716.157 308.843 711.171 310.344 c
closepath
208.805 324.456 m
208.805 324.456 45.472 324.968 45.472 324.968 c
45.472 324.968 42.188 327.31 42.188 327.31 c
38.058 330.256 31.752 343.066 28.947 354.207 c
24.106 373.436 21.301 394.484 19.745 423.271 c
19.16 434.084 17.738 457.45 16.585 475.195 c
14.294 510.422 14.459 532.47 17.259 565.431 c
21.484 615.173 29.163 645.006 39.484 651.768 c
42.323 653.628 72.087 655.439 168.688 659.63 c
259.559 663.572 357.734 660.331 412.922 651.567 c
425.368 649.591 427.655 647.842 433.631 635.727 c
439.671 623.482 443.132 609.563 444.033 593.901 c
445.013 576.861 444.612 572.829 441.865 572.092 c
438.352 571.149 427.113 571.396 425.126 572.46 c
422.254 573.997 420.194 580.525 418.52 593.387 c
414.971 620.674 410.148 627.09 389.524 631.963 c
366.486 637.407 331.452 639.439 261.737 639.376 c
193.986 639.315 141.657 637.23 89.152 632.5 c
76.177 631.331 72.469 630.631 68.443 628.591 c
58.011 623.304 50.218 610.954 45.443 592.141 c
41.784 577.726 41.045 568.262 39.961 521.988 c
38.402 455.459 40.934 423.243 50.431 388.785 c
56.17 367.961 60.939 360.892 73.326 354.85 c
87.099 348.132 81.705 348.371 218.383 348.413 c
336.847 348.449 375.965 349.191 391.339 351.693 c
405.646 354.022 413.846 368.86 418.554 400.938 c
420.75 415.902 421.013 416.806 423.93 419.413 c
429.848 424.7 437.603 424.064 440.902 418.021 c
443.867 412.59 443.247 395.032 439.45 376.892 c
434.554 353.505 430.068 337.673 427.456 334.569 c
422.359 328.512 407.331 324.893 384.742 324.283 c
377.81 324.096 298.639 324.174 208.805 324.456 c
closepath
668.559 341.005 m
661.99 342.628 658.04 344.758 653.291 349.237 c
653.291 349.237 649.42 352.887 649.42 352.887 c
649.42 352.887 651.78 354.798 651.78 354.798 c
655.434 357.756 663.325 359.738 677.633 361.289 c
684.842 362.071 692.782 363.373 695.277 364.183 c
722.701 373.089 739.801 384.049 761.968 406.928 c
772.815 418.125 795.144 445.818 796.797 450.126 c
797.132 451 798.947 451.501 801.773 451.501 c
806.974 451.501 806.965 452.101 801.983 436.915 c
790.733 402.625 767.52 374.247 734.354 354.238 c
726.896 349.738 725.484 349.306 702.701 344.558 c
677.065 339.215 676.177 339.122 668.559 341.005 c
closepath
181.436 362.254 m
182.408 364.786 219.403 416.14 227.632 426.381 c
244.576 447.466 269.331 473.424 278.693 479.925 c
285.661 484.762 297.979 488.739 310.014 490.036 c
324.348 491.581 442.193 491.525 533.456 489.93 c
610.881 488.576 608.759 488.755 630.849 481.757 c
637.69 479.59 643.479 478.009 643.713 478.243 c
643.947 478.477 642.901 480.291 641.389 482.273 c
637.832 486.937 629.93 492.125 621.666 495.221 c
607.864 500.393 603.185 500.713 524.382 501.878 c
453.322 502.928 421.357 503.682 336.347 506.313 c
336.347 506.313 296.521 507.546 296.521 507.546 c
296.521 507.546 290.61 510.494 290.61 510.494 c
280.196 515.688 271.873 524.845 230.811 576.287 c
209.004 603.607 191.161 626.203 191.161 626.501 c
191.161 627.516 213.841 625.666 215.28 624.533 c
216.069 623.913 226.663 610.096 238.822 593.829 c
265.008 558.796 272.827 549.312 284.873 537.973 c
296.801 526.744 300.987 523.98 308.437 522.412 c
322.794 519.391 361.828 518.685 449.102 519.868 c
550.28 521.24 584.193 520.51 599.999 516.623 c
612.621 513.518 628.119 508.136 637.805 503.494 c
641.893 501.535 645.414 500.109 645.63 500.325 c
646.571 501.266 642.623 506.89 637.96 511.252 c
623.333 524.933 601.549 533.457 574.289 536.164 c
563.368 537.249 500.704 537.749 459.855 537.078 c
447.101 536.868 421.693 536.707 403.394 536.72 c
373.505 536.741 368.859 536.971 357.701 538.979 c
342.921 541.639 326.396 546.944 316.672 552.149 c
310.842 555.27 309.245 556.695 307.401 560.423 c
302.096 571.148 301.539 600.35 306.194 623.657 c
306.194 623.657 307.251 628.95 307.251 628.95 c
307.251 628.95 315.245 628.95 315.245 628.95 c
319.642 628.95 323.312 628.837 323.4 628.698 c
323.488 628.559 323.847 617.33 324.197 603.744 c
324.895 576.705 325.231 575.025 331.329 568.079 c
335.775 563.016 338.574 561.738 347.999 560.472 c
367.961 557.789 383.252 557.349 455.976 557.366 c
500.855 557.377 537.927 556.947 545.204 556.332 c
579.335 553.447 606.648 546.629 630.427 535.06 c
641.957 529.449 643.242 528.517 651.465 519.784 c
666.936 503.354 681.916 481.396 690.484 462.592 c
690.484 462.592 694.389 454.022 694.389 454.022 c
694.389 454.022 694.024 460.165 694.024 460.165 c
693.21 473.867 673.033 507.269 641.45 547.199 c
635.565 554.639 630.75 561.078 630.75 561.509 c
630.75 562.959 635.21 565.431 637.826 565.431 c
642.432 565.431 654.308 557.415 659.706 550.662 c
687.246 516.21 704.451 488.151 712.47 464.608 c
714.265 459.34 716.803 453.905 718.11 452.531 c
718.11 452.531 720.487 450.031 720.487 450.031 c
720.487 450.031 723.536 453.081 723.536 453.081 c
723.536 453.081 726.586 456.131 726.586 456.131 c
726.586 456.131 723.978 465.159 723.978 465.159 c
718.153 485.319 711.799 497.786 687.306 537.11 c
668.617 567.115 668.5 567.448 676.664 567.448 c
680.198 567.448 682.351 566.524 688.387 562.417 c
692.454 559.649 696.501 556.814 697.381 556.115 c
699.958 554.069 720.152 519.827 727.158 505.624 c
730.698 498.447 735.221 487.303 737.21 480.86 c
742.481 463.781 742.499 463.762 748.236 468.8 c
751.908 472.024 751.97 472.198 751.383 477.674 c
750.015 490.447 742.674 513.371 733.97 532.055 c
731.543 537.265 729.557 542.136 729.557 542.878 c
729.557 543.62 730.871 545.697 732.476 547.494 c
735.287 550.64 735.503 550.706 738.274 549.274 c
742.961 546.852 751.001 538.064 754.428 531.616 c
756.184 528.31 760.22 516.872 763.395 506.198 c
766.571 495.523 769.532 486.789 769.975 486.789 c
770.418 486.789 772.281 488.673 774.114 490.975 c
782.576 501.597 785.644 503.076 789.875 498.571 c
792.612 495.658 792.659 491.848 790.051 484.269 c
787.357 476.437 787.461 474.267 790.603 472.836 c
792.015 472.192 793.83 471.666 794.636 471.666 c
796.617 471.666 796.478 469.046 794.137 462.242 c
787.212 442.114 772.28 424.356 748.714 408.222 c
726.327 392.896 697.282 383.316 669.737 382.174 c
656.073 381.607 648.123 383.193 641.337 387.839 c
636.122 391.41 635.935 394.542 640.744 397.782 c
645.996 401.322 652.939 402.975 667.434 404.139 c
712.447 407.753 746.511 424.11 771.237 453.985 c
775.118 458.674 775.205 458.904 772.407 457.068 c
741.702 436.921 708.246 422.211 682.899 417.714 c
675.295 416.365 669.648 416.083 658.197 416.479 c
642.469 417.023 633.079 418.912 622.211 423.718 c
616.201 426.376 615.434 427.754 615.875 435.1 c
615.875 435.1 616.131 439.367 616.131 439.367 c
616.131 439.367 533.456 439.876 533.456 439.876 c
487.985 440.155 440.138 440.382 427.13 440.381 c
397.046 440.376 367.789 438.441 342.9 434.81 c
331.152 433.096 329.096 431.566 325.168 421.618 c
322.521 414.917 322.002 401.936 323.633 383.231 c
324.649 371.585 323.412 364.727 319.847 362.23 c
318.549 361.32 315.329 360.76 311.396 360.76 c
303.844 360.76 303.847 360.756 302.171 374.423 c
299.716 394.441 301.231 416.201 306.097 430.825 c
308.049 436.69 308.884 437.825 313.879 441.402 c
324.407 448.941 341.995 453.977 366.582 456.495 c
372.607 457.112 397.767 457.557 425.06 457.529 c
451.406 457.503 498.596 457.777 529.927 458.139 c
566.403 458.561 597.015 458.391 615.035 457.666 c
630.513 457.043 643.372 456.729 643.611 456.968 c
644.615 457.972 632.827 463.635 625.777 465.536 c
611.896 469.28 605.534 469.678 544.547 470.614 c
511.275 471.125 457.284 472.075 424.567 472.726 c
334.187 474.523 325.943 474.495 318.198 472.367 c
304.514 468.608 292.545 462.848 282.406 455.144 c
272.162 447.359 260.35 434.095 232.252 398.821 c
232.252 398.821 201.932 360.76 201.932 360.76 c
201.932 360.76 191.398 360.76 191.398 360.76 c
182.506 360.76 180.952 360.993 181.436 362.254 c
closepath
/DeviceRGB setcolorspace
0 0 0 setcolor
fill
grestore
showpage
end

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,108 @@
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0 0 100 100
%%BoundingBox: 0 0 100 100
%%Creator: Serif Affinity
%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
101 dict begin
/m/moveto
/l/lineto
/c/curveto
3{load def}repeat
%%EndProlog
gsave
% path2
newpath
49.999 98.857 m
22.939 98.857 1 76.919 1 49.856 c
1.007 43.921 2.092 38.036 4.202 32.488 c
4.92 34.368 5.744 36.202 6.782 37.925 c
7.31 38.802 7.891 39.653 8.279 40.597 c
8.668 41.544 8.847 42.613 8.55 43.591 c
8.381 44.147 8.062 44.65 7.717 45.116 c
7.371 45.585 6.992 46.027 6.677 46.517 c
5.875 47.76 5.507 49.29 5.716 50.754 c
5.925 52.22 6.715 53.605 7.905 54.485 c
8.966 55.268 10.306 55.621 11.63 55.571 c
12.07 55.555 12.508 55.495 12.936 55.392 c
14.647 54.976 16.156 53.907 17.276 52.551 c
18.663 50.866 19.479 48.734 19.678 46.561 c
19.88 44.387 19.479 42.174 18.64 40.16 c
17.134 36.551 14.291 33.638 12.725 30.055 c
11.447 27.128 11.08 23.864 11.255 20.673 c
11.279 20.376 11.319 20.081 11.345 19.784 c
15.113 14.958 19.753 10.88 25.024 7.763 c
24.703 10.41 24.54 13.073 24.538 15.739 c
24.545 17.861 24.652 19.976 24.857 22.07 c
23.568 22.957 22.397 23.994 21.567 25.313 c
20.089 27.663 19.81 30.637 20.418 33.346 c
21.026 36.055 22.462 38.522 24.187 40.697 c
27.032 44.281 30.749 47.181 34.902 49.101 c
34.783 49.266 34.663 49.434 34.563 49.576 c
33.034 52.051 32.131 54.903 31.911 57.806 c
31.688 60.741 32.151 63.68 32.345 66.616 c
32.485 68.664 32.493 70.714 32.612 72.762 c
32.752 75.132 33.041 77.505 33.706 79.783 c
33.947 80.609 34.242 81.433 34.711 82.156 c
35.258 83.006 36.038 83.683 36.957 84.104 c
37.991 84.513 38.889 84.6 39.888 84.433 c
40.724 84.254 41.496 83.84 42.173 83.316 c
42.851 82.796 43.436 82.167 43.99 81.515 c
45.56 79.661 46.879 77.607 47.912 75.407 c
49.28 75.619 50.672 75.619 52.039 75.407 c
53.072 77.608 54.392 79.662 55.963 81.516 c
56.516 82.168 57.103 82.797 57.78 83.318 c
58.458 83.841 59.23 84.256 60.066 84.433 c
61.059 84.638 62.091 84.523 63.014 84.104 c
63.934 83.681 64.714 83.002 65.26 82.15 c
65.729 81.429 66.024 80.609 66.265 79.782 c
66.929 77.504 67.218 75.131 67.358 72.763 c
67.478 70.714 67.488 68.658 67.627 66.612 c
67.822 63.675 68.288 60.74 68.066 57.806 c
67.848 54.889 66.936 52.066 65.406 49.574 c
65.286 49.384 65.141 49.212 65.017 49.025 c
65.948 47.976 67.277 47.085 68.411 46.704 c
69.692 46.291 71.062 46.235 72.373 46.543 c
73.091 46.707 73.774 46.996 74.391 47.398 c
75.007 47.801 75.52 48.342 75.891 48.977 c
76.34 49.765 76.519 50.672 76.619 51.575 c
76.873 53.876 76.619 56.201 76.429 58.508 c
76.3 60.005 76.195 61.528 76.531 62.994 c
76.758 63.986 77.203 64.956 77.947 65.649 c
78.446 66.105 79.049 66.434 79.703 66.606 c
80.357 66.779 81.039 66.816 81.707 66.716 c
83.143 66.506 84.487 65.685 85.289 64.478 c
85.744 63.792 86.021 62.999 86.188 62.191 c
86.353 61.384 86.414 60.561 86.459 59.739 c
86.615 56.865 86.609 53.986 86.529 51.108 c
86.462 48.596 86.319 46.013 85.314 43.71 c
84.022 40.754 81.42 38.548 78.61 36.963 c
76.718 35.904 74.704 35.081 72.612 34.51 c
74.433 28.696 75.382 22.262 75.382 15.737 c
75.374 13.052 75.205 10.369 74.873 7.704 c
89.785 16.489 98.976 32.547 99 49.854 c
98.997 76.918 77.059 98.855 49.999 98.855 c
49.999 98.855 49.999 98.857 49.999 98.857 c
closepath
36.294 38.454 m
36.294 38.454 36.294 32.849 36.294 32.849 c
37.768 32.828 39.199 32.35 40.389 31.479 c
41.298 30.816 42.022 29.931 42.49 28.907 c
42.949 27.885 43.118 26.731 42.929 25.627 c
42.756 24.64 42.323 23.716 41.675 22.951 c
41.025 22.19 40.2 21.596 39.272 21.221 c
38.329 20.838 37.309 20.68 36.294 20.759 c
36.294 20.759 36.294 6.657 36.294 6.657 c
36.294 6.657 65.631 22.563 65.631 22.563 c
65.631 22.563 36.293 38.455 36.293 38.455 c
36.293 38.455 36.294 38.454 36.294 38.454 c
closepath
/DeviceRGB setcolorspace
0 0 0 setcolor
fill
grestore
showpage
end

View file

@ -0,0 +1,58 @@
Report created:
19.12.2018 13:33:01
Project name: 35C3 Motion Graphics Ae 2018.aep
Source files collected to:
Y:\Bearbeitungsablage\schosch\35C3\35C3 Motion Graphics Ae 2018 folder
Source files collected: All
Collected comps:
outro
35C3_Logo-mit-Verlauf
intro
creative commons
recorded by
more talks
loop
info
backgroundloop
Number of collected files: 16
Size of collected files: 49,1 MB
Collected source files:
C:\Users\User\Documents\Adobe\After Effects CC 2019\User Libraries\4738f755-ff99-4281-8ff1-dc22ace0b43e\FeM Logo Schwarz.ai
Y:\Bearbeitungsablage\schosch\35C3\35C3 Musik\35C3 Drumloop.wav
Y:\Bearbeitungsablage\schosch\35C3\35C3 Musik\35C3 Intro 4.wav
Y:\Bearbeitungsablage\schosch\35C3\35C3 Musik\35C3 Loop.wav
Y:\Bearbeitungsablage\schosch\35C3\35C3 Musik\35C3 Single Drumbeat.wav
Y:\Bearbeitungsablage\schosch\35C3\statics\2880px-OpenSUSE_Logo.svg.png
Y:\Bearbeitungsablage\schosch\35C3\statics\35C3_Logo-mit-Verlauf.ai
Y:\Bearbeitungsablage\schosch\35C3\statics\AGS Logo.ai
Y:\Bearbeitungsablage\schosch\35C3\statics\CCC Logo.eps
Y:\Bearbeitungsablage\schosch\35C3\statics\creative commons by icon.eps
Y:\Bearbeitungsablage\schosch\35C3\statics\creative commons Logo.eps
Y:\Bearbeitungsablage\schosch\35C3\statics\intro_static_2.png
Y:\Bearbeitungsablage\schosch\35C3\statics\iSystems.io Logo RGB 1c.eps
Y:\Bearbeitungsablage\schosch\35C3\statics\iSystems.io Logo RGB.eps
Y:\Bearbeitungsablage\schosch\35C3\statics\Styleguide_35C3.jpg
Y:\Bearbeitungsablage\schosch\35C3\statics\voctocat.eps
Rendering plug-ins:
Classic 3D
Ray-traced 3D
Effects used: 2
Effect: Change to Color
Effect: Gradient Ramp
Layer: Text Layer
External dependencies:
Font family: “Montserrat”, Font style: “Bold”

BIN
35c3/intro.aep Executable file

Binary file not shown.

31
35c3/intro.jsx Executable file
View file

@ -0,0 +1,31 @@
var comp;
for (var i = 1; i <= app.project.numItems; i ++) {
if ((app.project.item(i) instanceof CompItem) && (app.project.item(i).name === 'intro')) {
comp = app.project.item(i);
break;
}
}
var layer_title = comp.layer('intro_title');
var textProp_title = layer_title.property("Source Text");
var textDocument_title = textProp_title.value;
var layer_persons = comp.layer('intro_personnames');
var textProp_persons = layer_persons.property("Source Text");
var textDocument_persons = textProp_persons.value;
var layer_id = comp.layer('intro_id');
var textProp_id = layer_id.property("Source Text");
var textDocument_id = textProp_id.value;
textDocument_title.text = "$title";
textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
textDocument_id.text = "$id";
textProp_id.setValue(textDocument_id);
app.project.save();
app.quit();

BIN
35c3/intro.scpt Executable file

Binary file not shown.

49
36c3/__init__.py Normal file
View file

@ -0,0 +1,49 @@
#!/usr/bin/python3
import subprocess
import os.path
from renderlib import *
from schedulelib import *
from easing import *
import svg.path
personmap = {
}
taglinemap = {
}
# URL to Schedule-XML
scheduleUrl = 'https://fahrplan.events.ccc.de/congress/2019/Fahrplan/schedule.xml'
def tasks(queue, args, idlist, skiplist):
# iterate over all events extracted from the schedule xml-export
for event in events(scheduleUrl):
if event['room'] not in ('Ada', 'Borg', 'Clarke', 'Dijkstra', 'Eliza'):
print("skipping room %s (%s)" % (event['room'], event['title']))
continue
if (event['id'] in idlist or not idlist):
# generate a task description and put them into the queue
idx=0
for idx, person in enumerate(persons(scheduleUrl, personmap, taglinemap, event['id'])):
queue.put(Rendertask(
infile = 'insert.svg',
outfile = 'event_{}_person_{}.png'.format(str(event['id']), str(person['id'])),
parameters = {
'$person': person['person'],
'$tagline': person['tagline'],
}
))
if idx > 0:
queue.put(Rendertask(
infile = 'insert.svg',
outfile = 'event_{}_persons.png'.format(str(event['id'])),
parameters = {
'$person': event['personnames'],
'$tagline': '',
}
))

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 50 KiB

516
36c3/artwork/insert.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -3,7 +3,9 @@
from lxml import etree
from slugify import slugify
from renderlib import *
from schedulelib import *
from renderlib import *
from schedulelib import *
from easing import *

View file

@ -9,7 +9,7 @@ Yes! That's what I want!
------------------------
Okay, let's go.
- Install python3, python3-lxml, python3-cssutils (or use virtualenv, see below), inkscape and libav-tools
- Install python3, python3-lxml, python3-cssutils, python3-wand (or use virtualenv, see below), inkscape and libav-tools
- Fork this repo on github and clone your personal fork to your local system.
- Copy one of the existing setup: 00_example_render_byid
- If you are using a newer version of intro-outro-generator, don't copy any of the other projects, as the __init.py__ may not contain all mandatory parameters in the tasks function.
@ -28,7 +28,7 @@ Okay, let's go.
- search for `def debug()` and comment the sections about outro (postroll) and pause
- run `./make.py yourproject/ --debug` to generate your first intro
- if it looks good, duplicate intro.svg to outro.svg (postroll) and pause.svg (pause-loop) and modify them according to your needs. You can use different IDs in your SVG if required
- modify outroFrames and pauseFrames like before an test them using `./make.py yourproject/ --debug`
- modify outroFrames and pauseFrames like before and test them using `./make.py yourproject/ --debug`
- if everything look like you'd want them to, run `./make.py yourproject/`.
- You can use any debianesque linux (can be headless) to generate the videos. More cores help more.
- Run `./make-snapshots.sh yourproject/` to generate a png from a specific time-index of your .ts or .dv-files. You can run `./make-snapshots.sh yourproject/ 5` to get a png for the frame at the 5th second of all your clips. Default is 3 seconds.
@ -47,10 +47,10 @@ $ pip3 install -r requirements.txt
##### Debian
On debian, for python lxml dependencies:
On debian you need to install ImageMagick and Python lxml dependencies:
```
sudo apt-get install libxml2-dev libxslt1-dev
sudo apt-get install python3-pil libmagickwand-dev libmagickcore5-extra libxml2-dev libxslt1-dev
```
Quick start
@ -109,7 +109,7 @@ The animation sequence is controlled by the three frame-generator routines vorsp
### CSS-Style-Modifications
`('logo', 'style', 'opacity', 1),` - locate object with id `logo` in the svg, parse its `style`-attribute as css-inline-string and change the value of the css-property `opacity` to 1. The Tupel-Element `'style'` is fixed and declares the type of action which is applied to the specified element. All other tupel-mebers can be modified to suit your needs.
To form an fade-in-opacity-animation, the frame-generator could look like this:
To form a fade-in-opacity-animation, the frame-generator could look like this:
# three seconds of animation
frames = 3*fps
@ -150,7 +150,7 @@ FEM/VOC-Tracker-Integration
*that script-Z-thingy*
The [FEM](http://fem.tu-ilmenau.de/) and the [VOC](https://c3voc.de/) uses a special Ticket-Tracker to keep track of the Talks on an event. Various tasks are performed around the recorded Videomaterial (preparing, cutting, encoding, releasing) - synchronized by the Tracker. The files starting with `script-Z` are experiments to integrate the intro-rendering into this process. On some Events the Schedule is very fluid with talks being addes or names changing over the whole conference. Using the Scripts to render the prerols when they are actually needed (and not some days before the conference) would help to get the always-freshest prerolls but it would an additional (computational intense) task to the publishing process.
Generating an Live-Stream-Overlay
Generating a Live-Stream-Overlay
---------------------------------
While your working on your Video-Artwork you can create another required asset: the stream overlay. When we'll live-stream your Talks we can't send prerolls ovet the live-stream. To let your viewer now what program they are watching at, we usually overlay a transparent image over the live-stream like most television programs do, too.
Just create another SVG of the size 1920×1080 (or 1024×576 if you're only targeting the legacy SD-Pipeline) and throw your logo into your prefered corner. To have it looking good we would suggest

156
README_AE.md Normal file
View file

@ -0,0 +1,156 @@
Intro- and Outro-Generator for Adobe After Effects
==================================================
This version of the intro-outro-generator is made to work on Adobe After Effects Files.
It will use your AE project file, use data from your schedule.xml, and renders the project into .ts intro files.
Yes! That's what I want!
------------------------
Okay, let's go.
- Install Adobe After Effects CC 2018
- Install python3, python3-lxml, python3-cssutils (or use virtualenv, see below), inkscape and libav-tools
- Fork this repo on github and clone your personal fork to your local system.
- Copy one of the existing setup: voc_ae
- Open `intro.aep` and modify it. You can also create a new project. For the VOC-Setup you should use a Pixel-Resolution of `1920×1080` (or for the legacy SD/.dv-Pipeline `1024×576`).
- If you create a new project, name it `intro.aep` and also copy `intro.jsx` and `intro.scpt` into the same folder.
- Create a new composition and name it `intro`.
- Use Paragraph Text Layers. This way the text will automatically wrap inside the specified area if it gets too long.
- Type Placeholder-Texts where the script should substitute content from your schedule.xml. By default the following placeholders are substituted
- `$id` - Talk-ID (useful in links to the Frab-Page)
- `$title` - Title of the Talk
- `$subtitle` - You guessed it...
- `$personnames` - Comma-Separated list of Speaker-Names
- Rename the Text layers as per their placeholder
- `intro_id` for the `$id` placeholder
- `intro_title` for the `$title` placeholder
- `intro_subtitle` for the `$subtitle` placeholder
- `intro_personnames` for the `$personnames` placeholder
- Edit `intro.jsx` and duplicate the required blocks
- Change the id of the `app.project.item(2)` to the id of your intro composition. (That is the order at which it is showing in the project library)
- The template included with this repo only replaces `intro_title` and `intro_personnames`
- Just copy/paste the 2x blocks required, and change the variables, to also use it for the other placeholders.
- Run `./make-adobe-after-effects.py yourproject/ --debug` to generate your first intro
- if everything look like you'd want them to, run `./make-adobe-after-effects.py yourproject/ `.
#### Python3 virtualenv
Create virtualenv and fetch python deps:
```
$ virtualenv -p python3 env
$ . ./env/bin/activate
$ pip3 install -r requirements.txt
```
##### Debian
On debian, for python lxml dependencies:
```
sudo apt-get install libxml2-dev libxslt1-dev
```
Quick start
--------------------
Start your own project by copying "voc_ae" folder.
Just type `./make-adobe-after-effects.py` or `./make-adobe-after-effects.py -h` in the main directory and you'll get the following help information.
```
usage: ./make-adobe-after-effects.py yourproject/ https://url/to/schedule.xml
C3VOC Intro-Outro-Generator - Variant to use with Adobe After Effects Files
positional arguments:
Project folder
Path to your project folder with After Effects Files (intro.aep/scpt/jsx)
Schedule-URL
URL or Path to your schedule.xml
optional arguments:
-h, --help show this help message and exit
--debug
Run script in debug mode and render with placeholder texts,
not parsing or accessing a schedule. Schedule-URL can be left blank when
used with --debug
This argument must not be used together with --id
Usage: ./make-adobe-after-effects.py yourproject/ --debug
--id IDS [IDS ...]
Only render the given ID(s) from your projects schedule.
This argument must not be used together with --debug
Usage: ./make-adobe-after-effects.py yourproject/ --id 4711 0815 4223 1337
```
How does it work
--------------------
There are 3x files required to make the render work `intro.aep`, `intro.jsx` and `intro.scpt`.
`make-adobe-after-effects.py` will run the `intro.scpt` script with `intro.aep` and `intro.jsx` as arguments.
Once done, the project file will be passed to aerender to create an intermediate <id>.mov file.
Final step is to convert the <id>.mov to <id>.ts
Here are some details about the files and what they are for.
### intro.aep
This is the After Effects project file. It has to have the following items included:
- Composition named `intro`
- Paragraph text layers named `intro_<placeholder>` for each of the supported placeholder
### intro.jsx
This is an After Effects Script file doing the text replacement of the placeholder texts.
````
var comp = app.project.item(2);
var layer_title = comp.layer('intro_title');
var textProp_title = layer_title.property("Source Text");
var textDocument_title = textProp_title.value;
var layer_persons = comp.layer('intro_personnames');
var textProp_persons = layer_persons.property("Source Text");
var textDocument_persons = textProp_persons.value;
textDocument_title.text = "$title";
textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
app.project.save();
````
To add an additional block to replace another placeholder, copy the following:
````
var layer_<placeholder> = comp.layer('intro_<placeholder>');
var textProp_<placeholder> = layer_<placeholder>.property("Source Text");
var textDocument_<placeholder> = textProp_<placeholder>.value;
textDocument_<placeholder>.text = "$<placeholder>";
textProp_<placeholder>.setValue(textDocument_<placeholder>);
````
Make sure that the correct layer has been added to the AE project file, otherwise the script will fail.
### intro.scpt
This is an Apple Script which will open AE with the project file, and run the AE script.
````
on run argv
set aefile to (POSIX file (item 1 of argv))
set aescript to (POSIX file (item 2 of argv))
tell application "Adobe After Effects CC 2018"
open aefile
DoScriptFile aescript
quit
end tell
end run
````
It works! It doesn't work!
--------------------------
If it works, push your code to github. This way everybody can see which beautiful animations you created and we can all learn from each other.
If it doesn't work, ask [on IRC](https://kthx.de:9090/?channels=voc) or on [the Mailinglist](mailto:video@lists.ccc.de) and we'll see that we can solve your problem.
If you think you found a bug, [file an Issue](https://github.com/voc/intro-outro-generator/issues). Or even better, fix it and [send a Pull-Request](https://github.com/voc/intro-outro-generator/pulls).

107
afu-tm18/__init__.py Normal file
View file

@ -0,0 +1,107 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML
scheduleUrl = 'http://data.c3voc.de/afu-tm18/schedule-afu-tm18.xml'
# For (really) too long titles
titlemap = {
}
def introFrames(p):
move=50
# 1/2 Sekunden stehen lassen
frames = 12
for i in range(0, frames):
yield (
('text', 'style', 'opacity', "%.4f" % 0),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
)
# 3 Sekunde Text Fadein
frames = 3*fps
for i in range(0, frames):
yield (
('text', 'style', 'opacity', "%.4f" % easeLinear(i, 0, 1, frames)),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % easeOutQuad(i, -move, move, frames)),
)
# 2 Sekunden stehen lassen
frames = 2*fps
for i in range(0, frames):
yield (
('text', 'style', 'opacity', "%.4f" % 1),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
)
# 3 Sekunde Text Fadeout
frames = 3*fps
for i in range(0, frames):
yield (
('text', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % easeInQuad(i, 0, move, frames)),
)
# two final frames
for i in range(0, 2):
yield (
('text', 'style', 'opacity', "%.4f" % 0),
('text', 'attr', 'transform', 'translate(%.4f, 0)' % move),
)
def outroFrames(p):
# 5 Sekunden stehen bleiben
frames = 5*fps
for i in range(0, frames):
yield ()
def debug():
render(
'intro.svg',
'../intro.ts',
introFrames,
{
'$id': 1002,
'$title': 'Die Fakultät für Elektrotechnik und Informationstechnik stellt sich vor',
'$person': 'Prof. Hiebel'
}
)
render(
'outro.svg',
'../outro.ts',
outroFrames
)
def tasks(queue, args, idlist, skip):
# iterate over all events extracted from the schedule xml-export
for event in events(scheduleUrl):
if not (idlist==[]):
if 000000 in idlist:
print("skipping id (%s [%s])" % (event['title'], event['id']))
continue
if int(event['id']) not in idlist:
print("skipping id (%s [%s])" % (event['title'], event['id']))
continue
# generate a task description and put them into the queue
projectname = event['title']
queue.put(Rendertask(
infile = 'intro.svg',
outfile = str(event['id'])+".ts",
sequence = introFrames,
parameters = {
'$title': event['title'],
'$person': event['personnames']
}
))
# place a task for the outro into the queue
queue.put(Rendertask(
infile = 'outro.svg',
outfile = 'outro.ts',
sequence = outroFrames
))

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

178
afu-tm18/artwork/intro.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 93 KiB

BIN
afu-tm18/artwork/outro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

View file

@ -0,0 +1,97 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1920"
height="1080"
viewBox="0 0 1920 1080"
id="svg2"
version="1.1"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="outro.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="758.7871"
inkscape:cy="486.78961"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
inkscape:window-width="1440"
inkscape:window-height="851"
inkscape:window-x="0"
inkscape:window-y="1"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:object-paths="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:measure-start="98.9949,1103.09"
inkscape:measure-end="0,0" />
<metadata
id="metadata7">
<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="bg"
style="display:inline">
<image
sodipodi:absref="/Users/cgerbran/dev/intro-outro-generator/afu-tm18/artwork/afu-tagung.png"
xlink:href="afu-tagung.png"
y="0"
x="0"
id="image256"
preserveAspectRatio="none"
height="1080"
width="1920" />
<g
id="license"
transform="matrix(1.3743507,0,0,1.3743507,-36.018361,-145.95694)">
<image
sodipodi:absref="/Users/cgerbran/dev/intro-outro-generator/afu-tm18/artwork/cc.logo.large.png"
xlink:href="cc.logo.large.png"
y="475.75461"
x="284.88745"
id="image12460"
preserveAspectRatio="none"
height="77.120003"
width="323.20001" />
<image
sodipodi:absref="/Users/cgerbran/dev/intro-outro-generator/afu-tm18/artwork/by.large.png"
xlink:href="by.large.png"
y="475.961"
x="616.08746"
id="image12506"
preserveAspectRatio="none"
height="76.913628"
width="76.913628" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
def introFrames(p):

371
archconf2020/__init__.py Normal file
View file

@ -0,0 +1,371 @@
#!/usr/bin/python3
import easing
import renderlib
# URL to Schedule-XML
scheduleUrl = "https://conf.archlinux.org/schedule2020.xml"
def introFrames(args):
# fade in logo
frames = 1 * renderlib.fps
for i in range(0, frames):
yield (
(
"logo",
"style",
"opacity",
easing.easeInQuad(i, 0, 1, frames),
),
("conf_title", "style", "opacity", 0),
("title", "style", "opacity", 0),
("subtitle", "style", "opacity", 0),
("persons", "style", "opacity", 0),
("id", "style", "opacity", 0),
)
# fade in conf_title
frames = 1 * renderlib.fps
for i in range(0, frames):
yield (
(
"conf_title",
"style",
"opacity",
easing.easeInQuad(i, 0, 1, frames),
),
("title", "style", "opacity", 0),
("subtitle", "style", "opacity", 0),
("persons", "style", "opacity", 0),
("id", "style", "opacity", 0),
)
# show conf_title and logo for 1 second
frames = 1 * renderlib.fps
for i in range(0, frames):
yield (
("logo", "style", "opacity", 1),
("conf_title", "style", "opacity", 1),
("title", "style", "opacity", 0),
("subtitle", "style", "opacity", 0),
("persons", "style", "opacity", 0),
("id", "style", "opacity", 0),
)
# move logo and conf_title to right
frames = 2 * renderlib.fps
for i in range(0, frames):
xshift = (i + 1) * 135 / frames
yield (
("logo", "style", "opacity", 1),
("conf_title", "style", "opacity", 1),
("title", "style", "opacity", 0),
("subtitle", "style", "opacity", 0),
("persons", "style", "opacity", 0),
("id", "style", "opacity", 0),
("logo", "attr", "transform", f"translate({xshift}, 0)"),
("conf_title", "attr", "transform", f"translate({xshift}, 0)"),
)
# fade in title, subtitle, persons and id
frames = 2 * renderlib.fps
for i in range(0, frames):
yield (
("title", "style", "opacity", easing.easeInQuad(i, 0, 1, frames)),
(
"subtitle",
"style",
"opacity",
easing.easeInQuad(i, 0, 1, frames),
),
(
"persons",
"style",
"opacity",
easing.easeInQuad(i, 0, 1, frames),
),
("id", "style", "opacity", easing.easeInQuad(i, 0, 1, frames)),
(
"logo",
"attr",
"transform",
f"translate({xshift}, 0)",
),
(
"conf_title",
"attr",
"transform",
f"translate({xshift}, 0)",
),
)
# show whole image for 2 seconds
frames = 2 * renderlib.fps
for i in range(0, frames):
yield (
("title", "style", "opacity", 1),
("subtitle", "style", "opacity", 1),
("persons", "style", "opacity", 1),
("id", "style", "opacity", 1),
(
"logo",
"attr",
"transform",
f"translate({xshift}, 0)",
),
(
"conf_title",
"attr",
"transform",
f"translate({xshift}, 0)",
),
)
def backgroundFrames(parameters):
frames = 20 * renderlib.fps
for i in range(0, frames):
xshift = (i + 1) * 300 / frames
yshift = (i + 1) * (150 / frames)
yield (
(
"logo_pattern",
"attr",
"transform",
"translate(%.4f, %.4f)" % (xshift, yshift),
),
)
frames = 20 * renderlib.fps
for i in range(0, frames):
xshift = 300 - ((i + 1) * (300 / frames))
yshift = 150 - ((i + 1) * (150 / frames))
yield (
(
"logo_pattern",
"attr",
"transform",
"translate(%.4f, %.4f)" % (xshift, yshift),
),
)
def outroFrames(args):
# fadein outro graphics
frames = 3 * renderlib.fps
for i in range(0, frames):
yield (
(
"logo",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
(
"conf_title",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
(
"c3voclogo",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
(
"c3voctext",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
(
"bysalogo",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
(
"bysatext",
"style",
"opacity",
easing.easeInQuad(i, 0.01, 1, frames),
),
)
frames = 3 * renderlib.fps
for i in range(0, frames):
yield (
("logo", "style", "opacity", 1),
("conf_title", "style", "opacity", 1),
("c3voclogo", "style", "opacity", 1),
("c3voctext", "style", "opacity", 1),
("bysalogo", "style", "opacity", 1),
("bysatext", "style", "opacity", 1),
)
def pauseFrames(args):
# fade heartgroups
frames = int(0.5 * renderlib.fps)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 0.25, 0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 1, -0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 0.25, 0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 1, -0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 0.25, 0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 1, -0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 0.25, 0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 1, -0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 0.25, 0.75, frames),
),
)
for i in range(0, frames):
yield (
(
"group",
"style",
"opacity",
easing.easeInQuad(i, 1, -0.75, frames),
),
)
def debug():
render( # noqa
"intro.svg",
"../intro.ts",
introFrames,
{
"$id": 7776,
"$title": "StageWar live!",
"$subtitle": "Metal Konzert",
"$persons": "www.stagewar.de",
},
)
render("outro.svg", "../outro.ts", outroFrames) # noqa
render("background.svg", "../background.ts", backgroundFrames) # noqa
render("pause.svg", "../pause.ts", pauseFrames) # noqa
def tasks(queue, args, idlist, skiplist):
# iterate over all events extracted from the schedule xml-export
for event in schedulelib.events(scheduleUrl):
if not (idlist == []):
if 000000 in idlist:
print("skipping id (%s [%s])" % (event["title"], event["id"]))
continue
if int(event["id"]) not in idlist:
print("skipping id (%s [%s])" % (event["title"], event["id"]))
continue
# generate a task description and put them into the queue
queue.put(
renderlib.Rendertask(
infile="intro.svg",
outfile=str(event["id"]) + ".ts",
sequence=introFrames,
parameters={
"$id": event["id"],
"$title": event["title"],
"$subtitle": event["subtitle"],
"$persons": event["personnames"],
},
)
)
# place a task for the outro into the queue
if "out" not in skiplist:
queue.put(
renderlib.Rendertask(
infile="outro.svg", outfile="outro.ts", sequence=outroFrames
)
)
# place the pause-sequence into the queue
if "pause" not in skiplist:
queue.put(
renderlib.Rendertask(
infile="pause.svg", outfile="pause.ts", sequence=pauseFrames
)
)
# place the background-sequence into the queue
if "bg" not in skiplist:
queue.put(
renderlib.Rendertask(
infile="background.svg",
outfile="background.ts",
sequence=backgroundFrames,
)
)

View file

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
width="600"
height="199.41692"
id="svg2424">
<defs
id="defs2426">
<linearGradient
x1="112.49854"
y1="6.1372099"
x2="112.49853"
y2="129.3468"
id="path1082_2_"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(287,-83)">
<stop
id="stop193"
style="stop-color:#ffffff;stop-opacity:0"
offset="0" />
<stop
id="stop195"
style="stop-color:#ffffff;stop-opacity:0.27450982"
offset="1" />
<midPointStop
offset="0"
style="stop-color:#FFFFFF"
id="midPointStop197" />
<midPointStop
offset="0.5"
style="stop-color:#FFFFFF"
id="midPointStop199" />
<midPointStop
offset="1"
style="stop-color:#000000"
id="midPointStop201" />
</linearGradient>
<linearGradient
x1="541.33502"
y1="104.50665"
x2="606.91248"
y2="303.14029"
id="linearGradient2544"
xlink:href="#path1082_2_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.3937741,0,0,0.393752,357.51969,122.00151)" />
<linearGradient
id="linearGradient3388">
<stop
id="stop3390"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop3392"
style="stop-color:#000000;stop-opacity:0.37113401"
offset="1" />
</linearGradient>
<linearGradient
x1="490.72305"
y1="237.72447"
x2="490.72305"
y2="183.9644"
id="linearGradient4416"
xlink:href="#linearGradient3388"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.749107,0,0,0.749107,-35.459862,91.44108)" />
</defs>
<g
transform="translate(-34.777313,-129.80241)"
id="layer1">
<g
transform="matrix(0.8746356,0,0,0.8746356,14.730518,23.408954)"
id="g2424">
<g
transform="matrix(0.6378586,0,0,0.6378586,36.486487,2.17139)"
id="g2809"
style="fill:#ffffff;fill-opacity:1">
<path
d="m 339.96875,309.09375 c -14.47141,-0.0239 -26.4812,2.94367 -31.125,4.5625 l -4.78125,25.8125 c -0.0116,0.0951 23.79543,-6.34855 34.28125,-5.96875 17.36158,0.62381 18.95948,6.63541 18.65625,14.75 0.29595,0.47462 -4.47933,-7.33192 -19.5,-7.59375 -18.94961,-0.32687 -45.69284,6.70947 -45.65625,35.3125 -0.51086,32.17412 24.03361,41.63882 40.75,41.8125 15.02821,-0.27364 22.0777,-5.69136 25.9375,-8.59375 5.07124,-5.30236 10.87308,-10.63447 16.40625,-17.03125 -5.23567,9.51278 -9.77472,16.0898 -14.5,21.125 l 0,4.25 22.84375,-3.84375 0.15625,-62.09375 c -0.23141,-8.78839 5.04123,-42.41827 -43.46875,-42.5 z m -3.28125,54.0625 c 9.46889,0.12995 20.32788,4.79708 20.34375,16.03125 0.049,10.21821 -12.80005,15.71183 -21.15625,15.625 -8.35976,-0.0868 -19.45093,-6.56982 -19.5,-16.53125 0.16016,-8.90444 10.45953,-15.35418 20.3125,-15.125 z"
id="path2284"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 398.50106,314.83145 -0.15505,102.82693 26.61213,-5.12724 0.0449,-58.30157 c 0.006,-8.68089 12.40554,-18.82451 27.9627,-18.66287 3.30202,-5.97408 9.5087,-21.24219 11.02088,-24.71514 -34.75649,-0.0833 -35.19897,9.98993 -41.24398,14.94517 -0.0631,-9.45285 -0.0213,-15.12741 -0.0213,-15.12741 l -24.2202,4.16213 z"
id="path2286"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 548.2688,328.33058 c -0.25696,-0.12068 -13.87938,-15.93419 -41.26638,-16.0589 -25.65249,-0.42638 -54.42578,9.51895 -54.88631,52.5328 0.22457,37.81852 27.6402,52.59809 55.0314,52.88627 29.31292,0.30451 40.97654,-18.32947 41.67615,-18.79124 -3.49762,-3.0321 -16.59792,-16.0131 -16.59792,-16.0131 0,0 -8.18236,11.65102 -24.05802,11.79913 -15.87942,0.1512 -29.68245,-12.27325 -29.87805,-29.60905 -0.20349,-17.33595 12.68881,-26.72821 29.99725,-27.48687 14.98466,-0.003 23.6297,9.67334 23.6297,9.67334 l 16.35218,-18.93238 z"
id="path2288"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 581.8125,278.84375 -25.125,5.90625 0.1875,133.9375 24.75,-4.46875 0.28125,-63.03125 c 0.0529,-6.60927 9.56127,-16.75916 25.4375,-16.4375 15.17973,0.15775 18.57236,10.11767 18.53125,11.375 l 0.4375,72.96875 24.40625,-4.3125 0.0937,-77.375 c 0.1607,-7.44539 -16.30833,-23.16954 -42.78125,-23.28125 -12.58087,0.0202 -19.54815,2.86825 -23.09375,4.96875 -6.06656,4.68565 -12.9998,9.17543 -19.8125,14.90625 6.29809,-8.09099 11.58551,-13.68516 16.75,-17.84375 l -0.0625,-37.3125 z"
id="path2290"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
<g
transform="matrix(0.9443373,0,0.01336345,0.9443373,78.345657,-412.48879)"
id="g5326"
style="fill:#1793d1;fill-opacity:1;stroke:none">
<path
d="m 400.67581,629.79609 7.68167,-1.91575 -0.92851,91.20792 -7.79574,1.32426 1.04258,-90.61643 z"
id="path2292"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 421.10266,657.01757 6.75064,-2.9867 -0.86808,65.39931 -6.49779,1.33915 0.61523,-63.75176 z m -1.26059,-23.58316 5.47167,-4.41533 4.42261,4.99952 -5.47558,4.53221 -4.4187,-5.1164 z"
id="path2294"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 440.44273,655.82614 7.67755,-1.56201 -0.1573,13.6722 c -0.007,0.58717 4.4194,-15.27364 24.68502,-14.92094 19.67986,0.10952 22.68401,15.34634 22.5291,18.76237 l -0.43759,48.0783 -6.73044,1.45631 0.63316,-47.489 c 0.0974,-1.38684 -2.88144,-13.11441 -16.78906,-13.15754 -13.90509,-0.0404 -23.68364,10.10048 -23.75821,16.57937 l -0.48127,41.83477 -7.80388,2.0313 0.63292,-65.28513 z"
id="path2296"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 561.53301,720.20203 -7.6776,1.56186 0.15737,-13.67198 c 0.007,-0.58742 -4.42201,15.27361 -24.68504,14.92086 -19.67983,-0.10944 -22.68399,-15.34626 -22.52908,-18.76229 l 0.43757,-48.07861 8.15674,-1.64226 -0.54644,47.48988 c -0.0149,1.29682 1.36845,13.29979 15.27604,13.3426 13.90511,0.0405 23.76622,-8.37359 24.01453,-21.04416 l 0.43105,-37.46902 7.5978,-1.93195 -0.63294,65.28507 z"
id="path2298"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 577.45461,655.28678 -5.42715,4.20017 20.19894,26.93328 -22.39092,31.11622 5.63499,4.226 21.04365,-28.8967 20.8779,29.58159 5.32727,-4.20103 -22.37578,-31.62866 18.56963,-25.5775 -5.53193,-4.73429 -16.92109,23.66778 -19.00551,-24.68686 z"
id="path2300"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
<path
d="m 105.8125,16.625 c -7.39687,18.135158 -11.858304,29.997682 -20.09375,47.59375 5.04936,5.35232 11.247211,11.585364 21.3125,18.625 C 96.210077,78.390904 88.828713,73.920352 83.3125,69.28125 72.7727,91.274163 56.259864,122.60209 22.75,182.8125 49.087628,167.60733 69.504089,158.23318 88.53125,154.65625 87.714216,151.1422 87.2497,147.34107 87.28125,143.375 l 0.03125,-0.84375 c 0.417917,-16.87382 9.195665,-29.84979 19.59375,-28.96875 10.39809,0.88104 18.48041,15.28242 18.0625,32.15625 -0.0786,3.17512 -0.43674,6.22955 -1.0625,9.0625 18.82058,3.68164 39.01873,13.03179 65,28.03125 -5.123,-9.4318 -9.69572,-17.93388 -14.0625,-26.03125 -6.87839,-5.33121 -14.05289,-12.2698 -28.6875,-19.78125 10.05899,2.61375 17.2611,5.62932 22.875,9 C 124.63297,63.338161 121.03766,52.354109 105.8125,16.625 z"
transform="matrix(1.1433333,0,0,1.1433333,22.920168,121.64318)"
id="path2518"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<g
id="text2634"
style="font-size:8.44138241px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans Mono">
<path
d="m 685.46692,263.83624 0,-5.32944 -1.99082,0 0,-0.71307 4.7895,0 0,0.71307 -1.99906,0 0,5.32944 -0.79962,0"
id="path3660"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 689.0982,263.83624 0,-6.04251 1.20355,0 1.43026,4.2784 c 0.13189,0.39843 0.22806,0.69658 0.28852,0.89442 0.0687,-0.21983 0.17586,-0.5427 0.3215,-0.96862 l 1.44674,-4.2042 1.07578,0 0,6.04251 -0.77077,0 0,-5.05741 -1.75587,5.05741 -0.72131,0 -1.74763,-5.14396 0,5.14396 -0.77077,0"
id="path3662"
style="fill:#ffffff;fill-opacity:1" />
</g>
<g
id="text2638"
style="font-size:8.25130367px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans Mono">
<path
d="m 239.84053,313.69965 0,-5.20945 -1.94598,0 0,-0.697 4.68164,0 0,0.697 -1.95404,0 0,5.20945 -0.78162,0"
id="path2883"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 243.39004,313.69965 0,-5.90645 1.17646,0 1.39805,4.18205 c 0.12892,0.38947 0.22293,0.6809 0.28202,0.87429 0.0671,-0.21488 0.1719,-0.53048 0.31426,-0.94681 l 1.41417,-4.10953 1.05155,0 0,5.90645 -0.75341,0 0,-4.94353 -1.71634,4.94353 -0.70506,0 -1.70828,-5.02814 0,5.02814 -0.75342,0"
id="path2885"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -0,0 +1,131 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="200"
height="200"
id="svg2424"
sodipodi:docname="archlinux-logo.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata150184">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2396"
inkscape:window-height="1292"
id="namedview150182"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="2.1966667"
inkscape:cx="300"
inkscape:cy="99.708458"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2424" />
<defs
id="defs2426">
<linearGradient
x1="112.49854"
y1="6.1372099"
x2="112.49853"
y2="129.3468"
id="path1082_2_"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(287,-83)">
<stop
id="stop193"
style="stop-color:#ffffff;stop-opacity:0"
offset="0" />
<stop
id="stop195"
style="stop-color:#ffffff;stop-opacity:0.27450982"
offset="1" />
<midPointStop
offset="0"
style="stop-color:#FFFFFF"
id="midPointStop197" />
<midPointStop
offset="0.5"
style="stop-color:#FFFFFF"
id="midPointStop199" />
<midPointStop
offset="1"
style="stop-color:#000000"
id="midPointStop201" />
</linearGradient>
<linearGradient
x1="541.33502"
y1="104.50665"
x2="606.91248"
y2="303.14029"
id="linearGradient2544"
xlink:href="#path1082_2_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.3937741,0,0,0.393752,357.51969,122.00151)" />
<linearGradient
id="linearGradient3388">
<stop
id="stop3390"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop3392"
style="stop-color:#000000;stop-opacity:0.37113401"
offset="1" />
</linearGradient>
<linearGradient
x1="490.72305"
y1="237.72447"
x2="490.72305"
y2="183.9644"
id="linearGradient4416"
xlink:href="#linearGradient3388"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.749107,0,0,0.749107,-35.459862,91.44108)" />
</defs>
<g
id="g156224">
<path
d="m 97.8125,16.625 c -7.39687,18.135158 -11.858304,29.997682 -20.09375,47.59375 5.04936,5.35232 11.247211,11.585364 21.3125,18.625 C 88.210077,78.390904 80.828713,73.920352 75.3125,69.28125 64.7727,91.274163 48.259864,122.60209 14.75,182.8125 41.087628,167.60733 61.504089,158.23318 80.53125,154.65625 79.714216,151.1422 79.2497,147.34107 79.28125,143.375 l 0.03125,-0.84375 c 0.417917,-16.87382 9.195665,-29.84979 19.59375,-28.96875 10.39809,0.88104 18.48041,15.28242 18.0625,32.15625 -0.0786,3.17512 -0.43674,6.22955 -1.0625,9.0625 18.82058,3.68164 39.01873,13.03179 65,28.03125 -5.123,-9.4318 -9.69572,-17.93388 -14.0625,-26.03125 -6.87839,-5.33121 -14.05289,-12.2698 -28.6875,-19.78125 10.05899,2.61375 17.2611,5.62932 22.875,9 C 116.63297,63.338161 113.03766,52.354109 97.8125,16.625 Z"
id="path2518"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<g
id="text2638"
style="font-style:normal;font-weight:normal;font-size:8.2513px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none"
transform="matrix(0.8746356,0,0,0.8746356,-28.046795,-106.39346)">
<path
d="m 239.84053,313.69965 v -5.20945 h -1.94598 v -0.697 h 4.68164 v 0.697 h -1.95404 v 5.20945 h -0.78162"
id="path2883"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 243.39004,313.69965 v -5.90645 h 1.17646 l 1.39805,4.18205 c 0.12892,0.38947 0.22293,0.6809 0.28202,0.87429 0.0671,-0.21488 0.1719,-0.53048 0.31426,-0.94681 l 1.41417,-4.10953 h 1.05155 v 5.90645 h -0.75341 v -4.94353 l -1.71634,4.94353 h -0.70506 l -1.70828,-5.02814 v 5.02814 h -0.75342"
id="path2885"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 139 KiB

View file

@ -0,0 +1,74 @@
<?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://web.resource.org/cc/" 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="120" height="42" id="svg2759" sodipodi:version="0.32" inkscape:version="0.45+devel" version="1.0" sodipodi:docname="by-sa.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs id="defs2761"/>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#8b8b8b" borderopacity="1" gridtolerance="10000" guidetolerance="10" objecttolerance="10" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" inkscape:cx="179" inkscape:cy="89.569904" inkscape:document-units="px" inkscape:current-layer="layer1" width="120px" height="42px" inkscape:showpageshadow="false" inkscape:window-width="1198" inkscape:window-height="624" inkscape:window-x="488" inkscape:window-y="401"/>
<metadata id="metadata2764">
<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>
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1">
<g transform="matrix(0.9937807,0,0,0.9936694,-177.69409,-74.436409)" id="g287" inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png" inkscape:export-xdpi="300.23013" inkscape:export-ydpi="300.23013">
<path id="path3817_2_" nodetypes="ccccccc" d="M 182.23532,75.39014 L 296.29928,75.59326 C 297.89303,75.59326 299.31686,75.35644 299.31686,78.77344 L 299.17721,116.34033 L 179.3569,116.34033 L 179.3569,78.63379 C 179.3569,76.94922 179.51999,75.39014 182.23532,75.39014 z" style="fill:#aab2ab"/>
<g id="g5908_2_" transform="matrix(0.872921,0,0,0.872921,50.12536,143.2144)">
<path id="path5906_2_" cx="296.35416" ry="22.939548" cy="264.3577" type="arc" rx="22.939548" d="M 187.20944,-55.6792 C 187.21502,-46.99896 180.18158,-39.95825 171.50134,-39.95212 C 162.82113,-39.94708 155.77929,-46.97998 155.77426,-55.66016 C 155.77426,-55.66687 155.77426,-55.67249 155.77426,-55.6792 C 155.76922,-64.36054 162.80209,-71.40125 171.48233,-71.40631 C 180.16367,-71.41193 187.20441,-64.37842 187.20944,-55.69824 C 187.20944,-55.69263 187.20944,-55.68591 187.20944,-55.6792 z" style="fill:#ffffff"/>
<g id="g5706_2_" transform="translate(-289.6157,99.0653)">
<path id="path5708_2_" d="M 473.88455,-167.54724 C 477.36996,-164.06128 479.11294,-159.79333 479.11294,-154.74451 C 479.11294,-149.69513 477.40014,-145.47303 473.9746,-142.07715 C 470.33929,-138.50055 466.04281,-136.71283 461.08513,-136.71283 C 456.18736,-136.71283 451.96526,-138.48544 448.42003,-142.03238 C 444.87419,-145.57819 443.10158,-149.81537 443.10158,-154.74451 C 443.10158,-159.6731 444.87419,-163.94049 448.42003,-167.54724 C 451.87523,-171.03375 456.09728,-172.77618 461.08513,-172.77618 C 466.13342,-172.77618 470.39914,-171.03375 473.88455,-167.54724 z M 450.76657,-165.20239 C 447.81982,-162.22601 446.34701,-158.7395 446.34701,-154.74005 C 446.34701,-150.7417 447.80529,-147.28485 450.72125,-144.36938 C 453.63778,-141.45288 457.10974,-139.99462 461.1383,-139.99462 C 465.16683,-139.99462 468.66848,-141.46743 471.64486,-144.41363 C 474.47076,-147.14947 475.88427,-150.59069 475.88427,-154.74005 C 475.88427,-158.85809 474.44781,-162.35297 471.57659,-165.22479 C 468.70595,-168.09546 465.22671,-169.53131 461.1383,-169.53131 C 457.04993,-169.53131 453.59192,-168.08813 450.76657,-165.20239 z M 458.52106,-156.49927 C 458.07074,-157.4809 457.39673,-157.9715 456.49781,-157.9715 C 454.90867,-157.9715 454.11439,-156.90198 454.11439,-154.763 C 454.11439,-152.62341 454.90867,-151.55389 456.49781,-151.55389 C 457.54719,-151.55389 458.29676,-152.07519 458.74647,-153.11901 L 460.94923,-151.94598 C 459.8993,-150.0805 458.32417,-149.14697 456.22374,-149.14697 C 454.60384,-149.14697 453.30611,-149.64367 452.33168,-150.63653 C 451.35561,-151.62994 450.86894,-152.99926 450.86894,-154.7445 C 450.86894,-156.46008 451.37123,-157.82159 452.37642,-158.83013 C 453.38161,-159.83806 454.63347,-160.34264 456.13423,-160.34264 C 458.35435,-160.34264 459.94407,-159.46776 460.90504,-157.71978 L 458.52106,-156.49927 z M 468.8844,-156.49927 C 468.43353,-157.4809 467.77292,-157.9715 466.90201,-157.9715 C 465.28095,-157.9715 464.46988,-156.90198 464.46988,-154.763 C 464.46988,-152.62341 465.28095,-151.55389 466.90201,-151.55389 C 467.95304,-151.55389 468.68918,-152.07519 469.10925,-153.11901 L 471.36126,-151.94598 C 470.31301,-150.0805 468.74007,-149.14697 466.64358,-149.14697 C 465.02587,-149.14697 463.73095,-149.64367 462.75711,-150.63653 C 461.78494,-151.62994 461.29773,-152.99926 461.29773,-154.7445 C 461.29773,-156.46008 461.79221,-157.82159 462.78061,-158.83013 C 463.76843,-159.83806 465.02588,-160.34264 466.55408,-160.34264 C 468.77027,-160.34264 470.35776,-159.46776 471.3154,-157.71978 L 468.8844,-156.49927 z"/>
</g>
</g>
<path d="M 297.29639,74.91064 L 181.06688,74.91064 C 179.8203,74.91064 178.80614,75.92529 178.80614,77.17187 L 178.80614,116.66748 C 178.80614,116.94922 179.03466,117.17822 179.31639,117.17822 L 299.04639,117.17822 C 299.32813,117.17822 299.55713,116.94922 299.55713,116.66748 L 299.55713,77.17188 C 299.55713,75.92529 298.54297,74.91064 297.29639,74.91064 z M 181.06688,75.93213 L 297.29639,75.93213 C 297.97998,75.93213 298.53565,76.48828 298.53565,77.17188 C 298.53565,77.17188 298.53565,93.09131 298.53565,104.59034 L 215.4619,104.59034 C 212.41698,110.09571 206.55077,113.83399 199.81835,113.83399 C 193.083,113.83399 187.21825,110.09913 184.1748,104.59034 L 179.82666,104.59034 C 179.82666,93.09132 179.82666,77.17188 179.82666,77.17188 C 179.82664,76.48828 180.38329,75.93213 181.06688,75.93213 z" id="path294"/>
<g enable-background="new " id="g296">
<path d="M 265.60986,112.8833 C 265.68994,113.03906 265.79736,113.16504 265.93115,113.26172 C 266.06494,113.35791 266.22119,113.42969 266.40088,113.47608 C 266.58154,113.52296 266.76807,113.54639 266.96045,113.54639 C 267.09033,113.54639 267.22998,113.53565 267.3794,113.51368 C 267.52784,113.4922 267.66749,113.44972 267.79835,113.3877 C 267.92823,113.32569 268.03761,113.23975 268.12355,113.13086 C 268.21144,113.02197 268.25441,112.88379 268.25441,112.71533 C 268.25441,112.53515 268.19679,112.38916 268.08156,112.27685 C 267.9673,112.16455 267.81594,112.07177 267.62941,111.99658 C 267.44386,111.92236 267.23195,111.85693 266.9966,111.80078 C 266.76027,111.74463 266.52101,111.68262 266.27883,111.61377 C 266.02981,111.55176 265.78762,111.47559 265.55129,111.38525 C 265.31594,111.29541 265.10402,111.17822 264.9175,111.03515 C 264.73098,110.89208 264.58059,110.71337 264.46535,110.49853 C 264.35109,110.28369 264.29347,110.02392 264.29347,109.71923 C 264.29347,109.37646 264.36671,109.07958 264.51222,108.82763 C 264.6587,108.57568 264.85011,108.36572 265.08644,108.19726 C 265.32179,108.02929 265.58937,107.90478 265.8882,107.82372 C 266.18605,107.74315 266.48488,107.70263 266.78273,107.70263 C 267.13136,107.70263 267.46535,107.74169 267.78566,107.81982 C 268.105,107.89746 268.39015,108.02392 268.6382,108.19824 C 268.88722,108.37256 269.08449,108.59521 269.23097,108.86621 C 269.37648,109.13721 269.44972,109.46582 269.44972,109.85156 L 268.02784,109.85156 C 268.01514,109.65234 267.97315,109.4873 267.90284,109.35693 C 267.83155,109.22607 267.73682,109.12353 267.61964,109.04834 C 267.50148,108.97412 267.36671,108.9209 267.21534,108.89014 C 267.063,108.85889 266.89796,108.84326 266.71827,108.84326 C 266.60108,108.84326 266.48292,108.85596 266.36573,108.88037 C 266.24757,108.90576 266.14112,108.94922 266.04542,109.01123 C 265.94874,109.07373 265.86964,109.15137 265.80812,109.24463 C 265.7466,109.33838 265.71535,109.45654 265.71535,109.59961 C 265.71535,109.73047 265.73976,109.83643 265.78957,109.91699 C 265.83937,109.99804 265.93801,110.07275 266.08352,110.14111 C 266.22903,110.20947 266.43118,110.27832 266.68899,110.34668 C 266.9468,110.41504 267.28372,110.50244 267.70071,110.60791 C 267.82473,110.63281 267.99661,110.67822 268.21731,110.74365 C 268.43801,110.80908 268.65676,110.91308 268.87454,111.05615 C 269.09231,111.1997 269.27981,111.39111 269.43899,111.63037 C 269.59719,111.87012 269.67629,112.17676 269.67629,112.55029 C 269.67629,112.85547 269.61672,113.13867 269.49856,113.3999 C 269.3804,113.66162 269.20461,113.8872 268.97122,114.07666 C 268.73782,114.26709 268.44876,114.41455 268.10403,114.52051 C 267.75833,114.62647 267.35794,114.6792 266.90481,114.6792 C 266.53762,114.6792 266.18118,114.63379 265.83547,114.54346 C 265.49074,114.45313 265.18508,114.31104 264.92043,114.11768 C 264.65676,113.92432 264.4468,113.67774 264.29055,113.37891 C 264.13528,113.07959 264.06106,112.7251 264.06692,112.31397 L 265.4888,112.31397 C 265.48877,112.53809 265.52881,112.72803 265.60986,112.8833 z" id="path298" style="fill:#ffffff"/>
<path d="M 273.8667,107.8667 L 276.35986,114.53076 L 274.8374,114.53076 L 274.33349,113.04638 L 271.84033,113.04638 L 271.31787,114.53076 L 269.84326,114.53076 L 272.36377,107.8667 L 273.8667,107.8667 z M 273.95068,111.95264 L 273.11084,109.50928 L 273.09229,109.50928 L 272.22315,111.95264 L 273.95068,111.95264 z" id="path300" style="fill:#ffffff"/>
</g>
<g enable-background="new " id="g302">
<path d="M 239.17821,107.8667 C 239.49559,107.8667 239.78563,107.89502 240.04735,107.95068 C 240.30907,108.00683 240.53368,108.09863 240.72118,108.22607 C 240.9077,108.35351 241.05321,108.52295 241.15575,108.73437 C 241.25829,108.94579 241.31005,109.20703 241.31005,109.51806 C 241.31005,109.854 241.23388,110.13329 241.08056,110.35742 C 240.92822,110.58154 240.70165,110.76465 240.40283,110.90771 C 240.81494,111.02587 241.12256,111.23291 241.32568,111.5288 C 241.5288,111.82469 241.63037,112.18114 241.63037,112.59814 C 241.63037,112.93408 241.56494,113.22509 241.43408,113.47119 C 241.30322,113.7168 241.12646,113.91748 240.90576,114.07324 C 240.68408,114.229 240.43115,114.34424 240.14795,114.41845 C 239.86377,114.49365 239.57275,114.53075 239.27295,114.53075 L 236.03662,114.53075 L 236.03662,107.86669 L 239.17821,107.86669 L 239.17821,107.8667 z M 238.99071,110.56201 C 239.25243,110.56201 239.46727,110.5 239.63622,110.37597 C 239.80419,110.25146 239.88817,110.05029 239.88817,109.77099 C 239.88817,109.61572 239.85985,109.48828 239.80419,109.38915 C 239.74755,109.28954 239.67333,109.21239 239.57958,109.15624 C 239.48583,109.10058 239.37841,109.06151 239.25731,109.04003 C 239.13524,109.01806 239.00926,109.00732 238.8784,109.00732 L 237.50535,109.00732 L 237.50535,110.56201 L 238.99071,110.56201 z M 239.07664,113.39014 C 239.22019,113.39014 239.35691,113.37647 239.48777,113.34815 C 239.61863,113.32032 239.73484,113.27344 239.83445,113.2085 C 239.93406,113.14307 240.01316,113.0542 240.07273,112.94239 C 240.1323,112.83058 240.1616,112.68751 240.1616,112.51319 C 240.1616,112.17139 240.06492,111.92725 239.87156,111.78126 C 239.6782,111.63527 239.42234,111.56202 239.10496,111.56202 L 237.50535,111.56202 L 237.50535,113.39014 L 239.07664,113.39014 z" id="path304" style="fill:#ffffff"/>
<path d="M 241.88914,107.8667 L 243.53269,107.8667 L 245.09324,110.49854 L 246.64402,107.8667 L 248.27781,107.8667 L 245.80418,111.97315 L 245.80418,114.53077 L 244.33543,114.53077 L 244.33543,111.93604 L 241.88914,107.8667 z" id="path306" style="fill:#ffffff"/>
</g>
<g id="g6316_1_" transform="matrix(0.624995,0,0,0.624995,391.2294,176.9332)">
<path id="path6318_1_" cx="475.97119" ry="29.209877" cy="252.08646" type="arc" rx="29.209877" d="M -175.0083,-139.1153 C -175.00204,-129.7035 -182.62555,-122.06751 -192.03812,-122.06049 C -201.44913,-122.05341 -209.08512,-129.67774 -209.09293,-139.09028 C -209.09293,-139.09809 -209.09293,-139.10749 -209.09293,-139.1153 C -209.09919,-148.52784 -201.47413,-156.1623 -192.06311,-156.17011 C -182.65054,-156.17713 -175.01456,-148.55207 -175.0083,-139.14026 C -175.0083,-139.13092 -175.0083,-139.1239 -175.0083,-139.1153 z" style="fill:#ffffff"/>
<g id="g6320_1_" transform="translate(-23.9521,-89.72962)">
<path id="path6322_1_" d="M -168.2204,-68.05536 C -173.39234,-68.05536 -177.76892,-66.25067 -181.35175,-62.64203 C -185.02836,-58.90759 -186.86588,-54.48883 -186.86588,-49.38568 C -186.86588,-44.28253 -185.02836,-39.89416 -181.35175,-36.22308 C -177.67673,-32.55114 -173.29859,-30.71521 -168.2204,-30.71521 C -163.07974,-30.71521 -158.62503,-32.56677 -154.85312,-36.26996 C -151.30307,-39.78558 -149.52652,-44.15827 -149.52652,-49.38568 C -149.52652,-54.6123 -151.33432,-59.03265 -154.94843,-62.64203 C -158.5625,-66.25067 -162.98599,-68.05536 -168.2204,-68.05536 z M -168.17352,-64.69519 C -163.936,-64.69519 -160.33752,-63.20221 -157.37655,-60.21466 C -154.38748,-57.25836 -152.89214,-53.64899 -152.89214,-49.38568 C -152.89214,-45.09186 -154.35466,-41.52856 -157.28438,-38.69653 C -160.36876,-35.64727 -163.99849,-34.12304 -168.17351,-34.12304 C -172.34856,-34.12304 -175.94701,-35.63244 -178.96892,-38.64965 C -181.9908,-41.66918 -183.50176,-45.24657 -183.50176,-49.38567 C -183.50176,-53.52398 -181.97518,-57.13414 -178.92205,-60.21465 C -175.9939,-63.20221 -172.41107,-64.69519 -168.17352,-64.69519 z"/>
<path id="path6324_1_" d="M -176.49548,-52.02087 C -175.75171,-56.71856 -172.44387,-59.22949 -168.30008,-59.22949 C -162.33911,-59.22949 -158.70783,-54.90448 -158.70783,-49.1372 C -158.70783,-43.50982 -162.57194,-39.13793 -168.39383,-39.13793 C -172.39856,-39.13793 -175.98297,-41.60277 -176.63611,-46.43877 L -171.93292,-46.43877 C -171.7923,-43.92778 -170.1626,-43.04418 -167.83447,-43.04418 C -165.1813,-43.04418 -163.4563,-45.50908 -163.4563,-49.27709 C -163.4563,-53.22942 -164.94693,-55.32244 -167.74228,-55.32244 C -169.79074,-55.32244 -171.55948,-54.57787 -171.93292,-52.02087 L -170.56418,-52.02789 L -174.26734,-48.32629 L -177.96894,-52.02789 L -176.49548,-52.02087 z"/>
</g>
</g>
<g id="g313">
<circle cx="242.56226" cy="90.224609" r="10.8064" id="circle315" sodipodi:cx="242.56226" sodipodi:cy="90.224609" sodipodi:rx="10.8064" sodipodi:ry="10.8064" style="fill:#ffffff"/>
<g id="g317">
<path d="M 245.68994,87.09766 C 245.68994,86.68116 245.35205,86.34424 244.93603,86.34424 L 240.16357,86.34424 C 239.74755,86.34424 239.40966,86.68115 239.40966,87.09766 L 239.40966,91.87061 L 240.74071,91.87061 L 240.74071,97.52295 L 244.3579,97.52295 L 244.3579,91.87061 L 245.68993,91.87061 L 245.68993,87.09766 L 245.68994,87.09766 z" id="path319"/>
<circle cx="242.5498" cy="84.083008" r="1.63232" id="circle321" sodipodi:cx="242.5498" sodipodi:cy="84.083008" sodipodi:rx="1.63232" sodipodi:ry="1.63232"/>
</g>
<path clip-rule="evenodd" d="M 242.53467,78.31836 C 239.30322,78.31836 236.56641,79.4458 234.32715,81.70215 C 232.0293,84.03516 230.88086,86.79736 230.88086,89.98633 C 230.88086,93.1753 232.0293,95.91846 234.32715,98.21338 C 236.625,100.50781 239.36133,101.65527 242.53467,101.65527 C 245.74756,101.65527 248.53272,100.49853 250.88819,98.18359 C 253.10889,95.98681 254.21827,93.2539 254.21827,89.98632 C 254.21827,86.71874 253.08936,83.95751 250.83057,81.70214 C 248.57178,79.4458 245.80615,78.31836 242.53467,78.31836 z M 242.56396,80.41797 C 245.2124,80.41797 247.46142,81.35156 249.31103,83.21875 C 251.18115,85.06592 252.11572,87.32227 252.11572,89.98633 C 252.11572,92.66992 251.20068,94.89746 249.36963,96.66699 C 247.4419,98.57275 245.17334,99.52539 242.56397,99.52539 C 239.9546,99.52539 237.70557,98.58252 235.81739,96.6958 C 233.92774,94.80957 232.98389,92.57324 232.98389,89.98633 C 232.98389,87.3999 233.93799,85.14404 235.84619,83.21875 C 237.67676,81.35156 239.9165,80.41797 242.56396,80.41797 z" id="path323" style="fill-rule:evenodd"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,306 @@
<?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"
width="1920"
height="1080"
viewBox="0 0 507.99999 285.75001"
version="1.1"
id="svg186910"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="intro.svg">
<defs
id="defs186904">
<rect
x="201.08333"
y="243.41667"
width="52.916665"
height="31.75"
id="rect188251" />
<rect
x="195.79167"
y="243.41667"
width="58.208332"
height="31.75"
id="rect188245" />
<rect
x="10.583333"
y="190.5"
width="243.41667"
height="84.666667"
id="rect188239" />
<rect
x="10.583333"
y="95.250001"
width="243.41667"
height="95.250001"
id="rect188233" />
<rect
x="10.583333"
y="10.583333"
width="243.41667"
height="84.666659"
id="rect187105" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="694.08671"
inkscape:cy="468.61437"
inkscape:document-units="px"
inkscape:current-layer="layer7"
inkscape:document-rotation="0"
showgrid="true"
units="px"
inkscape:pagecheckerboard="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="false"
inkscape:window-width="830"
inkscape:window-height="1315"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<sodipodi:guide
position="254,314.85417"
orientation="1,0"
id="guide186943"
inkscape:locked="false" />
<inkscape:grid
type="xygrid"
id="grid186947" />
<sodipodi:guide
position="89.958332,190.50001"
orientation="0,-1"
id="guide186967" />
<sodipodi:guide
position="158.75,95.250003"
orientation="0,-1"
id="guide186969" />
<sodipodi:guide
position="10.583333,301.625"
orientation="1,0"
id="guide187095" />
<sodipodi:guide
position="497.41666,306.91668"
orientation="1,0"
id="guide187097" />
<sodipodi:guide
position="52.916666,275.16668"
orientation="0,-1"
id="guide187099" />
<sodipodi:guide
position="116.41666,10.583334"
orientation="0,-1"
id="guide187101" />
</sodipodi:namedview>
<metadata
id="metadata186907">
<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:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Background"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
sodipodi:insensitive="true">
<rect
style="fill:#000000;stroke-width:0.264583"
id="rect186912"
width="508"
height="285.75"
x="0"
y="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer7"
inkscape:label="logo"
style="display:inline">
<g
id="logo"
inkscape:label="#logo">
<path
d="m 214.38126,49.850221 c -3.089,-0.0051 -5.65255,0.628342 -6.6438,0.97389 l -1.02058,5.509816 c -0.002,0.0203 5.07926,-1.355132 7.31752,-1.274061 3.70592,0.133155 4.047,1.416363 3.98227,3.148466 0.0632,0.10131 -0.95613,-1.565038 -4.16238,-1.620927 -4.04489,-0.06977 -9.75338,1.432172 -9.74557,7.537642 -0.10904,6.867737 5.13011,8.888028 8.69831,8.925101 3.20785,-0.05841 4.7126,-1.214852 5.5365,-1.834382 1.08248,-1.131817 2.32091,-2.269984 3.502,-3.635411 -1.11758,2.030553 -2.08647,3.434453 -3.0951,4.509244 v 0.907185 l 4.87612,-0.820469 0.0333,-13.254242 c -0.0494,-1.875929 1.07608,-9.054406 -9.27864,-9.071852 z m -0.7004,11.539929 c 2.02119,0.02774 4.3391,1.023962 4.34248,3.421956 0.0105,2.181131 -2.73224,3.353774 -4.51591,3.335239 -1.78444,-0.01853 -4.15191,-1.402363 -4.16238,-3.528683 0.0342,-1.9007 2.23264,-3.277432 4.33581,-3.228512 z"
id="path2284"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.213455" />
<path
d="m 226.8753,51.074964 -0.0331,21.948956 5.6805,-1.094436 0.01,-12.444781 c 0.001,-1.852982 2.64803,-4.018192 5.96879,-3.983689 0.70484,-1.2752 2.02968,-4.534259 2.35247,-5.275579 -7.41896,-0.01778 -7.51341,2.132404 -8.80375,3.190127 -0.0135,-2.017762 -0.005,-3.229027 -0.005,-3.229027 l -5.16993,0.888429 z"
id="path2286-6"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.213455" />
<path
d="m 258.84402,53.956425 c -0.0548,-0.02576 -2.96263,-3.401237 -8.80853,-3.427857 -5.47566,-0.09101 -11.61747,2.03187 -11.71578,11.213406 0.0479,8.072564 5.89995,11.227342 11.74675,11.288856 6.257,0.065 8.74666,-3.912523 8.896,-4.01109 -0.74659,-0.647218 -3.54292,-3.418082 -3.54292,-3.418082 0,0 -1.74657,2.486972 -5.13531,2.518587 -3.38955,0.03227 -6.33588,-2.61979 -6.37763,-6.320209 -0.0434,-3.700451 2.70849,-5.705279 6.40307,-5.867219 3.19856,-6.41e-4 5.04389,2.064826 5.04389,2.064826 z"
id="path2288"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.213455" />
<path
d="m 266.0041,43.393198 -5.36307,1.26072 0.04,28.589673 5.28302,-0.953878 0.06,-13.454356 c 0.0113,-1.410784 2.0409,-3.577332 5.42977,-3.508672 3.24019,0.03367 3.96437,2.15967 3.95559,2.428054 l 0.0934,15.575569 5.20965,-0.920526 0.02,-16.516107 c 0.0343,-1.589258 -3.4811,-4.945661 -9.13189,-4.969506 -2.68545,0.0043 -4.17266,0.612243 -4.92948,1.060606 -1.29494,1.000177 -2.77488,1.958544 -4.22909,3.181818 1.34436,-1.727065 2.47299,-2.92117 3.57538,-3.808843 l -0.0133,-7.964552 z"
id="path2290-7"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.213455" />
<path
d="m 285.25764,44.135066 2.41897,-0.605409 0.11445,28.823208 -2.45766,0.418488 z"
id="path2292"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.316016" />
<path
d="m 291.83459,52.737503 2.11996,-0.943847 0.0181,20.667261 -2.04742,0.423194 z m -0.50383,-7.452668 1.7094,-1.395317 1.41997,1.579931 -1.7101,1.432253 z"
id="path2294-5"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.316016" />
<path
d="m 297.94105,52.360991 2.41925,-0.493621 0.0114,4.320641 c 4.1e-4,0.185556 1.3283,-4.826722 7.73414,-4.715263 6.21966,0.03461 7.23716,4.849697 7.20348,5.929218 l 0.0767,15.193537 -2.12042,0.460218 -0.0123,-15.007308 c 0.0246,-0.438264 -0.96923,-4.14437 -5.36446,-4.158 -4.39442,-0.01277 -7.43925,3.191919 -7.43385,5.239355 l 0.035,13.220477 -2.45707,0.641925 z"
id="path2296-3"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.316016" />
<path
d="m 336.49546,72.704835 -2.41926,0.493573 -0.0114,-4.320571 c -4.2e-4,-0.185634 -1.32913,4.826713 -7.73415,4.715238 -6.21964,-0.03458 -7.23715,-4.849671 -7.20347,-5.929193 l -0.0767,-15.193634 2.57032,-0.518982 0.0397,15.007586 c 10e-4,0.409817 0.49193,4.202953 4.88715,4.216482 4.39443,0.0128 7.47307,-2.646193 7.49488,-6.650302 l -0.0313,-11.840828 2.39239,-0.610529 z"
id="path2298-5"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.316016" />
<path
d="m 341.23665,52.190545 -1.69629,1.327323 6.50365,8.511361 -6.93675,9.833239 1.79965,1.335485 6.52091,-9.131834 6.73005,9.348271 1.66472,-1.327595 -7.21256,-9.995178 5.75393,-8.082912 -1.76935,-1.496114 -5.24151,7.479409 z"
id="path2300-6"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.316016" />
<path
d="m 177.75808,30.213871 c -2.83011,6.93868 -4.5371,11.477391 -7.68806,18.20981 1.93193,2.047846 4.30329,4.432667 8.15436,7.126098 -4.14028,-1.7037 -6.96446,-3.414176 -9.07501,-5.189138 -4.03263,8.414691 -10.35059,20.401047 -23.17177,43.438107 10.07702,-5.817639 17.88854,-9.404276 25.16851,-10.772843 -0.3126,-1.344508 -0.49033,-2.798854 -0.47826,-4.31631 l 0.012,-0.322827 c 0.1599,-6.456078 3.51835,-11.420805 7.49675,-11.083711 3.97841,0.337094 7.07078,5.847195 6.91088,12.303279 -0.0301,1.214831 -0.1671,2.383482 -0.40652,3.467396 7.20093,1.408629 14.92893,4.986083 24.8696,10.725016 -1.96011,-3.608694 -3.70967,-6.861668 -5.38044,-9.959797 -2.63174,-2.03977 -5.37677,-4.694539 -10.9761,-7.568489 3.84866,1.000043 6.60425,2.15383 8.75218,3.443483 C 184.95896,48.08676 183.58336,43.88416 177.75808,30.213871 Z"
id="path2518-2"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.382609" />
<path
d="m 358.99032,71.436999 v -1.783464 h -0.66622 v -0.238624 h 1.60278 v 0.238624 h -0.66898 v 1.783464 h -0.26758"
id="path3660"
style="font-style:normal;font-weight:normal;font-size:8.44138px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.334644" />
<path
d="m 360.2055,71.436999 v -2.022088 h 0.40276 l 0.47863,1.431739 c 0.0441,0.133332 0.0763,0.233106 0.0966,0.299312 0.023,-0.07356 0.0589,-0.181611 0.10759,-0.324142 l 0.48414,-1.406909 h 0.36 v 2.022088 h -0.25793 v -1.692431 l -0.58759,1.692431 h -0.24138 l -0.58484,-1.721394 v 1.721394 h -0.25793"
id="path3662"
style="font-style:normal;font-weight:normal;font-size:8.44138px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.334644" />
<path
d="m 209.86427,88.123473 v -1.743309 h -0.65121 v -0.233247 h 1.56668 v 0.233247 h -0.65391 v 1.743309 h -0.26156"
id="path2883"
style="font-style:normal;font-weight:normal;font-size:8.2513px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.334644" />
<path
d="m 211.05209,88.123473 v -1.976556 h 0.39369 l 0.46785,1.399497 c 0.0431,0.130333 0.0746,0.227858 0.0944,0.292575 0.0224,-0.07191 0.0575,-0.177522 0.10516,-0.316844 l 0.47324,-1.375228 h 0.3519 v 1.976556 h -0.25213 v -1.654321 l -0.57436,1.654321 h -0.23594 l -0.57167,-1.682635 v 1.682635 h -0.25212"
id="path2885"
style="font-style:normal;font-weight:normal;font-size:8.2513px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.334644" />
</g>
<g
id="conf_title"
inkscape:label="#conf_title"
transform="translate(0, 0)">
<path
d="m 201.98873,183.17572 -0.99218,-3.12125 h -3.38309 l -1.00596,3.12125 h -1.30914 l 3.32796,-10.11479 h 1.34359 l 3.34174,10.11479 z m -1.35736,-4.25813 -0.9164,-2.92144 q -0.26872,-0.85439 -0.42719,-1.55719 -0.1378,0.68213 -0.31695,1.26091 l -0.99218,3.21772 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186879" />
<path
d="m 210.83573,175.78255 -0.33761,1.14377 q -0.8475,-0.31006 -1.54341,-0.31006 -1.1231,0 -1.73633,0.64079 -0.60633,0.6339 -0.60633,1.83968 v 4.07899 h -1.25402 v -7.56542 h 1.01975 l 0.15158,1.38492 h 0.0551 q 0.52365,-0.81993 1.1231,-1.17133 0.59944,-0.3514 1.4745,-0.3514 0.81304,0 1.65364,0.31006 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186881" />
<path
d="m 219.31755,175.87902 -0.42719,1.08864 q -1.03353,-0.39274 -1.84657,-0.39274 -2.55626,0 -2.55626,2.84565 0,2.79742 2.48736,2.79742 1.08176,0 2.21175,-0.4272 v 1.10244 q -0.92328,0.4203 -2.26687,0.4203 -1.77078,0 -2.74919,-0.99908 -0.9784,-1.00597 -0.9784,-2.8801 0,-1.93614 0.99907,-2.949 0.99908,-1.01286 2.8112,-1.01286 1.22645,0 2.3151,0.40653 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186883" />
<path
d="m 226.5867,183.17572 v -4.87136 q 0,-1.79145 -1.63986,-1.79145 -2.11529,0 -2.11529,2.7423 v 3.92051 h -1.25402 v -10.72113 h 1.25402 v 3.18327 l -0.0551,0.99219 h 0.0689 q 0.70969,-1.15756 2.3151,-1.15756 2.68028,0 2.68028,2.76297 v 4.94026 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186885" />
<path
d="m 245.15575,181.79079 v 1.11621 q -1.00597,0.40653 -2.46668,0.40653 -2.12907,0 -3.25906,-1.35048 -1.12999,-1.35048 -1.12999,-3.83784 0,-2.384 1.23334,-3.77582 1.23334,-1.39181 3.3693,-1.39181 1.51584,0 2.63894,0.59255 l -0.53743,1.07487 q -1.06109,-0.53743 -2.10151,-0.53743 -1.48139,0 -2.36333,1.09554 -0.88195,1.08864 -0.88195,2.95589 0,1.97748 0.82683,3.0179 0.82682,1.03353 2.41845,1.03353 0.89573,0 2.25309,-0.39964 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186887" />
<path
d="m 250.08224,183.31353 q -1.48828,0 -2.45291,-1.06798 -0.95774,-1.07487 -0.95774,-2.86632 0,-1.81212 0.93018,-2.85943 0.93707,-1.04731 2.5218,-1.04731 1.50206,0 2.4598,1.06798 0.95774,1.06798 0.95774,2.83876 0,1.8259 -0.94395,2.8801 -0.94396,1.0542 -2.51492,1.0542 z m 0.0276,-1.04042 q 2.13596,0 2.13596,-2.89388 0,-2.86632 -2.14974,-2.86632 -2.12908,0 -2.12908,2.86632 0,2.89388 2.14286,2.89388 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186889" />
<path
d="m 260.45886,183.17572 v -4.87136 q 0,-1.79145 -1.63987,-1.79145 -2.11529,0 -2.11529,2.7423 v 3.92051 h -1.25402 v -7.56542 h 1.01288 l 0.18603,1.01975 h 0.0689 q 0.70969,-1.15756 2.3151,-1.15756 2.68028,0 2.68028,2.76297 v 4.94026 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186891" />
<path
d="m 270.00865,176.55425 h -2.68029 v 6.62147 h -1.25399 v -6.62147 h -2.18419 v -0.75792 l 2.18419,-0.22737 v -0.66146 q 0,-1.32981 0.62011,-1.92925 0.62013,-0.59945 2.06017,-0.59945 0.88882,0 1.73633,0.24116 l -0.28252,0.98529 q -0.71657,-0.19292 -1.42626,-0.19292 -0.84749,0 -1.15065,0.34451 -0.30319,0.34451 -0.30319,1.13688 v 0.71658 h 2.68029 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186893" />
<path
d="m 287.117,183.17572 h -6.27697 v -1.07487 l 2.41157,-2.62516 q 1.34358,-1.46761 1.77078,-2.18419 0.42719,-0.72347 0.42719,-1.59163 0,-0.77859 -0.44098,-1.22645 -0.43407,-0.45476 -1.17822,-0.45476 -1.10243,0 -2.19109,0.94396 l -0.70279,-0.81993 q 1.32292,-1.18511 2.90767,-1.18511 1.3367,0 2.10838,0.73035 0.77172,0.73037 0.77172,1.96371 0,0.81993 -0.40654,1.6812 -0.4065,0.86128 -2.00504,2.58382 l -1.93614,2.06017 v 0.0551 h 4.74046 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186895" />
<path
d="m 292.43621,183.31353 q -1.57784,0 -2.39088,-1.32981 -0.81306,-1.3367 -0.81306,-3.85851 0,-5.18142 3.20394,-5.18142 1.59854,0 2.41157,1.3367 0.81992,1.32981 0.81992,3.84472 0,5.18832 -3.23149,5.18832 z m 0,-1.06798 q 1.01285,0 1.48828,-0.96463 0.47543,-0.97152 0.47543,-3.15571 0,-2.1704 -0.47543,-3.13503 -0.47543,-0.97152 -1.48828,-0.97152 -0.99906,0 -1.46761,0.96463 -0.46165,0.95774 -0.46165,3.14192 0,2.19108 0.46165,3.15571 0.46855,0.96463 1.46761,0.96463 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186897" />
<path
d="m 304.05306,183.17572 h -6.27695 v -1.07487 l 2.41157,-2.62516 q 1.34358,-1.46761 1.77078,-2.18419 0.4272,-0.72347 0.4272,-1.59163 0,-0.77859 -0.44098,-1.22645 -0.43408,-0.45476 -1.17822,-0.45476 -1.10244,0 -2.19109,0.94396 l -0.70279,-0.81993 q 1.32292,-1.18511 2.90764,-1.18511 1.3367,0 2.10841,0.73035 0.77171,0.73037 0.77171,1.96371 0,0.81993 -0.40653,1.6812 -0.40653,0.86128 -2.00504,2.58382 l -1.93614,2.06017 v 0.0551 h 4.74043 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186899" />
<path
d="m 309.3723,183.31353 q -1.57787,0 -2.39091,-1.32981 -0.81304,-1.3367 -0.81304,-3.85851 0,-5.18142 3.20395,-5.18142 1.5985,0 2.41157,1.3367 0.81992,1.32981 0.81992,3.84472 0,5.18832 -3.23149,5.18832 z m 0,-1.06798 q 1.01285,0 1.48828,-0.96463 0.47543,-0.97152 0.47543,-3.15571 0,-2.1704 -0.47543,-3.13503 -0.47543,-0.97152 -1.48828,-0.97152 -0.9991,0 -1.46762,0.96463 -0.46164,0.95774 -0.46164,3.14192 0,2.19108 0.46164,3.15571 0.46852,0.96463 1.46762,0.96463 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;line-height:1.25;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="path186901" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="text">
<text
xml:space="preserve"
id="title"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect187105);fill:#000000;fill-opacity:1;stroke:none;"
inkscape:label="#title"><tspan
x="10.583984"
y="26.212916"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.6389px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#1793d1;fill-opacity:1">$title</tspan></tspan></text>
<text
xml:space="preserve"
id="subtitle"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect188233);fill:#000000;fill-opacity:1;stroke:none;"
inkscape:label="#subtitle"><tspan
x="10.583984"
y="104.62732"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff;fill-opacity:1">$subtitle</tspan></tspan></text>
<text
xml:space="preserve"
id="persons"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect188239);fill:#000000;fill-opacity:1;stroke:none;"
inkscape:label="#persons"><tspan
x="10.583984"
y="199.87732"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff;fill-opacity:1">$persons</tspan></tspan></text>
<text
xml:space="preserve"
id="id"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect188251);fill:#000000;fill-opacity:1;stroke:none;"
inkscape:label="#id"><tspan
x="201.08398"
y="252.79334"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff;fill-opacity:1">$id</tspan></tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 620 KiB

View file

@ -0,0 +1,344 @@
<?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"
width="1920"
height="1080"
viewBox="0 0 1920 1080"
id="svg2"
version="1.1"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="pause.svg">
<defs
id="defs4">
<rect
x="756.82522"
y="693.95901"
width="525.38191"
height="97.029891"
id="rect186709" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="495.76257"
inkscape:cy="546.51667"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
inkscape:window-width="1196"
inkscape:window-height="1315"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0">
<sodipodi:guide
position="21.429,540"
orientation="0,1"
id="guide6027"
inkscape:label=""
inkscape:color="rgb(0,0,255)" />
<sodipodi:guide
position="960,1056.6196"
orientation="1,0"
id="guide6055"
inkscape:label=""
inkscape:color="rgb(0,0,255)" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Background"
style="display:inline">
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:23.3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="background"
width="1920"
height="1080"
x="0"
y="0" />
</g>
<g
inkscape:label="Icons"
inkscape:groupmode="layer"
id="layer-icons"
transform="translate(0,27.637839)"
style="display:none"
sodipodi:insensitive="true">
<g
id="eat"
inkscape:label="#g5170">
<g
transform="matrix(1,0,0,-1,960.005,512.34716)"
id="eat-inner">
<g
id="g12"
style="fill:#ffffff;fill-opacity:1">
<path
d="m -257.918,69.037 c 0,19.059 14.072,38.346 40.969,38.346 l 258.72,-0.004 c 5.373,19.998 23.656,34.338 45.991,34.338 l 157.858,-0.002 c 6.787,0 12.288,-5.502 12.288,-12.287 0,-6.785 -5.501,-12.289 -12.288,-12.289 l -157.864,0.004 c -15.114,0 -23.023,-11.09 -23.023,-22.05 l -0.002,-12.29 -281.674,0.005 c -12.099,0 -16.391,-7.419 -16.391,-13.771 -0.001,-6.352 4.292,-13.775 16.391,-13.775 l 281.68,-0.005 0,-12.285 c 0,-11.681 11.353,-21.087 20.754,-21.087 l 160.128,-0.002 c 6.787,0 12.289,-5.502 12.289,-12.289 0,-6.784 -5.502,-12.287 -12.289,-12.287 L 85.49,-2.69 c -17.998,0 -37.725,13.216 -43.592,33.372 l -258.842,0.004 c -26.903,0.007 -40.974,19.294 -40.974,38.351 z"
id="path14"
style="fill:#ffffff;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
id="g16"
style="fill:#ffffff;fill-opacity:1">
<path
d="m -256.946,-103.484 c 0,18.684 14.065,38.551 40.129,38.551 l 153.709,-0.003 0,27.818 264.646,-0.003 c 36.996,-0.002 56.352,-26.321 56.352,-52.316 -0.002,-25.992 -19.358,-52.311 -56.354,-52.31 l -418.354,0.006 c -26.345,0 -40.13,19.243 -40.128,38.257 z m 218.413,41.793 -10e-4,-27.822 -178.28,0.004 c -11.479,0 -15.55,-7.526 -15.55,-13.975 0,-6.621 4.08,-13.682 15.55,-13.682 l 418.35,-0.006 c 21.953,-0.001 31.783,13.932 31.783,27.734 0,13.808 -9.83,27.742 -31.781,27.742 l -240.071,0.005 z"
id="path18"
style="fill:#ffffff;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<path
d="m 78.087,90.25 c 0,6.787 5.502,12.285 12.285,12.285 l 155.248,-0.002 c 6.787,0 12.288,-5.499 12.287,-12.285 0,-6.787 -5.5,-12.289 -12.289,-12.289 L 90.371,77.962 c -6.782,0 -12.284,5.501 -12.284,12.288 z"
id="path20"
style="fill:#ffffff;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 78.087,48.113 c 0,6.783 5.502,12.287 12.284,12.287 l 155.247,-0.004 c 6.789,0 12.289,-5.502 12.289,-12.286 0,-6.787 -5.502,-12.288 -12.289,-12.288 L 90.371,35.824 c -6.782,0 -12.286,5.502 -12.284,12.289 z"
id="path22-2"
style="fill:#ffffff;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="code"
inkscape:label="#g5164">
<g
style="font-size:medium;font-family:ProstoSans-Bold;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
transform="translate(717.25155,401.37325)"
id="code-inner">
<path
id="path4138"
style="font-size:268.90231323px;font-family:ProstoSans-Bold;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
d="m 316.67032,64.180481 0,-23.896593 168.32655,61.054482 0,21.79579 -168.32655,61.05448 0,-23.89659 135.23896,-47.92448 -135.23896,-48.187089 z"
inkscape:connector-curvature="0" />
<path
id="path4136"
style="font-size:268.90231323px;font-family:ProstoSans-Bold;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
d="m 265.59465,0.50000127 22.32099,0 -68.27598,220.97782873 -22.32099,0 68.27598,-220.97782873 z"
inkscape:connector-curvature="0" />
<path
id="path4134"
style="font-size:268.90231323px;font-family:ProstoSans-Bold;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
d="m 168.82658,64.180481 -135.501558,48.187089 135.501558,47.92448 0,23.89659 -168.32654699,-61.05448 0,-21.79579 168.32654699,-61.054482 0,23.896593 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="sleep"
inkscape:label="#g5158">
<g
transform="translate(392.14286,238.57143)"
id="sleep-inner">
<path
d="m 363.61614,205.17623 c 0,-10.968 8.891,-19.858 19.858,-19.858 10.967,0 19.858,8.891 19.858,19.858 0,10.967 -8.891,19.858 -19.858,19.858 -10.967,0 -19.858,-8.89 -19.858,-19.858 z"
id="path12"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:37.36399841;stroke-linecap:round;stroke-opacity:1"
inkscape:connector-curvature="0" />
<line
x1="452.92215"
y1="241.75023"
x2="770.66412"
y2="241.75023"
id="line10"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:50;stroke-linecap:round;stroke-opacity:1" />
<polyline
points=" 264.811,-132.373 264.811,-42.348 -264.759,-42.348 -264.759,-132.373 -264.759,132.41 "
id="polyline8"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:37.36399841;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
transform="matrix(1,0,0,-1,567.83114,273.80923)" />
</g>
</g>
<g
id="repeat"
inkscape:label="#g5149">
<g
id="repeat-inner">
<path
d="m 1087.366,384.80213 -353.43398,0 c -31.336,0 -56.692,25.357 -56.692,56.693 l 0,141.73303 c 0,31.336 25.357,56.693 56.693,56.693"
id="path12-3"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:40;stroke-opacity:1" />
<g
id="g14"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
transform="matrix(1,0,0,-1,960.01198,512.19516)">
<polygon
points="112.765,176.973 199.117,127.119 112.765,77.256 "
id="polygon16"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
</g>
<path
d="m 832.63502,639.92216 353.43398,0 c 31.336,0 56.691,-25.357 56.691,-56.693 l 0,-141.73203 c 0,-31.336 -25.357,-56.693 -56.693,-56.693"
id="path22"
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:40;stroke-opacity:1"
sodipodi:nodetypes="csccc" />
<g
id="g24"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
transform="matrix(1,0,0,-1,960.01198,512.19516)">
<polygon
points="-112.787,-177.307 -199.14,-127.453 -112.787,-77.59 "
id="polygon26"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
</g>
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Text"
style="display:inline">
<g
id="group"
inkscape:label="#group">
<g
id="arch_logo"
transform="matrix(2.6485235,0,0,2.6485235,697.71341,59.09801)"
inkscape:label="#arch_logo"
style="display:inline">
<path
d="m 97.8125,16.625 c -7.39687,18.135158 -11.858304,29.997682 -20.09375,47.59375 5.04936,5.35232 11.247211,11.585364 21.3125,18.625 C 88.210077,78.390904 80.828713,73.920352 75.3125,69.28125 64.7727,91.274163 48.259864,122.60209 14.75,182.8125 41.087628,167.60733 61.504089,158.23318 80.53125,154.65625 79.714216,151.1422 79.2497,147.34107 79.28125,143.375 l 0.03125,-0.84375 c 0.417917,-16.87382 9.195665,-29.84979 19.59375,-28.96875 10.39809,0.88104 18.48041,15.28242 18.0625,32.15625 -0.0786,3.17512 -0.43674,6.22955 -1.0625,9.0625 18.82058,3.68164 39.01873,13.03179 65,28.03125 -5.123,-9.4318 -9.69572,-17.93388 -14.0625,-26.03125 -6.87839,-5.33121 -14.05289,-12.2698 -28.6875,-19.78125 10.05899,2.61375 17.2611,5.62932 22.875,9 C 116.63297,63.338161 113.03766,52.354109 97.8125,16.625 Z"
id="path2518"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<g
id="text2638"
style="font-style:normal;font-weight:normal;font-size:8.2513px;font-family:'DejaVu Sans Mono';fill:#ffffff;fill-opacity:1;stroke:none"
transform="matrix(0.8746356,0,0,0.8746356,-28.046795,-106.39346)">
<path
d="m 239.84053,313.69965 v -5.20945 h -1.94598 v -0.697 h 4.68164 v 0.697 h -1.95404 v 5.20945 h -0.78162"
id="path2883"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 243.39004,313.69965 v -5.90645 h 1.17646 l 1.39805,4.18205 c 0.12892,0.38947 0.22293,0.6809 0.28202,0.87429 0.0671,-0.21488 0.1719,-0.53048 0.31426,-0.94681 l 1.41417,-4.10953 h 1.05155 v 5.90645 h -0.75341 v -4.94353 l -1.71634,4.94353 h -0.70506 l -1.70828,-5.02814 v 5.02814 h -0.75342"
id="path2885"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
aria-label="break"
transform="translate(-137.54208,846.31922)"
id="breaktext"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0.01%;font-family:Museo;-inkscape-font-specification:Museo;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
d="m 986.76855,156.47705 q 0,-12.39014 -5.12695,-19.40918 -5.06592,-7.08008 -13.97705,-7.08008 -8.91113,0 -14.03809,7.08008 -5.06591,7.01904 -5.06591,19.40918 0,12.39014 5.06591,19.47022 5.12696,7.01904 14.03809,7.01904 8.91113,0 13.97705,-7.01904 5.12695,-7.08008 5.12695,-19.47022 z m -38.208,-23.86475 q 3.54004,-6.10351 8.91113,-9.0332 5.43213,-2.99072 12.93945,-2.99072 12.45117,0 20.20264,9.88769 7.8125,9.8877 7.8125,26.00098 0,16.11328 -7.8125,26.00098 -7.75147,9.88769 -20.20264,9.88769 -7.50732,0 -12.93945,-2.92968 -5.37109,-2.99073 -8.91113,-9.09424 v 10.2539 H 937.26904 V 95.625 h 11.29151 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:125px;line-height:1.25;font-family:Museo;-inkscape-font-specification:Museo;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1"
id="path186842" />
<path
d="m 1056.6538,132.73437 q -1.8921,-1.09863 -4.1504,-1.58691 -2.1972,-0.54932 -4.8828,-0.54932 -9.5215,0 -14.6484,6.22559 -5.0659,6.16455 -5.0659,17.76123 v 36.01074 h -11.2916 v -68.35937 h 11.2916 v 10.62012 q 3.54,-6.22559 9.2163,-9.21631 5.6762,-3.05176 13.7939,-3.05176 1.1597,0 2.5635,0.1831 1.4038,0.12207 3.1128,0.42725 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:125px;line-height:1.25;font-family:Museo;-inkscape-font-specification:Museo;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1"
id="path186844" />
<path
d="m 1124.1587,153.6084 v 5.49316 h -51.6358 q 0.7325,11.59668 6.9581,17.7002 6.2866,6.04248 17.456,6.04248 6.4697,0 12.5122,-1.58692 6.1035,-1.58691 12.085,-4.76074 v 10.62012 q -6.0425,2.56348 -12.3902,3.90625 -6.3476,1.34277 -12.8784,1.34277 -16.3574,0 -25.9399,-9.52148 -9.5215,-9.52149 -9.5215,-25.75684 0,-16.78467 9.0332,-26.61133 9.0942,-9.88769 24.4751,-9.88769 13.7939,0 21.7896,8.91113 8.0566,8.8501 8.0566,24.10889 z m -11.2305,-3.2959 q -0.122,-9.21631 -5.188,-14.70947 -5.0048,-5.49317 -13.3056,-5.49317 -9.3994,0 -15.0757,5.31006 -5.6152,5.31006 -6.4697,14.95362 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:125px;line-height:1.25;font-family:Museo;-inkscape-font-specification:Museo;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1"
id="path186846" />
<path
d="m 1173.6582,156.23291 q -13.6108,0 -18.8599,3.11279 -5.249,3.1128 -5.249,10.62012 0,5.98145 3.9063,9.52148 3.9673,3.47901 10.7422,3.47901 9.3383,0 14.9536,-6.5918 5.6762,-6.65283 5.6762,-17.63916 v -2.50244 z m 22.3999,-4.63867 v 39.00146 h -11.2305 v -10.37597 q -3.8452,6.22558 -9.5825,9.21631 -5.7373,2.92968 -14.0381,2.92968 -10.498,0 -16.7236,-5.85937 -6.1646,-5.92041 -6.1646,-15.80811 0,-11.53564 7.6905,-17.39502 7.7514,-5.85937 23.0713,-5.85937 h 15.747 v -1.09864 q 0,-7.75146 -5.1269,-11.96289 -5.0659,-4.27246 -14.2822,-4.27246 -5.8594,0 -11.4136,1.40381 -5.5542,1.40381 -10.6812,4.21143 v -10.37598 q 6.1646,-2.38037 11.9629,-3.54004 5.7984,-1.2207 11.2915,-1.2207 14.8316,0 22.1558,7.69043 7.3242,7.69043 7.3242,23.31543 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:125px;line-height:1.25;font-family:Museo;-inkscape-font-specification:Museo;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1"
id="path186848" />
<path
d="m 1218.7632,95.625 h 11.2915 v 56.09131 l 33.5083,-29.47998 h 14.3433 l -36.2549,31.98242 37.7807,36.37695 h -14.6484 l -34.729,-33.38623 v 33.38623 h -11.2915 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:125px;line-height:1.25;font-family:Museo;-inkscape-font-specification:Museo;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1"
id="path186850" />
</g>
<g
aria-label="Arch Conf 2020"
id="text186707"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect186709);fill:#000000;fill-opacity:1;stroke:none">
<path
d="m 782.97004,741.21491 -3.75,-11.79687 h -12.78645 l -3.80208,11.79687 h -4.94792 l 12.57812,-38.22915 h 5.07812 l 12.6302,38.22915 z m -5.13021,-16.09374 -3.46354,-11.04166 q -1.01562,-3.22917 -1.61458,-5.88542 -0.52083,2.57813 -1.19792,4.76562 l -3.74999,12.16146 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186713" />
<path
d="m 816.40752,713.27221 -1.27605,4.32292 q -3.20312,-1.17188 -5.83333,-1.17188 -4.24478,0 -6.56249,2.42188 -2.29167,2.39583 -2.29167,6.95312 v 15.41666 h -4.73958 v -28.59374 h 3.85417 l 0.57291,5.23437 h 0.20834 q 1.97916,-3.09895 4.24479,-4.42708 2.26562,-1.32812 5.57291,-1.32812 3.07291,0 6.25,1.17187 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186715" />
<path
d="m 848.46479,713.6368 -1.61459,4.11458 q -3.90624,-1.48438 -6.97916,-1.48438 -9.66145,0 -9.66145,10.75521 0,10.57291 9.40104,10.57291 4.08853,0 8.35937,-1.61459 v 4.16667 q -3.48959,1.58854 -8.56771,1.58854 -6.6927,0 -10.39062,-3.77604 -3.69791,-3.80208 -3.69791,-10.88541 0,-7.3177 3.77604,-11.14583 3.77604,-3.82812 10.62499,-3.82812 4.63542,0 8.75,1.53646 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186717" />
<path
d="m 875.93873,741.21491 v -18.41145 q 0,-6.77083 -6.19792,-6.77083 -7.99478,0 -7.99478,10.36458 v 14.8177 h -4.73958 V 700.6941 h 4.73958 v 12.03124 l -0.20834,3.75 h 0.26042 q 2.68229,-4.375 8.75,-4.375 10.1302,0 10.1302,10.4427 v 18.67187 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186719" />
<path
d="m 946.12097,735.98053 v 4.21875 q -3.80208,1.53646 -9.32291,1.53646 -8.04687,0 -12.3177,-5.10416 -4.27083,-5.10417 -4.27083,-14.5052 0,-9.01042 4.66146,-14.27083 4.66145,-5.26041 12.73436,-5.26041 5.72917,0 9.97396,2.23958 l -2.03125,4.0625 q -4.01042,-2.03125 -7.94271,-2.03125 -5.59895,0 -8.93228,4.14062 -3.33333,4.11458 -3.33333,11.17187 0,7.47395 3.125,11.40624 3.12499,3.90625 9.14061,3.90625 3.38542,0 8.51562,-1.51042 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186721" />
<path
d="m 964.74075,741.73574 q -5.62499,0 -9.27082,-4.03646 -3.61979,-4.06249 -3.61979,-10.83332 0,-6.84896 3.51562,-10.80729 3.54166,-3.95833 9.53124,-3.95833 5.67708,0 9.29687,4.03646 3.61979,4.03645 3.61979,10.72916 0,6.90103 -3.5677,10.88541 -3.56771,3.98437 -9.50521,3.98437 z m 0.10417,-3.93229 q 8.07291,0 8.07291,-10.93749 0,-10.83333 -8.12499,-10.83333 -8.04687,0 -8.04687,10.83333 0,10.93749 8.09895,10.93749 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186723" />
<path
d="m 1003.9595,741.21491 v -18.41145 q 0,-6.77083 -6.19793,-6.77083 -7.99479,0 -7.99479,10.36458 v 14.8177 h -4.73958 v -28.59374 h 3.82812 l 0.70313,3.85417 h 0.26041 q 2.68229,-4.375 8.75,-4.375 10.13024,0 10.13024,10.4427 v 18.67187 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186725" />
<path
d="m 1040.0532,716.18888 h -10.1302 v 25.02603 h -4.7396 v -25.02603 h -8.2552 v -2.86458 l 8.2552,-0.85938 v -2.5 q 0,-5.02603 2.3438,-7.29166 2.3437,-2.26562 7.7864,-2.26562 3.3594,0 6.5625,0.91146 l -1.0677,3.72395 q -2.7083,-0.72916 -5.3906,-0.72916 -3.2031,0 -4.349,1.30208 -1.1458,1.30208 -1.1458,4.29687 v 2.70833 h 10.1302 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186727" />
<path
d="m 1104.7146,741.21491 h -23.7239 v -4.0625 l 9.1146,-9.92187 q 5.0781,-5.54687 6.6927,-8.2552 1.6145,-2.73438 1.6145,-6.01563 0,-2.9427 -1.6666,-4.63541 -1.6406,-1.71875 -4.4531,-1.71875 -4.1667,0 -8.2813,3.56771 l -2.6562,-3.09896 q 5,-4.47916 10.9895,-4.47916 5.0521,0 7.9688,2.76041 2.9166,2.76042 2.9166,7.42187 0,3.09896 -1.5364,6.35417 -1.5365,3.2552 -7.5781,9.76561 l -7.3177,7.78646 v 0.20833 h 17.9166 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186729" />
<path
d="m 1124.8188,741.73574 q -5.9636,0 -9.0365,-5.02604 -3.0729,-5.05208 -3.0729,-14.58332 0,-19.58333 12.1094,-19.58333 6.0416,0 9.1146,5.05208 3.0989,5.02604 3.0989,14.53125 0,19.60936 -12.2135,19.60936 z m 0,-4.03646 q 3.8281,0 5.625,-3.64583 1.7968,-3.67187 1.7968,-11.92707 0,-8.20312 -1.7968,-11.84896 -1.7969,-3.67187 -5.625,-3.67187 -3.7761,0 -5.5469,3.64583 -1.7448,3.61979 -1.7448,11.875 0,8.28124 1.7448,11.92707 1.7708,3.64583 5.5469,3.64583 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186731" />
<path
d="m 1168.725,741.21491 h -23.7239 v -4.0625 l 9.1145,-9.92187 q 5.0782,-5.54687 6.6927,-8.2552 1.6146,-2.73438 1.6146,-6.01563 0,-2.9427 -1.6666,-4.63541 -1.6407,-1.71875 -4.4532,-1.71875 -4.1666,0 -8.2812,3.56771 l -2.6563,-3.09896 q 5,-4.47916 10.9896,-4.47916 5.0521,0 7.9688,2.76041 2.9166,2.76042 2.9166,7.42187 0,3.09896 -1.5364,6.35417 -1.5365,3.2552 -7.5782,9.76561 l -7.3177,7.78646 v 0.20833 h 17.9167 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186733" />
<path
d="m 1188.8292,741.73574 q -5.9636,0 -9.0365,-5.02604 -3.0729,-5.05208 -3.0729,-14.58332 0,-19.58333 12.1094,-19.58333 6.0416,0 9.1145,5.05208 3.099,5.02604 3.099,14.53125 0,19.60936 -12.2135,19.60936 z m 0,-4.03646 q 3.8281,0 5.6249,-3.64583 1.7969,-3.67187 1.7969,-11.92707 0,-8.20312 -1.7969,-11.84896 -1.7968,-3.67187 -5.6249,-3.67187 -3.7761,0 -5.5469,3.64583 -1.7448,3.61979 -1.7448,11.875 0,8.28124 1.7448,11.92707 1.7708,3.64583 5.5469,3.64583 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:53.3333px;font-family:'Droid Sans Mono';-inkscape-font-specification:'Droid Sans Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ffffff"
id="path186735" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

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