This commit is contained in:
Kiara Grouwstra 2022-07-23 13:14:14 +02:00
commit 31787eea66
97 changed files with 19036 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Mac specific
.DS_Store
# Dotenv
.env
# Vim
*~
*.swp
*.swo
# Log files
*.log
# Node specific
node_modules

49
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,49 @@
variables:
DEST: /var/www/wordpress/wp-content/themes/BIJ1/
'deploy:staging':
stage: deploy
environment:
name: staging
url: https://wp-staging.bij1.net/
variables:
HOST: wp-staging.bij1.net
KNOWN_HOSTS: |
wp-staging.bij1.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjoGGL3GOkT99ucRoa5udC4yu8vsK2dTJv2lLIZ1W5p
wp-staging.bij1.net ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFWvN4vpJjpjA2cg1x302vO9gChOlUG9qIsJEc+9YnYzKAzqIRRwondRrePusQUyyFC9b+6u7Py4cRg3ZZRqEIr/lLkJwbxspVilqS2cn9/vtRiqxShpWLruvKQi0hrFi0usgdjiYRAe/eMO9oYFikoycR5aDaLYzNV8RA5PDFTtN9y2
W2r8E4wQ2AwKsn4bom1kCUtKUAMdYqVS+mb3Ni9+AonuJspkRXMhy6A3WnoHHOU5Os6vVVYROlJrA49BFf13jc61BsrlwiJaKVmUM/XigWgJpE9XBKe9DYUpIv4kGLPd9UvFscWe2hyl6m5xEalGZLsM3+YMQIiisznXyR
wp-staging.bij1.net ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUz3d4GyZfK2Li+W3vBaymmIAX/aEpbUilcTLKc7YW+xSTTK40hHBopFFO0dszuL+1N4kLcLYuTBL5n3L4qIOc=
script:
- apt-get update -qy
- apt-get install -y rsync
- mkdir -p ~/.ssh/
- echo "$SSH_KEY" | base64 -d > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa | wc -c
- echo "$KNOWN_HOSTS" >> ~/.ssh/known_hosts
- rsync -rauL ./src/* root@$HOST:$DEST
'deploy:production':
stage: deploy
environment:
name: production
url: https://bij1.org
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
needs:
- deploy:staging
variables:
HOST: wp.bij1.net
KNOWN_HOSTS: |
wp.bij1.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKHCHzR1sBsM4SQFkG80osSxkKmarbja93hzVA8S4Sjv
wp.bij1.net ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKmtE1egG2wigPXYOFtMXDEMXsBLLbwyB5dMtcO+wjbdHhgORtRhJ/R2gPW/yE3Z+l3trLUPaXmpZErOGdPs2fCQ4EqAUyV09yqgvDGdb+1KXZ9lsV6RWSuiyr4ozvO7ffeptRDCCNTgGLWF2paAzfyr5hYevngRCvx9gWyW5BssyY+0Y9PPTj4Zk5k+XPx53VoSONAzjzap9qQcMLNFouUYdg/pKC/aFXsOy8uFZFvND9F+fl6SABAIAg84KVnTBbNlhWdg81Oe50RYvg2I9QNqetHZpyqbMQxhw9sdpWNtfksnet7tQ43Vo73fEC+PiYd+nVuqDEtlGNcfA5Jgrj
wp.bij1.net ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOwFeMG7E05pcqQU/vFSGKpWHzP7wgdW02wz0O15NehLiF9UQNTSFFrZyGD8XklMsQ9lz6uj7jyyENAVke2i14Y=
script:
- apt-get update -qy
- apt-get install -y rsync
- mkdir -p ~/.ssh/
- echo "$SSH_KEY" | base64 -d > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo "$KNOWN_HOSTS" >> ~/.ssh/known_hosts
- rsync -rauL ./src/* root@$HOST:$DEST

363
LICENSE Normal file
View File

@ -0,0 +1,363 @@
BIJ1 Wordpress Theme
====================
Copyright (C) 2021 BIJ1, Okaia, Multitude
This license applies only to the code in this repository. Images, fonts and
other assets are explicitly excluded.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301, USA.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# BIJ1 WordPress theme
This is a WordPress theme used at [bij1.org](https://bij1.org/),
based on a theme called [Okaia](https://www.okaia.nl/),
and previously maintained by [Multitude](https://www.multitude.nl/).
Changes are initially tested on [wp-staging.bij1.net](https://wp-staging.bij1.net/).
There are a couple of theme settings that you can define as constants:
- LOGO\_BIG\_PATH: url of the big/wide logo
- LOGO\_SMALL\_PATH: url of the small/mobile logo
- IS\_MAIN\_SITE: whether this is bij1.org
- NEWS\_GRID\_VIEW: whether to show the news page as a grid (default = false)
## Todo
- open-source
- [functional demands](https://trello.com/b/h6xl71Se/ict-bij1)
- reverse engineer how the heck their build pipeline worked
- automate/document it
- refactor
- [improve accessibility](https://trello.com/c/KOt0Eq6T/132-toegankelijkheid-verbeteren)
- split off local-friendly version
- format/lint

View File

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="sjabloon-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.64052329"
inkscape:cx="467.58643"
inkscape:cy="16.392847"
inkscape:window-width="1746"
inkscape:window-height="1097"
inkscape:window-x="54"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<text
style="font-variant:normal;font-weight:800;font-stretch:normal;font-size:5.66868px;letter-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="text209"
x="13.993943"
y="155.31029"><tspan
x="13.993943 17.638906 21.351892 24.486673 27.621454 30.829926 34.474888 38.24456 41.889523"
y="155.31029"
sodipodi:role="line"
id="tspan207"
style="stroke-width:0.352778">ROTTERDAM</tspan></text>
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="sjabloon-smal.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.568401"
inkscape:window-width="1310"
inkscape:window-height="1097"
inkscape:window-x="490"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<text
style="font-variant:normal;font-weight:800;font-stretch:normal;font-size:5.66868px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="text217"
x="14.35903"
y="155.31027"><tspan
x="14.35903 17.567503 20.775976"
y="155.31027"
sodipodi:role="line"
id="tspan215"
style="stroke-width:0.352778">010</tspan></text>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

25
src/404.php Normal file
View File

@ -0,0 +1,25 @@
<?php get_header(); ?>
<div class="block 404">
<div class="grid-container fluid">
<div class="grid-x align-center text-center">
<div class="cell">
<p><br /><br /><br /></p>
<?php if (pll_current_language() == 'en') : ?>
<h1>The requested page could not be found.</h1>
<?php else : ?>
<h1>De opgevraagde pagina is helaas niet gevonden.</h1>
<?php endif; ?>
<p><br /></p>
<?php if (pll_current_language() == 'en') : ?>
<a href="<?php echo site_url(); ?>">Click here to return to the homepage.</a>
<?php else : ?>
<a href="<?php echo site_url(); ?>">Klik hier om terug te keren naar de voorpagina.</a>
<?php endif; ?>
<p><br /><br /><br /></p>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>

78
src/Vacatures.php Normal file
View File

@ -0,0 +1,78 @@
<?php /* Template Name: Vacatures */ ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<div class="grid-container fluid">
<div class="grid-x align-center">
<div class="large-8 cell">
<?php
$terms = get_vacature_terms();
$posts = get_posts(array(
'post_type' => 'vacatures',
'numberposts' => -1
));
$vacatures_per_term = array();
$term_names = array();
foreach($terms as $term) {
$vacatures_per_term[$term->slug] = array();
$term_names[$term->slug] = $term->name;
}
foreach($posts as $post) {
$post_terms = wp_get_post_terms($post->ID, 'soort');
$skip = true;
foreach($post_terms as $post_term){
if(array_key_exists($post_term->slug, $vacatures_per_term)) {
$vacatures_per_term[$post_term->slug][] = $post;
break;
}
}
}
foreach($term_names as $term_slug => $term_name) {
if(count($vacatures_per_term[$term_slug]) == 0){
continue;
}
echo '<div class="block vacature-type" data-aos="fade-up"> <h2>' . $term_name . '</h2><hr/>';
foreach($vacatures_per_term[$term_slug] as $post) {
setup_postdata($post);
?>
<div class="vacature" data-aos="fade-up">
<div class="grid-x grid-margin-x align-middle">
<div class="auto cell">
<p class="sbm"><strong><?php the_title(); ?></strong></p>
<div class="grid-x grid-margin-x">
<div class="shrink cell">
<p class="sbm"><?php the_field('dienstverband'); ?></p>
</div>
<div class="shrink cell">
<p class="sbm"><?php the_field('locatie'); ?></p>
</div>
</div>
</div>
<div class="small-12 medium-shrink cell">
<a href="<?php the_permalink(); ?>" class="button nbm"> <?php if (pll_current_language() == 'en') : ?>Apply<?php else : ?>Solliciteer<?php endif; ?>
</a>
</div>
</div>
</div>
<?php } ?>
</div>
<?php } ?>
</div>
</div>
</div>
<?php endwhile;
endif; ?>
<div class="spacingblock smallspacingblock"></div>
<?php get_footer(); ?>

View File

@ -0,0 +1,36 @@
<?php /* Template Name: Veelgestelde vragen */ ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="block faq">
<div class="grid-container fluid">
<div class="grid-x align-center">
<div class="large-8 cell">
<?php if (have_rows('vragen')) : ?>
<ul class="accordion" data-accordion data-allow-all-closed="true">
<?php while (have_rows('vragen')) : the_row(); ?>
<li class="accordion-item" data-accordion-item>
<a href="#" class="accordion-title"><?php the_sub_field('vraag'); ?></a>
<div class="accordion-content" data-tab-content>
<p class="nbm"><?php the_sub_field('antwoord'); ?></p>
</div>
</li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php endwhile;
endif; ?>
<?php get_footer(); ?>

1919
src/acf.php Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,194 @@
<?php
if(useNewsGridView()):
?>
<?php if($alm_current == 1) : ?>
<div class="block nieuwsitem">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<?php endif; ?>
<div class="small-6 large-3 cell news-grid-cell">
<a href="<?php the_permalink(); ?>" class="black-link">
<div class="imagecontainer-small">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large'); ?>
<?php else : ?>
<img src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="flex-container flex-dir-column subscript">
<div class="flex-child-grow">
<p class="bold"><?php the_title(); ?></p>
</div>
</div>
</a>
</div>
<?php if ($alm_current == $alm_found_posts) : ?>
</div>
</div>
</div>
<?php endif; ?>
<?php else: ?>
<!-- DESKTOP NIEUWSBLOK START -->
<?php if ($alm_current == 1) : ?>
<?php $featured_img_url = get_the_post_thumbnail_url(get_the_ID(), 'fullwidth'); ?>
<?php if (has_post_thumbnail()) : ?>
<div class="imageblock" style="background: url('<?php echo $featured_img_url ?>')no-repeat center center / cover;">
<?php else : ?>
<div class="imageblock" style="background: url('<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png')no-repeat center center / cover;">
<?php endif; ?>
<div class="inner">
<div class="headercontainer">
<div class="grid-x align-center text-center">
<div class="small-10 large-10 cell">
<?php if (!empty(get_field('post_title', get_the_ID()))) : ?>
<h1> <?php the_field('post_title', get_the_ID()); ?></h1>
<?php else : ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>
</div>
</div>
</div>
<a href="<?php the_permalink(); ?>" class="button whitebutton nbm">Lees meer</a>
</div>
</div>
<?php elseif ($alm_current == 2 or $alm_current == 3) : ?>
<!-- MOBILE NIEUWSBLOK START -->
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-10 cell small-order-<?php if ($alm_current % 2 == 1) : echo 1;
else : echo 2;
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-2 small-order-<?php if ($alm_current % 2 == 1) : echo 2;
else : echo 1;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="small-10 cell small-order-<?php if ($alm_current % 2 == 1) : echo 3;
else : echo 4;
endif; ?>">
<div class="mobileinner">
<h3><?php the_title(); ?></h3>
<?php bij1_post_published(); ?>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
<div class="small-2 cell small-order-<?php if ($alm_current % 2 == 1) : echo 4;
else : echo 3;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- MOBILE NIEUWSBLOK END -->
<!-- LOOP FOR MEDIUM UP START -->
<div class="block nieuwsitem show-for-medium">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($alm_current % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($alm_current % 2 == 1) : echo 2;
else : echo 3;
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('fullwidth', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="large-5 cell small-order-<?php if ($alm_current % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<?php bij1_post_published(); ?>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($alm_current % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- LOOP FOR MEDIUM UP END -->
<?php else : ?>
<?php if ($alm_current == 4) : ?>
<div class="block nieuwsitem ">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<?php endif; ?>
<div class="small-6 large-3 cell">
<div class="imagecontainer-small">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large'); ?>
<?php else : ?>
<img src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="flex-container flex-dir-column subscript">
<div class="flex-child-grow">
<p class="bold"><?php the_title(); ?></p>
<?php bij1_post_published() ?>
</div>
<div class="flex-child-shrink">
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
</div>
<?php if ($alm_current == 8) : ?>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>

26
src/contact.php Normal file
View File

@ -0,0 +1,26 @@
<?php /* Template Name: Contact */ ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="block contactpage">
<div class="grid-conainer full">
<div class="grid-x align-center">
<div class="large-6 cell">
<?php $shortcode = get_field('shortcode'); ?>
<?php if (!empty($shortcode)) : ?>
<?php echo do_shortcode($shortcode) ?>
<?php endif; ?>
<?php if (get_field('text')) : ?>
<p><small><?php the_field('text'); ?></small> </p>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php the_content(); ?>
<?php endwhile;
endif; ?>
<?php get_footer(); ?>

1
src/css/aos.css Normal file

File diff suppressed because one or more lines are too long

2588
src/css/app.css Normal file

File diff suppressed because it is too large Load Diff

6509
src/css/base.css Normal file

File diff suppressed because it is too large Load Diff

263
src/css/custom.css Normal file
View File

@ -0,0 +1,263 @@
/**
* Customizations by Jelle
*/
body.admin-bar div.top-menu {
top: 32px;
}
div.top-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 90px;
background-color: white;
z-index: 100;
}
div.top-menu a.home {
display: inline-block;
line-height: 60px;
}
div.top-menu ul.icons {
line-height: 90px;
margin: 0;
padding: 0;
}
div.top-menu ul.icons div, div.top-menu ul.icons li {
line-height: 0;
vertical-align: middle;
}
div.top-menu a.home svg {
vertical-align: middle;
}
div.top-menu ul.icons {
float: right;
list-style: none;
}
div.top-menu li {
display: inline-block;
}
div.top-menu div.menu-language-container {
display: inline-block;
}
div.top-menu nav {
display: inline-block;
line-height: 28px;
padding-top: 28px;
}
div.top-menu nav ul {
display: inline-block;
margin: 0;
padding: 0;
}
div.top-menu nav ul.menu > li.first-child a {
margin: 0;
}
div.top-menu nav ul.menu li a {
margin-left: 20px;
margin-right: 20px;
padding: 5px;
}
div.top-menu nav ul.menu li a:hover,
div.top-menu nav ul.menu li a:focus {
text-decoration: underline;
color: #C700BF;
}
div.top-menu nav ul.menu li a:focus {
border: solid;
color: #C700BF;
border-width: 2px;
border-radius: 20px;
}
div.top-menu nav ul li {
display: inline-block;
margin: 0;
padding: 0;
position: relative;
}
div.top-menu nav ul li.menu-item-has-children > a::after {
content: "";
display: inline-block;
width: 10px;
height: 10px;
margin-left: 5px;
vertical-align: top;
border-bottom-style: solid;
border-right-style: solid;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #333;
transform: rotate(45deg);
transform-origin: 100% 100%;
}
div.top-menu nav ul.sub-menu {
display: none;
position: absolute;
left: 0;
top: 30px;
width: 300px;
height: auto;
padding: 25px;
background-color: white;
}
div.top-menu nav ul.menu > li ul.sub-menu.focused {
}
div.top-menu nav ul.sub-menu li {
display: block;
margin-left: 0;
margin-bottom: 15px;
text-align: left;
width: 100%;
}
div.top-menu nav ul.sub-menu a {
display: block;
}
div.top-menu nav ul.sub-menu li:last-child {
margin-bottom: 0;
}
div.top-menu nav a {
display: inline-block;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
div.top-menu nav a {
color: black;
text-decoration: none;
}
div.top-menu nav a.active,
div.top-menu nav a:hover {
}
div.top-menu nav ul.menu > li:last-child a {
border-radius: 20px;
box-sizing: border-box;
padding: 0 25px;
}
div.top-menu a.menu-toggle {
display: none;
float: right;
color: black;
font-size: 40px;
box-sizing: border-box;
line-height: 30px;
margin-left: 20px;
margin-right: 5px;
}
div.top-menu ul.languageswitch {
padding: 0;
}
div.top-menu div.full.grid-container {
clear: both;
}
div.top-menu a.menu-toggle {
display: none;
color: black;
font-size: 40px;
box-sizing: border-box;
margin-top: -10px;
}
@media (min-width: 801px) {
div.top-menu nav ul.menu > li:hover ul.sub-menu,
div.top-menu nav ul.menu > li:focus ul.sub-menu,
div.top-menu nav ul.menu > li:focus-within ul.sub-menu {
display: block;
}
}
@media (max-width: 800px){
div.top-menu a.menu-toggle {
display: inline-block;
}
div.top-menu a.home {
margin-top: 12px;
}
div.top-menu nav {
display: none;
position: fixed;
top: 100px;
left: 0;
width: 100%;
background-color: white;
padding: 5px 5px 10px 5px;
text-align: center;
}
div.top-menu nav.toggled {
display: inline-block;
overflow: scroll;
max-height: calc(100vh - 100px);
}
div.top-menu nav.toggled ul > li:last-child {
margin-bottom: 20px;
}
div.top-menu nav ul.sub-menu {
position: relative;
display: none;
position: static;
width: auto;
padding: 0;
margin-left: 30px;
text-align: right;
}
div.top-menu nav ul.menu > li ul.sub-menu {
display: none;
}
div.top-menu nav ul.menu > li ul.sub-menu.focused {
display: block;
}
div.top-menu nav ul.sub-menu a::before {
content: '- ';
display: inline;
}
div.top-menu nav ul li, div.top-menu nav ul.sub-menu li {
display: block;
margin-left: 0;
margin-top: 20px;
}
div.top-menu nav ul.sub-menu li {
text-align: left;
padding-left: 50px;
}
}

463
src/css/fontello.css vendored Normal file
View File

@ -0,0 +1,463 @@
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?76457891');
src: url('../fonts/fontello.eot?76457891#iefix') format('embedded-opentype'),
url('../fonts/fontello.woff2?76457891') format('woff2'),
url('../fonts/fontello.woff?76457891') format('woff'),
url('../fonts/fontello.ttf?76457891') format('truetype'),
url('../fonts/fontello.svg?76457891#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?65204200#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open-big:before {
content: '\e800';
}
/* '' */
.icon-right-small-old:before {
content: '\e801';
}
/* '' */
.icon-left-open-big:before {
content: '\e802';
}
/* '' */
.icon-right-open-big:before {
content: '\e803';
}
/* '' */
.icon-phone:before {
content: '\e804';
}
/* '' */
.icon-chart-bar:before {
content: '\e805';
}
/* '' */
.icon-up-open-big:before {
content: '\e806';
}
/* '' */
.icon-menu:before {
content: '\e807';
}
/* '' */
.icon-cancel:before {
content: '\e808';
}
/* '' */
.icon-users:before {
content: '\e809';
}
/* '' */
.icon-cloud:before {
content: '\e80a';
}
/* '' */
.icon-linkedin-squared:before {
content: '\e80b';
}
/* '' */
.icon-down-open-1:before {
content: '\e80c';
}
/* '' */
.icon-left-open-1:before {
content: '\e80d';
}
/* '' */
.icon-up-open-1:before {
content: '\e80e';
}
/* '' */
.icon-right-open-1:before {
content: '\e80f';
}
/* '' */
.icon-sun:before {
content: '\e810';
}
/* '' */
.icon-mail:before {
content: '\e811';
}
/* '' */
.icon-heart:before {
content: '\e812';
}
/* '' */
.icon-sun-1:before {
content: '\e813';
}
/* '' */
.icon-heart-empty:before {
content: '\e814';
}
/* '' */
.icon-star:before {
content: '\e815';
}
/* '' */
.icon-star-empty:before {
content: '\e816';
}
/* '' */
.icon-search:before {
content: '\e817';
}
/* '' */
.icon-logout:before {
content: '\e818';
}
/* '' */
.icon-flash:before {
content: '\e819';
}
/* '' */
.icon-logout-1:before {
content: '\e81a';
}
/* '' */
.icon-export:before {
content: '\e81b';
}
/* '' */
.icon-leaf:before {
content: '\e81c';
}
/* '' */
.icon-down-small:before {
content: '\e81d';
}
/* '' */
.icon-left-small:before {
content: '\e81e';
}
/* '' */
.icon-up-small:before {
content: '\e81f';
}
/* '' */
.icon-left:before {
content: '\e820';
}
/* '' */
.icon-down:before {
content: '\e821';
}
/* '' */
.icon-right:before {
content: '\e822';
}
/* '' */
.icon-up:before {
content: '\e823';
}
/* '' */
.icon-headphones:before {
content: '\e824';
}
/* '' */
.icon-pause:before {
content: '\e825';
}
/* '' */
.icon-bell:before {
content: '\e854';
}
/* '' */
.icon-zoom-in:before {
content: '\e86e';
}
/* '' */
.icon-zoom-out:before {
content: '\e86f';
}
/* '' */
.icon-down-open:before {
content: '\e876';
}
/* '' */
.icon-left-open:before {
content: '\e877';
}
/* '' */
.icon-right-open:before {
content: '\e878';
}
/* '' */
.icon-up-open:before {
content: '\e879';
}
/* '' */
.icon-down-big:before {
content: '\e87a';
}
/* '' */
.icon-left-big:before {
content: '\e87b';
}
/* '' */
.icon-right-big:before {
content: '\e87c';
}
/* '' */
.icon-up-big:before {
content: '\e87d';
}
/* '' */
.icon-link-ext:before {
content: '\f08e';
}
/* '' */
.icon-twitter:before {
content: '\f099';
}
/* '' */
.icon-facebook-1:before {
content: '\f09a';
}
/* '' */
.icon-rss:before {
content: '\f09e';
}
/* '' */
.icon-menu-1:before {
content: '\f0c9';
}
/* '' */
.icon-pinterest-squared:before {
content: '\f0d3';
}
/* '' */
.icon-mail-alt:before {
content: '\f0e0';
}
/* '' */
.icon-linkedin:before {
content: '\f0e1';
}
/* '' */
.icon-bell-alt:before {
content: '\f0f3';
}
/* '' */
.icon-food:before {
content: '\f0f5';
}
/* '' */
.icon-circle-empty:before {
content: '\f10c';
}
/* '' */
.icon-circle:before {
content: '\f111';
}
/* '' */
.icon-link-ext-alt:before {
content: '\f14c';
}
/* '' */
.icon-euro:before {
content: '\f153';
}
/* '' */
.icon-youtube-squared:before {
content: '\f166';
}
/* '' */
.icon-youtube:before {
content: '\f167';
}
/* '' */
.icon-youtube-play:before {
content: '\f16a';
}
/* '' */
.icon-instagram:before {
content: '\f16d';
}
/* '' */
.icon-apple:before {
content: '\f179';
}
/* '' */
.icon-android:before {
content: '\f17b';
}
/* '' */
.icon-dot-circled:before {
content: '\f192';
}
/* '' */
.icon-vimeo-squared:before {
content: '\f194';
}
/* '' */
.icon-google:before {
content: '\f1a0';
}
/* '' */
.icon-twitch:before {
content: '\f1e8';
}
/* '' */
.icon-brush:before {
content: '\f1fc';
}
/* '' */
.icon-facebook-official:before {
content: '\f230';
}
/* '' */
.icon-pinterest:before {
content: '\f231';
}
/* '' */
.icon-whatsapp:before {
content: '\f232';
}
/* '' */
.icon-hourglass-o:before {
content: '\f250';
}
/* '' */
.icon-bluetooth-b:before {
content: '\f294';
}
/* '' */
.icon-facebook-squared:before {
content: '\f308';
}
/* '' */
.icon-facebook:before {
content: '\f30c';
}
/* '' */

36
src/doemee.php Normal file
View File

@ -0,0 +1,36 @@
<?php /* Template Name: Doemee */ ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="doemeepage ">
<div class="grid-container full">
<div class="grid-x">
<div class="small-12 medium-order-2 large-6 cell ">
<div class="formulier blockpadding ">
<div class="mobileinner">
<div class="grid-x align-center">
<div class="large-8 cell text-center">
<h2 class="breakword"><?php the_field('title_cover'); ?></h1>
<?php $shortcode = get_field('shortcode'); ?>
<?php if (!empty($shortcode)) : ?>
<?php echo do_shortcode($shortcode) ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<div class="small-12 medium-order-1 large-6 cell">
<?php $image = get_field('image');
$size = 'large'; ?>
<div class="fullheight" style="background: url('<?php echo wp_get_attachment_image_url($image, $size); ?>')no-repeat center center / cover;"></div>
</div>
</div>
</div>
</div>
<?php endwhile;
endif; ?>
<?php get_footer(); ?>

BIN
src/fonts/fontello.eot Normal file

Binary file not shown.

172
src/fonts/fontello.svg Normal file
View File

@ -0,0 +1,172 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2021 by original authors @ fontello.com</metadata>
<defs>
<font id="fontello" horiz-adv-x="1000" >
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="down-open-big" unicode="&#xe800;" d="M63 570l370-356 372 356q22 26 48 0 26-22 0-48l-396-392q-22-22-48 0l-396 392q-26 26 0 48 24 24 50 0z" horiz-adv-x="866" />
<glyph glyph-name="right-small-old" unicode="&#xe801;" d="M328 595q15 15 36 15t37-15l245-245-245-245q-15-15-36-15-22 0-37 15t-15 37 15 37l120 119-395 0q-22 0-37 15t-16 37 16 37 37 16l395 0-120 118q-15 15-15 37t15 37z" horiz-adv-x="646" />
<glyph glyph-name="left-open-big" unicode="&#xe802;" d="M452-20q26-26 0-48-26-26-48 0l-392 394q-24 24 0 50l392 394q22 26 48 0 26-22 0-48l-358-372z" horiz-adv-x="465" />
<glyph glyph-name="right-open-big" unicode="&#xe803;" d="M13-20l358 370-358 372q-26 26 0 48 26 26 48 0l392-394q24-26 0-50l-392-394q-22-26-48 0-26 22 0 48z" horiz-adv-x="465" />
<glyph glyph-name="phone" unicode="&#xe804;" d="M461 290q162 162 118 206l-8 8q-30 30-41 48t-4 54 49 88q20 24 37 39t35 16 30 1 29-13 24-18 26-25 21-22q48-48-6-194t-204-294q-150-150-295-205t-193-7q-2 2-23 22t-25 25-18 24-13 31 2 30 15 35 38 37q42 34 70 47t54 2 35-18 39-37q44-44 208 120z" horiz-adv-x="800" />
<glyph glyph-name="chart-bar" unicode="&#xe805;" d="M750 800q22 0 36-15t14-35l0-850-200 0 0 850q0 50 40 50l110 0z m-300-300q22 0 36-15t14-35l0-550-200 0 0 550q0 50 40 50l110 0z m-300-300q22 0 36-15t14-35l0-250-200 0 0 250q0 50 40 50l110 0z" horiz-adv-x="800" />
<glyph glyph-name="up-open-big" unicode="&#xe806;" d="M804 130l-372 358-370-358q-26-22-50 0-24 24 0 50l396 390q26 26 48 0l396-390q24-26 0-50-26-22-48 0z" horiz-adv-x="864" />
<glyph glyph-name="menu" unicode="&#xe807;" d="M834 90q42 0 73-30t31-75q0-42-30-73t-74-31l-730 0q-44 0-74 31t-30 73q0 44 31 75t73 30l730 0z m0 364q44 0 74-31t30-73-30-73-74-30l-730 0q-44 0-74 30t-30 73 30 73 74 31l730 0z m0 365q44 0 74-31t30-73q0-43-31-74t-73-31l-730 0q-43 0-73 31t-31 74q0 43 30 73t74 31l730 0z" horiz-adv-x="938" />
<glyph glyph-name="cancel" unicode="&#xe808;" d="M596 632q32-31 32-74t-32-74l-135-135 135-135q32-31 32-73t-32-74q-30-30-73-30t-74 30l-135 135-135-135q-30-30-74-30t-74 30q-31 31-31 74t31 73l135 135-135 135q-31 32-31 74t31 74q30 31 74 31t74-31l135-135 135 135q30 31 74 31t73-31z" horiz-adv-x="628" />
<glyph glyph-name="users" unicode="&#xe809;" d="M331 350q-90-3-148-71h-75q-45 0-77 22t-31 66q0 197 69 197 4 0 25-11t54-24 66-12q38 0 75 13-3-21-3-37 0-78 45-143z m598-356q0-66-41-105t-108-39h-488q-68 0-108 39t-41 105q0 30 2 58t8 61 14 61 24 54 35 45 48 30 62 11q6 0 24-12t41-26 59-27 76-12 75 12 60 27 41 26 24 12q34 0 62-11t47-30 35-45 24-54 15-61 8-61 2-58z m-572 713q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m393-214q0-89-63-152t-151-62-152 62-63 152 63 151 152 63 151-63 63-151z m321-126q0-43-31-66t-77-22h-75q-57 68-147 71 45 65 45 143 0 16-3 37 37-13 74-13 33 0 67 12t54 24 24 11q69 0 69-197z m-71 340q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z" horiz-adv-x="1071.4" />
<glyph glyph-name="cloud" unicode="&#xe80a;" d="M781-15l-572 0q-86 0-148 61t-61 148q0 72 44 128t112 73l0 8q0 130 92 221t221 91q100 0 180-58t114-152q115 9 196-68t82-191q0-107-76-184t-184-77z m-577 314q-40 0-70-31t-30-74 30-73 75-31l572 0q65 0 111 46t46 110-46 111-111 46q-18 0-42-8l-56-16-9 57q-14 75-71 125t-134 49q-86 0-148-61t-61-146q0-15 5-43l13-62z" horiz-adv-x="1041" />
<glyph glyph-name="linkedin-squared" unicode="&#xe80b;" d="M132 61h129v387h-129v-387z m138 507q-1 29-21 48t-51 19-53-19-21-48q0-29 20-48t52-19h0q33 0 53 19t21 48z m326-507h129v222q0 86-41 130t-107 44q-76 0-117-65h1v56h-129q2-37 0-387h129v217q0 21 4 31 8 19 25 33t41 14q65 0 65-88v-207z m261 557v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
<glyph glyph-name="down-open-1" unicode="&#xe80c;" d="M564 422l-234-224q-18-18-40-18t-40 18l-234 224q-16 16-16 41t16 41q38 38 78 0l196-188 196 188q40 38 78 0 16-16 16-41t-16-41z" horiz-adv-x="580" />
<glyph glyph-name="left-open-1" unicode="&#xe80d;" d="M242 626q14 16 39 16t41-16q38-36 0-80l-186-196 186-194q38-44 0-80-16-16-40-16t-40 16l-226 236q-16 16-16 38 0 24 16 40 206 214 226 236z" horiz-adv-x="341" />
<glyph glyph-name="up-open-1" unicode="&#xe80e;" d="M564 280q16-16 16-41t-16-41q-38-38-78 0l-196 188-196-188q-40-38-78 0-16 16-16 41t16 41l234 224q16 16 40 16t40-16z" horiz-adv-x="580" />
<glyph glyph-name="right-open-1" unicode="&#xe80f;" d="M98 626l226-236q16-16 16-40 0-22-16-38l-226-236q-16-16-40-16t-40 16q-36 36 0 80l186 194-186 196q-36 44 0 80 16 16 41 16t39-16z" horiz-adv-x="340" />
<glyph glyph-name="sun" unicode="&#xe810;" d="M542 766l-51-152-53 152q-7 22 3 42t31 28q30 10 56-11t14-59z m-469-363l153-53-153-52q-21-8-42 3t-28 32q-10 30 12 56t58 14z m365-469l53 152 51-152q7-21-3-42t-31-28q-30-10-56 12t-14 58z m469 364l-153 52 153 53q21 7 42-3t28-32q10-30-12-57t-58-13z m-675 383l71-145-145 72q-21 10-28 31t3 42q16 32 50 30t49-30z m-74-588l145 71-71-145q-10-21-31-28t-43 3q-31 16-30 50t30 49z m590-74l-71 145 145-71q21-10 28-32t-3-42q-16-31-50-30t-49 30z m74 589l-145-72 71 145q10 22 31 29t43-4q31-16 30-50t-30-48z m-331-493q-97 0-166 70t-69 165 69 166 166 69 165-69 68-166-68-165-165-70z m0 365q-54 0-93-38t-39-92 39-92 93-38 92 38 38 92-38 92-92 38z" horiz-adv-x="980" />
<glyph glyph-name="mail" unicode="&#xe811;" d="M929 11v428q-18-20-39-36-149-115-238-189-28-24-46-37t-48-28-57-13h-2q-26 0-57 13t-48 28-46 37q-88 74-238 189-21 16-39 36v-428q0-7 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7-1 7-3 5-5 4-8 2h-822q-7 0-12-6t-6-12q0-94 83-159 107-84 223-176 4-3 20-17t25-21 25-17 28-16 24-5h2q11 0 24 5t28 16 25 17 25 21 20 17q116 92 224 176 30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="heart" unicode="&#xe812;" d="M500-79q-14 0-25 10l-348 336q-5 5-15 15t-31 37-38 54-30 67-13 77q0 123 71 192t196 70q34 0 70-12t67-33 54-38 42-38q20 20 42 38t54 38 67 33 70 12q125 0 196-70t71-192q0-123-128-251l-347-335q-10-10-25-10z" horiz-adv-x="1000" />
<glyph glyph-name="sun-1" unicode="&#xe813;" d="M465 462q-46 0-79-33t-33-79 33-78 79-33 78 33 33 78-33 79-78 33z m0 112q92 0 158-66t65-158-65-158-158-65-158 65-66 158 66 158 158 66z m-56 168q0 55 55 55 57 0 57-55 0-57-57-57-55 0-55 57z m-279-112q0 55 56 55 55 0 55-55 0-56-55-56-56 0-56 56z m-56-223q23 0 40-16t16-40-16-40-40-16-40 16-16 40q0 24 16 40t40 16z m56-335q0 55 56 55 55 0 55-55 0-56-55-56-56 0-56 56z m279-112q0 22 17 39t38 17q24 0 41-17t16-39-17-40-39-17-39 17-17 40z m296 72q-16 16-16 39t16 39 39 17 40-17 15-39-15-39-40-15-39 15z m151 263q-24 0-40 16t-17 40q0 24 17 40t40 16 39-16 16-40-16-40-39-16z m-72 295q-16-16-40-16t-39 16-16 40 16 40 39 17 40-17 15-40-15-40z" horiz-adv-x="928" />
<glyph glyph-name="heart-empty" unicode="&#xe814;" d="M929 517q0 46-12 80t-31 55-46 33-52 18-55 4-62-14-62-36-48-40-34-34q-10-13-27-13t-27 13q-14 15-34 34t-48 40-62 36-62 14-55-4-52-18-46-33-31-55-12-80q0-93 105-198l324-312 324 312q105 105 105 198z m71 0q0-123-128-251l-347-335q-10-10-25-10t-25 10l-348 336q-5 5-15 15t-31 37-38 54-30 67-13 77q0 123 71 192t196 70q34 0 70-12t67-33 54-38 42-38q20 20 42 38t54 38 67 33 70 12q125 0 196-70t71-192z" horiz-adv-x="1000" />
<glyph glyph-name="star" unicode="&#xe815;" d="M929 489q0-12-15-27l-202-197 48-279q0-4 0-12 0-11-6-19t-17-9q-10 0-22 7l-251 132-250-132q-12-7-23-7-11 0-17 9t-6 19q0 4 1 12l48 279-203 197q-14 15-14 27 0 21 31 26l280 40 126 254q11 23 27 23t28-23l125-254 280-40q32-5 32-26z" horiz-adv-x="928.6" />
<glyph glyph-name="star-empty" unicode="&#xe816;" d="M635 290l170 166-235 34-106 213-105-213-236-34 171-166-41-235 211 111 211-111z m294 199q0-12-15-27l-202-197 48-279q0-4 0-12 0-28-23-28-10 0-22 7l-251 132-250-132q-12-7-23-7-11 0-17 9t-6 19q0 4 1 12l48 279-203 197q-14 15-14 27 0 21 31 26l280 40 126 254q11 23 27 23t28-23l125-254 280-40q32-5 32-26z" horiz-adv-x="928.6" />
<glyph glyph-name="search" unicode="&#xe817;" d="M643 386q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="logout" unicode="&#xe818;" d="M502 0l0 100 98 0 0-100q0-40-29-70t-71-30l-400 0q-40 0-70 30t-30 70l0 700q0 42 30 71t70 29l400 0q42 0 71-29t29-71l0-150-98 0 0 150-402 0 0-700 402 0z m398 326l-198-196 0 120-450 0 0 150 450 0 0 120z" horiz-adv-x="900" />
<glyph glyph-name="flash" unicode="&#xe819;" d="M494 534q10-11 4-24l-302-646q-7-14-23-14-2 0-8 1-9 3-14 11t-3 16l110 451-226-56q-2-1-7-1-10 0-17 7-10 8-7 21l112 461q2 8 9 13t15 5h183q11 0 18-7t7-17q0-4-2-10l-96-258 221 54q5 2 7 2 11 0 19-9z" horiz-adv-x="500" />
<glyph glyph-name="logout-1" unicode="&#xe81a;" d="M357 46q0-2 1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="export" unicode="&#xe81b;" d="M786 298v-144q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h142q7 0 13-6t5-12q0-15-15-18-43-15-74-34-5-2-9-2h-62q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v119q0 11 10 16 16 7 31 21 8 9 19 4 12-5 12-16z m132 277l-214-214q-10-11-25-11-7 0-14 3-22 9-22 33v107h-89q-181 0-245-73-66-77-41-264 2-13-11-19-5-1-7-1-9 0-14 7-6 8-12 17t-22 39-28 55-21 64-10 68q0 27 2 51t8 50 15 49 27 45 38 42 52 34 70 27 89 17 110 6h89v107q0 24 22 33 7 3 14 3 14 0 25-11l214-214q11-10 11-25t-11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="leaf" unicode="&#xe81c;" d="M714 457q0 15-10 25t-25 11q-96 0-178-28t-145-74-131-123q-11-12-11-25 0-15 11-25t25-11q13 0 25 11 15 13 41 39t38 37q76 69 150 98t175 29q14 0 25 11t10 25z m286 111q0-53-11-108-26-125-103-214t-200-149q-119-61-244-61-83 0-160 27-8 2-49 23t-53 21q-9 0-22-18t-25-39-30-39-33-18q-24 0-36 10t-25 33q-1 2-3 6t-3 6-2 5-1 7q0 20 17 41t38 37 38 31 18 27q0 2-8 21t-9 25q-5 28-5 58 0 64 24 123t66 103 96 77 113 53q31 10 81 15t101 5 99 3 91 13 64 32l16 16t17 16 15 11 20 9 24 3q22 0 40-26t26-63 14-69 4-53z" horiz-adv-x="1000" />
<glyph glyph-name="down-small" unicode="&#xe81d;" d="M505 346q15-15 15-37t-15-37l-245-245-245 245q-15 15-15 37t15 37 37 15 37-15l120-119 0 395q0 21 15 36t36 15 37-15 16-36l0-395 120 119q15 15 36 15t36-15z" horiz-adv-x="520" />
<glyph glyph-name="left-small" unicode="&#xe81e;" d="M595 403q21 0 36-16t15-37-15-37-36-15l-395 0 119-119q15-15 15-37t-15-37-36-15q-23 0-38 15l-245 245 245 245q15 15 37 15t37-15 15-37-15-37l-119-118 395 0z" horiz-adv-x="646" />
<glyph glyph-name="up-small" unicode="&#xe81f;" d="M260 673l245-245q15-15 15-37t-15-37-36-15-36 15l-120 120 0-395q0-21-16-37t-37-15-36 15-15 37l0 395-120-120q-15-15-37-15t-37 15-15 37 15 37z" horiz-adv-x="520" />
<glyph glyph-name="left" unicode="&#xe820;" d="M0 353l390 391q19 18 44 18 25 0 43-18t18-44-18-43l-243-243h642q25 0 43-18t18-43-18-43-43-18h-642l243-243q18-18 18-44t-18-43-43-18-44 18z" horiz-adv-x="938" />
<glyph glyph-name="down" unicode="&#xe821;" d="M0 283q0 25 18 43t44 18 42-18l244-243v642q0 25 18 43t43 18 43-18 18-43v-642l243 243q18 18 43 18t43-18q18-18 18-43t-18-44l-390-390-391 390q-18 20-18 44z" horiz-adv-x="817.4" />
<glyph glyph-name="right" unicode="&#xe822;" d="M0 347q0 26 18 43t43 17h642l-242 244q-19 18-19 44t19 42q17 19 42 19t44-19l390-390-390-391q-20-18-44-18t-42 18-19 44 19 43l242 242h-642q-25 0-43 18t-18 44z" horiz-adv-x="938" />
<glyph glyph-name="up" unicode="&#xe823;" d="M0 354q0 26 18 44l391 390 390-390q18-18 18-44 0-26-18-43-18-18-43-18t-43 18l-243 243v-642q0-25-18-43t-43-18q-26 0-44 18t-17 43v642l-244-243q-18-18-43-18t-43 18q-18 17-18 43z" horiz-adv-x="817.4" />
<glyph glyph-name="headphones" unicode="&#xe824;" d="M0 69l0 250q0 207 147 353t353 147 354-147 146-353l0-250q-4-41-35-54t-61 5-29 49l0 250q0 156-109 265t-266 110-266-110-109-265l0-250q-4-41-35-54t-61 5-29 49z m188-157l0 313q0 14 8 22t23 9l62 0q14 0 23-9t9-22l0-313q0-13-9-22t-23-9l-62 0q-14 0-23 9t-8 22z m500 0l0 313q0 14 8 22t23 9l62 0q14 0 23-9t9-22l0-313q0-13-9-22t-23-9l-62 0q-14 0-23 9t-8 22z" horiz-adv-x="1000" />
<glyph glyph-name="pause" unicode="&#xe825;" d="M440 700q90 0 90-64l0-570q0-66-90-66t-90 66l0 570q0 64 90 64z m-350 0q90 0 90-64l0-570q0-66-90-66t-90 66l0 570q0 64 90 64z" horiz-adv-x="530" />
<glyph glyph-name="bell" unicode="&#xe854;" d="M509-96q0 8-9 8-33 0-57 24t-23 57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-372 160h726q-149 168-149 465 0 28-13 58t-39 58-67 45-95 17-95-17-67-45-39-58-13-58q0-297-149-465z m827 0q0-29-21-50t-50-21h-250q0-59-42-101t-101-42-101 42-42 101h-250q-29 0-50 21t-21 50q28 24 51 49t47 67 42 89 27 115 11 145q0 84 66 157t171 89q-5 10-5 21 0 23 16 38t38 16 38-16 16-38q0-11-5-21 106-16 171-89t66-157q0-78 11-145t28-115 41-89 48-67 50-49z" horiz-adv-x="1000" />
<glyph glyph-name="zoom-in" unicode="&#xe86e;" d="M571 404v-36q0-7-5-13t-12-5h-125v-125q0-7-6-13t-12-5h-36q-7 0-13 5t-5 13v125h-125q-7 0-12 5t-6 13v36q0 7 6 12t12 5h125v125q0 8 5 13t13 5h36q7 0 12-5t6-13v-125h125q7 0 12-5t5-12z m72-18q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-21-50t-51-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="zoom-out" unicode="&#xe86f;" d="M571 404v-36q0-7-5-13t-12-5h-322q-7 0-12 5t-6 13v36q0 7 6 12t12 5h322q7 0 12-5t5-12z m72-18q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-21-50t-51-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="down-open" unicode="&#xe876;" d="M939 399l-414-413q-10-11-25-11t-25 11l-414 413q-11 11-11 26t11 25l93 92q10 11 25 11t25-11l296-296 296 296q11 11 25 11t26-11l92-92q11-11 11-25t-11-26z" horiz-adv-x="1000" />
<glyph glyph-name="left-open" unicode="&#xe877;" d="M654 682l-297-296 297-297q10-10 10-25t-10-25l-93-93q-11-10-25-10t-25 10l-414 415q-11 10-11 25t11 25l414 414q10 11 25 11t25-11l93-93q10-10 10-25t-10-25z" horiz-adv-x="714.3" />
<glyph glyph-name="right-open" unicode="&#xe878;" d="M618 361l-414-415q-11-10-25-10t-25 10l-93 93q-11 11-11 25t11 25l296 297-296 296q-11 11-11 25t11 25l93 93q10 11 25 11t25-11l414-414q10-11 10-25t-10-25z" horiz-adv-x="714.3" />
<glyph glyph-name="up-open" unicode="&#xe879;" d="M939 107l-92-92q-11-10-26-10t-25 10l-296 297-296-297q-11-10-25-10t-25 10l-93 92q-11 11-11 26t11 25l414 414q11 10 25 10t25-10l414-414q11-11 11-25t-11-26z" horiz-adv-x="1000" />
<glyph glyph-name="down-big" unicode="&#xe87a;" d="M899 386q0-30-21-50l-363-364q-22-21-51-21-29 0-50 21l-363 364q-21 20-21 50 0 29 21 51l41 41q22 21 51 21 29 0 50-21l164-164v393q0 29 21 50t51 22h71q29 0 50-22t21-50v-393l165 164q20 21 50 21 29 0 51-21l41-41q21-22 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="left-big" unicode="&#xe87b;" d="M857 350v-71q0-30-18-51t-47-21h-393l164-164q21-20 21-50t-21-50l-42-43q-21-20-51-20-29 0-50 20l-364 364q-20 21-20 50 0 29 20 51l364 363q21 21 50 21 29 0 51-21l42-41q21-22 21-51t-21-51l-164-164h393q29 0 47-20t18-51z" horiz-adv-x="857.1" />
<glyph glyph-name="right-big" unicode="&#xe87c;" d="M821 314q0-30-20-50l-363-364q-22-20-51-20-29 0-50 20l-42 42q-22 21-22 51t22 51l163 163h-393q-29 0-47 21t-18 51v71q0 30 18 51t47 20h393l-163 165q-22 20-22 50t22 50l42 42q21 21 50 21 29 0 51-21l363-363q20-20 20-51z" horiz-adv-x="857.1" />
<glyph glyph-name="up-big" unicode="&#xe87d;" d="M899 308q0-28-21-50l-41-42q-22-21-51-21-30 0-50 21l-165 164v-393q0-29-20-47t-51-19h-71q-30 0-51 19t-21 47v393l-164-164q-20-21-50-21t-50 21l-42 42q-21 21-21 50 0 30 21 51l363 363q20 21 50 21 30 0 51-21l363-363q21-22 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="link-ext" unicode="&#xf08e;" d="M786 332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" horiz-adv-x="1000" />
<glyph glyph-name="twitter" unicode="&#xf099;" d="M904 622q-37-54-90-93 0-8 0-23 0-73-21-145t-64-139-103-117-144-82-181-30q-151 0-276 81 19-2 43-2 126 0 224 77-59 1-105 36t-64 89q19-3 34-3 24 0 48 6-63 13-104 62t-41 115v2q38-21 82-23-37 25-59 64t-22 86q0 49 25 91 68-83 164-133t208-55q-5 21-5 41 0 75 53 127t127 53q79 0 132-57 61 12 115 44-21-64-80-100 52 6 104 28z" horiz-adv-x="928.6" />
<glyph glyph-name="facebook-1" unicode="&#xf09a;" d="M535 843v-147h-87q-48 0-65-20t-17-60v-106h164l-22-165h-142v-424h-171v424h-142v165h142v122q0 104 58 161t155 57q82 0 127-7z" horiz-adv-x="571.4" />
<glyph glyph-name="rss" unicode="&#xf09e;" d="M214 100q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m286-69q1-15-9-26-10-12-27-12h-75q-14 0-24 9t-11 23q-12 128-103 219t-219 103q-14 1-23 11t-9 24v75q0 16 12 26 9 10 24 10h3q89-7 170-45t145-101q63-63 101-145t45-171z m286-1q1-15-10-26-10-11-26-11h-80q-14 0-25 10t-10 23q-7 120-57 228t-129 188-188 129-227 57q-14 1-24 11t-10 24v80q0 16 11 26 10 10 25 10h1q147-8 280-67t238-164q104-104 164-238t67-280z" horiz-adv-x="785.7" />
<glyph glyph-name="menu-1" unicode="&#xf0c9;" d="M857 100v-71q0-15-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 25t25 11h785q15 0 26-11t10-25z m0 286v-72q0-14-10-25t-26-10h-785q-15 0-25 10t-11 25v72q0 14 11 25t25 10h785q15 0 26-10t10-25z m0 285v-71q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 26t25 10h785q15 0 26-10t10-26z" horiz-adv-x="857.1" />
<glyph glyph-name="pinterest-squared" unicode="&#xf0d3;" d="M696 779q67 0 114-48t47-113v-536q0-66-47-113t-114-48h-404q47 68 60 118 5 19 30 116 11-21 41-37t63-16q101 0 164 83t64 208q0 47-19 91t-54 77-85 54-110 21q-58 0-109-16t-85-43-60-61-37-71-12-74q0-57 22-101t65-61q7-3 13 0t8 10q6 25 9 35 3 12-7 23-28 35-28 84 0 83 58 143t151 59q83 0 130-45t47-117q0-94-38-160t-97-66q-33 0-54 25t-13 57q5 19 15 52t16 57 6 42q0 27-14 45t-42 18q-34 0-58-31t-24-78q0-40 13-68l-54-231q-14-56-4-142h-102q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535z" horiz-adv-x="857.1" />
<glyph glyph-name="mail-alt" unicode="&#xf0e0;" d="M1000 454v-443q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v443q25-27 56-49 202-137 278-192 32-24 51-37t53-27 61-13h2q28 0 61 13t53 27 51 37q95 68 278 192 32 22 56 49z m0 164q0-44-27-84t-68-69q-210-146-262-181-5-4-23-17t-30-22-29-18-32-15-28-5h-2q-12 0-27 5t-32 15-30 18-30 22-23 17q-51 35-147 101t-114 80q-35 23-65 64t-31 77q0 43 23 72t66 29h822q36 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="linkedin" unicode="&#xf0e1;" d="M195 501v-553h-184v553h184z m12 171q0-41-29-68t-75-27h-1q-46 0-74 27t-28 68q0 41 29 68t75 27 74-27 29-68z m650-407v-317h-183v296q0 59-23 92t-71 33q-35 0-58-19t-36-48q-6-17-6-45v-309h-184q1 223 1 361t0 165l-1 27h184v-80h-1q11 18 23 31t31 29 49 24 64 9q95 0 153-63t58-186z" horiz-adv-x="857.1" />
<glyph glyph-name="bell-alt" unicode="&#xf0f3;" d="M509-96q0 8-9 8-33 0-57 24t-23 57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m455 160q0-29-21-50t-50-21h-250q0-59-42-101t-101-42-101 42-42 101h-250q-29 0-50 21t-21 50q28 24 51 49t47 67 42 89 27 115 11 145q0 84 66 157t171 89q-5 10-5 21 0 23 16 38t38 16 38-16 16-38q0-11-5-21 106-16 171-89t66-157q0-78 11-145t28-115 41-89 48-67 50-49z" horiz-adv-x="1000" />
<glyph glyph-name="food" unicode="&#xf0f5;" d="M357 814v-357q0-34-20-62t-51-39v-435q0-29-21-50t-51-21h-71q-29 0-50 21t-22 50v435q-31 11-51 39t-20 62v357q0 15 11 25t25 11 25-11 10-25v-232q0-14 11-25t25-11 25 11 11 25v232q0 15 11 25t25 11 25-11 10-25v-232q0-14 11-25t25-11 25 11 11 25v232q0 15 10 25t25 11 26-11 10-25z m429 0v-893q0-29-21-50t-51-21h-71q-29 0-50 21t-22 50v286h-125q-7 0-12 5t-5 13v446q0 74 52 127t126 52h143q15 0 25-11t11-25z" horiz-adv-x="785.7" />
<glyph glyph-name="circle-empty" unicode="&#xf10c;" d="M429 654q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="circle" unicode="&#xf111;" d="M857 350q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="link-ext-alt" unicode="&#xf14c;" d="M714 332v268q0 15-10 25t-25 11h-268q-24 0-33-22-10-23 8-39l80-80-298-298q-11-11-11-26t11-25l57-57q11-10 25-10t25 10l298 298 81-80q10-11 25-11 6 0 14 3 21 10 21 33z m143 286v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
<glyph glyph-name="euro" unicode="&#xf153;" d="M545 121l19-89q2-7-1-13t-10-8l-3 0q-2-1-6-2t-9-3-12-3-14-3-16-2-19-3-21-2-21 0q-131 0-228 73t-133 196h-53q-7 0-13 5t-5 13v63q0 7 5 12t13 6h37q-1 31 0 58h-37q-8 0-13 5t-5 13v64q0 8 5 13t13 5h55q37 117 135 188t224 72q57 0 108-13 6-2 11-9 4-6 2-13l-24-89q-2-7-8-11t-13-1l-2 1q-3 0-7 1l-10 2t-12 2-15 2-16 1-16 1q-71 0-126-36t-84-98h261q9 0 14-7 6-7 4-15l-13-63q-3-15-18-15h-273q-1-20 0-58h257q8 0 13-7 5-7 4-15l-14-63q-1-6-6-10t-11-4h-216q27-65 84-104t127-38q10 0 20 1t19 2 16 2 14 3 10 3l7 1 3 2q7 2 14-2 7-3 9-11z" horiz-adv-x="571.4" />
<glyph glyph-name="youtube-squared" unicode="&#xf166;" d="M513 123v88q0 27-16 27-10 0-19-8v-125q9-9 19-9 16 0 16 27z m103 68h36v19q0 28-18 28t-18-28v-19z m-319 148v-39h-45v-236h-41v236h-44v39h130z m112-70v-205h-37v23q-22-25-43-25-18 0-23 15-3 10-3 30v162h36v-151q0-13 1-14 0-8 8-8 11 0 24 17v156h37z m141-62v-81q0-29-4-41-7-23-30-23-19 0-38 22v-20h-37v275h37v-89q18 22 38 22 23 0 30-24 4-11 4-41z m140-72v-5q0-16-1-24-2-12-9-22-15-22-44-22-29 0-46 21-11 15-11 48v72q0 33 11 48 16 21 45 21t43-21q12-16 12-48v-43h-74v-36q0-28 19-28 13 0 16 14 0 1 1 4t0 9v12h38z m-252 460v-87q0-28-18-28t-18 28v87q0 29 18 29t18-29z m298-398q0 99-11 145-6 25-24 41t-42 20q-76 8-230 8-154 0-230-8-24-3-42-20t-24-41q-11-48-11-145 0-98 11-145 5-24 24-41t42-19q76-9 230-9t230 9q24 2 42 19t23 41q12 47 12 145z m-422 363l50 166h-41l-29-109-29 109h-44q4-13 13-39l13-38q20-58 26-89v-112h41v112z m161-45v73q0 32-11 48-16 22-44 22-28 0-43-22-12-16-12-48v-73q0-32 12-48 15-22 43-22 28 0 44 22 11 15 11 48z m102-67h37v207h-37v-158q-13-17-24-17-8 0-9 8 0 2 0 15v152h-38v-164q0-20 4-30 6-16 24-16 20 0 43 26v-23z m280 170v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
<glyph glyph-name="youtube" unicode="&#xf167;" d="M542 156v-118q0-37-22-37-13 0-25 12v168q12 12 25 12 22 0 22-37z m189-1v-25h-51v25q0 38 25 38t26-38z m-540 122h60v52h-174v-52h59v-318h55v318z m161-318h50v276h-50v-211q-17-23-32-23-10 0-11 11-1 2-1 20v203h-50v-218q0-28 5-41 7-21 32-21 27 0 57 34v-30z m240 83v110q0 41-5 55-10 31-40 31-28 0-52-30v121h-50v-370h50v27q25-31 52-31 30 0 40 31 5 15 5 56z m188 6v7h-51q0-29-1-34-4-20-22-20-26 0-26 38v49h100v57q0 44-15 65-22 28-59 28-38 0-60-28-15-21-15-65v-96q0-44 16-65 22-29 60-29 40 0 60 30 10 15 12 30 1 5 1 33z m-339 509v117q0 39-24 39t-24-39v-117q0-39 24-39t24 39z m401-419q0-131-14-195-8-33-33-56t-57-25q-102-12-309-12t-310 12q-32 3-57 25t-32 56q-15 62-15 195 0 131 15 195 7 33 32 56t57 26q103 11 310 11t309-11q33-4 58-26t32-56q14-62 14-195z m-557 712h57l-67-223v-151h-56v151q-8 42-34 119-21 57-37 104h60l39-147z m207-186v-97q0-46-16-66-21-29-59-29-37 0-59 29-15 21-15 66v97q0 45 15 66 22 28 59 28 38 0 59-28 16-21 16-66z m187 91v-279h-51v31q-30-35-58-35-25 0-33 21-4 13-4 42v220h51v-205q0-19 0-20 2-12 12-12 15 0 32 24v213h51z" horiz-adv-x="857.1" />
<glyph glyph-name="youtube-play" unicode="&#xf16a;" d="M397 221l270 139-270 141v-280z m103 481q94 0 181-3t128-5l41-2q0 0 9-1t13-2 13-2 16-5 16-7 17-11 16-15q4-3 9-10t16-33 15-56q4-36 7-76t3-64v-98q1-81-10-162-4-30-14-55t-18-35l-8-9q-7-8-16-15t-17-10-16-7-16-5-13-2-13-2-9-1q-140-11-350-11-115 2-201 4t-111 4l-28 3-20 2q-20 3-30 5t-29 12-31 23q-4 3-9 10t-16 33-15 56q-4 36-7 76t-3 64v98q-1 81 10 162 4 31 14 55t18 35l8 9q8 9 16 15t17 11 16 7 16 5 13 2 13 2 9 1q140 10 350 10z" horiz-adv-x="1000" />
<glyph glyph-name="instagram" unicode="&#xf16d;" d="M571 350q0 59-41 101t-101 42-101-42-42-101 42-101 101-42 101 42 41 101z m77 0q0-91-64-156t-155-64-156 64-64 156 64 156 156 64 155-64 64-156z m61 229q0-21-15-36t-37-15-36 15-15 36 15 36 36 15 37-15 15-36z m-280 123q-4 0-43 0t-59 0-54-2-57-5-40-11q-28-11-49-32t-33-49q-6-16-10-40t-6-58-1-53 0-59 0-43 0-43 0-59 1-53 6-58 10-40q12-28 33-49t49-32q16-6 40-11t57-5 54-2 59 0 43 0 42 0 59 0 54 2 58 5 39 11q28 11 50 32t32 49q6 16 10 40t6 58 1 53 0 59 0 43 0 43 0 59-1 53-6 58-10 40q-11 28-32 49t-50 32q-16 6-39 11t-58 5-54 2-59 0-42 0z m428-352q0-128-3-177-5-116-69-180t-179-69q-50-3-177-3t-177 3q-116 6-180 69t-69 180q-3 49-3 177t3 177q5 116 69 180t180 69q49 3 177 3t177-3q116-6 179-69t69-180q3-49 3-177z" horiz-adv-x="857.1" />
<glyph glyph-name="apple" unicode="&#xf179;" d="M777 172q-21-70-68-139-72-110-144-110-27 0-78 18-48 18-84 18-34 0-79-19-45-19-74-19-85 0-168 145-82 146-82 281 0 127 63 208 63 81 159 81 40 0 98-17 58-17 77-17 25 0 80 19 57 19 97 19 66 0 119-36 29-20 58-56-44-37-64-66-36-52-36-115 0-69 38-125t88-70z m-209 655q0-34-17-76-16-42-52-77-30-30-60-40-20-7-58-10 2 83 44 143 41 60 139 83 1-2 2-6t1-6q0-2 0-6t1-5z" horiz-adv-x="785.7" />
<glyph glyph-name="android" unicode="&#xf17b;" d="M275 581q9 0 16 6t6 15-6 16-16 6-15-6-6-16 6-15 15-6z m236 0q9 0 15 6t6 15-6 16-15 6-16-6-6-16 6-15 16-6z m-453-103q23 0 40-17t16-40v-240q0-24-16-41t-40-17-41 17-17 41v240q0 23 17 40t41 17z m591-11v-371q0-26-18-44t-43-18h-42v-127q0-24-16-40t-41-17-41 17-17 40v127h-77v-127q0-24-16-40t-41-17q-24 0-40 17t-17 40l-1 127h-41q-26 0-43 18t-18 44v371h512z m-129 226q59-30 95-85t36-121h-516q0 66 35 121t96 85l-39 73q-4 8 2 12 8 3 12-4l40-74q53 24 112 24t112-24l40 74q4 7 11 4 7-4 3-12z m266-272v-240q0-24-17-41t-41-17q-23 0-40 17t-17 41v240q0 24 17 40t40 17q24 0 41-17t17-40z" horiz-adv-x="785.7" />
<glyph glyph-name="dot-circled" unicode="&#xf192;" d="M571 350q0-59-41-101t-101-42-101 42-42 101 42 101 101 42 101-42 41-101z m-142 304q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="vimeo-squared" unicode="&#xf194;" d="M721 494q6 121-90 124-129 4-174-146 25 11 46 11 47 0 41-54-2-32-41-93t-59-61q-24 0-46 94-7 30-25 142-16 106-89 99-33-4-91-56l-46-40-45-40 29-37q43 29 49 29 32 0 59-100 9-31 26-92t25-92q38-100 91-100 88 0 214 164 123 158 126 248z m136 124v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
<glyph glyph-name="google" unicode="&#xf1a0;" d="M429 411h404q7-37 7-71 0-121-51-216t-145-149-215-54q-88 0-167 34t-137 91-91 137-34 167 34 167 91 137 137 91 167 34q167 0 287-113l-117-112q-68 67-170 67-72 0-133-37t-97-98-36-136 36-136 97-98 133-37q48 0 89 14t67 33 46 46 28 49 13 43h-243v147z" horiz-adv-x="857.1" />
<glyph glyph-name="twitch" unicode="&#xf1e8;" d="M500 608v-242h-81v242h81z m222 0v-242h-81v242h81z m0-424l141 141v444h-666v-585h182v-121l121 121h222z m222 666v-565l-242-242h-182l-121-122h-121v122h-222v646l61 161h827z" horiz-adv-x="1000" />
<glyph glyph-name="brush" unicode="&#xf1fc;" d="M901 850q39 0 69-26t29-65q0-35-25-84-185-351-260-420-54-51-121-51-71 0-121 52t-51 123q0 71 52 118l356 323q33 30 72 30z m-507-577q22-42 59-73t84-42l1-40q2-118-72-193t-195-75q-68 0-121 26t-85 71-49 102-16 123q4-3 23-17t35-25 32-20 26-9q23 0 31 20 14 37 32 63t39 42 49 27 57 14 70 6z" horiz-adv-x="1000" />
<glyph glyph-name="facebook-official" unicode="&#xf230;" d="M810 779q19 0 33-14t14-34v-762q0-20-14-34t-33-14h-218v333h111l16 129h-127v83q0 31 13 46t51 16l68 1v115q-35 5-100 5-75 0-121-44t-45-127v-95h-112v-129h112v-333h-411q-19 0-33 14t-14 34v762q0 20 14 34t33 14h763z" horiz-adv-x="857.1" />
<glyph glyph-name="pinterest" unicode="&#xf231;" d="M0 517q0 60 21 113t58 93 85 69 103 44 113 14q88 0 164-37t123-108 47-160q0-54-10-105t-34-99-56-83-80-58-106-21q-38 0-75 18t-54 49q-5-22-15-63t-14-53-11-40-15-39-17-35-26-44-35-48l-7-3-5 6q-9 88-9 105 0 51 12 115t37 161 29 113q-18 36-18 94 0 47 29 87t74 41q34 0 53-23t19-57q0-37-24-106t-25-105q0-35 25-58t61-23q31 0 57 14t44 38 31 53 21 61 11 62 4 56q0 96-61 150t-160 54q-111 0-186-72t-75-183q0-25 7-48t15-36 15-26 7-17q0-15-8-40t-21-25q-1 0-9 1-29 9-51 31t-34 53-18 60-6 60z" horiz-adv-x="714.3" />
<glyph glyph-name="whatsapp" unicode="&#xf232;" d="M550 307q7 0 54-25t50-30q1-2 1-8 0-18-9-42-9-22-40-37t-57-15q-32 0-106 35-55 25-95 66t-82 103q-41 60-40 108v5q2 50 41 88 14 12 29 12 4 0 10-1t11-1q11 0 15-3t8-16q5-11 19-49t14-41q0-12-19-33t-20-26q0-3 3-8 19-41 57-76 31-30 84-57 7-4 13-4 8 0 30 27t29 28z m-114-296q71 0 136 28t112 74 75 112 28 136-28 136-75 112-112 75-136 28-135-28-112-75-75-112-28-136q0-113 67-205l-44-130 135 43q88-58 192-58z m0 771q86 0 164-34t134-89 90-135 33-163-33-163-90-134-134-90-164-34q-108 0-203 53l-233-75 76 226q-60 99-60 217 0 86 33 163t90 135 134 89 163 34z" horiz-adv-x="857.1" />
<glyph glyph-name="hourglass-o" unicode="&#xf250;" d="M786 779q0-146-60-258t-148-171q89-59 148-171t60-258h53q8 0 13-5t5-12v-36q0-8-5-13t-13-5h-821q-8 0-13 5t-5 13v36q0 7 5 12t13 5h53q0 146 60 258t149 171q-90 59-149 171t-60 258h-53q-8 0-13 5t-5 12v36q0 8 5 13t13 5h821q8 0 13-5t5-13v-36q0-7-5-12t-13-5h-53z m-298-395q43 16 83 51t72 85 52 117 19 142h-571q0-74 19-142t52-117 72-85 83-51q11-4 17-14t7-20-7-20-17-13q-42-17-83-52t-72-85-52-117-19-142h571q0 74-19 142t-52 117-72 85-83 52q-11 3-17 13t-7 20 7 20 17 14z" horiz-adv-x="857.1" />
<glyph glyph-name="bluetooth-b" unicode="&#xf294;" d="M333 56l96 96-96 96v-192z m0 396l96 96-96 96v-192z m17-102l199-199-301-301v397l-165-165-61 60 208 208-208 208 61 60 165-165v397l301-301z" horiz-adv-x="571.4" />
<glyph glyph-name="facebook-squared" unicode="&#xf308;" d="M696 779q67 0 114-48t47-113v-536q0-66-47-113t-114-48h-104v333h111l16 129h-127v83q0 31 13 46t51 16l68 1v115q-35 5-100 5-75 0-121-44t-45-127v-95h-112v-129h112v-333h-297q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535z" horiz-adv-x="857.1" />
<glyph glyph-name="facebook" unicode="&#xf30c;" d="M500 644l-142 0q-14 0-25-15t-11-37l0-102 178 0 0-148-178 0 0-442-170 0 0 442-152 0 0 148 152 0 0 86q0 94 59 159t147 65l142 0 0-156z" horiz-adv-x="500" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

BIN
src/fonts/fontello.ttf Normal file

Binary file not shown.

BIN
src/fonts/fontello.woff Normal file

Binary file not shown.

BIN
src/fonts/fontello.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

287
src/footer.php Normal file
View File

@ -0,0 +1,287 @@
<!-- END OF container div -->
</div>
<div class="footer">
<div class="footer-ontdek ">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-12 cell">
<p class="nbm tm"><small><?php pll_e('Ontdek meer BIJ1'); ?></small></p>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center">
<div class="large-4 cell">
<h1><?php the_field('about_titel', 'options'); ?></h1>
<p><?php the_field('about_text', 'options'); ?></p>
<div class="socials" role="social media links">
<div class="grid-x ">
<div class="shrink cell">
<?php
$link = get_field('twitter', 'options');
if(is_array($link)){
$link = $link['url'];
}
if ($link) : ?>
<a target="_blank" href="<?php echo esc_url($link); ?>" title="Twitter"><i class="icon-twitter"></i></a>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php
$link = get_field('facebook', 'options');
if(is_array($link)){
$link = $link['url'];
}
if ($link) : ?>
<a target="_blank" href="<?php echo esc_url($link); ?>" title="facebook"><i class="icon-facebook-squared"></i></a>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php
$link = get_field('instagram', 'options');
if(is_array($link)){
$link = $link['url'];
}
if ($link) : ?>
<a target="_blank" href="<?php echo esc_url($link); ?>" title="Instagram"><i class="icon-instagram"></i></a>
<?php endif; ?>
</div>
<div class="shrink cell">
<div class="shrink cell">
<?php
$link = get_field('linkedin', 'options');
if(is_array($link)){
$link = $link['url'];
}
if ($link) : ?>
<a target="_blank" href="<?php echo esc_url($link); ?>" title="Linkedin"><i class="icon-linkedin-squared"></i></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<div class="large-4 cell" role="more navigation">
<div class="grid-x grid-margin-x grid-margin-y">
<div class="large-6 cell">
<h4 class="navtitle"><?php pll_e('Kom in actie'); ?>!</h4>
<?php
wp_nav_menu(array(
'theme_location' => 'cta_menu',
'menu_class' => 'menu vertical'
));
?>
</div>
<div class="large-6 cell">
<h4 class="navtitle"><?php pll_e('Over BIJ1'); ?></h4>
<?php
wp_nav_menu(array(
'theme_location' => 'sec_menu',
'menu_class' => 'menu vertical'
));
?>
</div>
<div class="large-6 cell">
<h4 class="navtitle"><?php pll_e('Informatie'); ?></h4>
<?php
wp_nav_menu(array(
'theme_location' => 'info_menu',
'menu_class' => 'menu vertical'
));
?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="lowerfooter">
<div class="full grid-container" role="being beautiful">
<div class="grid-x border">
<div class="small-2 cell">
<div class="line orange"></div>
</div>
<div class="small-2 cell">
<div class="line pink"></div>
</div>
<div class="small-2 cell">
<div class="line green"></div>
</div>
<div class="small-2 cell">
<div class="line purple"></div>
</div>
<div class="small-2 cell">
<div class="line red"></div>
</div>
<div class="small-2 cell">
<div class="line blue"></div>
</div>
</div>
</div>
<div class="grid-container fluid" role="design mention">
<div class="lowerfooter-container">
<div class="grid-x grid-margin-x align-middle">
<div class="auto medium-shrink cell">
<div class="grid-x grid-margin-x">
<div class="small-12 medium-shrink cell">
<p class="nbm">Website <?php pll_e('door'); ?> <a href="https://www.multitude.nl/" target="_blank">Multitude</a></p>
</div>
<div class="small-12 medium-auto cell">
<p class="nbm">Identiteit <?php pll_e('door'); ?> <a href="https://www.burobraak.nl/" target="_blank">BUROBRAAK</a></p>
</div>
</div>
</div>
<div class="auto cell show-for-medium"></div>
<div class="shrink cell">
<a class="footerlogo" href="<?php echo site_url(); ?>" title="home"><?php get_template_part('img/includes/logo.svg'); ?></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SEARCHMENU -->
<div class="searchmenu" id="searchmenu" data-toggler=".expanded">
<div class="flex-container flex-dir-column">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<div class="grid-container fluid">
<div class="grid-x align-center text-center">
<div class="large-8 cell">
<div class="altheader">
<?php if (pll_current_language() == 'en') : ?>
<h4>What are you <span>looking</span> for </h4>
<?php else : ?>
<h4>Waar wil je <span>meer</span><span>over</span><span>weten</span></h4>
<?php endif; ?>
</div>
<form id="searchform" method="get" action="<?php echo home_url('/'); ?>">
<div class="grid-x align-middle search-bar">
<div class="auto cell">
<input id="searchfield" type="text" class="nbm" placeholder="Typ hier iets wat je zoekt" name="s" value="<?php the_search_query(); ?>">
</div>
<div class="shrink cell">
<button type="submit" class="third button nbm">
<?php pll_e('zoeken'); ?>
</button>
</div>
</div>
</form>
<div class="grid-x grid-margin-x text-left">
<div class="small-6 medium-4 cell">
<?php if (pll_current_language() == 'en') : ?>
<p style="display: block;">Themes</p>
<?php else : ?>
<p style="display: block;">Thema's</p>
<?php endif; ?>
<?php
// Get the taxonomy's terms
$terms = get_terms(
array(
'taxonomy' => 'thema',
'hide_empty' => true,
)
);
// Check if any term exists
if (!empty($terms) && is_array($terms)) {
// add links for each category
foreach ($terms as $term) { ?>
<p>
<small>
<a class="targetclass" href="<?php bloginfo('url') ?>/programma/?_themas=<?php echo $term->slug; ?>">
<?php echo $term->name; ?>
</a>
</p>
</small><?php
}
} ?>
</div>
<div class="medium-4 cell show-for-medium">
<p><?php pll_e('Verkiezingen'); ?></p>
<?php if (have_rows('pagina_links', 'options')) : ?>
<?php while (have_rows('pagina_links', 'options')) : the_row(); ?>
<?php
$link = get_sub_field('pagina_link', 'options');
if ($link) :
$link_url = $link['url'];
$link_title = $link['title'];
$link_target = $link['target'] ? $link['target'] : '_self';
?>
<p> <small><a class="" href="<?php echo esc_url($link_url); ?>" target="<?php echo esc_attr($link_target); ?>"><?php echo esc_html($link_title); ?></a></small></p>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<div class="small-6 medium-4 cell ">
<p><?php pll_e('Nieuws'); ?></p>
<?php $query = new WP_Query(array('posts_per_page' => 4)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<p><small><a href="<?php the_permalink(); ?>" class=""><?php the_title(); ?></a></small></p>
<?php endwhile;
wp_reset_postdata();
endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex-child-grow"></div>
<a data-toggle="searchmenu" id="searchmenuclosebutton"><span></span><span></span></a>
</div>
</div>
<!-- SEARCHMENU END -->
<?php wp_footer(); ?>
<script>
$( ".search-button" ).click(function() {
$( "#searchfield" ).focus();
});
$( "#menu-toggle" ).click(function() {
$( this ).attr("aria-expanded","true");
});
</script>
<!-- CONTAINER CLOSED-->
</div>
</body>
</html>

403
src/functions.php Normal file
View File

@ -0,0 +1,403 @@
<?php
// try setting upload limits...
@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );
// end upload limits
/* -- REGISTER SCRIPTS
------------------------------- */
if ( ! is_admin() ) {
function my_load_scripts($hook) {
wp_deregister_script('jquery');
$my_js_ver = date("ymd-Gis", filemtime( plugin_dir_path( __FILE__ ) . '/js/app.js' ));
$my_css_ver = date("ymd-Gis", filemtime( plugin_dir_path( __FILE__ ) . '/css/app.css' ));
wp_enqueue_script( 'jquery', get_template_directory_uri().'/js/jquery.min.js', '', 1, true );
wp_enqueue_script( 'what-input', get_template_directory_uri().'/js/what-input.min.js', '', 1, true );
wp_enqueue_script( 'foundation', get_template_directory_uri().'/js/foundation.min.js', '', 1, true );
wp_enqueue_script('aos', get_template_directory_uri() . '/js/aos.js', '', 1, true);
wp_enqueue_script( 'app', get_template_directory_uri().'/js/app.js', '', $my_js_ver, true );
wp_enqueue_style('fontello', get_template_directory_uri() . '/css/fontello.css');
wp_enqueue_style('aos', get_template_directory_uri() . '/css/aos.css');
wp_enqueue_style('base_css', get_template_directory_uri().'/css/base.css' );
wp_enqueue_style('app_css', get_template_directory_uri().'/css/app.css', '', '1.0');
}
add_action('wp_enqueue_scripts', 'my_load_scripts');
}
/* -- BASICS
------------------------------- */
// Force Gravity Forms to init scripts in the footer and ensure that the DOM is loaded before scripts are executed.
add_filter( 'gform_init_scripts_footer', '__return_true' );
add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open', 1 );
add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close', 99 );
function wrap_gform_cdata_open( $content = '' ) {
if ( ! do_wrap_gform_cdata() ) {
return $content;
}
$content = 'document.addEventListener( "DOMContentLoaded", function() { ' . $content;
return $content;
}
function wrap_gform_cdata_close( $content = '' ) {
if ( ! do_wrap_gform_cdata() ) {
return $content;
}
$content .= ' }, false );';
return $content;
}
function do_wrap_gform_cdata() {
if (
is_admin()
|| ( defined( 'DOING_AJAX' ) && DOING_AJAX )
|| isset( $_POST['gform_ajax'] )
|| isset( $_GET['gf_page'] ) // Admin page (eg. form preview).
|| doing_action( 'wp_footer' )
|| did_action( 'wp_footer' )
) {
return false;
}
return true;
}
function isMainSite(){
return defined('IS_MAIN_SITE') && IS_MAIN_SITE;
}
function logoBigPath(){
if(defined('LOGO_BIG_PATH')){
return LOGO_BIG_PATH;
} else {
return '/wp-content/themes/BIJ1/img/logo.svg';
}
}
function logoSmallPath(){
if(defined('LOGO_SMALL_PATH')){
return LOGO_SMALL_PATH;
} else {
return '/wp-content/themes/BIJ1/img/logo.svg';
}
}
function useNewsGridView() {
if(defined('NEWS_GRID_VIEW')){
return NEWS_GRID_VIEW;
} else {
return false;
}
}
require_once(get_template_directory() . '/functions/guthenberg.php');
/* REGISTER NAV MENU'S */
register_nav_menus( array(
'header' => 'Header menu',
'main' => 'Main menu',
'sec_menu' => 'Secondary menu',
'cta_menu' => 'Cta menu',
'language_menu' => 'Language menu',
'info_menu' => 'Info menu'
) );
/* ADD THUMBNAILS TO POSTS */
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
add_image_size( 'fullwidth', 1920, 1080, true );
add_image_size( 'square', 1080, 1080, true );
}
/* ADD FOUNDATION DIV TO VIDEO'S */
add_filter('embed_oembed_html', 'wrap_embed_with_div', 10, 3);
function wrap_embed_with_div($html, $url, $attr) {
return '<div class="responsive-embed widescreen">'.$html.'</div>';
}
/* ALWAYS SHOW EXREPT IN ADMIN */
function wpse_edit_post_show_excerpt( $user_login, $user ) {
$unchecked = get_user_meta( $user->ID, 'metaboxhidden_post', true );
$key = array_search( 'postexcerpt', $unchecked );
if ( FALSE !== $key ) {
array_splice( $unchecked, $key, 1 );
update_user_meta( $user->ID, 'metaboxhidden_post', $unchecked );
}
}
add_action( 'wp_login', 'wpse_edit_post_show_excerpt', 10, 2 );
/* REMOVE USELESS MENU ITEMS */
function remove_menus() {
remove_menu_page( 'jetpack' ); //Jetpack
remove_menu_page( 'edit-comments.php' ); //Comments
remove_menu_page( 'link-manager.php' ); //Links
remove_menu_page( 'tools.php' ); //Tools
}
add_action( 'admin_menu', 'remove_menus' );
/* -- SHORTCODE WOORDENBOEK
------------------------------- */
function dictionary_function($atts = array(), $content = null)
{
extract(shortcode_atts(array(
'title' => '',
'side' => 'left'
), $atts));
return '<span class="purpletext">' . $title . '</span> <i class="icon-' . $side . ' purpleicon"></i><span class="dictionary-panel ' . $side . '">
<span class="dic-title">' . $title . '</span>' . $content . '</span>';
}
add_shortcode('dictionary', 'dictionary_function');
/* -- OPTIONAL
------------------------------- */
/* -- ADD ACF OPTIONS */
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
/* -- ADD EXCERPTS TO PAGES
add_post_type_support( 'page', 'excerpt' );
/* -- REMOVE TAGS FROM POSTS */
function howling_unregister_tags() {
unregister_taxonomy_for_object_type( 'post_tag', 'post' );
}
add_action( 'init', 'howling_unregister_tags' );
/* -- REMOVE CATEGORIES FROM POSTS
function howling_unregister_categories() {
unregister_taxonomy_for_object_type( 'category', 'post' );
}
add_action( 'init', 'howling_unregister_categories' );
/* -- HIDE ADMIN BAR
add_filter(show_admin_bar, __return_false);
/* -- CUSTOM POST TYPES
------------------------------- */
function codex_custom_init() {
$args = array(
'public' => true,
'label' => 'Programma',
'supports' => array( 'title', 'editor', 'thumbnail' ),
'show_in_rest' => true
);
register_post_type( 'programma', $args );
$args2 = array(
'public' => true,
'label' => 'Kandidaten',
'supports' => array( 'title', 'editor','thumbnail', 'excerpt' ),
'show_in_rest' => true,
'order', 'DESC'
);
register_post_type( 'kandidaten', $args2 );
$args3 = array(
'public' => true,
'label' => 'Afdelingen',
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt' ),
'show_in_rest' => true
);
register_post_type( 'afdelingen', $args3 );
$args4 = array(
'public' => true,
'label' => 'Vacatures',
'supports' => array( 'title', 'editor' ),
'show_in_rest' => true
);
register_post_type( 'vacatures', $args4 );
}
add_action( 'init', 'codex_custom_init' );
/* CUSTOM TAXOMOMIES */
function custom_taxonomy()
{
$labels = array(
'name' => _x('Thema', 'Taxonomy General Name', 'text_domain'),
);
$args2 = array(
'labels' => $labels,
'hierarchical' => true,
'public' => true,
'show_in_rest' => true
);
register_taxonomy('thema', array('programma'), $args2);
$labels = array(
'name' => _x('Soort', 'Taxonomy General Name', 'text_domain'),
);
$args4 = array(
'labels' => $labels,
'hierarchical' => true,
'public' => true,
'show_in_rest' => true
);
register_taxonomy('soort', array('vacatures'), $args4);
}
add_action('init', 'custom_taxonomy', 0);
function get_vacature_terms(){
global $wpdb;
$query = $wpdb->prepare("
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('soort') ORDER BY t.name ASC
");
$results = $wpdb->get_results($query);
return $results;
}
/* SEARCH INPUT EMPTY RETURN NOT FOUND */
function SearchFilter($query)
{
// If 's' request variable is set but empty
if (isset($_GET['s']) && empty($_GET['s']) && $query->is_main_query()) {
$query->is_search = true;
$query->is_home = false;
}
return $query;
}
add_filter('pre_get_posts', 'SearchFilter');
/* -- STRING TRANSLATIONS
------------------------------- */
if (function_exists('pll_register_string')) {
add_action('init', function () {
pll_register_string('Naar het programma', 'Naar het programma');
pll_register_string('Naar het nieuwsoverzicht', 'Naar het nieuwsoverzicht');
pll_register_string('Naar het volledige programma', 'Naar het volledige programma');
pll_register_string('Terug naar het kandidaten overzicht', 'Terug naar het kandidaten overzicht');
pll_register_string('Terug naar het programma overzicht', 'Terug naar het programma overzicht');
pll_register_string('Lees meer', 'Lees meer');
pll_register_string('Nieuws', 'Nieuws');
pll_register_string('Programma', 'Programma');
pll_register_string('Verkiezingen', 'Verkiezingen');
pll_register_string('Naar de site', 'Naar de site');
pll_register_string('Mail ons', 'Mail ons');
pll_register_string('Doneer', 'Doneer');
pll_register_string('Nieuwsbrief', 'Nieuwsbrief');
pll_register_string('Lees de introductie', 'Lees de introductie');
pll_register_string('Terug', 'Terug');
pll_register_string('Inhoudsopgave', 'Inhoudsopgave');
pll_register_string('Kandidaten', 'Kandidaten');
pll_register_string('Kandidaten overzicht', 'Kandidaten overzicht');
pll_register_string('is al gedoneerd', 'is al gedoneerd');
pll_register_string('Fundraiser wordt geladen', 'Fundraiser wordt geladen');
pll_register_string('Ja ik help mee voor', 'Ja ik help mee voor');
pll_register_string('Blijf op de hoogte', 'Blijf op de hoogte');
pll_register_string('Ik ga akkoord met het', 'Ik ga akkoord met het');
pll_register_string('privacybeleid', 'privacybeleid');
pll_register_string('Ontdek meer BIJ1', 'Ontdek meer BIJ1');
pll_register_string('Kom in actie', 'Kom in actie');
pll_register_string('Over BIJ1', 'Over BIJ1');
pll_register_string('Informatie', 'Informatie');
pll_register_string('door', 'door');
pll_register_string('zoeken', 'zoeken');
pll_register_string('Ben jij BIJ1', 'Ben jij BIJ1');
pll_register_string('Introductie', 'Introductie');
});
}
if(!function_exists('pll_e')) {
function pll_e($str){
echo $str;
}
}
if(!function_exists('pll_current_language')) {
function pll_current_language(){
return 'nl';
}
}
function isNl() {
return(
function_exists('pll_current_language')
&& pll_current_language() == 'nl'
);
}
add_filter('gform_address_display_format', 'address_format');
function address_format($format)
{
return 'zip_before_city';
}
// Disable big image threshold
add_filter( 'big_image_size_threshold', '__return_false' );
// Include ACF field settings
require_once('acf.php');
// Allow editors to see Appearance menu
$role_object = get_role('editor');
$role_object->add_cap('edit_theme_options');
function hide_menu() {
// Hide theme selection page
remove_submenu_page('themes.php', 'themes.php');
// Hide widgets page
remove_submenu_page('themes.php', 'widgets.php');
// Hide customize page
global $submenu;
unset($submenu['themes.php'][6]);
}
add_action('admin_head', 'hide_menu');
/* more helpers */
function bij1_post_published() {
$published_date = get_post_datetime(get_the_ID());
if ($published_date) {
printf("<h5 class=\"date\">%s</h5>", date_format($published_date, "d-m-Y"));
}
}

View File

@ -0,0 +1,200 @@
<?php
if (function_exists('acf_register_block_type')) {
add_action('acf/init', 'register_acf_block_types');
}
/* SINGLE ITEMS */
function register_acf_block_types()
{
/* SCRAP */
acf_register_block_type(array(
'name' => 'tekst',
'title' => __('Tekst'),
'description' => __('old block dont use'),
'render_template' => 'parts/blocks/tekst.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'readmore',
'title' => __('Readmore'),
'description' => __('Formerly text block, now use only for "read more" expandable text.'),
'render_template' => 'parts/blocks/readmore.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'insight',
'title' => __('Insight / Quote'),
'render_template' => 'parts/blocks/insight.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'nieuws-items',
'title' => __('Nieuws items'),
'render_template' => 'parts/blocks/nieuws_items.php',
'mode' => 'edit',
'icon' => 'list-view'
));
/* SCRAP */
acf_register_block_type(array(
'name' => 'kandidaten',
'title' => __('Kandidaten'),
'render_template' => 'parts/blocks/kandidaten.php',
'mode' => 'edit',
'icon' => 'list-view'
));
acf_register_block_type(array(
'name' => 'programma-items',
'title' => __('Programma items'),
'render_template' => 'parts/blocks/programma_items.php',
'mode' => 'edit',
'icon' => 'list-view'
));
/* SCRAP */
acf_register_block_type(array(
'name' => 'afdelingen-items',
'title' => __('Afdelingen items'),
'render_template' => 'parts/blocks/afdelingen_items.php',
'mode' => 'edit',
'icon' => 'list-view'
));
acf_register_block_type(array(
'name' => 'cta-blocks',
'title' => __('CTA formulieren'),
'render_template' => 'parts/blocks/cta_blocks.php',
'mode' => 'edit',
'icon' => 'megaphone'
));
acf_register_block_type(array(
'name' => 'cta',
'title' => __('CTA'),
'render_template' => 'parts/blocks/cta.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'collectiekaart',
'title' => __('Collectiekaart'),
'render_template' => 'parts/blocks/collectiekaart.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'faq',
'title' => __('FAQ'),
'render_template' => 'parts/blocks/faq.php',
'mode' => 'edit',
'icon' => 'edit'
));
acf_register_block_type(array(
'name' => 'form',
'title' => __('Form'),
'render_template' => 'parts/blocks/form.php',
'mode' => 'edit',
'icon' => 'edit'
));
}
add_filter('allowed_block_types', 'okaia_allowed_block_types');
function okaia_allowed_block_types($allowed_blocks)
{
return array(
'acf/tekst',
'acf/readmore',
'acf/cta',
'acf/collectiekaart',
'acf/faq',
'acf/insight',
'acf/nieuws-items',
'acf/programma-items',
'acf/afdelingen-items',
'acf/cta-blocks',
'acf/kandidaten',
'acf/form',
'core/paragraph',
'core/heading',
'core/list',
'core/image',
'core/quote',
'core/embed',
'core/insight'
);
}
/* STYLING OF GUTHENBERG */
function editor_setup_style()
{
add_theme_support('editor-styles'); // Enqueue editor styles.
/* add_editor_style('css/app.css'); */
}
add_action('after_setup_theme', 'editor_setup_style');
/* CORE BLOCKS THAT ARE VISIBLE IN WORDPRESS */
// ALSO WHAT CONTAINERS WILL BE PUT BEFORE THESE BLOCKS
add_filter('render_block', 'wrap_table_block', 10, 2);
function wrap_table_block($block_content, $block)
{
if ('core/paragraph' === $block['blockName']
OR 'core/list' === $block['blockName']
OR 'core/heading' === $block['blockName']
OR 'core/image' === $block['blockName']
OR 'core/embed' === $block['blockName']) {
$block_content =
"<div class='block content-block'> <div class='grid-container fluid'> <div class='grid-x align-center'> <div class='large-6 cell'>" .
$block_content .
'</div></div></div></div>';
}
elseif ('core/quote' === $block['blockName'] OR 'core/pullquote' === $block['blockName']) {
$block_content =
"<div class='block content-block'> <div class='grid-container fluid'> <div class='grid-x align-center'> <div class='large-8 cell'>" .
$block_content .
'</div></div></div></div>';
}
return $block_content;
}
function gb_gutenberg_admin_styles()
{
echo '
<style>
/* Main column width */
.wp-block {
max-width: 1080px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
max-width: none;
}
</style>
';
}
add_action('admin_head', 'gb_gutenberg_admin_styles');

268
src/header.php Normal file
View File

@ -0,0 +1,268 @@
<!DOCTYPE html>
<html class="no-js" lang="nl">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
<?php if (function_exists('is_tag') && is_tag()) {
echo 'Tag Archive for &quot;' . $tag . '&quot; - ';
} elseif (is_archive()) {
wp_title('');
echo ' Archive - ';
} elseif (is_search()) {
echo 'Search for &quot;' . wp_specialchars($s) . '&quot; - ';
} elseif (!(is_404()) && (is_single()) || (is_page()) and !is_front_page()) {
wp_title('');
echo ' - ';
} elseif (is_404()) {
echo 'Not Found - ';
}
if (is_home() or is_front_page()) {
bloginfo('name');
echo ' - ';
bloginfo('description');
} else {
bloginfo('name');
} ?>
</title>
<?php wp_head(); ?>
<script>
window.IS_MAIN_SITE = <?php echo (isMainSite() ? 'true' : 'false'); ?>;
</script>
</head>
<body <?php body_class(); ?>>
<a href="#skiptocontent" class="skiptocontent">Skip to content</a>
<!-- LEFTMENU START -->
<div class="leftmenu" id="leftmenu" data-toggler=".expanded">
<a role="button" tabindex="1" data-toggle="leftmenu leftmenuoverlay" class="leftmenubutton"><span></span><span></span></a>
<div class="inner flex-container flex-dir-column">
<div class="flex-child-shrink">
<?php
wp_nav_menu(array(
'theme_location' => 'main',
'menu_class' => 'menu vertical first'
));
?>
<?php
wp_nav_menu(array(
'theme_location' => 'sec_menu',
'menu_class' => 'menu vertical second'
));
?>
</div>
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<div class="grid-x">
<div class="large-12 cell">
<h4 class="sbm"><?php pll_e('Ben jij BIJ1'); ?> ?</h4>
<?php if (pll_current_language() == 'en') : ?>
<p style="margin-bottom: 10px;">Take action and participate <br> for radical equality.</p>
<?php else : ?>
<p style="margin-bottom: 10px;">Kom in actie en doe mee <br> voor radicale gelijkheid.</p>
<?php endif; ?>
</div>
</div>
<?php
wp_nav_menu(array(
'theme_location' => 'cta_menu',
'menu_class' => 'menu vertical ctamenu'
));
?>
</div>
</div>
</div>
<a href="" class="overlay" id="leftmenuoverlay" data-toggler=".expanded" data-toggle="leftmenu leftmenuoverlay"></a>
<!-- LEFTMENU END -->
<!-- TOPBARSTART -->
<div class="topbar" role="navigation">
<div class="fluid grid-container">
<div class="grid-x align-middle">
<div class="auto cell">
<div class="grid-x align-middle">
<div class="shrink cell">
<button style="cursor: pointer" data-toggle="leftmenu leftmenuoverlay" id="menu-toggle" tabindex="1"><?php get_template_part('img/includes/menu.svg'); ?></button>
</div>
<div class="auto cell show-for-large">
<?php
wp_nav_menu(array(
'theme_location' => 'header',
'menu_class' => 'menu'
));
?>
</div>
</div>
</div>
<div class="shrink cell">
<a class="logo" href="<?php echo site_url(); ?>" title="home">
<img src="<?php echo logoBigPath(); ?>" class="big" alt="BIJ1" />
<img src="<?php echo logoSmallPath(); ?>" class="small" alt="BIJ1" />
</a>
</div>
<div class="auto cell text-right">
<div class="grid-x align-middle">
<div class="auto cell">
<ul class="menu small-padding align-right">
<li class="hide-for-medium"> <a id="iconmenubutton" data-toggle="iconmenubutton iconmenu" data-toggler=".expanded"><span></span><span></span></a></li>
<?php
wp_nav_menu(array(
'theme_location' => 'language_menu',
'menu_class' => 'languageswitch show-for-medium'
));
?>
<li class="show-for-medium"><a><button class="aftercolor search-button" data-toggle="searchmenu" alt="Search menu" style="cursor: pointer"><?php get_template_part('img/includes/search.svg'); ?></button></a></li>
</ul>
</div>
<div class="shrink cell">
<?php if(isMainSite()): ?>
<a href="https://bij1.org/#doneer" class="nbm secondary button roundbutton hide-for-medium"><?php get_template_part('img/includes/donatemobile.svg'); ?></a>
<a href="https://bij1.org/#doneer" class="nbm secondary button show-for-medium"><?php pll_e('Doneer'); ?></a>
<?php else: ?>
<a href="https://bij1.org/#doneer" target="_blank" class="nbm secondary button roundbutton hide-for-medium"><?php get_template_part('img/includes/donatemobile.svg'); ?></a>
<a href="https://bij1.org/#doneer" target="_blank" class="nbm secondary button show-for-medium"><?php pll_e('Doneer'); ?></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<!-- COLORBAR START -->
<div class="full grid-container">
<div class="grid-x border">
<div class="small-2 cell">
<div class="line orange"></div>
</div>
<div class="small-2 cell">
<div class="line pink"></div>
</div>
<div class="small-2 cell">
<div class="line green"></div>
</div>
<div class="small-2 cell">
<div class="line purple"></div>
</div>
<div class="small-2 cell">
<div class="line red"></div>
</div>
<div class="small-2 cell">
<div class="line blue"></div>
</div>
</div>
</div>
<!-- COLORBAR END -->
</div>
<!-- TOPBAR END -->
<!-- ICONMENU START -->
<div id="iconmenu" data-toggler=".expanded">
<div class="grid-x">
<div class="auto cell"></div>
<div class="shrink cell">
<div class="button fakebutton whitebutton">
<ul class="menu ">
<?php
wp_nav_menu(array(
'theme_location' => 'language_menu',
'menu_class' => 'languageswitch'
));
?>
<li class=""><a class="5padding" data-toggle="searchmenu iconmenu"><?php get_template_part('img/includes/search.svg'); ?></a></li>
</ul>
</div>
</div>
<div class="auto cell"></div>
</div>
</div>
<!-- ICONMENU END -->
<?php if(is_page( 'programma' )):?>
<!-- INDEXMENU START -->
<div id="indexmenu" class="testjs" data-toggler=".expanded">
<a class="indexclosebutton" data-toggle="indexmenu indexmenuoverlay" data-toggler=".expanded"><span></span><span></span></a>
<div class="grid-container fluid">
<hr>
<div class="grid-x align-center text-center">
<div class="small-12 large-8 cell">
<div class="altheader">
<h4><span><?php pll_e('Inhoudsopgave'); ?></span></h4>
<div class="grid-x grid-margin-x align-center">
<div class="shrink cell">
<!-- TODO, change static permalink -->
<a href="/programma" class="arrowlink right"><?php pll_e('Introductie'); ?> <i class="icon-right"></i></a>
</div>
<?php
$link = get_sub_field('pagina_link', 'options');
if ($link) :
$link_url = $link['url'];
$link_title = $link['title'];
$link_target = $link['target'] ? $link['target'] : '_self';
?>
<div class="shrink cell">
<a class="arrowlink right" href="<?php echo esc_url($link_url); ?>" target="<?php echo esc_attr($link_target); ?>"><?php echo esc_html($link_title); ?> <i class="icon-right"></i></a>
</div>
<?php endif; ?>
<div class="large-12 cell">
<div class="inner">
<?php echo do_shortcode('[facetwp facet="themas"]'); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="overlay" id="indexmenuoverlay" data-toggler=".expanded" data-toggle="indexmenu indexmenuoverlay"></a>
<!-- INDEXMENU END -->
<?php endif;?>
<!-- ROUNDBUTTON CTA START-->
<a href="https://doemee.bij1.org/" target="_blank" class="doemee">
<h2 class="nbm">DOE<br>MEE</h2>
</a>
<div class="container">
<?php get_template_part('parts/_cover') ?>
<!-- ROUNDBUTTON CTA END-->
<!-- SIDEBAR POST -->
<?php if (is_singular('post') or is_singular('programma') or is_page('programma')) : ?>
<div class="sidebarbuttons" data-aos="fade-right">
<div class="menu vertical">
<?php
$file = get_field('luister_file');
if ($file) :
$url = wp_get_attachment_url($file);
$title = get_the_title($file) ?>
<audio id="myAudioElement" class="hide" src="<?php echo esc_html($url); ?>" controls></audio>
<div class="button roundbutton whitebutton" id="playside" data-toggle="play pause playside pauseside" data-toggler=".hide"><i class="icon-headphones"></i></div>
<div class="button secondary hide roundbutton" id="pauseside" data-toggle="pause play playside pauseside" data-toggler=".hide"><i class="icon-pause"></i></div>
<?php endif; ?>
<?php if (is_singular('post') or is_singular('programma')) : ?>
<a href="http://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" class="button roundbutton whitebutton"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class=" button roundbutton whitebutton" data-show-count="false"><i class="icon-twitter"></i></a>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
<div id="skiptocontent"></div>

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
sodipodi:docname="almere-breed.svg"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.1241863"
inkscape:cx="239.94053"
inkscape:cy="27.028682"
inkscape:window-width="1746"
inkscape:window-height="1097"
inkscape:window-x="54"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer2" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
style="opacity:1">
<g
aria-label="ALMERE"
id="text209-9"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;stroke-width:0.352778">
<path
d="m 42.818351,5.9640964 0.985376,-3.4239049 q 0.09411,-0.3210776 0.426258,-0.3210776 h 0.786087 q 0.332149,0 0.426258,0.3210776 l 0.985376,3.4239049 q 0.04982,0.1771463 -0.02491,0.2518799 -0.07473,0.071966 -0.218665,0.071966 h -0.536974 q -0.1467,0 -0.229737,-0.074733 -0.08027,-0.074734 -0.127324,-0.2546478 l -0.135628,-0.553582 h -1.101628 l -0.130092,0.553582 q -0.04152,0.1799142 -0.124556,0.2546478 -0.08304,0.074733 -0.232504,0.074733 h -0.50376 q -0.143931,0 -0.218665,-0.071966 -0.07473,-0.074734 -0.02491,-0.2518799 z M 44.2632,4.5081756 h 0.67537 L 44.609189,3.1242205 h -0.01107 z"
id="path7249" />
<path
d="M 46.887179,5.9530248 V 2.5512631 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.437329 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 2.8343401 h 1.298149 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -2.067628 q -0.1467,0 -0.240809,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path7251" />
<path
d="M 50.042597,5.9530248 V 2.5512631 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 0.82207 q 0.146699,0 0.229736,0.071966 0.08581,0.071966 0.13286,0.249112 l 0.617244,2.341652 h 0.01107 l 0.647691,-2.341652 q 0.05259,-0.1771463 0.135628,-0.249112 0.08581,-0.071966 0.232504,-0.071966 h 0.805462 q 0.1467,0 0.238041,0.083037 0.09411,0.080269 0.09411,0.2491119 v 3.4017617 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351524 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 V 3.7137854 h -0.01107 l -0.589565,2.250311 q -0.04705,0.1771463 -0.13286,0.2518799 -0.08304,0.071966 -0.229736,0.071966 h -0.334917 q -0.1467,0 -0.232505,-0.071966 -0.08304,-0.074734 -0.130092,-0.2518799 l -0.589564,-2.250311 h -0.01107 v 2.2392394 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351525 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path7253" />
<path
d="M 55.046978,5.9530248 V 2.5512631 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202058,0 0.268488,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -1.41717 v 0.6532268 h 0.907875 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.2463441 v 0.2020574 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.907875 v 0.7418 h 1.453153 q 0.204826,0 0.268488,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.26572,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path7255" />
<path
d="M 58.423829,5.9530248 V 2.5512631 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 1.228953 q 1.660746,0 1.660746,1.2289521 0,0.3653642 -0.163307,0.6338515 -0.163307,0.2657193 -0.453937,0.4207223 l 0.669834,1.4780641 q 0.05813,0.1162522 0.03322,0.18545 -0.02491,0.069198 -0.08304,0.096877 -0.05536,0.024911 -0.143932,0.024911 h -0.600636 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.069198 -0.160539,-0.246344 L 60.045825,4.8209495 h -0.517599 v 1.1320753 q 0,0.1688425 -0.09411,0.2518798 -0.09134,0.083037 -0.238041,0.083037 h -0.43733 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z m 1.104397,-1.9956633 h 0.442865 q 0.561886,0 0.561886,-0.4234903 0,-0.4151865 -0.509296,-0.4151865 h -0.495455 z"
id="path7257" />
<path
d="M 62.243546,5.9530248 V 2.5512631 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -1.41717 v 0.6532268 h 0.907875 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.2463441 v 0.2020574 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.907875 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.265719,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path7259" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="almere.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.568401"
inkscape:window-width="1310"
inkscape:window-height="1097"
inkscape:window-x="490"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="036"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path18606" />
<path
d="m 17.918562,154.84526 q -0.210361,-0.26572 0.08304,-0.43179 l 0.274023,-0.15224 q 0.03322,-0.0194 0.06366,-0.0304 0.03321,-0.0111 0.05536,-0.0194 0.02491,-0.008 0.05536,-0.003 0.03045,0.003 0.04429,0.003 0.01661,-0.003 0.04429,0.0138 0.03045,0.0166 0.03875,0.0194 0.01107,0 0.04429,0.0277 0.03322,0.0277 0.03875,0.0332 0.0055,0.003 0.04152,0.036 0.03875,0.0332 0.04429,0.0387 0.188218,0.16608 0.503759,0.16608 0.268488,0 0.442866,-0.13009 0.174378,-0.13286 0.174378,-0.36537 0,-0.26848 -0.2242,-0.38197 -0.221433,-0.11625 -0.664299,-0.11625 -0.121788,0 -0.177146,-0.0526 -0.05536,-0.0554 -0.05536,-0.11625 v -0.41519 q 0,-0.0609 0.04982,-0.11902 0.05259,-0.0609 0.163307,-0.0609 0.799926,0 0.799926,-0.42073 0,-0.17161 -0.130092,-0.27402 -0.127324,-0.10518 -0.373668,-0.10518 -0.254648,0 -0.426258,0.10795 -0.01107,0.008 -0.03322,0.0194 -0.09411,0.0554 -0.135628,0.0775 -0.03875,0.0194 -0.09688,0.0304 -0.05536,0.0111 -0.09965,-0.006 -0.04429,-0.0194 -0.105181,-0.0664 l -0.207593,-0.15777 q -0.102413,-0.0747 -0.127324,-0.15501 -0.02491,-0.083 0.0055,-0.14946 0.03322,-0.0664 0.107948,-0.12733 0.246344,-0.21036 0.550815,-0.29893 0.307238,-0.0913 0.708585,-0.0913 0.636619,0 1.01859,0.28232 0.381972,0.28233 0.381972,0.78886 0,0.31 -0.199289,0.55912 -0.19929,0.24634 -0.567422,0.34875 v 0.0111 q 0.858052,0.22144 0.858052,0.99092 0,0.38474 -0.204825,0.66429 -0.202058,0.27956 -0.55635,0.42073 -0.354293,0.14116 -0.816534,0.14116 -0.47608,0 -0.805462,-0.10795 -0.326613,-0.10795 -0.586797,-0.42626 z"
id="path18608" />
<path
d="m 22.837139,155.37947 q -0.761175,0 -1.192969,-0.51206 -0.429026,-0.51207 -0.429026,-1.4061 0,-0.53698 0.138395,-0.97431 0.141164,-0.43733 0.387508,-0.72242 0.246344,-0.2851 0.581261,-0.43733 0.334917,-0.155 0.72796,-0.155 0.528671,0 0.946625,0.17991 0.06089,0.0277 0.09411,0.0471 0.03322,0.0194 0.07197,0.0581 0.03875,0.036 0.04706,0.0775 0.0083,0.0387 -0.0083,0.10518 -0.01384,0.0664 -0.06089,0.14947 l -0.113485,0.19929 q -0.03875,0.0664 -0.08027,0.10518 -0.04152,0.036 -0.0775,0.0498 -0.03598,0.0138 -0.09134,0.006 -0.05259,-0.0111 -0.08857,-0.0221 -0.03321,-0.0138 -0.09964,-0.0415 -0.221433,-0.10242 -0.514832,-0.10242 -0.733496,0 -0.827605,1.03797 h 0.01107 q 0.404115,-0.3709 0.935553,-0.3709 0.55635,0 0.877428,0.33769 0.323846,0.33491 0.323846,0.95492 0,0.30447 -0.105181,0.56743 -0.105181,0.26018 -0.301702,0.45393 -0.193754,0.19376 -0.492688,0.30447 -0.296167,0.11072 -0.658763,0.11072 z m 0.0055,-0.811 q 0.249112,0 0.387507,-0.16054 0.138396,-0.1633 0.138396,-0.44009 0,-0.25188 -0.13286,-0.38198 -0.13286,-0.13009 -0.376436,-0.13009 -0.160538,0 -0.323845,0.0969 -0.160539,0.0969 -0.26572,0.25465 0,0.35983 0.143932,0.56188 0.146699,0.19929 0.429026,0.19929 z"
id="path18610" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="amersfoort-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="235.96968"
inkscape:cy="20.009125"
inkscape:window-width="1855"
inkscape:window-height="1147"
inkscape:window-x="65"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
<g
aria-label="AMERSFOORT"
transform="translate(-18.566252,149.01647)"
id="text209-7"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;display:inline;opacity:1;stroke-width:0.352778">
<path
d="m 27.240846,5.9779481 0.985376,-3.423905 q 0.09411,-0.3210776 0.426258,-0.3210776 h 0.786087 q 0.332149,0 0.426258,0.3210776 l 0.985376,3.423905 q 0.04982,0.1771462 -0.02491,0.2518798 -0.07473,0.071966 -0.218665,0.071966 H 30.06965 q -0.146699,0 -0.229736,-0.074734 -0.08027,-0.074734 -0.127324,-0.2546477 L 29.576962,5.4188302 h -1.101628 l -0.130092,0.5535821 q -0.04152,0.1799141 -0.124556,0.2546477 -0.08304,0.074734 -0.232504,0.074734 h -0.50376 q -0.143931,0 -0.218665,-0.071966 -0.07473,-0.074734 -0.02491,-0.2518798 z m 1.444849,-1.4559208 h 0.67537 L 29.031684,3.1380722 h -0.01107 z"
id="path1029" />
<path
d="M 31.309674,5.9668764 V 2.5651147 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 0.82207 q 0.146699,0 0.229736,0.071966 0.08581,0.071966 0.13286,0.2491119 l 0.617244,2.3416521 h 0.01107 l 0.647691,-2.3416521 q 0.05259,-0.1771463 0.135627,-0.2491119 0.08581,-0.071966 0.232505,-0.071966 h 0.805462 q 0.146699,0 0.23804,0.083037 0.09411,0.080269 0.09411,0.2491119 v 3.4017617 q 0,0.2020575 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351525 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 V 3.727637 h -0.01107 l -0.589565,2.2503111 q -0.04705,0.1771462 -0.132859,0.2518798 -0.08304,0.071966 -0.229737,0.071966 h -0.334917 q -0.146699,0 -0.232505,-0.071966 -0.08304,-0.074734 -0.130091,-0.2518798 L 32.342105,3.727637 h -0.01107 v 2.2392394 q 0,0.2020575 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351525 q -0.160538,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path1031" />
<path
d="M 36.314056,5.9668764 V 2.5651147 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -1.41717 v 0.6532269 h 0.907874 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2020574 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268488,0.085805 h -0.907874 v 0.7417999 h 1.453153 q 0.204825,0 0.268487,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325044 q 0,0.1633067 -0.06643,0.249112 -0.06366,0.085805 -0.265719,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518799 z"
id="path1033" />
<path
d="M 39.690907,5.9668764 V 2.5651147 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 1.228952 q 1.660746,0 1.660746,1.2289522 0,0.3653641 -0.163306,0.6338514 -0.163307,0.2657194 -0.453938,0.4207224 l 0.669835,1.478064 q 0.05813,0.1162523 0.03321,0.18545 -0.02491,0.069198 -0.08304,0.096877 -0.05536,0.024911 -0.143931,0.024911 h -0.600637 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.069198 -0.160539,-0.246344 L 41.312902,4.8348011 h -0.517599 v 1.1320753 q 0,0.1688426 -0.09411,0.2518799 -0.09134,0.083037 -0.23804,0.083037 h -0.43733 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518799 z m 1.104396,-1.9956633 h 0.442866 q 0.561885,0 0.561885,-0.4234902 0,-0.4151866 -0.509295,-0.4151866 h -0.495456 z"
id="path1035" />
<path
d="M 43.430353,5.5655294 Q 43.286422,5.2638272 43.607499,5.1614146 l 0.412419,-0.1300918 q 0.08857,-0.027679 0.146699,-0.030447 0.06089,-0.00554 0.102413,0.022143 0.04152,0.024911 0.06089,0.049822 0.02214,0.022143 0.05813,0.085805 0.03875,0.060894 0.06366,0.094109 0.190986,0.2601836 0.561886,0.2601836 0.232504,0 0.379203,-0.094109 0.146699,-0.094109 0.146699,-0.2684873 0,-0.1162522 -0.07196,-0.2020574 Q 45.395569,4.8624802 45.271013,4.80989 45.149225,4.7545317 44.988686,4.7102452 44.830915,4.6659586 44.653769,4.6189041 44.479391,4.5690818 44.302245,4.5081877 44.127866,4.4472937 43.967327,4.3504168 43.809557,4.2507721 43.685001,4.1206803 43.563213,3.9905885 43.491247,3.7885311 q -0.07197,-0.2048254 -0.07197,-0.462241 0,-0.5092955 0.417955,-0.8359089 0.417954,-0.3266134 1.057341,-0.3266134 0.50376,0 0.855285,0.1605387 0.351524,0.1577709 0.572957,0.5092955 0.179914,0.2906306 -0.141163,0.401347 l -0.307238,0.1079485 q -0.08857,0.030447 -0.152235,0.041519 -0.06089,0.0083 -0.113485,-0.01384 -0.05259,-0.022143 -0.07473,-0.035983 -0.02214,-0.016608 -0.0775,-0.077501 -0.05536,-0.060894 -0.08027,-0.083037 -0.177146,-0.1771463 -0.453937,-0.1771463 -0.177147,0 -0.298935,0.091341 -0.121788,0.088573 -0.121788,0.2325044 0,0.1107164 0.0692,0.1909858 0.07197,0.080269 0.190986,0.1328597 0.11902,0.049822 0.274023,0.094109 0.155003,0.041519 0.326613,0.088573 0.171611,0.044287 0.343221,0.1024127 0.171611,0.058126 0.326614,0.1522351 0.155002,0.094109 0.274023,0.2214328 0.11902,0.1245559 0.188218,0.3210776 0.07196,0.1937537 0.07196,0.4428656 0,0.6227798 -0.445633,0.9632328 -0.445634,0.3404529 -1.181898,0.3404529 -0.545278,0 -0.924482,-0.1882179 -0.376436,-0.1909858 -0.584029,-0.617244 z"
id="path1037" />
<path
d="M 47.108906,5.9668764 V 2.5651147 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.23924 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -1.469761 v 0.6532269 h 0.957697 q 0.202058,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2020574 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268487,0.085805 h -0.957697 v 1.3092215 q 0,0.2020575 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path1039" />
<path
d="m 52.79973,6.2159884 q -0.348757,0.1550029 -0.797158,0.1550029 -0.448402,0 -0.799926,-0.1550029 -0.348757,-0.1577709 -0.572958,-0.4373299 -0.2242,-0.2823268 -0.340453,-0.6642984 -0.116252,-0.3847395 -0.116252,-0.8469806 0,-0.2048253 0.02491,-0.4041149 0.02491,-0.1992895 0.08581,-0.4096507 0.06366,-0.2103612 0.157771,-0.3958111 0.09411,-0.18545 0.240808,-0.3515246 0.146699,-0.1660747 0.329381,-0.2850948 0.18545,-0.1190201 0.43733,-0.1882179 0.254648,-0.069198 0.553582,-0.069198 0.345989,0 0.631083,0.091341 0.287863,0.091341 0.481617,0.2546477 0.196521,0.1605388 0.340453,0.3653642 0.143931,0.2020574 0.2242,0.4456335 0.08027,0.2408082 0.116253,0.4733127 0.03875,0.2325045 0.03875,0.4733126 0,0.4622411 -0.116252,0.8469806 -0.116252,0.3819716 -0.343221,0.6642984 -0.2242,0.279559 -0.575725,0.4373299 z M 51.44899,5.1890937 q 0.17161,0.3127738 0.553582,0.3127738 0.381971,0 0.553582,-0.3127738 0.17161,-0.3155418 0.17161,-0.9217142 0,-1.2593991 -0.725192,-1.2593991 -0.725193,0 -0.725193,1.2593991 0,0.6061724 0.171611,0.9217142 z"
id="path1041" />
<path
d="m 56.829807,6.2159884 q -0.348757,0.1550029 -0.797158,0.1550029 -0.448402,0 -0.799926,-0.1550029 Q 54.883966,6.0582175 54.659765,5.7786585 54.435565,5.4963317 54.319312,5.1143601 54.20306,4.7296206 54.20306,4.2673795 q 0,-0.2048253 0.02491,-0.4041149 0.02491,-0.1992895 0.08581,-0.4096507 0.06366,-0.2103612 0.15777,-0.3958111 0.09411,-0.18545 0.240809,-0.3515246 0.146699,-0.1660747 0.329381,-0.2850948 0.18545,-0.1190201 0.43733,-0.1882179 0.254648,-0.069198 0.553582,-0.069198 0.345989,0 0.631083,0.091341 0.287863,0.091341 0.481617,0.2546477 0.196521,0.1605388 0.340453,0.3653642 0.143931,0.2020574 0.2242,0.4456335 0.08027,0.2408082 0.116253,0.4733127 0.03875,0.2325045 0.03875,0.4733126 0,0.4622411 -0.116252,0.8469806 -0.116252,0.3819716 -0.343221,0.6642984 -0.2242,0.279559 -0.575725,0.4373299 z m -1.35074,-1.0268947 q 0.17161,0.3127738 0.553582,0.3127738 0.381971,0 0.553582,-0.3127738 0.17161,-0.3155418 0.17161,-0.9217142 0,-1.2593991 -0.725192,-1.2593991 -0.725193,0 -0.725193,1.2593991 0,0.6061724 0.171611,0.9217142 z"
id="path1043" />
<path
d="M 58.40198,5.9668764 V 2.5651147 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 1.228952 q 1.660746,0 1.660746,1.2289522 0,0.3653641 -0.163307,0.6338514 -0.163306,0.2657194 -0.453937,0.4207224 l 0.669834,1.478064 q 0.05813,0.1162523 0.03322,0.18545 -0.02491,0.069198 -0.08304,0.096877 -0.05536,0.024911 -0.143931,0.024911 h -0.600637 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.069198 -0.160539,-0.246344 L 60.023975,4.8348011 h -0.517599 v 1.1320753 q 0,0.1688426 -0.09411,0.2518799 -0.09134,0.083037 -0.23804,0.083037 h -0.43733 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518799 z m 1.104396,-1.9956633 h 0.442866 q 0.561885,0 0.561885,-0.4234902 0,-0.4151866 -0.509295,-0.4151866 h -0.495456 z"
id="path1045" />
<path
d="M 62.969033,5.9668764 V 3.1325363 h -0.683674 q -0.202057,0 -0.268487,-0.085805 -0.06643,-0.088573 -0.06643,-0.2491119 V 2.5651147 q 0,-0.1605388 0.06643,-0.246344 0.06643,-0.085805 0.268487,-0.085805 h 2.474512 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.683674 v 2.8343401 q 0,0.2020575 -0.08857,0.2684873 -0.0858,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.069198 -0.0858,-0.069198 -0.0858,-0.2657194 z"
id="path1047" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="amersfoort.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="10.248373"
inkscape:cx="79.036939"
inkscape:cy="22.003493"
inkscape:window-width="1855"
inkscape:window-height="1147"
inkscape:window-x="65"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="033"
id="text217-8"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.169028,154.86524 q -0.395811,0.52036 -1.134843,0.52036 -0.739032,0 -1.134844,-0.52036 -0.395811,-0.52314 -0.395811,-1.5611 0,-1.01583 0.38474,-1.56941 0.384739,-0.55635 1.145915,-0.55635 0.761175,0 1.145914,0.55635 0.38474,0.55358 0.38474,1.56941 0,1.03796 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29616 0.368132,0.29616 0.260183,0 0.368132,-0.29616 0.107948,-0.29894 0.107948,-0.97984 0,-0.72243 -0.107948,-1.0269 -0.107949,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.0269 0,0.6809 0.107949,0.97984 z"
id="path7151" />
<path
d="m 17.905292,154.8514 q -0.210361,-0.26572 0.08304,-0.4318 l 0.274023,-0.15223 q 0.03321,-0.0194 0.06366,-0.0305 0.03321,-0.0111 0.05536,-0.0194 0.02491,-0.008 0.05536,-0.003 0.03045,0.003 0.04429,0.003 0.01661,-0.003 0.04429,0.0138 0.03045,0.0166 0.03875,0.0194 0.01107,0 0.04429,0.0277 0.03322,0.0277 0.03875,0.0332 0.0055,0.003 0.04152,0.036 0.03875,0.0332 0.04429,0.0387 0.188218,0.16607 0.50376,0.16607 0.268487,0 0.442866,-0.13009 0.174378,-0.13286 0.174378,-0.36536 0,-0.26849 -0.224201,-0.38197 -0.221433,-0.11626 -0.664298,-0.11626 -0.121788,0 -0.177147,-0.0526 -0.05536,-0.0554 -0.05536,-0.11625 v -0.41519 q 0,-0.0609 0.04982,-0.11902 0.05259,-0.0609 0.163306,-0.0609 0.799926,0 0.799926,-0.42072 0,-0.17161 -0.130091,-0.27403 -0.127324,-0.10518 -0.373668,-0.10518 -0.254648,0 -0.426258,0.10795 -0.01107,0.008 -0.03321,0.0194 -0.09411,0.0554 -0.135628,0.0775 -0.03875,0.0194 -0.09688,0.0305 -0.05536,0.0111 -0.09965,-0.006 -0.04429,-0.0194 -0.10518,-0.0664 l -0.207593,-0.15777 q -0.102413,-0.0747 -0.127324,-0.155 -0.02491,-0.083 0.0055,-0.14947 0.03322,-0.0664 0.107949,-0.12732 0.246344,-0.21037 0.550814,-0.29894 0.307238,-0.0913 0.708585,-0.0913 0.63662,0 1.018591,0.28233 0.381972,0.28232 0.381972,0.78885 0,0.31001 -0.19929,0.55912 -0.199289,0.24634 -0.567421,0.34876 v 0.0111 q 0.858052,0.22143 0.858052,0.99091 0,0.38474 -0.204826,0.6643 -0.202057,0.27956 -0.55635,0.42072 -0.354292,0.14116 -0.816533,0.14116 -0.476081,0 -0.805462,-0.10794 -0.326613,-0.10795 -0.586797,-0.42626 z"
id="path7153" />
<path
d="m 21.282143,154.8514 q -0.210362,-0.26572 0.08304,-0.4318 l 0.274023,-0.15223 q 0.03322,-0.0194 0.06366,-0.0305 0.03322,-0.0111 0.05536,-0.0194 0.02491,-0.008 0.05536,-0.003 0.03045,0.003 0.04429,0.003 0.01661,-0.003 0.04429,0.0138 0.03045,0.0166 0.03875,0.0194 0.01107,0 0.04429,0.0277 0.03321,0.0277 0.03875,0.0332 0.0055,0.003 0.04152,0.036 0.03875,0.0332 0.04429,0.0387 0.188218,0.16607 0.50376,0.16607 0.268487,0 0.442865,-0.13009 0.174378,-0.13286 0.174378,-0.36536 0,-0.26849 -0.2242,-0.38197 -0.221433,-0.11626 -0.664299,-0.11626 -0.121788,0 -0.177146,-0.0526 -0.05536,-0.0554 -0.05536,-0.11625 v -0.41519 q 0,-0.0609 0.04982,-0.11902 0.05259,-0.0609 0.163307,-0.0609 0.799926,0 0.799926,-0.42072 0,-0.17161 -0.130092,-0.27403 -0.127324,-0.10518 -0.373668,-0.10518 -0.254647,0 -0.426258,0.10795 -0.01107,0.008 -0.03322,0.0194 -0.09411,0.0554 -0.135627,0.0775 -0.03875,0.0194 -0.09688,0.0305 -0.05536,0.0111 -0.09964,-0.006 -0.04429,-0.0194 -0.105181,-0.0664 l -0.207593,-0.15777 q -0.102413,-0.0747 -0.127324,-0.155 -0.02491,-0.083 0.0055,-0.14947 0.03321,-0.0664 0.107949,-0.12732 0.246344,-0.21037 0.550814,-0.29894 0.307238,-0.0913 0.708585,-0.0913 0.636619,0 1.018591,0.28233 0.381971,0.28232 0.381971,0.78885 0,0.31001 -0.199289,0.55912 -0.19929,0.24634 -0.567422,0.34876 v 0.0111 q 0.858052,0.22143 0.858052,0.99091 0,0.38474 -0.204825,0.6643 -0.202057,0.27956 -0.55635,0.42072 -0.354292,0.14116 -0.816533,0.14116 -0.476081,0 -0.805462,-0.10794 -0.326614,-0.10795 -0.586797,-0.42626 z"
id="path7155" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8809996mm"
viewBox="0 0 84.635971 8.8809996"
version="1.1"
id="svg11427"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="amsterdam-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview11429"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.64052329"
inkscape:cx="624.48939"
inkscape:cy="431.67829"
inkscape:window-width="1003"
inkscape:window-height="1147"
inkscape:window-x="917"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs11424" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.1854876,-39.345395)">
<path
d="M 5.1854876,48.226395 H 89.821461 v -8.881 H 5.1854876 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352782"
id="path113" />
<g
aria-label="AMSTERDAM"
id="text213"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778"
transform="matrix(1,0,0,1.0000194,0,-7.6222855e-4)">
<path
d="m 36.493282,45.333026 0.985376,-3.423905 q 0.09411,-0.321077 0.426258,-0.321077 h 0.786087 q 0.332149,0 0.426258,0.321077 l 0.985376,3.423905 q 0.04982,0.177147 -0.02491,0.25188 -0.07473,0.07197 -0.218665,0.07197 h -0.536975 q -0.146699,0 -0.229736,-0.07473 -0.08027,-0.07473 -0.127324,-0.254648 l -0.135629,-0.55359 H 37.72777 l -0.130092,0.553582 q -0.04152,0.179915 -0.124556,0.254648 -0.08304,0.07473 -0.232504,0.07473 h -0.50376 q -0.143931,0 -0.218665,-0.07197 -0.07473,-0.07473 -0.02491,-0.25188 z m 1.444849,-1.45592 h 0.67537 L 38.28412,42.49315 h -0.01107 z"
id="path11492" />
<path
d="m 40.387356,45.321955 v -3.401762 q 0,-0.168843 0.09134,-0.249112 0.09411,-0.08304 0.243576,-0.08304 h 0.82207 q 0.146699,0 0.229736,0.07197 0.08581,0.07197 0.13286,0.249112 l 0.617244,2.341652 h 0.01107 l 0.647691,-2.341652 q 0.05259,-0.177146 0.135628,-0.249112 0.08581,-0.07197 0.232504,-0.07197 h 0.805462 q 0.1467,0 0.238041,0.08304 0.09411,0.08027 0.09411,0.249112 v 3.401762 q 0,0.202057 -0.08581,0.268487 -0.08581,0.06643 -0.246344,0.06643 H 44.00501 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.268487 v -2.23924 h -0.01107 l -0.589565,2.250311 q -0.04705,0.177147 -0.13286,0.25188 -0.08304,0.07197 -0.229736,0.07197 H 42.37194 q -0.1467,0 -0.232505,-0.07197 -0.08304,-0.07473 -0.130092,-0.25188 l -0.589564,-2.250311 h -0.01107 v 2.23924 q 0,0.202057 -0.08857,0.268487 -0.08581,0.06643 -0.246344,0.06643 H 40.72227 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.268487 z"
id="path11494" />
<path
d="m 45.142471,44.920608 q -0.143931,-0.301703 0.177146,-0.404115 l 0.412419,-0.130092 q 0.08857,-0.02768 0.146699,-0.03045 0.06089,-0.0055 0.102413,0.02214 0.04152,0.02491 0.06089,0.04982 0.02214,0.02214 0.05813,0.08581 0.03875,0.06089 0.06366,0.09411 0.190986,0.260183 0.561886,0.260183 0.232504,0 0.379203,-0.09411 0.1467,-0.09411 0.1467,-0.268487 0,-0.116252 -0.07197,-0.202057 -0.07197,-0.08581 -0.196522,-0.138396 -0.121788,-0.05536 -0.282327,-0.09965 -0.15777,-0.04429 -0.334917,-0.09134 -0.174378,-0.04982 -0.351524,-0.110716 -0.174379,-0.06089 -0.334917,-0.157771 -0.157771,-0.09965 -0.282327,-0.229736 -0.121788,-0.130092 -0.193754,-0.33215 -0.07197,-0.204825 -0.07197,-0.462241 0,-0.509295 0.417955,-0.835909 0.417954,-0.326613 1.057342,-0.326613 0.503759,0 0.855284,0.160539 0.351524,0.157771 0.572957,0.509295 0.179914,0.290631 -0.141163,0.401347 l -0.307238,0.107949 q -0.08857,0.03045 -0.152235,0.04152 -0.06089,0.0083 -0.113485,-0.01384 -0.05259,-0.02214 -0.07473,-0.03598 -0.02214,-0.01661 -0.0775,-0.0775 -0.05536,-0.06089 -0.08027,-0.08304 -0.177146,-0.177146 -0.453937,-0.177146 -0.177147,0 -0.298935,0.09134 -0.121788,0.08857 -0.121788,0.232504 0,0.110717 0.0692,0.190986 0.07197,0.08027 0.190986,0.13286 0.11902,0.04982 0.274023,0.09411 0.155003,0.04152 0.326613,0.08857 0.171611,0.04429 0.343221,0.102413 0.171611,0.05813 0.326614,0.152235 0.155003,0.09411 0.274023,0.221433 0.11902,0.124556 0.188218,0.321077 0.07196,0.193754 0.07196,0.442866 0,0.62278 -0.445633,0.963233 -0.445634,0.340453 -1.181898,0.340453 -0.545278,0 -0.924482,-0.188218 -0.376436,-0.190986 -0.584029,-0.617244 z"
id="path11496" />
<path
d="m 49.342372,45.321955 v -2.83434 h -0.683674 q -0.202058,0 -0.268488,-0.08581 -0.06643,-0.08857 -0.06643,-0.249112 v -0.232504 q 0,-0.160539 0.06643,-0.246344 0.06643,-0.08581 0.268488,-0.08581 h 2.474512 q 0.202057,0 0.268487,0.08581 0.06643,0.08581 0.06643,0.246344 v 0.232504 q 0,0.160539 -0.06643,0.249112 -0.06643,0.08581 -0.268487,0.08581 h -0.683674 v 2.83434 q 0,0.202057 -0.08857,0.268487 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.0692 -0.08581,-0.0692 -0.08581,-0.265719 z"
id="path11498" />
<path
d="m 51.729817,45.321955 v -3.401762 q 0,-0.168843 0.09134,-0.249112 0.09411,-0.08304 0.243576,-0.08304 h 2.186649 q 0.202057,0 0.268487,0.08581 0.06643,0.08581 0.06643,0.246344 v 0.232504 q 0,0.160539 -0.06643,0.249112 -0.06643,0.08581 -0.268487,0.08581 h -1.41717 v 0.653226 h 0.907874 q 0.202058,0 0.268488,0.08857 0.06643,0.0858 0.06643,0.246344 v 0.202057 q 0,0.160539 -0.06643,0.249112 -0.06643,0.08581 -0.268488,0.08581 h -0.907874 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.08581 0.06366,0.08304 0.06366,0.249112 v 0.232505 q 0,0.163306 -0.06643,0.249112 -0.06366,0.08581 -0.265719,0.08581 h -2.222632 q -0.146699,0 -0.240808,-0.08304 -0.09411,-0.08304 -0.09411,-0.251879 z"
id="path11500" />
<path
d="m 54.93829,45.321955 v -3.401762 q 0,-0.168843 0.09134,-0.249112 0.09411,-0.08304 0.243576,-0.08304 h 1.228952 q 1.660746,0 1.660746,1.228952 0,0.365364 -0.163306,0.633851 -0.163307,0.26572 -0.453938,0.420723 l 0.669835,1.478064 q 0.05813,0.116252 0.03321,0.18545 -0.02491,0.0692 -0.08304,0.09688 -0.05536,0.02491 -0.143931,0.02491 h -0.600637 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.0692 -0.160539,-0.246344 l -0.459473,-1.154219 h -0.517599 v 1.132076 q 0,0.168842 -0.09411,0.251879 -0.09134,0.08304 -0.23804,0.08304 h -0.43733 q -0.146699,0 -0.240808,-0.08304 -0.09411,-0.08304 -0.09411,-0.251879 z m 1.104396,-1.995664 h 0.442866 q 0.561886,0 0.561886,-0.42349 0,-0.415186 -0.509296,-0.415186 h -0.495456 z"
id="path11502" />
<path
d="m 58.583252,45.321955 v -3.401762 q 0,-0.168843 0.09134,-0.249112 0.09411,-0.08304 0.243576,-0.08304 h 1.115468 q 0.985376,0 1.49744,0.48992 0.514831,0.48992 0.514831,1.46976 0,1.013055 -0.539743,1.561102 -0.536974,0.548046 -1.516814,0.548046 h -1.071182 q -0.146699,0 -0.240808,-0.08304 -0.09411,-0.08304 -0.09411,-0.251879 z m 1.104396,-0.611709 h 0.351525 q 0.453937,0 0.678138,-0.296166 0.224201,-0.296166 0.224201,-0.833141 0,-1.04627 -0.86082,-1.04627 h -0.393044 z"
id="path11504" />
<path
d="m 62.103244,45.333026 0.985376,-3.423905 q 0.09411,-0.321077 0.426259,-0.321077 h 0.786086 q 0.332149,0 0.426258,0.321077 l 0.985376,3.423905 q 0.04982,0.177147 -0.02491,0.25188 -0.07473,0.07197 -0.218665,0.07197 H 64.93205 q -0.1467,0 -0.229737,-0.07473 -0.08027,-0.07473 -0.127324,-0.254648 l -0.135628,-0.55359 H 63.337732 L 63.20764,45.32749 q -0.04152,0.179915 -0.124555,0.254648 -0.08304,0.07473 -0.232505,0.07473 h -0.50376 q -0.143931,0 -0.218665,-0.07197 -0.07473,-0.07473 -0.02491,-0.25188 z m 1.444849,-1.45592 h 0.675371 L 63.894082,42.49315 h -0.01107 z"
id="path11506" />
<path
d="m 65.997315,45.321955 v -3.401762 q 0,-0.168843 0.09134,-0.249112 0.09411,-0.08304 0.243576,-0.08304 H 67.1543 q 0.146699,0 0.229737,0.07197 0.0858,0.07197 0.132859,0.249112 l 0.617244,2.341652 h 0.01107 l 0.647691,-2.341652 q 0.05259,-0.177146 0.135628,-0.249112 0.0858,-0.07197 0.232504,-0.07197 h 0.805462 q 0.146699,0 0.23804,0.08304 0.09411,0.08027 0.09411,0.249112 v 3.401762 q 0,0.202057 -0.08581,0.268487 -0.0858,0.06643 -0.246344,0.06643 h -0.351525 q -0.160538,0 -0.249112,-0.06643 -0.0858,-0.06643 -0.0858,-0.268487 v -2.23924 h -0.01107 l -0.589565,2.250311 q -0.04706,0.177147 -0.13286,0.25188 -0.08304,0.07197 -0.229737,0.07197 h -0.334917 q -0.146699,0 -0.232504,-0.07197 -0.08304,-0.07473 -0.130092,-0.25188 l -0.589565,-2.250311 h -0.01107 v 2.23924 q 0,0.202057 -0.08857,0.268487 -0.0858,0.06643 -0.246344,0.06643 h -0.351524 q -0.160539,0 -0.249112,-0.06643 -0.0858,-0.06643 -0.0858,-0.268487 z"
id="path11508" />
</g>
<g
id="g295"
transform="matrix(0.35277777,0,0,-0.3527846,87.367891,46.832932)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path297" />
</g>
<g
id="g299"
transform="matrix(0.35277777,0,0,-0.3527846,75.427387,42.057745)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path301" />
</g>
<g
id="g303"
transform="matrix(0.35277777,0,0,-0.3527846,79.258271,42.057745)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path305" />
</g>
<g
id="g307"
transform="matrix(0.35277777,0,0,-0.3527846,80.877239,44.966171)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path309" />
</g>
<g
id="g311"
transform="matrix(0.35277777,0,0,-0.3527846,84.172148,45.267027)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path313" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8809996mm"
viewBox="0 0 36.483219 8.8809996"
version="1.1"
id="svg1319"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="amsterdam.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1321"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.64052329"
inkscape:cx="535.49966"
inkscape:cy="16.392847"
inkscape:window-width="1003"
inkscape:window-height="1147"
inkscape:window-x="989"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs1316" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-86.679109,-149.22301)">
<path
d="m 86.679109,158.10401 h 36.483221 v -8.881 H 86.679109 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352782"
id="path111" />
<g
aria-label="020"
id="text221"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778"
transform="matrix(1,0,0,1.0000203,0,-0.00302339)">
<path
d="m 98.351276,155.08332 q -0.395811,0.52036 -1.134843,0.52036 -0.739032,0 -1.134843,-0.52036 -0.395812,-0.52314 -0.395812,-1.56111 0,-1.01582 0.38474,-1.5694 0.384739,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.56111 z m -1.502975,-0.58127 q 0.107948,0.29617 0.368132,0.29617 0.260183,0 0.368132,-0.29617 0.107948,-0.29893 0.107948,-0.97984 0,-0.72242 -0.107948,-1.02689 -0.107949,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path1384" />
<path
d="m 98.941306,155.26877 v -0.27956 q 0,-0.59787 0.730728,-1.13761 0.09965,-0.072 0.262952,-0.18269 0.163304,-0.11071 0.265724,-0.18268 0.10518,-0.072 0.2325,-0.17438 0.12732,-0.10518 0.19929,-0.19375 0.072,-0.0886 0.12179,-0.20206 0.0526,-0.11625 0.0526,-0.23804 0,-0.2242 -0.11349,-0.34045 -0.11348,-0.11902 -0.31831,-0.11902 -0.27125,0 -0.409647,0.22143 -0.01384,0.0221 -0.04982,0.083 -0.03598,0.0581 -0.04982,0.0775 -0.01384,0.0166 -0.05259,0.0526 -0.03598,0.0332 -0.07197,0.0388 -0.03598,0.006 -0.09688,0.008 -0.05813,0 -0.135627,-0.0166 l -0.238041,-0.0526 q -0.135627,-0.0305 -0.196521,-0.0941 -0.06089,-0.0637 -0.05813,-0.13009 0.0028,-0.0692 0.03875,-0.16608 0.155003,-0.41518 0.512064,-0.62831 0.359828,-0.2159 0.905102,-0.2159 0.67537,0 1.01306,0.32108 0.34045,0.32107 0.34045,0.88573 0,0.22973 -0.0803,0.4401 -0.0775,0.20759 -0.19099,0.35982 -0.11071,0.14947 -0.28232,0.30447 -0.17161,0.15224 -0.31278,0.24912 -0.13839,0.0941 -0.31831,0.21589 -0.17991,0.12179 -0.26572,0.18822 -0.19929,0.15777 -0.21036,0.34045 h 1.36735 q 0.20206,0 0.26572,0.0858 0.0664,0.0858 0.0664,0.24911 v 0.16331 q 0,0.1633 -0.0664,0.24911 -0.0637,0.0858 -0.26572,0.0858 h -2.325041 q -0.265719,0 -0.265719,-0.26571 z"
id="path1386" />
<path
d="m 104.76821,155.08332 q -0.39581,0.52036 -1.13484,0.52036 -0.73903,0 -1.13484,-0.52036 -0.39581,-0.52314 -0.39581,-1.56111 0,-1.01582 0.38474,-1.5694 0.38474,-0.55635 1.14591,-0.55635 0.76118,0 1.14592,0.55635 0.38474,0.55358 0.38474,1.5694 0,1.03797 -0.39582,1.56111 z m -1.50297,-0.58127 q 0.10795,0.29617 0.36813,0.29617 0.26019,0 0.36813,-0.29617 0.10795,-0.29893 0.10795,-0.97984 0,-0.72242 -0.10795,-1.02689 -0.10794,-0.30447 -0.36813,-0.30447 -0.26018,0 -0.36813,0.30447 -0.10795,0.30447 -0.10795,1.02689 0,0.68091 0.10795,0.97984 z"
id="path1388" />
</g>
<g
id="g495"
transform="matrix(0.35277777,0,0,-0.35278492,121.69213,156.71056)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path497" />
</g>
<g
id="g499"
transform="matrix(0.35277777,0,0,-0.35278492,109.75162,151.93536)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path501" />
</g>
<g
id="g503"
transform="matrix(0.35277777,0,0,-0.35278492,113.58251,151.93536)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path505" />
</g>
<g
id="g507"
transform="matrix(0.35277777,0,0,-0.35278492,115.20147,154.84378)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path509" />
</g>
<g
id="g511"
transform="matrix(0.35277777,0,0,-0.35278492,118.49642,155.14463)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path513" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8809996mm"
viewBox="0 0 84.635971 8.8809996"
version="1.1"
id="svg1683"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="arnhem-nijmegen-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1685"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.7041198"
inkscape:cx="157.26594"
inkscape:cy="15.257143"
inkscape:window-width="931"
inkscape:window-height="560"
inkscape:window-x="989"
inkscape:window-y="612"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs1680" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-62.602737,-149.223)">
<path
d="m 62.602737,158.104 h 84.635973 v -8.881 H 62.602737 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352782"
id="path129" />
<g
aria-label="ARNHEM-NIJMEGEN"
id="text177"
style="font-weight:800;font-size:5.66873px;letter-spacing:0px;stroke-width:0.352782">
<path
d="m 75.686612,155.28106 0.985384,-3.42394 q 0.09411,-0.32108 0.426262,-0.32108 h 0.786094 q 0.332152,0 0.426261,0.32108 l 0.985385,3.42394 q 0.04982,0.17714 -0.02491,0.25188 -0.07473,0.072 -0.218667,0.072 h -0.536979 q -0.146701,0 -0.229739,-0.0747 -0.08027,-0.0747 -0.127325,-0.25465 l -0.135629,-0.55359 H 76.92111 l -0.130093,0.55359 q -0.04152,0.17992 -0.124557,0.25465 -0.08304,0.0747 -0.232506,0.0747 H 75.93019 q -0.143933,0 -0.218667,-0.072 -0.07473,-0.0747 -0.02491,-0.25188 z m 1.444861,-1.45594 h 0.675376 l -0.329384,-1.38396 h -0.01107 z"
id="path11100" />
<path
d="m 79.58073,155.26998 v -3.40179 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243578,-0.083 h 1.228963 q 1.660761,0 1.660761,1.22896 0,0.36537 -0.163309,0.63386 -0.163308,0.26572 -0.453941,0.42073 l 0.66984,1.47807 q 0.05813,0.11626 0.03322,0.18546 -0.02491,0.0692 -0.08304,0.0969 -0.05536,0.0249 -0.143933,0.0249 h -0.600642 q -0.152236,0 -0.24081,-0.0664 -0.08857,-0.0692 -0.16054,-0.24634 L 81.20274,154.1379 h -0.517604 v 1.13208 q 0,0.16885 -0.09411,0.25189 -0.09134,0.083 -0.238042,0.083 H 79.91565 q -0.146701,0 -0.24081,-0.083 -0.09411,-0.083 -0.09411,-0.25189 z m 1.104406,-1.99568 h 0.442869 q 0.561891,0 0.561891,-0.42349 0,-0.41519 -0.5093,-0.41519 h -0.49546 z"
id="path11102" />
<path
d="m 83.225719,155.26998 v -3.40179 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243578,-0.083 h 0.622785 q 0.274026,0 0.437334,0.2934 l 1.054583,1.93756 h 0.01107 v -1.89881 q 0,-0.20206 0.08581,-0.26572 0.08581,-0.0664 0.249114,-0.0664 h 0.357063 q 0.160541,0 0.246346,0.0664 0.08581,0.0637 0.08581,0.26572 v 3.40179 q 0,0.20206 -0.08581,0.26849 -0.0858,0.0664 -0.246346,0.0664 h -0.48162 q -0.287865,0 -0.44287,-0.2934 l -1.190212,-2.08702 h -0.01107 v 2.0455 q 0,0.20206 -0.08857,0.26849 -0.08581,0.0664 -0.246346,0.0664 h -0.357064 q -0.16054,0 -0.249114,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 z"
id="path11104" />
<path
d="m 87.244853,155.26998 v -3.40179 q 0,-0.20206 0.08581,-0.26572 0.08581,-0.0664 0.249115,-0.0664 h 0.442869 q 0.16054,0 0.246346,0.0664 0.08581,0.0637 0.08581,0.26572 v 1.16807 h 1.231731 v -1.16807 q 0,-0.20206 0.08581,-0.26572 0.08581,-0.0664 0.249114,-0.0664 h 0.434566 q 0.163308,0 0.249114,0.0664 0.08581,0.0637 0.08581,0.26572 v 3.40179 q 0,0.20206 -0.08857,0.26849 -0.08581,0.0664 -0.246346,0.0664 h -0.434566 q -0.16054,0 -0.249114,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 v -1.26494 h -1.231731 v 1.26494 q 0,0.20206 -0.08581,0.26849 -0.08581,0.0664 -0.246346,0.0664 h -0.442869 q -0.160541,0 -0.249115,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 z"
id="path11106" />
<path
d="m 91.224308,155.26998 v -3.40179 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243579,-0.083 h 2.186668 q 0.202059,0 0.268489,0.0858 0.06643,0.0858 0.06643,0.24634 v 0.23251 q 0,0.16054 -0.06643,0.24911 -0.06643,0.0858 -0.268489,0.0858 h -1.417183 v 0.65323 h 0.907883 q 0.202059,0 0.26849,0.0886 0.06643,0.0858 0.06643,0.24634 v 0.20206 q 0,0.16054 -0.06643,0.24912 -0.06643,0.0858 -0.26849,0.0858 h -0.907883 v 0.74181 h 1.453166 q 0.204827,0 0.26849,0.0858 0.06366,0.083 0.06366,0.24912 v 0.2325 q 0,0.16331 -0.06643,0.24912 -0.06366,0.0858 -0.265722,0.0858 h -2.222651 q -0.146701,0 -0.240811,-0.083 -0.09411,-0.083 -0.09411,-0.25189 z"
id="path11108" />
<path
d="m 94.432811,155.26998 v -3.40179 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243578,-0.083 h 0.822077 q 0.1467,0 0.229738,0.072 0.08581,0.072 0.132861,0.24911 l 0.61725,2.34167 h 0.01107 l 0.647697,-2.34167 q 0.05259,-0.17715 0.135629,-0.24911 0.08581,-0.072 0.232506,-0.072 h 0.805469 q 0.146701,0 0.238043,0.083 0.09411,0.0803 0.09411,0.24911 v 3.40179 q 0,0.20206 -0.08581,0.26849 -0.08581,0.0664 -0.246346,0.0664 h -0.351527 q -0.160541,0 -0.249115,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 v -2.23925 h -0.01107 l -0.58957,2.25033 q -0.04706,0.17714 -0.132861,0.25188 -0.08304,0.072 -0.229739,0.072 h -0.33492 q -0.1467,0 -0.232506,-0.072 -0.08304,-0.0747 -0.130093,-0.25188 l -0.58957,-2.25033 h -0.01107 v 2.23925 q 0,0.20206 -0.08857,0.26849 -0.08581,0.0664 -0.246346,0.0664 h -0.351528 q -0.16054,0 -0.249114,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 z"
id="path11110" />
<path
d="m 99.398338,154.51711 q -0.168844,0 -0.251882,-0.0941 -0.08304,-0.0941 -0.08304,-0.24081 v -0.18269 q 0,-0.1467 0.08304,-0.23804 0.08304,-0.0941 0.251882,-0.0941 h 0.974312 q 0.16885,0 0.25188,0.0941 0.083,0.0913 0.083,0.23804 v 0.18269 q 0,0.1467 -0.083,0.24081 -0.083,0.0941 -0.25188,0.0941 z"
id="path11112" />
<path
d="m 101.03688,155.26998 v -3.40179 q 0,-0.16884 0.0913,-0.24911 0.0941,-0.083 0.24358,-0.083 h 0.62278 q 0.27403,0 0.43734,0.2934 l 1.05458,1.93756 h 0.0111 v -1.89881 q 0,-0.20206 0.0858,-0.26572 0.0858,-0.0664 0.24911,-0.0664 h 0.35706 q 0.16054,0 0.24635,0.0664 0.0858,0.0637 0.0858,0.26572 v 3.40179 q 0,0.20206 -0.0858,0.26849 -0.0858,0.0664 -0.24635,0.0664 h -0.48162 q -0.28786,0 -0.44287,-0.2934 l -1.19021,-2.08702 h -0.0111 v 2.0455 q 0,0.20206 -0.0886,0.26849 -0.0858,0.0664 -0.24635,0.0664 h -0.35706 q -0.16054,0 -0.24912,-0.0664 -0.0858,-0.0664 -0.0858,-0.26849 z"
id="path11114" />
<path
d="m 105.05602,155.26998 v -3.40179 q 0,-0.20206 0.0858,-0.26572 0.0858,-0.0664 0.24912,-0.0664 h 0.43733 q 0.16054,0 0.24635,0.0664 0.0858,0.0637 0.0858,0.26572 v 3.40179 q 0,0.20206 -0.0858,0.26849 -0.0858,0.0664 -0.24635,0.0664 h -0.43733 q -0.16054,0 -0.24912,-0.0664 -0.0858,-0.0664 -0.0858,-0.26849 z"
id="path11116" />
<path
d="m 106.42304,155.25891 q -0.2242,-0.26572 0.072,-0.4318 l 0.39305,-0.21866 q 0.072,-0.0443 0.13009,-0.0443 0.0609,0 0.0996,0.0277 0.0415,0.0249 0.0969,0.083 0.0886,0.10241 0.22697,0.10241 0.13563,0 0.19929,-0.0913 0.0637,-0.0913 0.0637,-0.28233 v -2.53543 q 0,-0.20206 0.0858,-0.26572 0.0858,-0.0664 0.24635,-0.0664 h 0.44287 q 0.16331,0 0.24911,0.0664 0.0858,0.0637 0.0858,0.26572 v 2.31953 q 0,1.48638 -1.32031,1.48638 -0.32938,0 -0.59233,-0.0858 -0.26019,-0.0886 -0.47886,-0.32939 z"
id="path11118" />
<path
d="m 109.32458,155.26998 v -3.40179 q 0,-0.16884 0.0913,-0.24911 0.0941,-0.083 0.24358,-0.083 h 0.82208 q 0.1467,0 0.22974,0.072 0.0858,0.072 0.13286,0.24911 l 0.61725,2.34167 h 0.0111 l 0.64769,-2.34167 q 0.0526,-0.17715 0.13563,-0.24911 0.0858,-0.072 0.23251,-0.072 h 0.80547 q 0.1467,0 0.23804,0.083 0.0941,0.0803 0.0941,0.24911 v 3.40179 q 0,0.20206 -0.0858,0.26849 -0.0858,0.0664 -0.24634,0.0664 h -0.35153 q -0.16054,0 -0.24911,-0.0664 -0.0858,-0.0664 -0.0858,-0.26849 v -2.23925 h -0.0111 l -0.58957,2.25033 q -0.0471,0.17714 -0.13286,0.25188 -0.083,0.072 -0.22974,0.072 h -0.33492 q -0.1467,0 -0.23251,-0.072 -0.083,-0.0747 -0.13009,-0.25188 l -0.58957,-2.25033 h -0.0111 v 2.23925 q 0,0.20206 -0.0886,0.26849 -0.0858,0.0664 -0.24634,0.0664 h -0.35153 q -0.16054,0 -0.24911,-0.0664 -0.0858,-0.0664 -0.0858,-0.26849 z"
id="path11120" />
<path
d="m 114.16,155.26998 v -3.40179 q 0,-0.16884 0.0913,-0.24911 0.0941,-0.083 0.24358,-0.083 h 2.18667 q 0.20206,0 0.26849,0.0858 0.0664,0.0858 0.0664,0.24634 v 0.23251 q 0,0.16054 -0.0664,0.24911 -0.0664,0.0858 -0.26849,0.0858 h -1.41718 v 0.65323 h 0.90788 q 0.20206,0 0.26849,0.0886 0.0664,0.0858 0.0664,0.24634 v 0.20206 q 0,0.16054 -0.0664,0.24912 -0.0664,0.0858 -0.26849,0.0858 h -0.90788 v 0.74181 h 1.45316 q 0.20483,0 0.26849,0.0858 0.0637,0.083 0.0637,0.24912 v 0.2325 q 0,0.16331 -0.0664,0.24912 -0.0637,0.0858 -0.26572,0.0858 h -2.22265 q -0.1467,0 -0.24081,-0.083 -0.0941,-0.083 -0.0941,-0.25189 z"
id="path11122" />
<path
d="m 118.76355,155.6741 q -0.50376,0 -0.86083,-0.26849 -0.35429,-0.27125 -0.52867,-0.75288 -0.17438,-0.48162 -0.17438,-1.13485 0,-0.99645 0.47608,-1.52236 0.47609,-0.52868 1.30923,-0.52868 1.14593,0 1.50022,0.88851 0.12733,0.32385 -0.20759,0.38197 l -0.40412,0.072 q -0.0526,0.008 -0.0941,0.0111 -0.0388,0.003 -0.072,-0.008 -0.0332,-0.0111 -0.0554,-0.0194 -0.0194,-0.0111 -0.0471,-0.0415 -0.0249,-0.0304 -0.0415,-0.0498 -0.0138,-0.0221 -0.047,-0.072 -0.0332,-0.0498 -0.0554,-0.0803 -0.15224,-0.21036 -0.47609,-0.21036 -0.32108,0 -0.50099,0.29894 -0.17992,0.29894 -0.17992,0.8802 0,0.65323 0.16885,0.97708 0.16884,0.32108 0.57296,0.32108 0.28786,0 0.46224,-0.14393 0.17438,-0.14393 0.17438,-0.38197 v -0.0526 h -0.3017 q -0.2076,0 -0.27126,-0.0637 -0.0637,-0.0637 -0.0637,-0.21313 V 153.767 q 0,-0.14947 0.0637,-0.21314 0.0637,-0.0637 0.27126,-0.0637 h 0.90788 q 0.16054,0 0.24635,0.0664 0.0886,0.0664 0.0886,0.26849 v 1.44486 q 0,0.21037 -0.0637,0.27403 -0.0637,0.0609 -0.2159,0.0609 h -0.24358 q -0.15777,0 -0.24081,-0.0637 -0.083,-0.0664 -0.083,-0.26572 h -0.0111 q -0.21036,0.21313 -0.45394,0.30724 -0.24081,0.0913 -0.54805,0.0913 z"
id="path11124" />
<path
d="m 121.01918,155.26998 v -3.40179 q 0,-0.16884 0.0913,-0.24911 0.0941,-0.083 0.24358,-0.083 h 2.18666 q 0.20206,0 0.26849,0.0858 0.0664,0.0858 0.0664,0.24634 v 0.23251 q 0,0.16054 -0.0664,0.24911 -0.0664,0.0858 -0.26849,0.0858 h -1.41718 v 0.65323 h 0.90788 q 0.20206,0 0.26849,0.0886 0.0664,0.0858 0.0664,0.24634 v 0.20206 q 0,0.16054 -0.0664,0.24912 -0.0664,0.0858 -0.26849,0.0858 h -0.90788 v 0.74181 h 1.45317 q 0.20482,0 0.26849,0.0858 0.0637,0.083 0.0637,0.24912 v 0.2325 q 0,0.16331 -0.0664,0.24912 -0.0637,0.0858 -0.26572,0.0858 h -2.22265 q -0.1467,0 -0.24081,-0.083 -0.0941,-0.083 -0.0941,-0.25189 z"
id="path11126" />
<path
d="m 124.22766,155.26998 v -3.40179 q 0,-0.16884 0.0914,-0.24911 0.0941,-0.083 0.24357,-0.083 h 0.62279 q 0.27403,0 0.43733,0.2934 l 1.05459,1.93756 h 0.0111 v -1.89881 q 0,-0.20206 0.0858,-0.26572 0.0858,-0.0664 0.24912,-0.0664 h 0.35706 q 0.16054,0 0.24635,0.0664 0.0858,0.0637 0.0858,0.26572 v 3.40179 q 0,0.20206 -0.0858,0.26849 -0.0858,0.0664 -0.24635,0.0664 h -0.48162 q -0.28786,0 -0.44287,-0.2934 l -1.19021,-2.08702 h -0.0111 v 2.0455 q 0,0.20206 -0.0886,0.26849 -0.0858,0.0664 -0.24634,0.0664 h -0.35707 q -0.16054,0 -0.24911,-0.0664 -0.0858,-0.0664 -0.0858,-0.26849 z"
id="path11128" />
</g>
<g
id="g375"
transform="matrix(0.35277777,0,0,-0.35278453,144.78514,156.77428)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path377" />
</g>
<g
id="g379"
transform="matrix(0.35277777,0,0,-0.35278453,132.84464,151.99911)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.073 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path381" />
</g>
<g
id="g383"
transform="matrix(0.35277777,0,0,-0.35278453,136.67552,151.99911)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path385" />
</g>
<g
id="g387"
transform="matrix(0.35277777,0,0,-0.35278453,138.29449,154.90748)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path389" />
</g>
<g
id="g391"
transform="matrix(0.35277777,0,0,-0.35278453,141.5894,155.20835)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path393" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8809996mm"
viewBox="0 0 36.483219 8.8809996"
version="1.1"
id="svg1551"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="arnhem-nijmegen.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1553"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.3868041"
inkscape:cx="71.453792"
inkscape:cy="-9.1531718"
inkscape:window-width="931"
inkscape:window-height="560"
inkscape:window-x="989"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs1548" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-49.915549,-131.04776)">
<path
d="m 49.915549,139.92876 h 36.483219 v -8.881 H 49.915549 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352782"
id="path127" />
<g
aria-label="ARNHEM"
id="text225"
style="font-weight:800;font-size:2.46946px;stroke-width:0.352782">
<path
d="m 58.366746,135.00161 0.429262,-1.49157 q 0.041,-0.13987 0.185692,-0.13987 h 0.342444 q 0.144695,0 0.185692,0.13987 l 0.429262,1.49157 q 0.0217,0.0772 -0.01085,0.10972 -0.03256,0.0314 -0.09526,0.0314 h -0.233923 q -0.06391,0 -0.100081,-0.0326 -0.03497,-0.0326 -0.05547,-0.11093 l -0.05908,-0.24116 h -0.479905 l -0.05667,0.24116 q -0.01809,0.0784 -0.05426,0.11093 -0.03617,0.0326 -0.101286,0.0326 h -0.219454 q -0.0627,0 -0.09526,-0.0314 -0.03256,-0.0326 -0.01085,-0.10972 z m 0.629423,-0.63425 h 0.294213 l -0.143489,-0.60289 h -0.0048 z"
id="path11252" />
<path
d="m 60.063131,134.99678 v -1.48191 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.106109,-0.0362 h 0.535371 q 0.723475,0 0.723475,0.53537 0,0.15917 -0.07114,0.27613 -0.07114,0.11576 -0.197749,0.18328 l 0.291801,0.64389 q 0.02532,0.0507 0.01447,0.0808 -0.01085,0.0301 -0.03617,0.0422 -0.02412,0.0109 -0.0627,0.0109 h -0.261657 q -0.06632,0 -0.104904,-0.0289 -0.03858,-0.0302 -0.06994,-0.10732 l -0.200161,-0.50281 h -0.225483 v 0.49316 q 0,0.0736 -0.041,0.10973 -0.03979,0.0362 -0.103698,0.0362 h -0.190515 q -0.06391,0 -0.104904,-0.0362 -0.041,-0.0362 -0.041,-0.10973 z m 0.481111,-0.86937 h 0.192927 q 0.244775,0 0.244775,-0.18449 0,-0.18087 -0.221865,-0.18087 h -0.215837 z"
id="path11254" />
<path
d="m 61.651003,134.99678 v -1.48191 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.10611,-0.0362 h 0.271303 q 0.119373,0 0.190515,0.12782 l 0.459406,0.84405 h 0.0048 v -0.82717 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108521,-0.0289 h 0.155547 q 0.06994,0 0.107315,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.48191 q 0,0.088 -0.03738,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.209808 q -0.125402,0 -0.192926,-0.12781 l -0.51849,-0.90917 h -0.0048 v 0.89108 q 0,0.088 -0.03859,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.155547 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11697 z"
id="path11256" />
<path
d="m 63.401854,134.99678 v -1.48191 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108521,-0.0289 h 0.192927 q 0.06994,0 0.107315,0.0289 0.03738,0.0277 0.03738,0.11576 v 0.50884 h 0.536577 v -0.50884 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108522,-0.0289 h 0.189309 q 0.07114,0 0.108521,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.48191 q 0,0.088 -0.03859,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.189309 q -0.06994,0 -0.108522,-0.0289 -0.03738,-0.0289 -0.03738,-0.11697 v -0.55104 h -0.536577 v 0.55104 q 0,0.088 -0.03738,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.192927 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11697 z"
id="path11258" />
<path
d="m 65.13542,134.99678 v -1.48191 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.10611,-0.0362 h 0.952575 q 0.08802,0 0.116961,0.0374 0.02894,0.0374 0.02894,0.10732 v 0.10128 q 0,0.0699 -0.02894,0.10852 -0.02894,0.0374 -0.116961,0.0374 h -0.617365 v 0.28457 h 0.395499 q 0.08802,0 0.116962,0.0386 0.02894,0.0374 0.02894,0.10731 v 0.088 q 0,0.0699 -0.02894,0.10853 -0.02894,0.0374 -0.116962,0.0374 h -0.395499 v 0.32315 h 0.63304 q 0.08923,0 0.116962,0.0374 0.02773,0.0362 0.02773,0.10852 v 0.10128 q 0,0.0711 -0.02894,0.10853 -0.02773,0.0374 -0.115756,0.0374 h -0.96825 q -0.06391,0 -0.104904,-0.0362 -0.041,-0.0362 -0.041,-0.10973 z"
id="path11260" />
<path
d="m 66.53314,134.99678 v -1.48191 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.10611,-0.0362 h 0.35812 q 0.06391,0 0.100081,0.0314 0.03738,0.0314 0.05788,0.10852 l 0.268891,1.0201 h 0.0048 l 0.282155,-1.0201 q 0.02291,-0.0772 0.05908,-0.10852 0.03738,-0.0314 0.101286,-0.0314 h 0.350886 q 0.06391,0 0.103698,0.0362 0.041,0.035 0.041,0.10852 v 1.48191 q 0,0.088 -0.03738,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.153136 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11697 v -0.97548 h -0.0048 l -0.256833,0.98031 q -0.0205,0.0772 -0.05788,0.10972 -0.03617,0.0314 -0.100081,0.0314 h -0.1459 q -0.06391,0 -0.101287,-0.0314 -0.03617,-0.0326 -0.05667,-0.10972 L 66.9829,134.0213 h -0.0048 v 0.97548 q 0,0.088 -0.03858,0.11697 -0.03738,0.0289 -0.107315,0.0289 h -0.153136 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11697 z"
id="path11262" />
</g>
<g
aria-label="NIJMEGEN"
id="text229"
style="font-weight:800;font-size:2.46946px;stroke-width:0.352782">
<path
d="m 56.786184,137.28988 v -1.48192 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.106109,-0.0362 h 0.271303 q 0.119373,0 0.190515,0.12782 l 0.459407,0.84405 h 0.0048 v -0.82717 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108521,-0.0289 h 0.155547 q 0.06994,0 0.107316,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.48192 q 0,0.088 -0.03738,0.11696 -0.03738,0.0289 -0.107316,0.0289 h -0.209807 q -0.125402,0 -0.192927,-0.12782 l -0.51849,-0.90916 h -0.0048 v 0.89108 q 0,0.088 -0.03859,0.11696 -0.03738,0.0289 -0.107316,0.0289 h -0.155547 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11696 z"
id="path11283" />
<path
d="m 58.537039,137.28988 v -1.48192 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108522,-0.0289 h 0.190515 q 0.06994,0 0.107315,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.48192 q 0,0.088 -0.03738,0.11696 -0.03738,0.0289 -0.107315,0.0289 H 58.68294 q -0.06994,0 -0.108522,-0.0289 -0.03738,-0.0289 -0.03738,-0.11696 z"
id="path11285" />
<path
d="m 59.132548,137.28505 q -0.09767,-0.11575 0.03135,-0.1881 l 0.171223,-0.0953 q 0.03135,-0.0193 0.05667,-0.0193 0.02653,0 0.04341,0.0121 0.01809,0.0109 0.0422,0.0362 0.03858,0.0446 0.09887,0.0446 0.05908,0 0.08682,-0.0398 0.02773,-0.0398 0.02773,-0.12299 v -1.1045 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.107315,-0.0289 h 0.192927 q 0.07114,0 0.108521,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.01045 q 0,0.64751 -0.575162,0.64751 -0.143489,0 -0.258039,-0.0374 -0.113345,-0.0386 -0.208602,-0.14349 z"
id="path11287" />
<path
d="m 60.396551,137.28988 v -1.48192 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.10611,-0.0362 h 0.35812 q 0.06391,0 0.100081,0.0314 0.03738,0.0313 0.05788,0.10852 l 0.268891,1.0201 h 0.0048 l 0.282155,-1.0201 q 0.02291,-0.0772 0.05908,-0.10852 0.03738,-0.0314 0.101286,-0.0314 h 0.350886 q 0.06391,0 0.103698,0.0362 0.041,0.035 0.041,0.10852 v 1.48192 q 0,0.088 -0.03738,0.11696 -0.03738,0.0289 -0.107315,0.0289 H 61.97252 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11696 v -0.97549 h -0.0048 l -0.256833,0.98031 q -0.0205,0.0772 -0.05788,0.10973 -0.03617,0.0314 -0.100081,0.0314 h -0.145901 q -0.06391,0 -0.101286,-0.0314 -0.03617,-0.0326 -0.05667,-0.10973 l -0.256834,-0.98031 h -0.0048 v 0.97549 q 0,0.088 -0.03858,0.11696 -0.03738,0.0289 -0.107316,0.0289 h -0.153135 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11696 z"
id="path11289" />
<path
d="m 62.503,137.28988 v -1.48192 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.106109,-0.0362 h 0.952575 q 0.08802,0 0.116962,0.0374 0.02894,0.0374 0.02894,0.10732 v 0.10128 q 0,0.0699 -0.02894,0.10853 -0.02894,0.0374 -0.116962,0.0374 h -0.617365 v 0.28456 h 0.395499 q 0.08802,0 0.116962,0.0386 0.02894,0.0374 0.02894,0.10731 v 0.088 q 0,0.0699 -0.02894,0.10852 -0.02894,0.0374 -0.116962,0.0374 h -0.395499 v 0.32315 h 0.63304 q 0.08923,0 0.116962,0.0374 0.02773,0.0362 0.02773,0.10852 v 0.10129 q 0,0.0711 -0.02894,0.10852 -0.02773,0.0374 -0.115756,0.0374 h -0.96825 q -0.06391,0 -0.104904,-0.0362 -0.041,-0.0362 -0.041,-0.10972 z"
id="path11291" />
<path
d="m 64.508447,137.46592 q -0.219454,0 -0.375001,-0.11696 -0.154341,-0.11817 -0.230306,-0.32798 -0.07597,-0.2098 -0.07597,-0.49437 0,-0.43409 0.207396,-0.66319 0.207396,-0.2303 0.570339,-0.2303 0.499198,0 0.653539,0.38706 0.05547,0.14107 -0.09043,0.1664 l -0.176046,0.0314 q -0.02291,0.004 -0.041,0.005 -0.01688,0.001 -0.03135,-0.004 -0.01447,-0.005 -0.02412,-0.008 -0.0084,-0.005 -0.0205,-0.0181 -0.01085,-0.0133 -0.01809,-0.0217 -0.006,-0.01 -0.0205,-0.0313 -0.01447,-0.0217 -0.02412,-0.035 -0.06632,-0.0916 -0.207396,-0.0916 -0.139871,0 -0.218248,0.13023 -0.07838,0.13022 -0.07838,0.38344 0,0.28457 0.07355,0.42564 0.07355,0.13988 0.249599,0.13988 0.125402,0 0.201367,-0.0627 0.07597,-0.0627 0.07597,-0.16639 v -0.0229 h -0.131432 q -0.09043,0 -0.118167,-0.0277 -0.02773,-0.0277 -0.02773,-0.0928 v -0.0844 q 0,-0.0651 0.02773,-0.0928 0.02773,-0.0277 0.118167,-0.0277 h 0.3955 q 0.06994,0 0.107315,0.0289 0.03859,0.0289 0.03859,0.11696 v 0.62943 q 0,0.0916 -0.02773,0.11937 -0.02773,0.0265 -0.09405,0.0265 h -0.10611 q -0.06873,0 -0.104904,-0.0277 -0.03617,-0.0289 -0.03617,-0.11575 h -0.0048 q -0.09164,0.0928 -0.197749,0.13384 -0.104904,0.0398 -0.238747,0.0398 z"
id="path11293" />
<path
d="m 65.491057,137.28988 v -1.48192 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.106109,-0.0362 h 0.952575 q 0.08802,0 0.116962,0.0374 0.02894,0.0374 0.02894,0.10732 v 0.10128 q 0,0.0699 -0.02894,0.10853 -0.02894,0.0374 -0.116962,0.0374 h -0.617365 v 0.28456 h 0.3955 q 0.08802,0 0.116961,0.0386 0.02894,0.0374 0.02894,0.10731 v 0.088 q 0,0.0699 -0.02894,0.10852 -0.02894,0.0374 -0.116961,0.0374 h -0.3955 v 0.32315 h 0.633041 q 0.08923,0 0.116961,0.0374 0.02773,0.0362 0.02773,0.10852 v 0.10129 q 0,0.0711 -0.02894,0.10852 -0.02773,0.0374 -0.115755,0.0374 h -0.968251 q -0.06391,0 -0.104904,-0.0362 -0.041,-0.0362 -0.041,-0.10972 z"
id="path11295" />
<path
d="m 66.888785,137.28988 v -1.48192 q 0,-0.0736 0.03979,-0.10852 0.041,-0.0362 0.106109,-0.0362 h 0.271303 q 0.119374,0 0.190515,0.12782 l 0.459407,0.84405 h 0.0048 v -0.82717 q 0,-0.088 0.03738,-0.11576 0.03738,-0.0289 0.108521,-0.0289 h 0.155548 q 0.06994,0 0.107315,0.0289 0.03738,0.0277 0.03738,0.11576 v 1.48192 q 0,0.088 -0.03738,0.11696 -0.03738,0.0289 -0.107315,0.0289 h -0.209808 q -0.125402,0 -0.192927,-0.12782 l -0.51849,-0.90916 h -0.0048 v 0.89108 q 0,0.088 -0.03858,0.11696 -0.03738,0.0289 -0.107316,0.0289 h -0.155547 q -0.06994,0 -0.108521,-0.0289 -0.03738,-0.0289 -0.03738,-0.11696 z"
id="path11297" />
</g>
<g
id="g575"
transform="matrix(0.35277777,0,0,-0.35278453,84.928566,138.60709)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path577" />
</g>
<g
id="g579"
transform="matrix(0.35277777,0,0,-0.35278453,72.988062,133.8319)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.073 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path581" />
</g>
<g
id="g583"
transform="matrix(0.35277777,0,0,-0.35278453,76.818946,133.8319)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path585" />
</g>
<g
id="g587"
transform="matrix(0.35277777,0,0,-0.35278453,78.437914,136.7403)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path589" />
</g>
<g
id="g591"
transform="matrix(0.35277777,0,0,-0.35278453,81.732858,137.04114)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path593" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
sodipodi:docname="delft-breed.svg"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="14.493388"
inkscape:cx="241.24795"
inkscape:cy="19.905629"
inkscape:window-width="1746"
inkscape:window-height="1097"
inkscape:window-x="55"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer3" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Layer 3"
style="opacity:1">
<g
aria-label="DELFT"
id="text209-9-4"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;opacity:1;stroke-width:0.352778">
<path
d="M 48.292698,5.960617 V 2.5588553 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 1.115468 q 0.985376,0 1.49744,0.4899201 0.514831,0.4899201 0.514831,1.4697603 0,1.0130552 -0.539743,1.5611014 -0.536974,0.5480462 -1.516814,0.5480462 h -1.071182 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z m 1.104396,-0.6117082 h 0.351525 q 0.453937,0 0.678138,-0.2961664 0.224201,-0.2961664 0.224201,-0.833141 0,-1.04627 -0.86082,-1.04627 h -0.393044 z"
id="path10307" />
<path
d="M 52.289561,5.960617 V 2.5588553 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -1.41717 v 0.6532268 h 0.907874 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.2463441 v 0.2020574 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -0.907874 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.085805 0.06366,0.083037 0.06366,0.2491119 V 5.960617 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.265719,0.085805 h -2.222632 q -0.1467,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path10309" />
<path
d="M 55.666411,5.960617 V 2.5588553 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.43733 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 2.8343401 h 1.29815 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.246344 V 5.960617 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -2.067629 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path10311" />
<path
d="M 58.821829,5.960617 V 2.5588553 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.23924 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -1.469761 v 0.6532268 h 0.957697 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.2463441 v 0.2020574 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 H 59.926225 V 5.960617 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path10313" />
<path
d="M 62.968158,5.960617 V 3.1262769 h -0.683673 q -0.202058,0 -0.268488,-0.085805 -0.06643,-0.088573 -0.06643,-0.2491119 V 2.5588553 q 0,-0.1605388 0.06643,-0.246344 0.06643,-0.085805 0.268488,-0.085805 h 2.474511 q 0.202058,0 0.268488,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 H 64.075322 V 5.960617 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160538,0 -0.249111,-0.069198 -0.08581,-0.069198 -0.08581,-0.2657194 z"
id="path10315" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="delft.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.568401"
inkscape:window-width="1310"
inkscape:window-height="1097"
inkscape:window-x="490"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="015"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path21018" />
<path
d="m 18.364196,154.97536 v -0.13563 q 0,-0.16054 0.06643,-0.24635 0.06643,-0.0886 0.268487,-0.0886 h 0.290631 v -2.34719 l -0.43733,0.0581 q -0.193754,0.0221 -0.257416,-0.0305 -0.06089,-0.0526 -0.06089,-0.19098 v -0.12456 q 0,-0.1467 0.06643,-0.22974 0.0692,-0.083 0.240808,-0.13839 l 0.492688,-0.16054 q 0.02768,-0.008 0.08304,-0.0249 0.05813,-0.0194 0.08027,-0.0249 0.02491,-0.008 0.0692,-0.0194 0.04705,-0.0138 0.08027,-0.0166 0.03322,-0.006 0.0775,-0.008 0.04429,-0.006 0.09134,-0.006 h 0.182682 q 0.163306,0 0.243576,0.0637 0.08304,0.0609 0.08304,0.26295 v 2.93675 h 0.323846 q 0.202057,0 0.268487,0.0886 0.06643,0.0858 0.06643,0.24635 v 0.13563 q 0,0.16053 -0.06643,0.24911 -0.06643,0.0858 -0.268487,0.0858 h -1.649675 q -0.202057,0 -0.268487,-0.0858 -0.06643,-0.0886 -0.06643,-0.24911 z"
id="path21020" />
<path
d="m 21.345235,154.86187 q -0.215897,-0.25741 0.08581,-0.41242 l 0.298934,-0.155 q 0.08304,-0.0415 0.141163,-0.0526 0.05813,-0.0138 0.102413,0.006 0.04706,0.0166 0.07197,0.036 0.02768,0.0194 0.0775,0.072 0.04982,0.0498 0.08304,0.0775 0.143931,0.1301 0.426258,0.1301 0.30447,0 0.453937,-0.18545 0.152235,-0.18822 0.152235,-0.46778 0,-0.27402 -0.141163,-0.42626 -0.138396,-0.15223 -0.409651,-0.15223 -0.160539,0 -0.287863,0.0747 -0.03322,0.0221 -0.07197,0.0526 -0.03875,0.0277 -0.06089,0.0443 -0.02214,0.0166 -0.05536,0.0332 -0.03045,0.0166 -0.06089,0.0221 -0.03045,0.006 -0.08027,0.006 -0.04706,0 -0.107949,-0.0111 l -0.260183,-0.0443 q -0.207593,-0.0332 -0.262952,-0.12732 -0.05536,-0.0941 -0.04429,-0.26572 l 0.09688,-1.54173 q 0.01107,-0.17161 0.107948,-0.25188 0.09688,-0.0803 0.249112,-0.0803 h 1.837893 q 0.202057,0 0.268487,0.0858 0.06643,0.0858 0.06643,0.24634 v 0.16608 q 0,0.16054 -0.06643,0.24911 -0.06643,0.0858 -0.268487,0.0858 h -1.417171 l -0.04705,0.70858 h 0.01384 q 0.332149,-0.2325 0.769479,-0.2325 0.614476,0 0.949393,0.35982 0.337685,0.35983 0.337685,0.99368 0,0.68645 -0.45117,1.08226 -0.448401,0.39304 -1.16529,0.39304 -0.442865,0 -0.763943,-0.11348 -0.31831,-0.11349 -0.567422,-0.40412 z"
id="path21022" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="denhaag-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.12"
inkscape:cx="212.40234"
inkscape:cy="26.855469"
inkscape:window-width="1860"
inkscape:window-height="1147"
inkscape:window-x="60"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
aria-label="DEN HAAG"
id="text209"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;stroke-width:0.352778">
<path
d="m 18.578802,154.97537 v -3.40176 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243576,-0.083 h 1.115468 q 0.985376,0 1.49744,0.48992 0.514831,0.48992 0.514831,1.46976 0,1.01306 -0.539742,1.5611 -0.536975,0.54805 -1.516815,0.54805 h -1.071182 q -0.146699,0 -0.240808,-0.083 -0.09411,-0.083 -0.09411,-0.25188 z m 1.104397,-0.61171 h 0.351524 q 0.453937,0 0.678138,-0.29616 0.224201,-0.29617 0.224201,-0.83315 0,-1.04627 -0.86082,-1.04627 h -0.393043 z"
id="path9241" />
<path
d="m 22.575665,154.97537 v -3.40176 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243576,-0.083 h 2.186649 q 0.202057,0 0.268487,0.0858 0.06643,0.0858 0.06643,0.24635 v 0.2325 q 0,0.16054 -0.06643,0.24912 -0.06643,0.0858 -0.268487,0.0858 h -1.41717 v 0.65323 h 0.907875 q 0.202057,0 0.268487,0.0886 0.06643,0.0858 0.06643,0.24634 v 0.20206 q 0,0.16054 -0.06643,0.24911 -0.06643,0.0858 -0.268487,0.0858 h -0.907875 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.0858 0.06366,0.083 0.06366,0.24912 v 0.2325 q 0,0.16331 -0.06643,0.24911 -0.06366,0.0858 -0.265719,0.0858 h -2.222632 q -0.146699,0 -0.240808,-0.083 -0.09411,-0.083 -0.09411,-0.25188 z"
id="path9243" />
<path
d="m 25.952515,154.97537 v -3.40176 q 0,-0.16884 0.09134,-0.24911 0.09411,-0.083 0.243577,-0.083 h 0.622779 q 0.274023,0 0.43733,0.2934 l 1.054574,1.93754 h 0.01107 v -1.89879 q 0,-0.20206 0.0858,-0.26572 0.08581,-0.0664 0.249112,-0.0664 h 0.35706 q 0.160539,0 0.246344,0.0664 0.08581,0.0637 0.08581,0.26572 v 3.40176 q 0,0.20206 -0.08581,0.26849 -0.08581,0.0664 -0.246344,0.0664 h -0.481616 q -0.287863,0 -0.442866,-0.2934 l -1.190201,-2.08701 h -0.01107 v 2.04549 q 0,0.20206 -0.08857,0.26849 -0.08581,0.0664 -0.246344,0.0664 h -0.35706 q -0.160539,0 -0.249112,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 z"
id="path9245" />
<path
d="m 31.543694,154.97537 v -3.40176 q 0,-0.20206 0.08581,-0.26572 0.08581,-0.0664 0.249112,-0.0664 h 0.442866 q 0.160538,0 0.246344,0.0664 0.08581,0.0637 0.08581,0.26572 v 1.16806 h 1.23172 v -1.16806 q 0,-0.20206 0.08581,-0.26572 0.08581,-0.0664 0.249112,-0.0664 h 0.434562 q 0.163307,0 0.249112,0.0664 0.08581,0.0637 0.08581,0.26572 v 3.40176 q 0,0.20206 -0.08857,0.26849 -0.08581,0.0664 -0.246344,0.0664 h -0.434562 q -0.160539,0 -0.249112,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 v -1.26493 h -1.23172 v 1.26493 q 0,0.20206 -0.08581,0.26849 -0.08581,0.0664 -0.246344,0.0664 h -0.442866 q -0.160539,0 -0.249112,-0.0664 -0.08581,-0.0664 -0.08581,-0.26849 z"
id="path9247" />
<path
d="m 35.446447,154.98644 0.985376,-3.4239 q 0.09411,-0.32108 0.426258,-0.32108 h 0.786087 q 0.332149,0 0.426258,0.32108 l 0.985376,3.4239 q 0.04982,0.17715 -0.02491,0.25188 -0.07473,0.072 -0.218665,0.072 h -0.536975 q -0.146699,0 -0.229736,-0.0747 -0.08027,-0.0747 -0.127324,-0.25464 l -0.135628,-0.55359 h -1.101628 l -0.130092,0.55359 q -0.04152,0.17991 -0.124556,0.25464 -0.08304,0.0747 -0.232504,0.0747 h -0.50376 q -0.143931,0 -0.218665,-0.072 -0.07473,-0.0747 -0.02491,-0.25188 z m 1.444849,-1.45592 h 0.67537 l -0.329381,-1.38395 h -0.01107 z"
id="path9249" />
<path
d="m 39.266164,154.98644 0.985376,-3.4239 q 0.09411,-0.32108 0.426259,-0.32108 h 0.786086 q 0.332149,0 0.426258,0.32108 l 0.985376,3.4239 q 0.04982,0.17715 -0.02491,0.25188 -0.07473,0.072 -0.218665,0.072 h -0.536974 q -0.1467,0 -0.229737,-0.0747 -0.08027,-0.0747 -0.127324,-0.25464 l -0.135627,-0.55359 h -1.101629 l -0.130092,0.55359 q -0.04152,0.17991 -0.124555,0.25464 -0.08304,0.0747 -0.232505,0.0747 h -0.50376 q -0.143931,0 -0.218665,-0.072 -0.07473,-0.0747 -0.02491,-0.25188 z m 1.444849,-1.45592 h 0.675371 l -0.329382,-1.38395 h -0.01107 z"
id="path9251" />
<path
d="m 44.674661,155.37949 q -0.503759,0 -0.86082,-0.26849 -0.354292,-0.27126 -0.52867,-0.75287 -0.174379,-0.48162 -0.174379,-1.13485 0,-0.99644 0.476081,-1.52235 0.47608,-0.52867 1.309221,-0.52867 1.145915,0 1.500208,0.8885 0.127324,0.32385 -0.207594,0.38197 l -0.404114,0.072 q -0.05259,0.008 -0.09411,0.0111 -0.03875,0.003 -0.07197,-0.008 -0.03321,-0.0111 -0.05536,-0.0194 -0.01938,-0.0111 -0.04706,-0.0415 -0.02491,-0.0305 -0.04152,-0.0498 -0.01384,-0.0221 -0.04706,-0.072 -0.03321,-0.0498 -0.05536,-0.0803 -0.152235,-0.21036 -0.476081,-0.21036 -0.321077,0 -0.500991,0.29894 -0.179915,0.29893 -0.179915,0.88019 0,0.65323 0.168843,0.97708 0.168842,0.32107 0.572957,0.32107 0.287863,0 0.462241,-0.14393 0.174379,-0.14393 0.174379,-0.38197 v -0.0526 h -0.301703 q -0.207593,0 -0.271255,-0.0637 -0.06366,-0.0637 -0.06366,-0.21313 v -0.19375 q 0,-0.14947 0.06366,-0.21313 0.06366,-0.0637 0.271255,-0.0637 h 0.907875 q 0.160539,0 0.246344,0.0664 0.08857,0.0664 0.08857,0.26849 v 1.44485 q 0,0.21036 -0.06366,0.27402 -0.06366,0.0609 -0.215897,0.0609 h -0.243576 q -0.157771,0 -0.240808,-0.0637 -0.08304,-0.0664 -0.08304,-0.26572 h -0.01107 q -0.210361,0.21313 -0.453937,0.30723 -0.240808,0.0914 -0.548047,0.0914 z"
id="path9253" />
</g>
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="denhaag.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.5684"
inkscape:window-width="1860"
inkscape:window-height="1147"
inkscape:window-x="60"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="070"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path10615" />
<path
d="m 18.41125,155.00857 1.406099,-2.90631 h -1.566637 q -0.202058,0 -0.268488,-0.0858 -0.06366,-0.0858 -0.06366,-0.24911 v -0.19376 q 0,-0.16054 0.06366,-0.24634 0.06643,-0.0858 0.268488,-0.0858 h 2.399778 q 0.0692,0 0.110716,0.008 0.04152,0.006 0.0858,0.0332 0.04429,0.0249 0.06366,0.0858 0.02214,0.0581 0.02214,0.155 v 0.12456 q 0,0.19375 -0.11902,0.43733 l -1.309222,2.91737 q -0.0775,0.16885 -0.17161,0.23804 -0.09411,0.0692 -0.243577,0.0692 H 18.5967 q -0.08304,0 -0.141163,-0.0277 -0.05536,-0.0277 -0.08027,-0.0941 -0.02214,-0.0692 0.03598,-0.17991 z"
id="path10617" />
<path
d="m 23.935999,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761176,0 1.145915,0.55635 0.38474,0.55358 0.38474,1.5694 0,1.03797 -0.395812,1.5611 z m -1.502975,-0.58126 q 0.107949,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260183,0 -0.368132,0.30447 -0.107948,0.30447 -0.107948,1.02689 0,0.68091 0.107948,0.97984 z"
id="path10619" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="haarlem-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.1241863"
inkscape:cx="216.13188"
inkscape:cy="64.888351"
inkscape:window-width="1746"
inkscape:window-height="1097"
inkscape:window-x="54"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)"
style="opacity:1">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
<g
aria-label="HAARLEM"
id="text209-9"
style="opacity:1;font-weight:800;font-size:5.66868px;letter-spacing:0px;stroke-width:0.352778"
transform="translate(-18.566252,149.01647)">
<path
d="M 38.659416,5.9436149 V 2.5418532 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.442865 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 1.1680581 h 1.231721 V 2.5418532 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.434562 q 0.163306,0 0.249111,0.06643 0.08581,0.063662 0.08581,0.2657194 v 3.4017617 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.434562 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 v -1.264935 h -1.231721 v 1.264935 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.442865 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path16354" />
<path
d="M 42.56217,5.9546865 43.547546,2.5307816 Q 43.641655,2.209704 43.973804,2.209704 h 0.786087 q 0.332149,0 0.426258,0.3210776 l 0.985376,3.4239049 q 0.04982,0.1771463 -0.02491,0.2518799 -0.07473,0.071966 -0.218665,0.071966 h -0.536975 q -0.146699,0 -0.229736,-0.074733 -0.08027,-0.074734 -0.127324,-0.2546478 l -0.135628,-0.553582 h -1.101628 l -0.130092,0.553582 q -0.04152,0.1799142 -0.124556,0.2546478 -0.08304,0.074733 -0.232504,0.074733 h -0.50376 q -0.143931,0 -0.218665,-0.071966 -0.07473,-0.074734 -0.02491,-0.2518799 z m 1.444849,-1.4559208 h 0.67537 L 44.353008,3.1148106 h -0.01107 z"
id="path16356" />
<path
d="M 46.381886,5.9546865 47.367262,2.5307816 Q 47.461371,2.209704 47.79352,2.209704 h 0.786087 q 0.332149,0 0.426258,0.3210776 l 0.985376,3.4239049 q 0.04982,0.1771463 -0.02491,0.2518799 -0.07473,0.071966 -0.218665,0.071966 H 49.21069 q -0.146699,0 -0.229736,-0.074733 -0.08027,-0.074734 -0.127324,-0.2546478 l -0.135628,-0.553582 h -1.101628 l -0.130092,0.553582 q -0.04152,0.1799142 -0.124556,0.2546478 -0.08304,0.074733 -0.232504,0.074733 h -0.50376 q -0.143931,0 -0.218665,-0.071966 -0.07473,-0.074734 -0.02491,-0.2518799 z m 1.444849,-1.4559208 h 0.67537 L 48.172724,3.1148106 h -0.01107 z"
id="path16358" />
<path
d="M 50.450714,5.9436149 V 2.5418532 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243577,-0.083037 h 1.228952 q 1.660746,0 1.660746,1.2289521 0,0.3653642 -0.163307,0.6338515 -0.163307,0.2657193 -0.453937,0.4207223 L 53.72792,5.971294 q 0.05813,0.1162522 0.03322,0.18545 -0.02491,0.069198 -0.08304,0.096877 -0.05536,0.024911 -0.143932,0.024911 H 52.93353 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.069198 -0.160539,-0.246344 L 52.07271,4.8115396 h -0.517599 v 1.1320753 q 0,0.1688425 -0.09411,0.2518798 -0.09134,0.083037 -0.238041,0.083037 h -0.437329 q -0.1467,0 -0.240809,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z m 1.104397,-1.9956633 h 0.442865 q 0.561886,0 0.561886,-0.4234903 0,-0.4151865 -0.509296,-0.4151865 h -0.495455 z"
id="path16360" />
<path
d="M 54.270431,5.9436149 V 2.5418532 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.43733 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 2.8343401 h 1.29815 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -2.067629 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path16362" />
<path
d="M 57.425848,5.9436149 V 2.5418532 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202058,0 0.268488,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605387 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -1.41717 v 0.6532268 h 0.907875 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.2463441 v 0.2020574 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.907875 v 0.7418 h 1.453153 q 0.204826,0 0.268488,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.26572,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path16364" />
<path
d="M 60.802698,5.9436149 V 2.5418532 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243577,-0.083037 h 0.822069 q 0.146699,0 0.229736,0.071966 0.08581,0.071966 0.13286,0.249112 l 0.617244,2.341652 h 0.01107 l 0.647691,-2.341652 q 0.05259,-0.1771463 0.135627,-0.249112 0.08581,-0.071966 0.232505,-0.071966 h 0.805462 q 0.146699,0 0.23804,0.083037 0.09411,0.080269 0.09411,0.2491119 v 3.4017617 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351525 q -0.160539,0 -0.249112,-0.06643 -0.0858,-0.06643 -0.0858,-0.2684873 V 3.7043755 h -0.01107 l -0.589565,2.250311 q -0.04705,0.1771463 -0.132859,0.2518799 -0.08304,0.071966 -0.229737,0.071966 H 62.78729 q -0.146699,0 -0.232504,-0.071966 -0.08304,-0.074734 -0.130092,-0.2518799 l -0.589565,-2.250311 h -0.01107 v 2.2392394 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.351524 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path16366" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="haarlem.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.568401"
inkscape:window-width="1310"
inkscape:window-height="1097"
inkscape:window-x="490"
inkscape:window-y="44"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="023"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path20461" />
<path
d="m 17.940706,155.04455 v -0.27956 q 0,-0.59786 0.730728,-1.13761 0.09964,-0.072 0.262952,-0.18268 0.163306,-0.11072 0.265719,-0.18268 0.10518,-0.072 0.232504,-0.17438 0.127324,-0.10518 0.19929,-0.19375 0.07197,-0.0886 0.121788,-0.20206 0.05259,-0.11625 0.05259,-0.23804 0,-0.2242 -0.113484,-0.34045 -0.113484,-0.11902 -0.31831,-0.11902 -0.271255,0 -0.40965,0.22143 -0.01384,0.0221 -0.04982,0.083 -0.03598,0.0581 -0.04982,0.0775 -0.01384,0.0166 -0.05259,0.0526 -0.03598,0.0332 -0.07196,0.0388 -0.03598,0.006 -0.09688,0.008 -0.05813,0 -0.135628,-0.0166 l -0.23804,-0.0526 q -0.135628,-0.0304 -0.196522,-0.0941 -0.06089,-0.0637 -0.05813,-0.1301 0.0028,-0.0692 0.03875,-0.16607 0.155003,-0.41519 0.512063,-0.62832 0.359829,-0.21589 0.905107,-0.21589 0.67537,0 1.013055,0.32107 0.340453,0.32108 0.340453,0.88574 0,0.22973 -0.08027,0.44009 -0.0775,0.2076 -0.190986,0.35983 -0.110716,0.14947 -0.282327,0.30447 -0.17161,0.15224 -0.312774,0.24911 -0.138395,0.0941 -0.318309,0.2159 -0.179915,0.12179 -0.26572,0.18822 -0.199289,0.15777 -0.210361,0.34045 h 1.367348 q 0.202057,0 0.265719,0.0858 0.06643,0.0858 0.06643,0.24911 v 0.16331 q 0,0.1633 -0.06643,0.24911 -0.06366,0.0858 -0.265719,0.0858 h -2.325045 q -0.265719,0 -0.265719,-0.26572 z"
id="path20463" />
<path
d="m 21.295413,154.84526 q -0.210361,-0.26572 0.08304,-0.43179 l 0.274023,-0.15224 q 0.03321,-0.0194 0.06366,-0.0304 0.03321,-0.0111 0.05536,-0.0194 0.02491,-0.008 0.05536,-0.003 0.03045,0.003 0.04429,0.003 0.01661,-0.003 0.04429,0.0138 0.03045,0.0166 0.03875,0.0194 0.01107,0 0.04429,0.0277 0.03321,0.0277 0.03875,0.0332 0.0055,0.003 0.04152,0.036 0.03875,0.0332 0.04429,0.0387 0.188218,0.16608 0.50376,0.16608 0.268487,0 0.442866,-0.13009 0.174378,-0.13286 0.174378,-0.36537 0,-0.26848 -0.224201,-0.38197 -0.221433,-0.11625 -0.664298,-0.11625 -0.121788,0 -0.177147,-0.0526 -0.05536,-0.0554 -0.05536,-0.11625 v -0.41519 q 0,-0.0609 0.04982,-0.11902 0.05259,-0.0609 0.163306,-0.0609 0.799926,0 0.799926,-0.42073 0,-0.17161 -0.130091,-0.27402 -0.127324,-0.10518 -0.373668,-0.10518 -0.254648,0 -0.426258,0.10795 -0.01107,0.008 -0.03322,0.0194 -0.09411,0.0554 -0.135628,0.0775 -0.03875,0.0194 -0.09688,0.0304 -0.05536,0.0111 -0.09964,-0.006 -0.04429,-0.0194 -0.10518,-0.0664 l -0.207593,-0.15777 q -0.102413,-0.0747 -0.127324,-0.15501 -0.02491,-0.083 0.0055,-0.14946 0.03321,-0.0664 0.107949,-0.12733 0.246344,-0.21036 0.550814,-0.29893 0.307238,-0.0913 0.708585,-0.0913 0.636619,0 1.018591,0.28232 0.381972,0.28233 0.381972,0.78886 0,0.31 -0.19929,0.55912 -0.199289,0.24634 -0.567421,0.34875 v 0.0111 q 0.858052,0.22144 0.858052,0.99092 0,0.38474 -0.204826,0.66429 -0.202057,0.27956 -0.55635,0.42073 -0.354292,0.14116 -0.816533,0.14116 -0.476081,0 -0.805462,-0.10795 -0.326613,-0.10795 -0.586797,-0.42626 z"
id="path20465" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="leiden-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.3504346"
inkscape:cx="105.52159"
inkscape:cy="8.1455261"
inkscape:window-width="1462"
inkscape:window-height="916"
inkscape:window-x="50"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)"
style="opacity:1">
<g
id="g10070">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
<g
aria-label="LEIDEN"
transform="translate(-18.566252,149.01647)"
id="text209-4-1"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;display:inline;stroke-width:0.352778">
<path
d="M 46.1409,5.9589004 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.43733 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 2.8343401 h 1.29815 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2325045 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -2.067629 q -0.146699,0 -0.240808,-0.083037 Q 46.1409,6.1277429 46.1409,5.9589004 Z"
id="path10021" />
<path
d="M 49.296318,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325044 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268487,0.085805 h -1.41717 v 0.6532268 h 0.907874 q 0.202058,0 0.268488,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2020575 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268488,0.085805 h -0.907874 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.265719,0.085805 h -2.222632 q -0.1467,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path10023" />
<path
d="M 52.673168,5.9589004 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.437329 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 3.4017617 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.437329 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path10025" />
<path
d="M 54.477845,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243577,-0.083037 h 1.115467 q 0.985376,0 1.49744,0.4899201 0.514831,0.4899201 0.514831,1.4697603 0,1.0130552 -0.539742,1.5611014 -0.536975,0.5480462 -1.516815,0.5480462 h -1.071181 q -0.1467,0 -0.240809,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z m 1.104397,-0.6117082 h 0.351524 q 0.453938,0 0.678138,-0.2961664 0.224201,-0.2961664 0.224201,-0.833141 0,-1.04627 -0.86082,-1.04627 h -0.393043 z"
id="path10027" />
<path
d="M 58.474708,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202058,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325044 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268487,0.085805 h -1.41717 v 0.6532268 h 0.907875 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2020575 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.907875 v 0.7418 h 1.453153 q 0.204825,0 0.268487,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.265719,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path10029" />
<path
d="M 61.851559,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 0.62278 q 0.274023,0 0.43733,0.2933984 l 1.054574,1.9375372 h 0.01107 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.357061 q 0.160539,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 3.4017617 q 0,0.2020574 -0.08581,0.2684873 -0.0858,0.06643 -0.246344,0.06643 h -0.481617 q -0.287862,0 -0.442865,-0.2933985 L 62.889525,3.9134147 h -0.01107 v 2.0454857 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246345,0.06643 h -0.35706 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path10031" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="leiden.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.706394"
inkscape:window-width="1462"
inkscape:window-height="916"
inkscape:window-x="50"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<g
id="g13839">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="0071"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path13308" />
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path13310" />
<path
d="m 18.41125,155.00857 1.406099,-2.90631 h -1.566637 q -0.202058,0 -0.268488,-0.0858 -0.06366,-0.0858 -0.06366,-0.24911 v -0.19376 q 0,-0.16054 0.06366,-0.24634 0.06643,-0.0858 0.268488,-0.0858 h 2.399778 q 0.0692,0 0.110716,0.008 0.04152,0.006 0.0858,0.0332 0.04429,0.0249 0.06366,0.0858 0.02214,0.0581 0.02214,0.155 v 0.12456 q 0,0.19375 -0.11902,0.43733 l -1.309222,2.91737 q -0.0775,0.16885 -0.17161,0.23804 -0.09411,0.0692 -0.243577,0.0692 H 18.5967 q -0.08304,0 -0.141163,-0.0277 -0.05536,-0.0277 -0.08027,-0.0941 -0.02214,-0.0692 0.03598,-0.17991 z"
id="path13312" />
<path
d="m 21.741047,154.97536 v -0.13563 q 0,-0.16054 0.06643,-0.24635 0.06643,-0.0886 0.268488,-0.0886 h 0.29063 v -2.34719 l -0.437329,0.0581 q -0.193754,0.0221 -0.257416,-0.0305 -0.06089,-0.0526 -0.06089,-0.19098 v -0.12456 q 0,-0.1467 0.06643,-0.22974 0.0692,-0.083 0.240808,-0.13839 l 0.492688,-0.16054 q 0.02768,-0.008 0.08304,-0.0249 0.05813,-0.0194 0.08027,-0.0249 0.02491,-0.008 0.0692,-0.0194 0.04706,-0.0138 0.08027,-0.0166 0.03321,-0.006 0.0775,-0.008 0.04429,-0.006 0.09134,-0.006 h 0.182682 q 0.163307,0 0.243576,0.0637 0.08304,0.0609 0.08304,0.26295 v 2.93675 h 0.323845 q 0.202058,0 0.268488,0.0886 0.06643,0.0858 0.06643,0.24635 v 0.13563 q 0,0.16053 -0.06643,0.24911 -0.06643,0.0858 -0.268488,0.0858 h -1.649674 q -0.202058,0 -0.268488,-0.0858 -0.06643,-0.0886 -0.06643,-0.24911 z"
id="path13314" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="84.635971mm"
height="8.8808203mm"
viewBox="0 0 84.635971 8.8808203"
version="1.1"
id="svg5034"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="utrecht-breed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview5036"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.3504346"
inkscape:cx="105.52159"
inkscape:cy="8.1455261"
inkscape:window-width="1462"
inkscape:window-height="916"
inkscape:window-x="50"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs5031" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(18.566252,-149.01647)"
style="opacity:1">
<g
id="g6528">
<path
d="m -18.566252,157.89729 h 84.636 v -8.88082 h -84.636 z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path149" />
<g
id="g275"
transform="matrix(0.35277788,0,0,-0.35277777,63.616178,156.48618)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.697,-0.307 0.697,-0.682 V 0.682 C 0.697,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path277" />
</g>
<g
id="g279"
transform="matrix(0.35277788,0,0,-0.35277777,51.675669,151.71109)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.261,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path281" />
</g>
<g
id="g283"
transform="matrix(0.35277788,0,0,-0.35277777,55.506554,151.71109)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path285" />
</g>
<g
id="g287"
transform="matrix(0.35277788,0,0,-0.35277777,57.125523,154.61942)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path289" />
</g>
<g
id="g291"
transform="matrix(0.35277788,0,0,-0.35277777,60.420433,154.92031)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path293" />
</g>
<g
aria-label="UTRECHT"
transform="translate(-18.566252,149.01647)"
id="text209-4"
style="font-weight:800;font-size:5.66868px;letter-spacing:0px;display:inline;stroke-width:0.352778">
<path
d="M 39.757679,4.5749453 V 2.5571387 q 0,-0.2020575 0.0858,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.440098 q 0.163306,0 0.249112,0.06643 0.0858,0.063662 0.0858,0.2657194 v 2.2337036 q 0,0.3293813 0.149467,0.5037596 0.152235,0.1716105 0.451169,0.1716105 0.301703,0 0.473313,-0.1743784 0.174378,-0.1771462 0.174378,-0.5009917 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.246344,-0.06643 h 0.437329 q 0.163307,0 0.249112,0.06643 0.08581,0.063662 0.08581,0.2657194 v 2.0178066 q 0,0.8801954 -0.429026,1.3341327 -0.426259,0.4539373 -1.345205,0.4539373 -0.465009,0 -0.791622,-0.1162523 Q 40.327868,6.1277429 40.131347,5.8952384 39.934825,5.6599661 39.846252,5.3388885 39.757679,5.015043 39.757679,4.5749453 Z"
id="path6476" />
<path
d="M 44.634737,5.9589004 V 3.1245603 h -0.683674 q -0.202058,0 -0.268487,-0.085805 -0.06643,-0.088573 -0.06643,-0.249112 V 2.5571387 q 0,-0.1605388 0.06643,-0.246344 0.06643,-0.085805 0.268487,-0.085805 h 2.474512 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325044 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268487,0.085805 h -0.683674 v 2.8343401 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.069198 -0.08581,-0.069198 -0.08581,-0.2657194 z"
id="path6478" />
<path
d="M 47.18675,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 1.228952 q 1.660746,0 1.660746,1.2289521 0,0.3653642 -0.163307,0.6338515 -0.163306,0.2657193 -0.453937,0.4207223 l 0.669834,1.4780641 q 0.05813,0.1162522 0.03321,0.18545 -0.02491,0.069198 -0.08304,0.096877 -0.05536,0.024911 -0.143931,0.024911 h -0.600637 q -0.152235,0 -0.240808,-0.06643 -0.08857,-0.069198 -0.160539,-0.246344 L 48.808745,4.8268251 h -0.517599 v 1.1320753 q 0,0.1688425 -0.09411,0.2518798 -0.09134,0.083037 -0.23804,0.083037 h -0.43733 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z m 1.104396,-1.9956633 h 0.442866 q 0.561885,0 0.561885,-0.4234903 0,-0.4151865 -0.509295,-0.4151865 h -0.495456 z"
id="path6480" />
<path
d="M 51.006466,5.9589004 V 2.5571387 q 0,-0.1688425 0.09134,-0.2491119 0.09411,-0.083037 0.243576,-0.083037 h 2.186649 q 0.202058,0 0.268488,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325044 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268488,0.085805 h -1.41717 v 0.6532268 h 0.907875 q 0.202057,0 0.268487,0.088573 0.06643,0.085805 0.06643,0.246344 v 0.2020575 q 0,0.1605388 -0.06643,0.2491119 -0.06643,0.085805 -0.268487,0.085805 h -0.907875 v 0.7418 h 1.453153 q 0.204826,0 0.268488,0.085805 0.06366,0.083037 0.06366,0.2491119 v 0.2325045 q 0,0.1633067 -0.06643,0.2491119 -0.06366,0.085805 -0.26572,0.085805 h -2.222632 q -0.146699,0 -0.240808,-0.083037 -0.09411,-0.083037 -0.09411,-0.2518798 z"
id="path6482" />
<path
d="m 55.969329,6.3630153 q -0.822069,0 -1.289846,-0.5618858 -0.465009,-0.5646537 -0.465009,-1.5943163 0,-0.9770723 0.492688,-1.5140469 0.492688,-0.5369746 1.3369,-0.5369746 0.597869,0 0.977073,0.2325045 0.381971,0.2297365 0.553582,0.708585 0.02491,0.085805 0.03045,0.1605388 0.0083,0.074734 -0.05536,0.1356276 -0.06089,0.060894 -0.196522,0.083037 l -0.406883,0.069198 q -0.04982,0.0083 -0.09134,0.0083 -0.04152,-0.00277 -0.07197,-0.00277 -0.02768,-0.00277 -0.06089,-0.022143 -0.03045,-0.019375 -0.04705,-0.027679 -0.01384,-0.0083 -0.04152,-0.041519 -0.02768,-0.035983 -0.03598,-0.047054 -0.0083,-0.011072 -0.03875,-0.058126 -0.03045,-0.049822 -0.03875,-0.063662 -0.160539,-0.2629515 -0.498224,-0.2629515 -0.334917,0 -0.520367,0.2989343 -0.182682,0.2961664 -0.182682,0.8801955 0,1.2593992 0.686442,1.2593992 0.340453,0 0.531438,-0.3017023 0.0055,-0.0083 0.03045,-0.049822 0.02491,-0.041519 0.03045,-0.047054 0.0055,-0.0083 0.02768,-0.041519 0.02214,-0.033215 0.03045,-0.038751 0.01107,-0.0083 0.03321,-0.030447 0.02214,-0.022143 0.03875,-0.024911 0.01661,-0.00277 0.04152,-0.01384 0.02768,-0.011072 0.05259,-0.011072 0.02491,0 0.05813,0.00277 0.03322,0.00277 0.07197,0.011072 l 0.448401,0.1024127 q 0.33215,0.074734 0.196522,0.3930433 -0.127324,0.2850947 -0.30447,0.4788484 -0.177146,0.1937538 -0.395811,0.2933985 -0.215897,0.096877 -0.434562,0.1356276 -0.218665,0.038751 -0.492688,0.038751 z"
id="path6484" />
<path
d="M 58.147675,5.9589004 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.08581,-0.06643 0.249112,-0.06643 h 0.442866 q 0.160538,0 0.246344,0.06643 0.08581,0.063662 0.08581,0.2657194 v 1.1680581 h 1.23172 V 2.5571387 q 0,-0.2020575 0.08581,-0.2657194 0.0858,-0.06643 0.249112,-0.06643 h 0.434562 q 0.163307,0 0.249112,0.06643 0.08581,0.063662 0.08581,0.2657194 v 3.4017617 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.434562 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 v -1.264935 h -1.23172 v 1.264935 q 0,0.2020574 -0.08581,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.442866 q -0.160539,0 -0.249112,-0.06643 -0.08581,-0.06643 -0.08581,-0.2684873 z"
id="path6486" />
<path
d="M 63.046876,5.9589004 V 3.1245603 h -0.683674 q -0.202058,0 -0.268488,-0.085805 -0.06643,-0.088573 -0.06643,-0.249112 V 2.5571387 q 0,-0.1605388 0.06643,-0.246344 0.06643,-0.085805 0.268488,-0.085805 h 2.474512 q 0.202057,0 0.268487,0.085805 0.06643,0.085805 0.06643,0.246344 v 0.2325044 q 0,0.1605388 -0.06643,0.249112 -0.06643,0.085805 -0.268487,0.085805 H 64.15404 v 2.8343401 q 0,0.2020574 -0.08857,0.2684873 -0.08581,0.06643 -0.246344,0.06643 h -0.43733 q -0.160539,0 -0.249112,-0.069198 -0.08581,-0.069198 -0.08581,-0.2657194 z"
id="path6488" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="36.483219mm"
height="8.8808203mm"
viewBox="0 0 36.483219 8.8808203"
version="1.1"
id="svg17697"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
sodipodi:docname="utrecht.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview17699"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="3.6233469"
inkscape:cx="136.75202"
inkscape:cy="36.706394"
inkscape:window-width="1462"
inkscape:window-height="916"
inkscape:window-x="50"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs17694" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.510129,-149.01647)">
<g
id="g11465">
<path
d="m 5.510129,157.89729 h 36.483219 v -8.88082 H 5.510129 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
id="path147" />
<g
aria-label="0030"
id="text217"
style="font-weight:800;font-size:5.66868px;stroke-width:0.352778">
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path11422" />
<path
d="m 17.182298,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761175,0 1.145915,0.55635 0.384739,0.55358 0.384739,1.5694 0,1.03797 -0.395811,1.5611 z m -1.502975,-0.58126 q 0.107948,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260184,0 -0.368132,0.30447 -0.107949,0.30447 -0.107949,1.02689 0,0.68091 0.107949,0.97984 z"
id="path11424" />
<path
d="m 17.918562,154.84526 q -0.210361,-0.26572 0.08304,-0.43179 l 0.274023,-0.15224 q 0.03322,-0.0194 0.06366,-0.0304 0.03321,-0.0111 0.05536,-0.0194 0.02491,-0.008 0.05536,-0.003 0.03045,0.003 0.04429,0.003 0.01661,-0.003 0.04429,0.0138 0.03045,0.0166 0.03875,0.0194 0.01107,0 0.04429,0.0277 0.03322,0.0277 0.03875,0.0332 0.0055,0.003 0.04152,0.036 0.03875,0.0332 0.04429,0.0387 0.188218,0.16608 0.503759,0.16608 0.268488,0 0.442866,-0.13009 0.174378,-0.13286 0.174378,-0.36537 0,-0.26848 -0.2242,-0.38197 -0.221433,-0.11625 -0.664299,-0.11625 -0.121788,0 -0.177146,-0.0526 -0.05536,-0.0554 -0.05536,-0.11625 v -0.41519 q 0,-0.0609 0.04982,-0.11902 0.05259,-0.0609 0.163307,-0.0609 0.799926,0 0.799926,-0.42073 0,-0.17161 -0.130092,-0.27402 -0.127324,-0.10518 -0.373668,-0.10518 -0.254648,0 -0.426258,0.10795 -0.01107,0.008 -0.03322,0.0194 -0.09411,0.0554 -0.135628,0.0775 -0.03875,0.0194 -0.09688,0.0304 -0.05536,0.0111 -0.09965,-0.006 -0.04429,-0.0194 -0.105181,-0.0664 l -0.207593,-0.15777 q -0.102413,-0.0747 -0.127324,-0.15501 -0.02491,-0.083 0.0055,-0.14946 0.03322,-0.0664 0.107948,-0.12733 0.246344,-0.21036 0.550815,-0.29893 0.307238,-0.0913 0.708585,-0.0913 0.636619,0 1.01859,0.28232 0.381972,0.28233 0.381972,0.78886 0,0.31 -0.199289,0.55912 -0.19929,0.24634 -0.567422,0.34875 v 0.0111 q 0.858052,0.22144 0.858052,0.99092 0,0.38474 -0.204825,0.66429 -0.202058,0.27956 -0.55635,0.42073 -0.354293,0.14116 -0.816534,0.14116 -0.47608,0 -0.805462,-0.10795 -0.326613,-0.10795 -0.586797,-0.42626 z"
id="path11426" />
<path
d="m 23.935999,154.8591 q -0.395811,0.52037 -1.134843,0.52037 -0.739032,0 -1.134843,-0.52037 -0.395811,-0.52313 -0.395811,-1.5611 0,-1.01582 0.384739,-1.5694 0.38474,-0.55635 1.145915,-0.55635 0.761176,0 1.145915,0.55635 0.38474,0.55358 0.38474,1.5694 0,1.03797 -0.395812,1.5611 z m -1.502975,-0.58126 q 0.107949,0.29617 0.368132,0.29617 0.260184,0 0.368132,-0.29617 0.107949,-0.29893 0.107949,-0.97984 0,-0.72242 -0.107949,-1.02689 -0.107948,-0.30447 -0.368132,-0.30447 -0.260183,0 -0.368132,0.30447 -0.107948,0.30447 -0.107948,1.02689 0,0.68091 0.107948,0.97984 z"
id="path11428" />
</g>
<g
id="g475"
transform="matrix(0.35277777,0,0,-0.35277777,40.523146,156.55377)">
<path
d="m 0,0 h -42.794 c -0.384,0 -0.698,0.307 -0.698,0.682 v 16.194 c 0,0.375 0.314,0.682 0.698,0.682 H 0 c 0.384,0 0.698,-0.307 0.698,-0.682 V 0.682 C 0.698,0.307 0.384,0 0,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path477" />
</g>
<g
id="g479"
transform="matrix(0.35277777,0,0,-0.35277777,28.582642,151.77868)">
<path
d="m 0,0 c 0,0.663 0.436,0.932 0.953,0.932 h 3.265 c 3.377,0 4.783,-1.011 4.783,-2.875 0,-1.074 -0.582,-2.005 -1.778,-2.463 v -0.032 c 1.26,-0.363 2.149,-1.058 2.149,-2.653 0,-2.622 -2.424,-3.317 -5.106,-3.317 H 0.953 C 0.436,-10.408 0,-10.139 0,-9.476 Z m 4.395,-3.49 c 0.76,0 1.438,0.252 1.438,1.074 0,0.726 -0.646,0.884 -1.535,0.884 H 3.07 V -3.49 Z M 4.363,-7.96 c 1.454,0 1.858,0.49 1.858,1.169 0,0.916 -0.824,1.105 -1.729,1.105 H 3.07 V -7.96 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path481" />
</g>
<g
id="g483"
transform="matrix(0.35277777,0,0,-0.35277777,32.413526,151.77868)">
<path
d="M 0,0 C 0,0.821 0.436,0.932 0.953,0.932 H 2.198 C 2.715,0.932 3.151,0.821 3.151,0 v -9.476 c 0,-0.821 -0.436,-0.932 -0.953,-0.932 H 0.953 C 0.436,-10.408 0,-10.297 0,-9.476 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path485" />
</g>
<g
id="g487"
transform="matrix(0.35277777,0,0,-0.35277777,34.032494,154.68702)">
<path
d="M 0,0 1.115,0.616 C 1.551,0.869 1.777,0.711 2.052,0.426 2.214,0.253 2.424,0.142 2.698,0.142 c 0.518,0 0.744,0.332 0.744,1.043 v 7.059 c 0,0.821 0.436,0.932 0.953,0.932 h 1.261 c 0.517,0 0.953,-0.111 0.953,-0.932 V 1.785 c 0,-2.48 -1.002,-4.138 -3.765,-4.138 -1.083,0 -2.149,0.174 -3.054,1.153 C -0.533,-0.821 -0.663,-0.363 0,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path489" />
</g>
<g
id="g491"
transform="matrix(0.35277777,0,0,-0.35277777,37.327438,154.98786)">
<path
d="M 0,0 C 0,0.505 0.113,0.932 0.953,0.932 H 1.778 V 7.47 L 0.533,7.312 C -0.259,7.217 -0.372,7.454 -0.372,7.928 v 0.348 c 0,0.537 0.21,0.821 0.873,1.026 l 1.406,0.442 c 0.517,0.158 0.824,0.285 1.373,0.285 h 0.517 c 0.518,0 0.938,-0.095 0.938,-0.916 V 0.932 H 5.656 C 6.496,0.932 6.609,0.505 6.609,0 v -0.379 c 0,-0.505 -0.113,-0.932 -0.953,-0.932 H 0.953 C 0.113,-1.311 0,-0.884 0,-0.379 Z"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path493" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.8 KiB

6
src/img/includes/ENG.svg Normal file
View File

@ -0,0 +1,6 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="white"/>
<path d="M31.4016 20.9939C30.2911 27.0996 24.2799 31.1525 17.9427 29.9998C17.0458 29.8367 16.192 29.5782 15.3901 29.2375C15.2119 29.1618 15.0315 29.1509 14.8925 29.1562C14.7472 29.1618 14.5987 29.1873 14.4567 29.2211C14.1731 29.2885 13.8518 29.4047 13.5217 29.5432C12.8581 29.8217 12.0788 30.2251 11.3455 30.6314C10.8555 30.9029 10.3793 31.1793 9.96218 31.4273C10.095 30.961 10.2397 30.4298 10.3749 29.8848C10.5777 29.0677 10.7639 28.2017 10.8542 27.472C10.8991 27.1087 10.9231 26.7578 10.9076 26.4535C10.8936 26.1808 10.8442 25.8174 10.6337 25.54C8.79277 23.114 7.94045 20.0019 8.51714 16.8314C9.62772 10.7257 15.6388 6.67276 21.9761 7.82546C28.3133 8.97815 32.5122 14.8882 31.4016 20.9939Z" fill="white" stroke="#161616" stroke-width="1.28"/>
<path d="M19.1031 22.0828V20.9681H15.7303V19.0271H18.1038V17.9124H15.7303V16.2597H18.9974V15.145H14.4043V22.0828H19.1031Z" fill="#161616"/>
<path d="M21.547 22.0828V17.1437H21.5662L24.4009 22.0828H25.6789V15.145H24.4297V19.8727H24.4105L21.6815 15.145H20.2978V22.0828H21.547Z" fill="#161616"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

6
src/img/includes/NL.svg Normal file
View File

@ -0,0 +1,6 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="white"/>
<path d="M31.4016 20.9939C30.2911 27.0996 24.2799 31.1525 17.9427 29.9998C17.0458 29.8367 16.192 29.5782 15.3901 29.2375C15.2119 29.1618 15.0315 29.1509 14.8925 29.1562C14.7472 29.1618 14.5987 29.1873 14.4567 29.2211C14.1731 29.2885 13.8518 29.4047 13.5217 29.5432C12.8581 29.8217 12.0788 30.2251 11.3455 30.6314C10.8555 30.9029 10.3793 31.1793 9.96218 31.4273C10.095 30.961 10.2397 30.4298 10.3749 29.8848C10.5777 29.0677 10.7639 28.2017 10.8542 27.472C10.8991 27.1087 10.9231 26.7578 10.9076 26.4535C10.8936 26.1808 10.8442 25.8174 10.6337 25.54C8.79277 23.114 7.94045 20.0019 8.51714 16.8314C9.62772 10.7257 15.6388 6.67276 21.9761 7.82546C28.3133 8.97815 32.5122 14.8882 31.4016 20.9939Z" fill="white" stroke="#161616" stroke-width="1.28"/>
<path d="M15.892 22.0828V17.1437H15.9112L18.7459 22.0828H20.0239V15.145H18.7747V19.8727H18.7555L16.0265 15.145H14.6428V22.0828H15.892Z" fill="#161616"/>
<path d="M25.94 22.0828V20.9681H22.9228V15.145H21.5967V22.0828H25.94Z" fill="#161616"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,14 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="white"/>
<rect x="4" y="19" width="12.2222" height="1.35" rx="0.675" fill="#161616"/>
<rect x="22.8887" y="19" width="12.2222" height="1.35" rx="0.675" fill="#161616"/>
<rect x="19" y="17" width="12" height="1.35" rx="0.675" transform="rotate(-90 19 17)" fill="#161616"/>
<rect x="19" y="35" width="12.2222" height="1.35" rx="0.675" transform="rotate(-90 19 35)" fill="#161616"/>
<rect x="8.94873" y="8.60791" width="12.2222" height="1.35" rx="0.675" transform="rotate(45 8.94873 8.60791)" fill="#161616"/>
<rect x="22.3052" y="21.9644" width="12.2222" height="1.35" rx="0.675" transform="rotate(45 22.3052 21.9644)" fill="#161616"/>
<rect x="20.7339" y="17.25" width="12.2222" height="1.35" rx="0.675" transform="rotate(-45 20.7339 17.25)" fill="#161616"/>
<rect x="8.16309" y="29.8208" width="12.2222" height="1.35" rx="0.675" transform="rotate(-45 8.16309 29.8208)" fill="#161616"/>
<circle cx="19.6746" cy="20.4363" r="8.07341" fill="white" stroke="white" stroke-width="1.39286"/>
<circle cx="19.5415" cy="20.3033" r="6.96502" fill="white" stroke="#161616" stroke-width="1.28"/>
<path d="M19.5 13C20.4849 13 21.4602 13.1811 22.3701 13.5328C23.2801 13.8846 24.1069 14.4002 24.8033 15.0503C25.4997 15.7003 26.0522 16.4719 26.4291 17.3212C26.806 18.1705 27 19.0807 27 20C27 20.9193 26.806 21.8295 26.4291 22.6788C26.0522 23.5281 25.4997 24.2997 24.8033 24.9497C24.1069 25.5998 23.2801 26.1154 22.3701 26.4672C21.4602 26.8189 20.4849 27 19.5 27L19.5 20L19.5 13Z" fill="#161616"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,6 @@
<svg width="30" height="27" viewBox="0 0 30 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.179 1.00207C20.1566 1.00126 19.144 1.20237 18.1995 1.59384C17.2549 1.98532 16.397 2.55946 15.6749 3.28332L14.9857 3.97255L14.2964 3.28332C12.8366 1.82224 10.8562 1.00091 8.79087 1C6.72552 0.999091 4.74439 1.81868 3.28332 3.27846C1.82224 4.73825 1.00091 6.71865 1 8.78401C0.999091 10.8494 1.81868 12.8305 3.27846 14.2916L14.9857 26.0182L26.6928 14.2916C27.7914 13.2059 28.5414 11.8172 28.8467 10.3032C29.1521 8.7891 28.999 7.21836 28.4071 5.79172C27.8152 4.36507 26.8113 3.14734 25.5238 2.29416C24.2362 1.44099 22.7235 0.99112 21.179 1.00207ZM26.0327 13.6218L14.9857 24.63L3.96769 13.612C2.68813 12.3338 1.96876 10.5995 1.96785 8.79087C1.96694 6.98221 2.68456 5.24726 3.96284 3.96769C5.24112 2.68813 6.97534 1.96876 8.78401 1.96785C10.5927 1.96694 12.3276 2.68456 13.6072 3.96284L14.9857 5.3413L16.3641 3.96284C17.6437 2.68456 19.3786 1.96694 21.1873 1.96785C22.0829 1.9683 22.9696 2.14514 23.7968 2.48828C24.624 2.83141 25.3755 3.33412 26.0085 3.96769C26.6414 4.60127 27.1434 5.35331 27.4856 6.18087C27.8279 7.00843 28.0039 7.89531 28.0034 8.79087C28.003 9.68643 27.8262 10.5731 27.483 11.4004C27.1399 12.2276 26.6372 12.9791 26.0036 13.612L26.0327 13.6218Z" fill="#161616" stroke="#161616" stroke-width="0.2" />
<path d="M11.3045 13.2343L10.9902 14.5H12.066C12.4408 16.3311 13.4561 17.6506 15.4627 17.6506C16.067 17.6506 16.7319 17.489 17.2395 17.1928V15.5098C16.7198 16.008 16.0308 16.1426 15.4868 16.1426C14.3627 16.1426 13.8429 15.4694 13.6133 14.5H16.1879L16.4901 13.2343H13.4561V12.3188H16.7198L17.0341 11.0531H13.6012C13.8792 9.80097 14.5077 9.16815 15.3539 9.16815C16.1637 9.16815 16.6593 9.50475 17.2395 10.1914L17.6505 8.53533C17.167 8.03715 16.4418 7.66016 15.4143 7.66016C13.5891 7.66016 12.3924 8.87193 12.0177 11.0531H11.2924L10.9902 12.3188H11.8968V12.6554C11.8968 12.8573 11.8968 13.0458 11.9089 13.2343H11.3045Z" fill="#161616" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,8 @@
<svg alt="home" class="logo" width="97" height="40" viewBox="0 0 97 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Home</title>
<path d="M95.4697 40H1.53034C0.689023 40 0 39.3011 0 38.4477V1.5523C0 0.698912 0.689023 0 1.53034 0H95.4697C96.311 0 97 0.698912 97 1.5523V38.4477C97.0019 39.3011 96.3128 40 95.4697 40Z" fill="black" />
<path d="M21.1702 9.16315C21.1702 7.65229 22.1285 7.04004 23.2632 7.04004H30.4283C37.8423 7.04004 40.929 9.34212 40.929 13.5883C40.929 16.0355 39.6512 18.1586 37.027 19.2022V19.2738C39.7942 20.1008 41.7443 21.6852 41.7443 25.3191C41.7443 31.2929 36.4234 32.8753 30.5342 32.8753H23.2632C22.1285 32.8753 21.1702 32.263 21.1702 30.7522V9.16315ZM30.8183 17.1149C32.4861 17.1149 33.9756 16.5385 33.9756 14.6678C33.9756 13.0119 32.5567 12.6521 30.6066 12.6521H27.91V17.113H30.8183V17.1149ZM30.7478 27.2972C33.9403 27.2972 34.8262 26.1819 34.8262 24.6353C34.8262 22.548 33.0173 22.1166 31.0301 22.1166H27.9081V27.2972H30.7478Z" fill="white" />
<path d="M45.0073 9.16315C45.0073 7.29248 45.9656 7.04004 47.1004 7.04004H49.8323C50.9671 7.04004 51.9254 7.29248 51.9254 9.16315V30.7522C51.9254 32.6229 50.9671 32.8753 49.8323 32.8753H47.1004C45.9656 32.8753 45.0073 32.6229 45.0073 30.7522V9.16315Z" fill="white" />
<path d="M55.0827 27.9452L57.5305 26.5418C58.4888 25.9653 58.9847 26.3251 59.5883 26.9732C59.943 27.3688 60.4036 27.6212 61.0072 27.6212C62.142 27.6212 62.6397 26.8658 62.6397 25.2457V9.16315C62.6397 7.29248 63.598 7.04004 64.7328 7.04004H67.5C68.6347 7.04004 69.5931 7.29248 69.5931 9.16315V23.8799C69.5931 29.5296 67.3941 33.3067 61.3285 33.3067C58.9531 33.3067 56.6112 32.9111 54.624 30.6806C53.9108 29.8159 53.6267 28.7722 55.0827 27.9452Z" fill="white" />
<path d="M75.5845 29.8875C75.5845 28.7365 75.8334 27.7644 77.6776 27.7644H79.4865V12.8687L76.7545 13.2285C75.0162 13.4452 74.7673 12.9045 74.7673 11.825V11.0338C74.7673 9.8112 75.2279 9.16315 76.6821 8.69595L79.7688 7.68809C80.9035 7.32827 81.5777 7.04004 82.783 7.04004H83.9178C85.0525 7.04004 85.9756 7.25668 85.9756 9.12736V27.7663H87.9981C89.8423 27.7663 90.0911 28.7383 90.0911 29.8894V30.7522C90.0911 31.9032 89.8423 32.8753 87.9981 32.8753H77.6757C75.8315 32.8753 75.5827 31.9032 75.5827 30.7522V29.8875H75.5845Z" fill="#FFFF00" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="40"
height="40"
viewBox="0 0 40 40"
fill="none"
version="1.1"
id="svg87"
sodipodi:docname="menu.svg.php.svg"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs91" />
<sodipodi:namedview
id="namedview89"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="true"
inkscape:zoom="21.35"
inkscape:cx="10.796253"
inkscape:cy="20.023419"
inkscape:window-width="1860"
inkscape:window-height="1147"
inkscape:window-x="60"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg87">
<inkscape:grid
type="xygrid"
id="grid516" />
</sodipodi:namedview>
<circle
cx="20"
cy="20"
r="20"
fill="white"
id="circle73" />
<path
d="M 11,13 H 29"
stroke="#161616"
stroke-width="1.40217"
stroke-linecap="round"
id="path75"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none" />
<path
d="M 11,20 H 29"
stroke="#161616"
stroke-width="1.40217"
stroke-linecap="round"
id="path77"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none" />
<path
d="M 11,27 H 29"
stroke="#161616"
stroke-width="1.40217"
stroke-linecap="round"
id="path79"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none" />
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,6 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="white"/>
<rect x="28.7632" y="31.5913" width="17.2057" height="4.71122" rx="1.70612" transform="rotate(-133.429 28.7632 31.5913)" fill="#161616"/>
<circle cx="17.3423" cy="16.3728" r="8.11238" transform="rotate(-133.429 17.3423 16.3728)" fill="#161616" stroke="white" stroke-width="1.27959"/>
<circle cx="17.3469" cy="16.3664" r="6.92252" transform="rotate(-133.429 17.3469 16.3664)" fill="white" stroke="#161616" stroke-width="1.27959"/>
</svg>

After

Width:  |  Height:  |  Size: 579 B

8
src/img/logo.svg Normal file
View File

@ -0,0 +1,8 @@
<svg alt="BIJ1" class="logo" width="97" height="40" viewBox="0 0 97 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>BIJ1</title>
<path d="M95.4697 40H1.53034C0.689023 40 0 39.3011 0 38.4477V1.5523C0 0.698912 0.689023 0 1.53034 0H95.4697C96.311 0 97 0.698912 97 1.5523V38.4477C97.0019 39.3011 96.3128 40 95.4697 40Z" fill="black" />
<path d="M21.1702 9.16315C21.1702 7.65229 22.1285 7.04004 23.2632 7.04004H30.4283C37.8423 7.04004 40.929 9.34212 40.929 13.5883C40.929 16.0355 39.6512 18.1586 37.027 19.2022V19.2738C39.7942 20.1008 41.7443 21.6852 41.7443 25.3191C41.7443 31.2929 36.4234 32.8753 30.5342 32.8753H23.2632C22.1285 32.8753 21.1702 32.263 21.1702 30.7522V9.16315ZM30.8183 17.1149C32.4861 17.1149 33.9756 16.5385 33.9756 14.6678C33.9756 13.0119 32.5567 12.6521 30.6066 12.6521H27.91V17.113H30.8183V17.1149ZM30.7478 27.2972C33.9403 27.2972 34.8262 26.1819 34.8262 24.6353C34.8262 22.548 33.0173 22.1166 31.0301 22.1166H27.9081V27.2972H30.7478Z" fill="white" />
<path d="M45.0073 9.16315C45.0073 7.29248 45.9656 7.04004 47.1004 7.04004H49.8323C50.9671 7.04004 51.9254 7.29248 51.9254 9.16315V30.7522C51.9254 32.6229 50.9671 32.8753 49.8323 32.8753H47.1004C45.9656 32.8753 45.0073 32.6229 45.0073 30.7522V9.16315Z" fill="white" />
<path d="M55.0827 27.9452L57.5305 26.5418C58.4888 25.9653 58.9847 26.3251 59.5883 26.9732C59.943 27.3688 60.4036 27.6212 61.0072 27.6212C62.142 27.6212 62.6397 26.8658 62.6397 25.2457V9.16315C62.6397 7.29248 63.598 7.04004 64.7328 7.04004H67.5C68.6347 7.04004 69.5931 7.29248 69.5931 9.16315V23.8799C69.5931 29.5296 67.3941 33.3067 61.3285 33.3067C58.9531 33.3067 56.6112 32.9111 54.624 30.6806C53.9108 29.8159 53.6267 28.7722 55.0827 27.9452Z" fill="white" />
<path d="M75.5845 29.8875C75.5845 28.7365 75.8334 27.7644 77.6776 27.7644H79.4865V12.8687L76.7545 13.2285C75.0162 13.4452 74.7673 12.9045 74.7673 11.825V11.0338C74.7673 9.8112 75.2279 9.16315 76.6821 8.69595L79.7688 7.68809C80.9035 7.32827 81.5777 7.04004 82.783 7.04004H83.9178C85.0525 7.04004 85.9756 7.25668 85.9756 9.12736V27.7663H87.9981C89.8423 27.7663 90.0911 28.7383 90.0911 29.8894V30.7522C90.0911 31.9032 89.8423 32.8753 87.9981 32.8753H77.6757C75.8315 32.8753 75.5827 31.9032 75.5827 30.7522V29.8875H75.5845Z" fill="#FFFF00" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

7
src/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php get_header(); ?>
<?php get_template_part( 'parts/_cover' ); ?>
<?php get_footer(); ?>

1
src/js/aos.js Normal file

File diff suppressed because one or more lines are too long

365
src/js/app.js Normal file
View File

@ -0,0 +1,365 @@
$(document).foundation();
$(document).ready(function () {
'use strict';
var c, currentScrollTop = 0,
navbar = $('.stickynav');
$(window).scroll(function () {
var a = $(window).scrollTop();
var b = navbar.height();
currentScrollTop = a;
if (c < currentScrollTop && a > b + b) {
navbar.addClass("scrollUp");
} else if (c > currentScrollTop && !(a <= b)) {
navbar.removeClass("scrollUp");
}
c = currentScrollTop;
});
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 150) {
$('.stickynav').addClass('scroll');
} else {
$('.stickynav').removeClass('scroll');
}
});
});
});
$( ".hoverblock" ).hover(
function() {
$( this ).find( ".large-5" ).addClass('large-7').removeClass('large-5');
$( this ).find( ".large-2" ).addClass('large-1').removeClass('large-2');
}, function() {
$( this ).find( ".large-7" ).addClass('large-5').removeClass('large-7');
$( this ).find( ".large-1" ).addClass('large-2').removeClass('large-1');
}
);
/* PLAYPAUSE BUTTON */
$('#play').click(function() {
$("#myAudioElement")[0].play();
});
$('#pause').click(function() {
$("#myAudioElement")[0].pause();
});
$('#playside').click(function() {
$("#myAudioElement")[0].play();
});
$('#pauseside').click(function() {
$("#myAudioElement")[0].pause();
});
/* FUNDRAISER */
const fundraiserWrapper = document.querySelector('#fundraiserWrapper');
(function(){
if(!window.IS_MAIN_SITE) {
return;
}
var FUNDRAISER_ID = 'n04pD9zVB4f4vXE0NO28';
var AUTHORIZATION_KEY = 'z4SS8rqLDrNWMChzslf3IBuWJG1ldbSy';
var WINGS_APP_DOMAIN = 'www.bij1.org';
var switchAmount = function(){
var amount = parseInt($('form.fundraiser input.invulbedrag').val());
if(amount >= 500) {
$('div.donate-extra-fields').show();
$('div.donate-extra-fields input').attr('required', true);
} else {
$('div.donate-extra-fields').hide();
$('div.donate-extra-fields input').attr('required', false);
}
};
$(document).ready(function(){
// Haal de gegevens van de fundraiser op, en toon het formulier en de
// huidige stand als het is opgehaald
retrieveFundraiser(
FUNDRAISER_ID,
AUTHORIZATION_KEY,
);
$('form.fundraiser input.invulbedrag').on('change', switchAmount);
$('form.fundraiser input.invulbedrag').on('keyup', switchAmount);
$('form.fundraiser input.invulbedrag').on('paste', switchAmount);
switchAmount();
// Verstuur het donatieformulier
$('form.fundraiser').submit(function(event){
event.preventDefault();
event.stopPropagation();
// NB: Donatiehoeveelheden worden geteld in centen!
var amount = parseInt($('input#amount').val()) * 100;
var firstName = $('input#firstName').val();
var lastName = $('input#lastName').val();
var email = $('input#email').val();
var street = $('input#street').val();
var zipcode = $('input#zipcode').val();
var city = $('input#city').val();
var newsletter = $('input#newsletter').is(':checked');
var privacyConsent = $('input#privacyConsent').is(':checked');
var paymentMethod = $("input.paymentMethod:checked").val();
var ajaxSettings = {
contentType: 'application/json',
data: submitFundraiserMutation(
FUNDRAISER_ID,
amount,
email,
firstName,
lastName,
privacyConsent,
newsletter,
paymentMethod,
street,
zipcode,
city
),
dataType: 'json',
error: submitError,
headers: {
'Authorization': 'Bearer ' + AUTHORIZATION_KEY,
'X-Wings-App-Domain': WINGS_APP_DOMAIN,
},
success: submitSuccess,
url: 'https://api.wings.dev/',
};
$.post(ajaxSettings);
});
});
// Haal de gegevens van de fundraiser op via de API van wings
var retrieveFundraiser = function(fundraiserId, authorization){
var ajaxSettings = {
contentType: 'application/json',
data: getFundraiserQuery(fundraiserId),
dataType: 'json',
error: retrieveError,
headers: {
'Authorization': 'Bearer ' + authorization,
'X-Wings-App-Domain': WINGS_APP_DOMAIN,
},
success: setupForm,
url: 'https://api.wings.dev/',
};
$.post(ajaxSettings);
};
function formatMoney(number, decPlaces, decSep, thouSep) {
decPlaces = isNaN(decPlaces = Math.abs(decPlaces)) ? 2 : decPlaces,
decSep = typeof decSep === "undefined" ? "." : decSep;
thouSep = typeof thouSep === "undefined" ? "," : thouSep;
var sign = number < 0 ? "-" : "";
var i = String(parseInt(number = Math.abs(Number(number) || 0).toFixed(decPlaces)));
var j = (j = i.length) > 3 ? j % 3 : 0;
return sign +
(j ? i.substr(0, j) + thouSep : "") +
i.substr(j).replace(/(\decSep{3})(?=\decSep)/g, "$1" + thouSep) +
(decPlaces ? decSep + Math.abs(number - i).toFixed(decPlaces).slice(2) : "");
}
// Toon het donatieformulier, wordt aangeroepen als callback van
// retrieveFundraiser
var setupForm = function(data){
var campaign = data['data']['campaign'];
var raised = campaign['raised']['amount'] / 100;
$('span.raised').html(raised);
var targetStepSize = 10000;
if(raised > 10000) targetStepSize = 100000;
var target = 10000;
for(var i = 10000000; i >= 100000; i = i - 100000){
if(raised >= i) {
break;
}
target = i;
}
for(var i = 100000; i >= 10000; i = i - 10000){
if(raised >= i) {
break;
}
target = i;
}
if(target < 50000) {
target = 50000;
}
var amount = raised;
var new_amount = amount * 100;
var new_amount = new_amount / target;
$('small#donation-target').html('&euro;' + formatMoney(target, 0, ',', '.'));
$('.progress-meter').css('width', new_amount + "%");
// progressbar width
/* buttonprices */
const priceButtons = document.querySelectorAll('div[data-price]');
const fakebutton = document.querySelector('.invulbedrag');
let clickedPrice;
priceButtons.forEach(button => button.addEventListener('click', setPrice));
function setPrice(e) {
clickedPrice = e.currentTarget.dataset.price;
console.log(clickedPrice);
fakebutton.value = clickedPrice;
switchAmount();
}
$('div.loading').hide();
$('div.fundraiser').fadeIn();
};
// Errorboodschap als de fundraiser niet opgehaald kon worden via de API van Wings
var retrieveError = function(){
//alert('Er is iets mis gegaan met het ophalen van het donatieformulier.');
};
// Errorboodschappen als het submitten van het donatieformulier niet is geslaagd.
var submitError = function(){
alert('Er is iets mis gegaan met het verwerken van uw donatie.');
};
var submitSuccess = function(data){
if(data.hasOwnProperty('errors') && data.errors.length > 0){
console.log(data);
return submitError();
}
// Als we een payment url terug hebben gekregen, dan redirecten we de
// gebruiker naar die url zodat ze de betaling via Mollie rond kunnen
// maken
if(data['data'] && data['data']['submitFundraiser']
&& data['data']['submitFundraiser']['donation']
&& data['data']['submitFundraiser']['donation']['order']
&& data['data']['submitFundraiser']['donation']['order']['paymentUrl']
){
window.location = data['data']['submitFundraiser']['donation']['order']['paymentUrl'];
} else {
console.log(data);
return submitError();
}
};
// Stel de query op voor het ophalen van de fundraiser met het gegeven id
var getFundraiserQuery = function(id){
return JSON.stringify({
"query": "\n query ($selector: FundraiserSelectorInput) {\n campaign: fundraiser(selector: $selector) {\n id\n title\n submissionSchema\n settings {\n legal {\n terms {\n url\n }\n privacyPolicy {\n url\n }\n }\n }\n target {\n amount\n currency {\n id\n name\n symbol\n }\n }\n amounts {\n options {\n amount {\n amount\n currency {\n id\n name\n symbol\n }\n }\n }\n }\n raised {\n amount\n currency {\n id\n name\n symbol\n }\n }\n paymentMethods {\n id\n title\n icons {\n url\n }\n }\n ...NodeFields\n ...CampaignFields\n }\n }\n\n fragment NodeFields on Node {\n id\n title\n resourceType\n slug\n locale {\n id\n name\n primary\n }\n image {\n id\n name\n caption\n alt\n key\n url\n }\n meta {\n key\n value\n }\n data {\n key\n data\n }\n status\n nodeType\n copy {\n message {\n messageId\n description\n message\n }\n }\n }\n\n fragment CampaignFields on Campaign {\n intro\n description\n }\n",
"variables": {
"selector": {
"id":{
"eq": id
}
}
}
});
};
// Stel de mutation op voor het indienen van een donatie aan de API
var submitFundraiserMutation = function(
id, amount, email, firstName, lastName,
privacyConsent, newsletter, paymentMethod,
street, zipcode, city
){
if(street === undefined){
street = '';
}
if(zipcode === undefined){
zipcode = '';
}
if(city === undefined){
city = '';
}
newsletter = newsletter === true;
privacyConsent = privacyConsent === true;
var data = {
'email': email,
'firstName': firstName,
'lastName': lastName,
'privacyConsent': privacyConsent,
'newsletter': newsletter,
'Q8m5C4STw2jmMfyq2': street,
'QoUY33RTcR86wh82a': zipcode,
'tIz9b5AwfZTVBgr8o': city,
};
return JSON.stringify({
"query":"\n mutation SubmitFundraiser($input: SubmitFundraiserInput!) {\n submitFundraiser(input: $input) {\n donation {\n id\n order {\n id\n paymentUrl\n }\n }\n }\n }\n",
"variables": {
"input":{
"id": FUNDRAISER_ID,
"data": JSON.stringify(data),
"amount": amount,
"paymentMethod": paymentMethod,
"redirectUrl": "https://www.bij1.org/bedankt"
}
}
});
};
})();
/* INHOUDSOPGAVE FACET FIX */
$('.facetwp-facet').click(function() {
$('#indexmenu').removeClass('expanded');
$('#indexmenuoverlay').removeClass('expanded');
$('html, body').animate({
scrollTop: $("#target").offset().top
}, 500);
});
$('.targetclass').click(function() {
$('html, body').animate({
scrollTop: $("#target").offset().top
}, 500);
});
/* AOS */
AOS.init();
// You can also pass an optional settings object
// below listed default settings
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 120, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 1000, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});

38
src/js/custom.js Normal file
View File

@ -0,0 +1,38 @@
/**
* Customizations by Jelle
*/
(function(){
$(document).ready(function(){
$('a.menu-toggle').click(function(){
if($('div.top-menu nav').hasClass('toggled')){
$('div.top-menu nav').slideUp(400, function(){
$('div.top-menu nav').removeClass('toggled');
$('div.top-menu nav').attr('style', '');
});
$('a.menu-toggle').html('&#9776;');
} else {
$('div.top-menu nav').slideDown(400, function(){
$('div.top-menu nav').addClass('toggled');
$('div.top-menu nav').attr('style', '');
});
$('a.menu-toggle').html('&#10005;');
}
});
$('div.top-menu nav ul.menu > li a').on('click', function(){
var el = $(this).siblings('.sub-menu');
if(el.hasClass('focused')) {
el.removeClass('focused').attr('aria-expanded', 'false');
} else {
$('div.top-menu nav ul.sub-menu').removeClass('focused').attr('aria-expanded', 'false');
el.addClass('focused').attr('aria-expanded', 'true');
}
});
});
})();

12
src/js/flickity.pkgd.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
src/js/foundation.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
src/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
src/js/motion-ui.min.js vendored Normal file
View File

@ -0,0 +1 @@
!function(n,i){"function"==typeof define&&define.amd?define(["jquery"],i):"object"==typeof exports?module.exports=i(require("jquery")):n.MotionUI=i(n.jQuery)}(this,function(u){"use strict";!function(){Date.now||(Date.now=function(){return(new Date).getTime()});for(var n=["webkit","moz"],i=0;i<n.length&&!window.requestAnimationFrame;++i){var e=n[i];window.requestAnimationFrame=window[e+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"]}if(/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent)||!window.requestAnimationFrame||!window.cancelAnimationFrame){var t=0;window.requestAnimationFrame=function(n){var i=Date.now(),e=Math.max(t+16,i);return setTimeout(function(){n(t=e)},e-i)},window.cancelAnimationFrame=clearTimeout}}();var s=["mui-enter","mui-leave"],m=["mui-enter-active","mui-leave-active"],d=function(){var n={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend"},i=window.document.createElement("div");for(var e in n)if(void 0!==i.style[e])return n[e];return null}();function t(n,i,e,t){if((i=u(i).eq(0)).length){if(null===d)return n?i.show():i.hide(),void t();var o=n?s[0]:s[1],a=n?m[0]:m[1];r(),i.addClass(e),i.css("transition","none"),requestAnimationFrame(function(){i.addClass(o),n&&i.show()}),requestAnimationFrame(function(){i[0].offsetWidth,i.css("transition",""),i.addClass(a)}),i.one("transitionend",function(){n||i.hide();r(),t&&t.apply(i)})}function r(){i[0].style.transitionDuration=0,i.removeClass(o+" "+a+" "+e)}}return{animateIn:function(n,i,e){t(!0,n,i,e)},animateOut:function(n,i,e){t(!1,n,i,e)}}});

8
src/js/what-input.min.js vendored Normal file
View File

@ -0,0 +1,8 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v5.2.10
* @link https://github.com/ten1seven/what-input
* @license MIT
*/
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("whatInput",[],t):"object"==typeof exports?exports.whatInput=t():e.whatInput=t()}(this,function(){return i={},n.m=o=[function(e,t){"use strict";e.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,n=null,s="initial",u=s,o=Date.now(),i="false",d=["button","input","select","textarea"],r=[],c=[16,17,18,91,93],w=[],p={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},a=!1,f={x:null,y:null},l={2:"touch",3:"touch",4:"mouse"},m=!1;try{var e=Object.defineProperty({},"passive",{get:function(){m=!0}});window.addEventListener("test",null,e)}catch(e){}var h=function(){var e=!!m&&{passive:!0};document.addEventListener("DOMContentLoaded",v),window.PointerEvent?(window.addEventListener("pointerdown",y),window.addEventListener("pointermove",E)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",y),window.addEventListener("MSPointerMove",E)):(window.addEventListener("mousedown",y),window.addEventListener("mousemove",E),"ontouchstart"in window&&(window.addEventListener("touchstart",y,e),window.addEventListener("touchend",y))),window.addEventListener(O(),E,e),window.addEventListener("keydown",y),window.addEventListener("keyup",y),window.addEventListener("focusin",L),window.addEventListener("focusout",b)},v=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(s=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(u=window.sessionStorage.getItem("what-intent"))}catch(e){}g("input"),g("intent")},y=function(e){var t=e.which,n=p[e.type];"pointer"===n&&(n=S(e));var o=!w.length&&-1===c.indexOf(t),i=w.length&&-1!==w.indexOf(t),r="keyboard"===n&&t&&(o||i)||"mouse"===n||"touch"===n;if(M(n)&&(r=!1),r&&s!==n&&(x("input",s=n),g("input")),r&&u!==n){var a=document.activeElement;a&&a.nodeName&&(-1===d.indexOf(a.nodeName.toLowerCase())||"button"===a.nodeName.toLowerCase()&&!C(a,"form"))&&(x("intent",u=n),g("intent"))}},g=function(e){t.setAttribute("data-what"+e,"input"===e?s:u),k(e)},E=function(e){var t=p[e.type];"pointer"===t&&(t=S(e)),A(e),(!a&&!M(t)||a&&"wheel"===e.type||"mousewheel"===e.type||"DOMMouseScroll"===e.type)&&u!==t&&(x("intent",u=t),g("intent"))},L=function(e){e.target.nodeName?(n=e.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",n),e.target.classList&&e.target.classList.length&&t.setAttribute("data-whatclasses",e.target.classList.toString().replace(" ",","))):b()},b=function(){n=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},x=function(e,t){if(i)try{window.sessionStorage.setItem("what-"+e,t)}catch(e){}},S=function(e){return"number"==typeof e.pointerType?l[e.pointerType]:"pen"===e.pointerType?"touch":e.pointerType},M=function(e){var t=Date.now(),n="mouse"===e&&"touch"===s&&t-o<200;return o=t,n},O=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},k=function(e){for(var t=0,n=r.length;t<n;t++)r[t].type===e&&r[t].fn.call(void 0,"input"===e?s:u)},A=function(e){f.x!==e.screenX||f.y!==e.screenY?(a=!1,f.x=e.screenX,f.y=e.screenY):a=!0},C=function(e,t){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return e.closest(t);do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(p[O()]="mouse",h()),{ask:function(e){return"intent"===e?u:s},element:function(){return n},ignoreKeys:function(e){c=e},specificKeys:function(e){w=e},registerOnChange:function(e,t){r.push({fn:e,type:t||"input"})},unRegisterOnChange:function(e){var t=function(e){for(var t=0,n=r.length;t<n;t++)if(r[t].fn===e)return t}(e);!t&&0!==t||r.splice(t,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}],n.c=i,n.p="",n(0);function n(e){if(i[e])return i[e].exports;var t=i[e]={exports:{},id:e,loaded:!1};return o[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}var o,i});
//# sourceMappingURL=what-input.min.js.map

157
src/loadmore.php Normal file
View File

@ -0,0 +1,157 @@
<!-- DESKTOP NIEUWSBLOK START -->
<?php if ($alm_current == 1) : ?>
<?php $featured_img_url = get_the_post_thumbnail_url(get_the_ID(), 'fullwidth'); ?>
<?php if (has_post_thumbnail()) : ?>
<div class="imageblock" style="background: url('<?php echo $featured_img_url ?>')no-repeat center center / cover;">
<?php else : ?>
<div class="imageblock" style="background: url('<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png')no-repeat center center / cover;">
<?php endif; ?>
<div class="inner">
<div class="headercontainer">
<div class="grid-x align-center text-center">
<div class="small-10 large-10 cell">
<?php if (!empty(get_field('post_title', get_the_ID()))) : ?>
<h1> <?php the_field('post_title', get_the_ID()); ?></h1>
<?php else : ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>
</div>
</div>
</div>
<a href="<?php the_permalink(); ?>" class="button whitebutton nbm">Lees meer</a>
</div>
</div>
<?php elseif ($alm_current == 2 or $alm_current == 3) : ?>
<!-- MOBILE NIEUWSBLOK START -->
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-10 cell small-order-<?php if ($alm_current % 2 == 1) : echo 1;
else : echo 2;
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-2 small-order-<?php if ($alm_current % 2 == 1) : echo 2;
else : echo 1;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="small-10 cell small-order-<?php if ($alm_current % 2 == 1) : echo 3;
else : echo 4;
endif; ?>">
<div class="mobileinner">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
<div class="small-2 cell small-order-<?php if ($alm_current % 2 == 1) : echo 4;
else : echo 3;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- MOBILE NIEUWSBLOK END -->
<!-- LOOP FOR MEDIUM UP START -->
<div class="block nieuwsitem show-for-medium">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($alm_current % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($alm_current % 2 == 1) : echo 2;
else : echo 3;
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('fullwidth', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="large-5 cell small-order-<?php if ($alm_current % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($alm_current % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- LOOP FOR MEDIUM UP END -->
<?php else : ?>
<?php if ($alm_current == 4) : ?>
<div class="block nieuwsitem ">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<?php endif; ?>
<div class="small-6 large-3 cell">
<div class="imagecontainer-small">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large'); ?>
<?php else : ?>
<img src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="flex-container flex-dir-column subscript">
<div class="flex-child-grow">
<p class="bold"><?php the_title(); ?></p>
</div>
<div class="flex-child-shrink">
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
</div>
<?php if ($alm_current == 8) : ?>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>

8
src/page.php Normal file
View File

@ -0,0 +1,8 @@
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php
endwhile;
endif;
?>
<?php get_footer(); ?>

222
src/parts/_cover.php Normal file
View File

@ -0,0 +1,222 @@
<?php if (get_field('cover_style') == 'text' or is_singular('vacatures') or is_search()) : ?>
<!-- TEXTCOVER START -->
<!-- STICKYNAV START -->
<div class="stickynav background" role="additional navigation">
<div class="grid-container fluid">
<?php if (is_page('programma')) : ?>
<div class="grid-x">
<div class="shrinkcell">
<a href="javascript:history.back()" class="button whitebutton arrowbutton nbm"><i class="icon-left"></i><?php pll_e('Terug'); ?></a>
</div>
<div class="auto cell">
<!-- EMPTY -->
</div>
<?php
$file = get_field('programma_file', 'options');
if ($file) :
$url = wp_get_attachment_url($file); ?>
<div class="shrink cell">
<a class="button whitebutton" href="<?php echo esc_html($url); ?>">Download pdf</a>
</div>
<?php endif; ?>
<div class="shrink cell">
<a class="button whitebutton nbm" id="inhoudsopgavebutton" data-toggle="indexmenu indexmenuoverlay"><?php pll_e('Inhoudsopgave'); ?></a>
</div>
</div>
<?php else : ?>
<a href="javascript:history.back()" class="button whitebutton arrowbutton nbm"><i class="icon-left"></i><?php pll_e('Terug'); ?></a>
<?php endif; ?>
<hr>
</div>
</div>
<!-- STICKYNAV END -->
<div class="cover blockpaddingtop" role="text cover">
<div class="grid-container fluid">
<div class="grid-x text-center align-center">
<div class="small-11 large-10 cell">
<div class="altheader">
<?php if (is_search()) : ?>
<?php if (pll_current_language() == 'en') : ?>
<h1 class="nbm">This is what we <span>found</span></h1>
<?php else : ?>
<h1 class="nbm">Dit is wat we <span>hebben</span><span>gevonden</span></h1>
<?php endif; ?>
<?php elseif (get_field('title_cover')) : ?>
<h1 class="nbm"><?php the_field('title_cover'); ?></h1>
<?php else : ?>
<?php if (is_singular('vacatures')) : ?>
<h1><span><?php the_title(); ?></span></h1>
<?php else : ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<!-- TEXTCOVER END -->
<?php elseif (get_field('cover_style') == 'none' or is_404()) : ?>
<!-- NO COVER -->
<?php else : ?>
<!-- IMAGECOVER START -->
<!-- STICKYNAV START -->
<?php if (is_front_page()) : ?>
<!-- frontpage has no sticky navigation -->
<?php else : ?>
<div class="stickynav " role="additional navigation">
<div class="grid-container fluid">
<?php if (is_singular('kandidaten')) : ?>
<div class="grid-x">
<div class="shrink cell"> <a href="javascript:history.back()" class="button whitebutton arrowbutton nbm"><i class="icon-left"></i><?php pll_e('Terug'); ?></a>
</div>
<div class="auto cell"></div>
<div class="shrink cell"><a href="/kandidaten/" class="button whitebutton nbm show-for-medium"><?php pll_e('kandidaten overzicht'); ?></a></div>
<div class="shrink cell"><a href="/kandidaten/" class="button whitebutton nbm hide-for-medium"><?php pll_e('Kandidaten'); ?></a></div>
</div>
<?php elseif (is_singular('post') or is_singular('programma')) : ?>
<a href="javascript:history.back()" class="button whitebutton arrowbutton nbm"><i class="icon-left"></i><?php pll_e('Terug'); ?></a>
<?php else : ?>
<a href="javascript:history.back()" class="button whitebutton arrowbutton nbm"><i class="icon-left"></i><?php pll_e('Terug'); ?></a>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
<!-- STICKYNAV END -->
<?php
$cover_image = get_field('cover_image');
$size = 'fullwidth';
$cover_thumbnail = get_the_post_thumbnail_url(get_the_ID(), $size);
$thumbnail_alt = str_replace(
'"',
"'",
get_post_meta(get_post_thumbnail_id($post->ID), '_wp_attachment_image_alt', true )
);
?>
<div class="cover" role="image cover">
<?php if (!empty($cover_image)) : ?>
<div class="imageblock" aria-label="<?php echo $thumbnail_alt; ?>" style="background: url('<?php echo wp_get_attachment_image_url($cover_image, $size); ?>')no-repeat center center / cover;">
<?php else : ?>
<?php if (has_post_thumbnail()) : ?>
<div class="imageblock" aria-label="<?php echo $thumbnail_alt; ?>" style="background: url('<?php echo $cover_thumbnail; ?>')no-repeat center center / cover;">
<?php else : ?>
<div class="imageblock" aria-label="BIJ1 logo op regenboogachtergrond" style="background: url('<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png')no-repeat center center / cover;">
<?php endif; ?>
<?php endif; ?>
<div class="inner" data-aos="fade-up">
<div class="headercontainer ">
<div class="grid-x align-center text-center">
<div class="small-11 medium-10 cell">
<?php if (get_field('title_cover')) : ?>
<h1><?php the_field('title_cover'); ?></h1>
<?php else : ?>
<?php if (!empty(get_field('post_title', get_the_ID()))) : ?>
<h1> <?php the_field('post_title', get_the_ID()); ?></h1>
<?php else : ?>
<?php if (is_singular('kandidaten')) : ?>
<h1 class="kandidatenheader"><?php the_title(); ?></h1>
<?php else : ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<br>
<?php if (get_field('subtitle_cover')) : ?>
<h4><?php the_field('subtitle_cover'); ?></h4>
<?php else: ?>
<?php bij1_post_published(); ?>
<?php endif; ?>
</div>
</div>
</div>
<?php if (is_singular('programma')) : ?>
<a href="/<?php if(isNl()): ?>programma<?php else: ?>programme<?php endif; ?>" class="button whitebutton nbm"><?php pll_e('Programma'); ?></a>
<?php elseif (is_front_page() && isMainSite()) : ?>
<a href="#doneer" class="button whitebutton "><?php pll_e('Doneer'); ?></a><br>
<a class="button whitebutton roundbutton nbm" data-smooth-scroll href="#roundbuttonscroll" data-animation-easing="swing" title="scrolldown"><i class="icon-down-open-1"></i></a>
<?php else : ?>
<a class="button whitebutton roundbutton nbm" data-smooth-scroll href="#roundbuttonscroll" data-animation-easing="swing" title="scrolldown"><i class="icon-down-open-1"></i></a>
<?php endif; ?>
</div>
</div>
</div>
<div id="roundbuttonscroll"></div>
<!-- IMAGECOVER END -->
<?php endif; ?>
<!-- IF LUISTER_FILE/LINK -->
<?php
$file = get_field('luister_file');
if ($file) :
$url = wp_get_attachment_url($file);
$title = get_the_title($file) ?>
<div class="block content-block audio">
<div class="grid-container">
<div class="grid-x align-center text-center">
<div class="large-12 cell">
<audio id="myAudioElement" class="hide" src="<?php echo esc_html($url); ?>" controls></audio>
<div class="button roundbutton" id="play" data-toggle="play pause playside pauseside" data-toggler=".hide"><i class="icon-headphones"></i></div>
<div class="button secondary hide roundbutton" id="pause" data-toggle="pause play playside pauseside" data-toggler=".hide"><i class="icon-pause"></i></div>
<p class="nbm"><small><?php echo esc_html($title); ?></small></p>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php
$link = get_field('luister_link');
if ($link) :
$link_url = $link['url'];
$link_title = $link['title'];
$link_target = $link['target'] ? $link['target'] : '_self';
?>
<div class="block content-block audio">
<div class="grid-container">
<div class="grid-x align-center text-center">
<div class="large-12 cell">
<a href="<?php echo esc_url($link_url); ?>" class="button roundbutton" target="<?php echo esc_attr($link_target); ?>"><i class="icon-headphones"></i></a>
<p class="nbm"><small><?php echo esc_html($link_title); ?></small></p>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<div class="content">

View File

@ -0,0 +1,85 @@
<?php if(isMainSite()): ?>
<a id="doneer" class="donate-anchor"></a>
<div class="loading">
<?php pll_e('Fundraiser wordt geladen'); ?>...
</div>
<div class="fundraiser" style="display: none">
<form class="fundraiser" id="fundraiserWrapper" action="#">
<div class="grid-x grid-margin-x">
<div class="shrink cell text-center">
<div class=" fakebutton">
<h2 class="nbm">&euro; <span class="raised"></span></h2>
<p class="nbm "><small><?php pll_e('is al gedoneerd'); ?></small></p>
</div>
</div>
<div class="auto cell">
<!-- EMPTY -->
</div>
<div class="large-12 cell">
<div class="progress nbm" role="progressbar" tabindex="0">
<div class="progress-meter"></div>
</div>
</div>
<div class="auto cell">
<!-- EMPTY -->
</div>
<div class="shrink cell">
<p><small id="donation-target">&euro;200.000</small></p>
</div>
<div class="large-12 cell">
<p class="nbm"><small><?php pll_e('Ja ik help mee voor'); ?>:</small></p>
<hr class="hr alternatehr">
<div class="grid-x uitzonderingmargin">
<div class="small-4 medium-shrink cell uitzondering">
<div class="button expanded whitebutton" data-price="10">&euro;10</div>
</div>
<div class="small-4 medium-shrink cell uitzondering">
<div class="button expanded whitebutton" data-price="25">&euro;25</div>
</div>
<div class="small-4 medium-shrink cell uitzondering">
<div class="button expanded whitebutton" data-price="50">&euro;50</div>
</div>
<div class="small-12 medium-auto cell uitzondering">
<input type="number" class="fakebutton invulbedrag expanded" placeholder="Bedrag" name="amount" id="amount" min="2" />
</div>
</div>
<input type="text" placeholder="Email adres" name="email" id="email" required />
<input type="text" placeholder="Voornaam" name="firstName" id="firstName" required />
<input type="text" placeholder="Achternaam" name="lastName" id="lastName" required />
<div class="donate-extra-fields" style="display: none">
<input type="text" placeholder="Straat" name="street" id="street" />
<input type="text" placeholder="Postcode" name="zipcode" id="zipcode" />
<input type="text" placeholder="Plaats" name="city" id="city" />
</div>
</div>
<div class="shrink cell">
<label class="radio">
<input type="radio" class="paymentMethod" name="paymentMethod" value="mollie_ideal" checked />
<img class="payment-method" src="https://assets.wings.dev/img/icons/ideal.png" alt="iDeal" title="iDeal" />
</label>
</div>
<div class="shrink cell">
<label class="radio">
<input type="radio" class="paymentMethod" name="paymentMethod" value="mollie_sepabanktransfer" />
<img class="payment-method" src="https://assets.wings.dev/img/icons/sepa.png" alt="Sepa overboeking" title="Sepa overboeking" />
</label>
</div>
<div class="auto cell"></div>
<div class="large-12 cell">
<label class="checkbox" for="newsletter">
<input type="checkbox" name="newsletter" id="newsletter" />
<?php pll_e('Blijf op de hoogte'); ?>
</label>
</div>
<div class="large-12 cell">
<label class="checkbox" for="privacyConsent">
<input type="checkbox" name="privacyConsent" id="privacyConsent" required />
<?php pll_e('Ik ga akkoord met het'); ?> <a href="https://www.bij1.org/privacy"><?php pll_e('privacybeleid'); ?></a>
</label>
</div>
</div>
<input class="button whitebutton ltm" type="submit" value="Doneer" />
</form>
</div>
<?php endif; ?>

View File

@ -0,0 +1,28 @@
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://bij1.us16.list-manage.com/subscribe/post?u=fb421c1b47f3d48f5a8ca5da3&amp;id=e6beec738b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" placeholder="Email adres" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<input type="text" placeholder="Voornaam" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<input type="text" placeholder="Achternaam" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="mc-field-group">
<input type="text" placeholder="Woonplaats" value="" name="MMERGE5" class="" id="mce-MMERGE5">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_fb421c1b47f3d48f5a8ca5da3_e6beec738b" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Aanmelden" name="subscribe" id="mc-embedded-subscribe" class="button whitebutton"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->

33
src/parts/_nieuwsitem.php Normal file
View File

@ -0,0 +1,33 @@
<div class="block nieuwsitem">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 3;
endif; ?>">
<?php the_post_thumbnail('large'); ?>
</div>
<div class="large-5 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink"><?php pll_e('Lees meer'); ?></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,205 @@
<!-- PROGRAMMEBLOCK START -->
<div class="afdelingen_items">
<div class='titelblock'>
<div class='grid-container fluid'>
<div class='grid-x grid-margin-x'>
<div class='large-12 cell'>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center text-center" data-aos="fade-up">
<div class="auto cell"></div>
<div class="large-8 cell">
<div class="altheader">
<h1><?php the_field('title_afdelingen'); ?></h1>
</div>
</div>
<div class="auto cell"></div>
</div>
</div>
</div>
</div>
<div class="block itemblock nospace">
<div class="grid-container full">
<?php $postnumber = -1; ?>
<?php $query = new WP_Query(array('post_type' => 'afdelingen', 'posts_per_page' => $postnumber)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<?php if (get_field('overig', get_the_ID())) : ?>
<?php else : ?>
<!-- MOBILE LOOP START -->
<div class="hide-for-large colorchangeblock <?php if ($query->current_post % 2 == 1) : echo 'blackbackground';
else : echo 'whitebackground';
endif; ?>">
<div class="grid-x ">
<div class="large-12 cell">
<?php the_post_thumbnail('large', array('class' => 'coverimage')); ?>
</div>
</div>
<div class="large-12 cell">
<div class="mobileinner">
<?php $taxonomy = get_the_terms($post->ID, 'thema'); ?>
<div class="altheader">
<h2>
<span>
<?php the_title(); ?>
</span>
</h2>
</div>
<?php the_excerpt(); ?>
<?php
$link = get_field('website', get_the_ID());
if ($link) : ?>
<a href="<?php echo esc_url($link); ?>" target="_blank" class="<?php if ($query->current_post % 2 == 0) : echo '';
else : echo 'whitebutton';
endif; ?> button nbm"><?php pll_e('Naar de site'); ?></a>
<?php endif; ?>
</div>
</div>
</div>
<!-- MOBILE LOOP END -->
<!-- DESKTOP LOOP START -->
<div class="hoverblock show-for-large">
<div class="grid-x">
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 1;
else : echo 2;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-3 small-order-<?php if ($query->current_post % 2 == 0) : echo 2;
else : echo 3;
endif; ?> cell">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<?php $taxonomy = get_the_terms($post->ID, 'thema'); ?>
<div class="altheader">
<h2>
<span>
<?php the_title(); ?>
</span>
</h2>
</div>
<?php the_excerpt(); ?>
<?php
$link = get_field('website', get_the_ID());
if ($link) : ?>
<a href="<?php echo esc_url($link); ?>" target="_blank" class="button nbm"><?php pll_e('Naar de site'); ?></a>
<?php endif; ?>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 3;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-5 small-order-<?php if ($query->current_post % 2 == 0) : echo 4;
else : echo 1;
endif; ?> cell">
<div class="imagecontainer ">
<?php the_post_thumbnail('square', array('class' => 'coverimage')); ?>
</div>
</div>
</div>
</div>
<!-- DESKTOP LOOP END -->
<?php endif ?>
<?php endwhile;
wp_reset_postdata();
endif; ?>
</div>
</div>
<div class="footerblock block">
<div class='grid-container fluid'>
<div class='grid-x grid-margin-x'>
<div class='large-12 cell'>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center text-center" data-aos="fade-up">
<div class="auto cell"></div>
<div class="large-8 cell">
<div class="altheader">
<h1><?php the_field('overige_afdelingen_title'); ?></h1>
</div>
</div>
<div class="auto cell"></div>
<div class="shrink cell">
</div>
</div>
</div>
<div class="blockpadding">
<div class="grid-x align-center grid-margin-x">
<?php $postnumber = -1; ?>
<?php $query = new WP_Query(array('post_type' => 'afdelingen', 'posts_per_page' => $postnumber)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<?php if (get_field('overig', get_the_ID())) : ?>
<div class="shrink cell">
<div class="headercontainer">
<?php
$website = get_field('website', get_the_ID());
$email = get_field('email', get_the_ID());
if ($website) : ?>
<a href="<?php the_field('website', get_the_ID()); ?>">
<h2> <?php the_title(); ?></h2>
</a>
<?php
elseif ($email) : ?>
<a href="mailto:<?php the_field('email', get_the_ID()); ?>">
<h2> <?php the_title(); ?></h2>
</a>
<?php else : ?>
<h2> <?php the_title(); ?></h2>
<?php endif; ?>
</div>
</div>
<?php endif ?>
<?php endwhile;
wp_reset_postdata();
endif; ?>
</div>
</div>
<div class="blockpadding">
<div class="grid-x align-center">
<div class="large-6 cell">
<p><?php the_field('overige_afdelingen_text'); ?></p>
<a class="arrowlink right" href="mailto:<?php the_field('email_afdelingen', 'options'); ?>"><?php pll_e('Mail ons'); ?> <i class="icon-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PROGRAMMEBLOCK EIND -->

View File

@ -0,0 +1,71 @@
<?php
$featured_posts = get_field('kandidaat');
if ($featured_posts) : ?>
<div class="block collectiekaart">
<div class="grid-container fluid">
<div class="grid-x align-center">
<?php foreach ($featured_posts as $featured_post) :
$thumbnail_id = get_post_thumbnail_id($featured_post->ID);
$permalink = get_permalink($featured_post->ID);
$title = get_the_title($featured_post->ID);
?>
<div class="large-8 cell">
<div class="inner">
<div class="grid-x grid-margin-x align-middle">
<div class="large-4 cell">
<?php
if ($thumbnail_id) {
echo wp_get_attachment_image($thumbnail_id, 'square', "", array("class" => "square_image"));
}
?>
</div>
<div class="large-8 cell">
<a href="<?php the_permalink($featured_post->ID); ?>">
<h3><?php echo get_the_title($featured_post->ID); ?></h3>
<p><?php the_excerpt($featured_post->ID) ?></p>
</a>
<div class="grid-x grid-margin-x ">
<!-- HIER MOETEN NOG portefeuilles -->
<div class="shrink cell">
<?php if (get_field('twitter', $featured_post->ID)) : ?>
<div class="socials"><a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('twitter', $featured_post->ID)); ?>"><i class="icon-twitter"></i></a></div>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php if (get_field('instagram', $featured_post->ID)) : ?>
<div class="socials"><a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('facebook')); ?>"><i class="icon-instagram"></i></a></div>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php if (get_field('facebook', $featured_post->ID)) : ?>
<div class="socials"><a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('facebook')); ?>"><i class="icon-facebook"></i></a></div>
<?php endif; ?>
</div>
</div>
<a href="<?php the_permalink($featured_post->ID); ?>" class="arrowlink right">
<?php pll_e('Lees meer'); ?> <i class="icon-right"></i>
</a>
</div>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
<?php endif; ?>

31
src/parts/blocks/cta.php Normal file
View File

@ -0,0 +1,31 @@
<div class='block cta'>
<div class='grid-container fluid'>
<div class="grid-x align-center">
<div class="large-8 cell">
<div class="inner ">
<div class="grid-x grid-margin-x">
<div class="large-6 cell">
<h2><?php the_field('cta_title'); ?></h2>
</div>
<div class="large-6 cell">
<p><?php the_field('cta_text'); ?></p>
<?php
$link = get_field('cta_link');
if ($link) :
$link_url = $link['url'];
$link_title = $link['title'];
$link_target = $link['target'] ? $link['target'] : '_self';
?>
<a class="button secondary nbm" href="<?php echo esc_url($link_url); ?>" target="<?php echo esc_attr($link_target); ?>"><?php echo esc_html($link_title); ?></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,95 @@
<?php if(isMainSite()): ?>
<!-- CTA START -->
<?php if (is_single()) : ?>
<div class="footer-doneer" role="donate form">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-12 cell">
<p class="nbm tm"><small><?php pll_e('Doneer'); ?></small></p>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center">
<div class="large-5 cell">
<p><?php the_field('doneer_text', 'options'); ?></p>
</div>
<div class="large-5 cell">
<?php get_template_part('parts/_doneerformulier') ?>
</div>
</div>
</div>
</div>
</div>
<div class="footer-nieuwsbrief " role="newsletter subscription">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-12 cell">
<p class="nbm tm"><small><?php pll_e('Nieuwsbrief'); ?></small></p>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center">
<div class="large-5 cell">
<p><?php the_field('nieuwsbrief_text', 'options'); ?></p>
</div>
<div class="large-5 cell">
<?php get_template_part('parts/_mailformulier') ?>
</div>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php if (get_field('type') == 'doneer') : ?>
<div class="footer-doneer ">
<?php else : ?>
<div class="footer-nieuwsbrief ">
<?php endif; ?>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-12 cell">
<?php if (get_field('type') == 'doneer') : ?>
<p class="nbm tm"><small><?php pll_e('Doneer'); ?></small></p>
<?php else : ?>
<p class="nbm tm"><small><?php pll_e('Nieuwsbrief'); ?></small></p>
<?php endif; ?>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpadding">
<div class="grid-x grid-margin-x align-center">
<div class="large-5 cell">
<?php if (get_field('type') == 'doneer') : ?>
<p><?php the_field('doneer_text', 'options'); ?></p>
<?php else : ?>
<p><?php the_field('nieuwsbrief_text', 'options'); ?></p>
<?php endif; ?>
</div>
<div class="large-5 cell">
<?php if (get_field('type') == 'doneer') : ?>
<?php get_template_part('parts/_doneerformulier') ?>
<?php else : ?>
<?php get_template_part('parts/_mailformulier') ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
<!-- CTA EIND -->
<?php endif; ?>

24
src/parts/blocks/faq.php Normal file
View File

@ -0,0 +1,24 @@
<div class="block faq">
<div class="grid-container fluid">
<div class="grid-x align-center">
<div class="large-8 cell">
<?php if (have_rows('vragen')) : ?>
<ul class="accordion" data-accordion data-allow-all-closed="true">
<?php while (have_rows('vragen')) : the_row(); ?>
<li class="accordion-item" data-accordion-item data-allow-all-closed="true">
<a href="#" class="accordion-title"><?php the_sub_field('vraag'); ?></a>
<div class="accordion-content" data-tab-content>
<p class="nbm"><?php the_sub_field('antwoord'); ?></p>
</div>
</li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
</div>
</div>
</div>
</div>

22
src/parts/blocks/form.php Normal file
View File

@ -0,0 +1,22 @@
<!-- CONTACT START -->
<div class="block contactpage">
<div class="grid-conainer full">
<div class="grid-x align-center">
<div class="large-6 cell">
<div class="mobileinner">
<?php $shortcode = get_field('shortcode'); ?>
<?php if (!empty($shortcode)) : ?>
<?php echo do_shortcode($shortcode) ?>
<?php endif; ?>
<?php if (get_field('text')) : ?>
<p><small><?php the_field('text'); ?></small> </p>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT end -->

View File

@ -0,0 +1,32 @@
<div class='block insight'>
<div class='grid-container fluid'>
<div class='grid-x align-center text-center'>
<div class='large-8 cell'>
<?php if (get_field('achtergrond') == 'zwart') : ?>
<div class="headercontainer">
<?php if (get_field('textsize') == 'groot') : ?>
<h1 class="nbm"><?php the_field('titel'); ?></h1>
<?php else : ?>
<h3 class="nbm"><?php the_field('titel'); ?></h3>
<?php endif; ?>
</div>
<?php else : ?>
<div class="altheader">
<?php if (get_field('textsize') == 'groot') : ?>
<h2 class="nbm"><?php the_field('titel'); ?></h2>
<?php else : ?>
<h3 class="nbm"><?php the_field('titel'); ?></h3>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,113 @@
<div class="kandidaten">
<!-- MOBILE LOOP START -->
<div class="block itemblock nospace hide-for-large">
<div class="grid-container full">
<?php $kandidatennum = 1; ?>
<?php $query = new WP_Query(array('post_type' => 'kandidaten', 'posts_per_page' => -1)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<div class="colorchangeblock <?php if ($query->current_post % 2 == 0) : echo 'blackbackground';
else : echo 'whitebackground';
endif; ?>">
<div class="grid-x ">
<div class="large-12 cell">
<?php the_post_thumbnail('fullwidth', array('class' => 'coverimage')); ?>
</div>
<div class="large-12 cell">
<div class="mobileinner">
#<?php echo $kandidatennum; ?>
<hr>
<div class="fake altheader">
<span>
<h2 class="nbm"><?php the_title(); ?></h2>
</span>
</div>
<p><?php the_excerpt(); ?></p>
<!-- -->
<a href="<?php the_permalink(); ?>" class="<?php if ($query->current_post % 2 == 0) : echo 'whitebutton';
else : echo '';
endif; ?> button nbm"> <?php pll_e('Lees meer'); ?></a>
</div>
</div>
</div>
</div>
<?php $kandidatennum++; ?>
<?php endwhile;
wp_reset_postdata();
endif; ?>
</div>
</div>
<!-- MOBILE LOOP END -->
<!-- DESKTOP LOOP START -->
<div class="block itemblock nospace show-for-large">
<div class="grid-container full">
<?php $kandidatennum = 1; ?>
<?php $query = new WP_Query(array('post_type' => 'kandidaten', 'posts_per_page' => -1)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<div class="hoverblock">
<div class="grid-x">
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 1;
else : echo 2;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-3 small-order-<?php if ($query->current_post % 2 == 0) : echo 2;
else : echo 3;
endif; ?> cell">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
#<?php echo $kandidatennum; ?>
<hr>
<div class="fake altheader">
<span>
<h2 class="nbm"><?php the_title(); ?></h2>
</span>
</div>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="button nbm"><?php pll_e('Lees meer'); ?></a>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 3;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-5 small-order-<?php if ($query->current_post % 2 == 0) : echo 4;
else : echo 1;
endif; ?> cell">
<div class="imagecontainer ">
<?php the_post_thumbnail('fullwidth', array('class' => 'coverimage')); ?>
</div>
</div>
</div>
</div>
<?php $kandidatennum++; ?>
<?php endwhile;
wp_reset_postdata();
endif; ?>
</div>
</div>
<!-- DESKTOP LOOP END -->
</div>

View File

@ -0,0 +1,187 @@
<!-- NIEUWSBLOCK START -->
<div class="nieuws-items">
<?php if (is_page('nieuws')) : ?>
<?php if(useNewsGridView()): ?>
<!-- LOADMORE START -->
<?php echo do_shortcode('[ajax_load_more post_type="post" button_label="Laad meer nieuws" transition_container="false" scroll="false" posts_per_page="8" ]'); ?>
<!-- LOADMORE END -->
<?php else: ?>
<!-- LOADMORE START -->
<?php echo do_shortcode('[ajax_load_more post_type="post" button_label="Laad meer nieuws" transition_container="false" scroll="false" posts_per_page="7" ]'); ?>
<!-- LOADMORE END -->
<?php endif; ?>
<?php else : ?>
<div class='titelblock'>
<div class='grid-container fluid'>
<div class='grid-x grid-margin-x'>
<div class='large-12 cell'>
<p class="nbm tm"><small><?php pll_e('Nieuws'); ?></small></p>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpaddingtop">
<div class="grid-x grid-margin-x align-center text-center" data-aos="fade-up">
<div class="auto cell"></div>
<div class="large-8 cell">
<div class="altheader">
<h1><?php the_field('title_nieuws'); ?></h1>
</div>
</div>
<div class="auto cell"></div>
<div class="large-12 cell">
<a class="arrowlink right" href="/nieuws"><?php pll_e('Naar het nieuwsoverzicht'); ?> <i class="icon-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<?php if (is_front_page()) :
$postnumber = 4;
else :
$postnumber = -1;
endif; ?>
<?php $num = 0; ?>
<?php $query = new WP_Query(array('posts_per_page' => $postnumber)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<?php if ($num == 0) : ?>
<?php $featured_img_url = get_the_post_thumbnail_url(get_the_ID(), 'full'); ?>
<div class="imageblock" style="background: url('<?php echo $featured_img_url ?>')no-repeat center center / cover;">
<div class="inner">
<div class="headercontainer">
<div class="grid-x align-center text-center">
<div class="small-10 large-10 cell">
<?php if (!empty(get_field('post_title', get_the_ID()))) : ?>
<h1> <?php the_field('post_title', get_the_ID()); ?></h1>
<?php else : ?>
<h1><?php the_title(); ?></h1>
<?php endif; ?>
</div>
</div>
</div>
<a href="<?php the_permalink(); ?>" class="button whitebutton nbm"><?php pll_e('Lees meer'); ?></a>
</div>
</div>
<?php else : ?>
<!-- MOBILE NIEUWSBLOK START -->
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 2;
endif; ?>" data-aos="fade-<?php if ($query->current_post % 2 == 1) : echo 'right';
else : echo 'left';
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-2 small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 1;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 4;
endif; ?>">
<div class="mobileinner">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
</div>
<div class="small-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 3;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- MOBILE NIEUWSBLOK END -->
<!-- DESKTOP NIEUWSBLOK START -->
<div class="block nieuwsitem show-for-large">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 3;
endif; ?>" data-aos="fade-<?php if ($query->current_post % 2 == 1) : echo 'right';
else : echo 'left';
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="large-5 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- DESKTOP NIEUWSBLOK END -->
<?php endif; ?>
<?php $num++ ?>
<?php endwhile;
wp_reset_postdata();
endif; ?>
<div class="navfooter">
<div class="grid-container full">
<div class="grid-x text-center align-middle">
<div class="large-12 cell">
<div class="background blackbackground">
<a href="/nieuws" class="arrowlink right"><?php pll_e('Naar het nieuwsoverzicht'); ?><i class="icon-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
<!-- NIEUWSBLOCK EINDE -->

View File

@ -0,0 +1,456 @@
<!-- PROGRAMMEBLOCK START -->
<div class="programma_items">
<div class='titelblock'>
<div class='grid-container fluid'>
<div class='grid-x grid-margin-x'>
<div class='large-12 cell'>
<?php if (is_front_page()) : ?>
<p class="nbm tm"><small><?php pll_e('Programma'); ?></small></p>
<?php endif; ?>
<hr class="fullwidthline">
<div class="facettest">
</div>
</div>
</div>
<div class="blockpaddingtop">
<div class="grid-x grid-margin-x align-center text-center" data-aos="fade-up">
<div class="auto cell"></div>
<div class="large-8 cell">
<div class="altheader ">
<h1 class="nbm"><?php the_field('title_programma'); ?></h1>
</div>
</div>
<div class="auto cell" id="target"></div>
<?php if (is_front_page()) : ?>
<div class="large-12 cell">
<a class="arrowlink right ltm" href="/<?php if(isNl()): ?>programma<?php else: ?>programme<?php endif; ?>"><?php pll_e('Naar het programma'); ?> <i class="icon-right"></i></a>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
<!-- DESKTOP LOOP START -->
<div class="block itemblock nospace">
<div class="grid-container full">
<?php if (is_front_page()) :
$query = new WP_Query(array('post_type' => 'programma', 'facetwp' => true, 'posts_per_page' => 3));
else :
$query = new WP_Query(array('post_type' => 'programma', 'facetwp' => true, 'post__not_in' => array(1764), 'posts_per_page' => -1));
endif; ?>
<div class="grid-x grid-margin-x">
<?php $num = 1; ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<!-- MOBILE LOOP START -->
<?php if ($num < 7) : ?>
<!-- MOBILE itemtyp1 START -->
<div class="large-12 cell hide-for-large">
<div class="colorchangeblock <?php if ($query->current_post % 2 == 0) : echo 'blackbackground';
else : echo 'whitebackground';
endif; ?>">
<div class="grid-x ">
<div class="large-12 cell">
<?php the_post_thumbnail('fullwidth', array('class' => 'coverimage')); ?>
</div>
<div class="large-12 cell">
<div class="mobileinner">
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h3>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h3>
</div>
<hr>
<h2><?php the_title(); ?></h2>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="<?php
if ($query->current_post % 2 == 0) : echo 'whitebutton';
else : echo '';
endif; ?> button nbm"><?php pll_e('Lees meer'); ?>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- MOBILE itemtyp1 END -->
<?php elseif ($num < 12) : ?>
<!-- MOBILE itemtyp2 START -->
<div class="large-12 cell hide-for-large">
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 2;
endif; ?>" data-aos="fade-<?php if ($query->current_post % 2 == 1) : echo 'right';
else : echo 'left';
endif; ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class=" nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-2 small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 1;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 4;
endif; ?>">
<div class="mobileinner">
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h3>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h3>
</div>
<hr>
<h2><?php the_title(); ?></h2>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('lees meer'); ?> <i class="icon-right"></i></a>
</div>
</div>
<div class="small-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 3;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
</div>
<!-- MOBILE itemtyp2 END -->
<?php else : ?>
<!-- MOBILE itemtyp3 START -->
<div class="large-12 cell hide-for-large">
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-1 cell">
<!-- EMPTY -->
</div>
<div class="small-10 cell " data-aos="fade-left">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage nieuwsimageflat')); ?>
<?php else : ?>
<img class="nieuwsimage nieuwsimageflat" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-1 cell">
<!-- EMPTY -->
</div>
<div class="small-1 cell">
<!-- EMPTY -->
</div>
<div class="small-10 cell ">
<div class="mobileinner">
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h3>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h3>
</div>
<hr>
<h2><?php the_title(); ?></h2>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
</div>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
<div class="small-1 cell">
<!-- EMPTY -->
</div>
</div>
</div>
</div>
</div>
<!-- MOBILE itemtyp3 END -->
<?php endif; ?>
<!-- MOBILE LOOP END -->
<!-- DESKTOP LOOP START -->
<!-- DESKTOP itemtype1 START -->
<?php if ($num < 6) : ?>
<div class="large-12 cell show-for-large">
<div class="hoverblock ">
<div class="grid-x">
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 1;
else : echo 2;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-3 small-order-<?php if ($query->current_post % 2 == 0) : echo 2;
else : echo 3;
endif; ?> cell">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h4>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h4>
</div>
<hr>
<h2 class="breakword"><?php the_title(); ?></h2>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="button nbm"><?php pll_e('Lees meer'); ?></a>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
<div class="large-2 small-order-<?php if ($query->current_post % 2 == 0) : echo 3;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-5 small-order-<?php if ($query->current_post % 2 == 0) : echo 4;
else : echo 1;
endif; ?> cell">
<div class="imagecontainer ">
<?php the_post_thumbnail('square', array('class' => 'coverimage')); ?>
</div>
</div>
</div>
</div>
</div>
<!-- DESKTOP itemtype1 END -->
<?php elseif ($num < 12) : ?>
<!-- DESKTOP itemtype2 START -->
<div class="large-12 cell show-for-large">
<div class="posttypeblock2 ">
<div class="grid-x grid-margin-x">
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 0) : echo 1;
else : echo 3;
endif; ?>">
<!-- EMPTY -->
</div>
<div class="large-4 cell small-order-2">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h4>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h4>
</div>
<hr>
<h2 class="breakword"><?php the_title(); ?></h2>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 0) : echo 3;
else : echo 1;
endif; ?>">
<div class="aos">
<div class="imagecontainer " data-aos="fade-<?php if ($query->current_post % 2 == 0) : echo 'left';
else : echo 'right';
endif; ?>">
<?php the_post_thumbnail('square', array('class' => 'coverimage')); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- DESKTOP itemtype2 END -->
<?php else : ?>
<!-- DESKTOP itemtype3 START -->
<?php if ($query->current_post % 2 == 0) : ?>
<div class="large-2 cell show-for-large">
<!-- EMPTY -->
</div>
<div class="large-4 cell show-for-large">
<div class="posttypeblock3" data-aos="fade-up">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<div class="imagecontainer ">
<?php the_post_thumbnail('square', array('class' => 'coverimage')); ?>
</div>
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h4>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h4>
</div>
<hr>
<h3 class="breakword"><?php the_title(); ?></h3>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
</div>
<?php else : ?>
<div class="large-4 cell show-for-large">
<div class="posttypeblock3" data-aos="fade-up">
<div class="flex-container flex-dir-column" style="height: 100%">
<div class="flex-child-grow"></div>
<div class="flex-child-shrink">
<div class="imagecontainer ">
<?php the_post_thumbnail('square', array('class' => 'coverimage')); ?>
</div>
<?php $taxonomy = get_the_terms(get_the_ID(), 'thema'); ?>
<div class="altheader">
<h4>
<span>
<?php echo $taxonomy[0]->name ?>
</span>
</h4>
</div>
<hr>
<h3 class="breakword"><?php the_title(); ?></h3>
<?php if (have_rows('bulletpoints', get_the_ID())) : ?>
<ul>
<?php while (have_rows('bulletpoints', get_the_ID())) : the_row(); ?>
<li><?php the_sub_field('bulletpoint', get_the_ID()); ?></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
<div class="flex-child-grow"></div>
</div>
</div>
</div>
<div class="large-2 cell show-for-large">
<!-- EMPTY -->
</div>
<?php endif; ?>
<!-- DESKTOP itemtype3 END -->
<?php endif; ?>
<!-- DESKTOP LOOP END -->
<?php $num++ ?>
<!-- RESTART -->
<?php endwhile; ?>
<?php wp_reset_postdata();
endif; ?>
</div>
</div>
</div>
<?php if (is_front_page()) : ?>
<div class="navfooter">
<div class="grid-container full">
<div class="grid-x text-center align-middle">
<div class="large-12 cell">
<div class="background blackbackground">
<a href="/programma" class="arrowlink right"><?php pll_e('naar het volledige programma'); ?> <i class="icon-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
<!-- PROGRAMMEBLOCK EIND -->

View File

@ -0,0 +1,33 @@
<div class='block text-block' id="scrollup">
<div class='grid-container fluid'>
<div class='grid-x align-center'>
<div class='large-6 cell'>
<?php if (get_field('read_more')) : ?>
<div class="read-more" data-toggler=".show" id="read-more">
<?php the_field('tekst'); ?>
<div class="white-fade"></div>
</div>
<div class="grid-container">
<div class="grid-x align-center text-center">
<div class="shrink cell">
<div></div>
<p class="read-more-link link uppercase nbm" id="read-more-text" data-toggler=".hide"><?php pll_e('Lees de introductie'); ?></p>
<button style="cursor: pointer" class="button whitebutton roundbutton nbm read-more-link" data-toggle="read-more read-more-text read-more-link read-more-link-close" id="read-more-link" data-toggler=".hide"><i class="icon-down-open-1"></i></button>
<button style="cursor: pointer" class="button whitebutton roundbutton nbm read-more-link hide" data-toggle="read-more read-more-text read-more-link read-more-link-close" id="read-more-link-close" data-toggler=".hide" href="#scrollup"><i class="icon-up-open-1"></i></button>
</div>
</div>
</div>
<?php else : ?>
<?php the_field('tekst'); ?>
<?php endif; ?>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,31 @@
<div class='block text-block'>
<div class='grid-container fluid'>
<div class='grid-x align-center'>
<div class='large-6 cell'>
<?php if (get_field('read_more')) : ?>
<div class="read-more" data-toggler=".show" id="read-more">
<?php the_field('tekst'); ?>
<div class="white-fade"></div>
</div>
<div class="grid-container">
<div class="grid-x align-center text-center">
<div class="shrink cell">
<p class="read-more-link link uppercase nbm" id="read-more-text" data-toggler=".hide"><?php pll_e('Lees de introductie'); ?></p>
<a class="button whitebutton roundbutton nbm read-more-link" data-toggle="read-more read-more-text read-more-link" id="read-more-link" data-toggler=".hide"><i class="icon-down-open-1"></i></a>
</div>
</div>
</div>
<?php else : ?>
<?php the_field('tekst'); ?>
<?php endif; ?>
</div>
</div>
</div>
</div>

BIN
src/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

129
src/search.php Normal file
View File

@ -0,0 +1,129 @@
<?php get_header(); ?>
<div class="block text">
<div class="grid-container">
<div class="grid-x align-center text-center">
<div class="large-6 cell">
<!-- <?php echo the_search_query(); ?> -->
</div>
</div>
</div>
</div>
<div class="block archivelist">
<!-- MOBILE NIEUWSBLOK START -->
<?php if (have_posts() && strlen(trim(get_search_query())) != 0) : while (have_posts()) : the_post(); ?>
<div class="block nieuwsitem hide-for-large">
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 2;
endif; ?>" data-aos="fade-left">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="small-2 small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 1;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="small-10 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 4;
endif; ?>">
<div class="mobileinner">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right">Lees meer <i class="icon-right"></i></a>
</div>
</div>
<div class="small-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 3;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- MOBILE NIEUWSBLOK END -->
<!-- DESKTOP NIEUWSBLOK START -->
<div class="block nieuwsitem show-for-large">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 3;
endif; ?>" data-aos="fade-left">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'nieuwsimage')); ?>
<?php else : ?>
<img class="nieuwsimage" src="<?php bloginfo('template_url'); ?>/img/includes/bij1_default.png" alt="default image">
<?php endif; ?>
</div>
<div class="large-5 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink right"><?php pll_e('Lees meer'); ?> <i class="icon-right"></i></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<!-- DESKTOP NIEUWSBLOK END -->
<?php endwhile; ?>
<?php else : ?>
<!-- NO RESULTS -->
<div class="block nieuwsitem show-for-large">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x text-center align-center">
<div class="shrink cell">
<?php if (pll_current_language() == 'en') : ?>
<p>Unfortunately we were unable to find anything, please try another search term</p>
<?php else : ?>
<p>Helaas hebben wij niets kunnen vinden, probeer een andere zoekterm.</p>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
<?php
global $wp_query;
$total_results = $wp_query->found_posts;
?>
<?php
get_footer();
?>

212
src/single.php Normal file
View File

@ -0,0 +1,212 @@
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if (is_singular('kandidaten')) : ?>
<div class="block socials" data-aos="fade-up">
<div class="grid-container">
<div class="grid-x grid-margin-x text-center align-center">
<div class="large-12 cell">
<?php if (pll_current_language() == 'en') : ?>
<h4>Follow <?php the_title(); ?> on</h4>
<?php else : ?>
<h4>Volg <?php the_title(); ?> op</h4>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php if (get_field('twitter')) : ?>
<a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('twitter')); ?>"><i class="icon-twitter"></i></a>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php if (get_field('instagram')) : ?>
<a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('instagram')); ?>"><i class="icon-instagram"></i></a>
<?php endif; ?>
</div>
<div class="shrink cell">
<?php if (get_field('facebook')) : ?>
<a class="button whitebutton roundbutton" target="_blank" href="<?php echo esc_url(get_field('facebook')); ?>"><i class="icon-facebook"></i></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<!-- THE CONTENT -->
<?php the_content(); ?>
<!-- THE CONTENT -->
<?php if (is_singular('programma')) : ?>
<div class="navfooter lastblock">
<div class="grid-container full">
<div class="grid-x text-center ">
<div class="large-6 cell">
<div class="background blackbackground">
<a href="/programma" class="arrowlink left" href=""><i class="icon-left"></i><?php pll_e('Terug naar het programma overzicht'); ?></a>
</div>
</div>
<div class="large-6 cell">
<div class="background yellowbackground">
<?php if (pll_current_language() == 'en') : ?>to<?php else : ?>Naar<?php endif; ?>
<?php $next = get_previous_post(); ?>
<?php $previous = get_next_post(); ?>
<?php if (!empty($next)) : ?>
<a href="<?php echo $next->guid; ?>" class=" arrowlink right" href=""> <?php if (pll_current_language() == 'en') : ?>to<?php else : ?>Naar<?php endif; ?>
<?php echo $next->post_title; ?><i class="icon-right"></i></a>
<?php else : ?>
<a href="<?php echo $previous->guid; ?>" class=" arrowlink right" href=""> <?php if (pll_current_language() == 'en') : ?>to<?php else : ?>Naar<?php endif; ?>
<?php echo $previous->post_title; ?><i class="icon-right"></i></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<?php elseif (is_singular('kandidaten')) : ?>
<div class="navfooter lastblock">
<div class="grid-container full">
<div class="grid-x text-center ">
<div class="large-6 cell">
<div class="background blackbackground">
<a href="/kandidaten/" class="arrowlink left" href=""><i class="icon-left"></i><?php pll_e('Terug naar het kandidaten overzicht'); ?></a>
</div>
</div>
<div class="large-6 cell">
<div class="background yellowbackground">
<?php $previous = get_next_post(); ?>
<?php $next = get_previous_post(); ?>
<?php if (!empty($next)) : ?>
<a href="<?php echo $next->guid; ?>" class=" arrowlink right" href=""> <?php if (pll_current_language() == 'en') : ?>to<?php else : ?>Naar<?php endif; ?>
<?php echo $next->post_title; ?><i class="icon-right"></i></a>
<?php else : ?>
<a href="<?php echo $previous->guid; ?>" class=" arrowlink right" href=""> <?php if (pll_current_language() == 'en') : ?>to<?php else : ?>Naar<?php endif; ?>
<?php echo $previous->post_title; ?><i class="icon-right"></i></a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<?php elseif (is_singular('post')) : ?>
<!-- ELSE = NIEUWS -->
<!-- DIT BLOK IS EEN COPIE VAN NIEUWS_ITEMS.PHP -->
<!-- NIEUWSBLOCK START -->
<div class="nieuws-items xltm">
<div class='titelblock'>
<div class='grid-container fluid'>
<div class='grid-x grid-margin-x'>
<div class='large-12 cell'>
<hr class="fullwidthline">
</div>
</div>
<div class="blockpaddingtop">
<div class="grid-x grid-margin-x align-center text-center">
<div class="large-8 cell">
<div class="altheader">
<h1>
<?php if (pll_current_language() == 'en') : ?>Related articles<?php else : ?>Gerelateerde artikelen<?php endif; ?>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $query = new WP_Query(array(
'posts_per_page' => 3,
'post__not_in' => array(get_the_ID())
)); ?>
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
<div class="block nieuwsitem">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x">
<div class="large-1 small-order-<?php if ($query->current_post % 2 == 1) : echo 1;
else : echo 4;
endif; ?> cell">
<!-- EMPTYCELL -->
</div>
<div class="large-4 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 2;
else : echo 3;
endif; ?>" data-aos="fade-<?php if ($query->current_post % 2 == 1) : echo 'right';
else : echo 'left';
endif; ?>">
<?php the_post_thumbnail('large'); ?>
</div>
<div class=" large-5 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 3;
else : echo 2;
endif; ?>">
<div class="">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="<?php the_permalink(); ?>" class="arrowlink"><?php pll_e('Lees meer'); ?></a>
</div>
</div>
<div class="large-2 cell small-order-<?php if ($query->current_post % 2 == 1) : echo 4;
else : echo 1;
endif; ?>">
<!-- EMPTYCELL -->
</div>
</div>
</div>
</div>
<?php endwhile;
wp_reset_postdata();
endif; ?>
<div class="navfooter lastblock">
<div class="grid-container full">
<div class="grid-x text-center align-middle">
<div class="large-12 cell">
<div class="background blackbackground">
<a href="/nieuws" class="arrowlink right"><?php pll_e('Naar het nieuwsoverzicht'); ?> <i class="icon-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- NIEUWSBLOCK EINDE -->
<?php else : ?>
<div class="spacingblock"></div>
<?php endif; ?>
<?php get_template_part('parts/blocks/cta_blocks') ?>
<?php endwhile;
endif; ?>
<?php get_footer(); ?>

8
src/style.css Normal file
View File

@ -0,0 +1,8 @@
/*
Theme Name: Okaia
Theme URI: https://www.okaia.nl
Author: Okaia
Author URI: https://www.okaia.nl
*/

29
sync.sh Normal file
View File

@ -0,0 +1,29 @@
#!/bin/bash
SSH_USER_PROD="${SSH_USER_PROD:-root}"
# intro
THEME_DIR=/var/www/wordpress/wp-content/themes/BIJ1/
BRANCH=`git symbolic-ref --short HEAD`
# sync staging
SSH_HOST=wp-staging.bij1.net
ACTUAL_BRANCH=staging-actual
SSH_USER=root
git checkout main
git branch -D $ACTUAL_BRANCH
git checkout -b $ACTUAL_BRANCH
rsync -rauL $SSH_USER@$SSH_HOST:$THEME_DIR/* ./src
git add .
git commit -m "sync from staging server"
git push --force
# sync production
SSH_HOST=wp.bij1.net
ACTUAL_BRANCH=production-actual
SSH_USER=$SSH_USER_PROD
git checkout main
git branch -D $ACTUAL_BRANCH
git checkout -b $ACTUAL_BRANCH
rsync -rauL $SSH_USER@$SSH_HOST:$THEME_DIR/* ./src
git add .
git commit -m "sync from production server"
git push --force
# outro
git checkout $BRANCH

45
test.sh Executable file
View File

@ -0,0 +1,45 @@
#!/usr/bin/env bash
set -o nounset
# Lint check all PHP files recursively, call with ./test.sh .
if [ -z "$1" ] ; then
printf 'Usage: %s ...\n' "$(basename "$0")"
exit 1
fi
ERROR=false
SAVEIFS=$IFS
IFS=$'\n'
while test $# -gt 0; do
CURRENT=${1%/}
shift
if [ ! -f $CURRENT ] && [ ! -d $CURRENT ] ; then
echo "$CURRENT cannot be found"
ERROR=true
continue
fi
for FILE in $(find $CURRENT -type f -name "*.php") ; do
OUTPUT=$(php -l "$FILE" 2> /dev/null)
# Remove blank lines from the `php -l` output
OUTPUT=$(echo -e "$OUTPUT" | awk 'NF')
if [ "$OUTPUT" != "No syntax errors detected in $FILE" ] ; then
echo -e "$FILE:"
echo -e " ${OUTPUT//$'\n'/\\n }\n"
ERROR=true
fi
done
done
IFS=$SAVEIFS
if [ "$ERROR" = true ] ; then
exit 1
fi
echo "No syntax errors found."
exit 0