This commit is contained in:
Mathijs Lermer 2023-05-08 23:51:45 +02:00
parent 9915a493b9
commit 3bd8b88f8d
47 changed files with 254 additions and 2 deletions

View File

@ -42,11 +42,32 @@
<meta property="twitter:domain" content="lermer.nl"> <meta property="twitter:domain" content="lermer.nl">
<meta property="twitter:url" content="https://www.lermer.nl/"> <meta property="twitter:url" content="https://www.lermer.nl/">
<!--- icon clasic-->
<link rel="icon" type="image/png" sizes="32x32" href="assets/afb/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/afb/icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="57x57" href="assets/afb/icons/favicon-57x57.png">
<link rel="icon" type="image/png" sizes="70x70" href="assets/afb/icons/favicon-70x70.png">
<link rel="icon" type="image/png" sizes="144x144" href="assets/afb/icons/favicon-144x144.png">
<link rel="icon" type="image/png" sizes="150x150" href="assets/afb/icons/favicon-150x150.png">
<link rel="icon" type="image/png" sizes="310x310" href="assets/afb/icons/favicon-310x310.png">
<!--- icon android-->
<link rel="manifest" href="/site.webmanifest">
<!--- icon apple-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/afb/icons/apple-touch-icon.png">
<link rel="mask-icon" href="assets/afb/icons/safari-pinned-tab.svg" color="#5bbad5">
<!--- icon msapplication-->
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--- assets--> <!--- assets-->
<link rel="icon" href="assets/afb/favicon.png" type="image/png">
<link href="/assets/css/mrl.css" rel="stylesheet"> <link href="/assets/css/mrl.css" rel="stylesheet">
<link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet"> <link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet">
<script src="/assets/js/mrl.js"></script> <script src="/assets/js/mrl.js"></script>
<!--- site--> <!--- site-->
<meta name="viewport" content="width=device-width, initial-scale=1" > <meta name="viewport" content="width=device-width, initial-scale=1" >
</head> </head>

BIN
apple-touch-icon-precomposed.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
apple-touch-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
assets/afb/LERMER_310x150.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<square310x310logo src="/mstile-310x310.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
assets/afb/icons/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,167 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="270.000000pt" height="270.000000pt" viewBox="0 0 270.000000 270.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,270.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1250 2688 c-349 -33 -642 -173 -873 -418 -343 -365 -455 -868 -300
-1345 64 -199 175 -378 328 -530 343 -342 808 -467 1285 -347 580 147 1000
694 1000 1302 0 519 -301 992 -771 1214 -201 95 -462 144 -669 124z m51 -58
c12 0 25 -13 36 -35 9 -19 19 -35 22 -35 3 0 16 18 29 40 19 33 28 40 53 40
l31 0 -7 -67 c-8 -77 -9 -78 -30 -70 -9 4 -15 20 -16 44 l-1 38 -10 -30 c-24
-67 -57 -74 -87 -17 l-20 37 -1 -37 c0 -30 -4 -38 -19 -38 -15 0 -19 10 -25
53 -9 80 -8 90 10 83 9 -3 24 -6 35 -6z m435 -46 c-3 -8 -1 -14 4 -14 6 0 10
-7 10 -15 0 -8 -4 -15 -10 -15 -18 0 -33 -40 -20 -55 16 -19 -4 -29 -30 -15
-17 9 -20 17 -14 47 5 25 3 38 -7 44 -10 6 -9 10 6 15 11 5 26 14 33 21 16 16
36 7 28 -13z m-101 -1 c12 -12 15 -25 10 -52 -4 -20 -10 -39 -13 -43 -9 -8
-113 9 -125 21 -21 21 2 41 49 41 32 0 44 4 41 13 -3 7 -19 11 -46 9 -38 -2
-50 5 -34 21 14 14 102 7 118 -10z m172 -23 c-4 -16 1 -21 28 -26 47 -9 62
-41 40 -88 -17 -35 -38 -46 -50 -26 -3 5 1 23 10 40 18 35 13 50 -16 50 -13 0
-25 -12 -35 -35 -15 -37 -21 -40 -42 -26 -11 6 -11 14 1 42 8 19 20 46 26 62
12 32 46 39 38 7z m-887 -59 c0 -5 -10 -15 -22 -23 -20 -14 -21 -17 -9 -47 14
-32 10 -46 -12 -46 -19 -1 -58 87 -45 102 5 7 13 11 17 9 4 -3 13 -1 21 5 19
11 50 12 50 0z m1060 1 c0 -13 -30 -72 -52 -104 -11 -17 -15 -29 -8 -33 16
-10 26 1 59 60 22 38 35 53 46 49 22 -9 19 -23 -18 -84 -28 -46 -38 -55 -62
-55 -21 0 -33 8 -45 30 -17 29 -17 31 13 88 20 38 36 57 48 57 11 0 19 -4 19
-8z m-1188 -79 c10 -9 18 -29 18 -44 0 -23 -8 -32 -40 -49 -35 -18 -44 -19
-67 -8 -14 7 -30 23 -34 36 -7 19 -3 29 20 53 33 33 74 38 103 12z m1321 -43
c28 -22 42 -54 32 -70 -5 -7 -11 -8 -19 -1 -9 7 -12 3 -11 -17 0 -23 -4 -27
-25 -24 -27 3 -80 48 -80 69 0 21 17 15 39 -14 12 -14 23 -24 26 -21 3 3 -4
13 -15 23 -19 18 -27 55 -13 68 12 13 40 7 66 -13z m-1469 -61 c14 -17 26 -37
26 -45 0 -25 -34 -15 -55 16 -11 16 -22 30 -25 30 -3 -1 -13 -12 -23 -25 -18
-24 -17 -26 8 -51 25 -25 26 -44 1 -44 -7 0 -23 11 -36 25 -29 30 -32 31 -48
4 -12 -19 -11 -24 13 -49 26 -27 27 -50 2 -50 -6 0 -28 17 -49 37 l-37 36 37
39 c20 21 45 38 55 38 9 0 17 5 17 10 0 18 48 60 69 60 10 0 31 -14 45 -31z
m-219 -139 c3 -5 1 -18 -5 -29 -8 -16 -5 -23 16 -40 16 -13 24 -27 20 -36 -8
-22 -16 -19 -61 20 -35 31 -38 36 -24 47 8 7 18 21 22 31 7 19 22 22 32 7z
m2019 -144 c39 -70 44 -97 21 -116 -12 -10 -20 -9 -40 4 -24 16 -25 15 -25 -2
0 -10 -6 -27 -14 -38 -13 -16 -15 -17 -21 -3 -3 9 -2 34 3 56 8 35 4 60 -14
82 -2 2 -11 -4 -20 -14 -16 -15 -18 -15 -33 0 -14 14 -14 17 -1 25 8 5 33 22
55 39 22 17 43 31 47 31 3 0 22 -29 42 -64z m-2051 13 c23 -21 14 -62 -20 -89
-25 -20 -46 -18 -75 8 -23 19 -22 51 0 78 31 36 58 37 95 3z m-47 -130 c8 -14
-46 -129 -61 -129 -7 0 -25 6 -41 14 -16 8 -41 19 -56 25 -19 7 -26 15 -22 26
8 20 17 19 66 -5 22 -11 44 -18 48 -15 4 2 15 25 24 50 18 45 29 54 42 34z
m2148 -65 c53 -52 14 -133 -50 -103 -59 29 -56 119 5 119 16 0 37 -7 45 -16z
m55 -138 c6 -8 14 -37 18 -65 6 -56 4 -58 -61 -63 -48 -4 -62 19 -17 28 37 8
54 26 45 48 -5 14 -15 16 -51 10 -40 -6 -45 -4 -41 11 2 11 19 23 43 31 53 16
51 16 64 0z m-922 -31 c39 -12 62 -27 98 -67 43 -48 46 -50 59 -32 13 17 15
15 26 -26 15 -57 9 -116 -21 -185 -19 -44 -29 -55 -47 -55 l-24 0 20 -32 c11
-18 29 -50 40 -71 l20 -38 9 28 c10 27 10 27 31 -29 12 -31 24 -78 27 -105 6
-40 3 -52 -15 -76 -21 -27 -22 -27 -151 -27 -79 0 -129 4 -129 10 0 6 36 10
89 10 50 0 93 5 96 10 4 6 -38 10 -118 10 l-125 0 -7 56 c-10 85 -32 148 -60
174 -31 29 -38 24 -25 -21 6 -18 10 -67 10 -107 0 -76 -16 -125 -45 -136 -28
-11 -257 -7 -250 4 3 5 42 10 85 10 129 0 105 19 -27 22 l-118 3 -3 343 -2
342 253 0 c197 0 265 -3 304 -15z m-1021 -152 c45 -57 50 -67 27 -55 -11 6
-26 19 -34 28 -21 26 -73 44 -124 44 -87 0 -85 6 -85 -213 0 -137 3 -196 12
-205 7 -7 36 -12 64 -12 69 0 84 15 84 88 0 30 5 70 12 87 l11 32 39 -15 c32
-13 46 -13 71 -4 17 6 33 10 35 8 6 -6 -51 -106 -60 -106 -5 0 -8 8 -8 18 0
10 -12 29 -26 43 -25 23 -26 23 -15 2 6 -12 16 -25 22 -28 22 -14 -13 -170
-41 -185 -24 -13 -133 -25 -154 -17 -29 11 -6 36 37 40 24 2 9 4 -35 5 l-78 2
0 240 0 240 108 0 109 0 29 -37z m344 26 c0 -8 5 -7 15 1 9 7 19 10 23 6 12
-13 14 -411 2 -456 -14 -52 -49 -69 -135 -67 -67 2 -78 20 -15 25 66 5 45 21
-32 24 l-73 3 -3 80 c-2 44 0 91 3 104 11 42 25 4 25 -66 0 -77 14 -93 80 -93
79 0 80 2 80 220 0 215 2 210 -85 210 -51 0 -103 -18 -124 -44 -8 -9 -23 -22
-34 -28 -24 -12 -18 -1 27 54 l31 38 108 0 c72 0 107 -4 107 -11z m1216 0 c4
-8 9 -8 17 0 6 6 15 11 19 11 4 0 8 -67 8 -149 0 -141 -1 -150 -20 -156 -19
-6 -22 -10 -24 -36 -1 -8 27 -11 92 -10 65 2 92 -1 92 -10 0 -8 4 -8 15 1 20
17 26 10 32 -37 7 -51 -18 -110 -52 -123 -43 -16 -364 -4 -325 12 8 4 69 10
135 15 l120 8 -162 3 -163 2 0 240 0 240 104 0 c65 0 107 -4 112 -11z m418
-21 c9 -12 16 -40 16 -60 0 -46 -28 -64 -82 -54 -33 6 -34 8 -33 49 3 72 4 77
23 77 19 0 42 -37 42 -67 0 -12 3 -14 11 -6 8 8 6 19 -5 41 -20 38 -20 42 -2
42 8 0 22 -10 30 -22z m-2416 -34 l52 -7 0 -46 c0 -54 -13 -71 -51 -71 -37 0
-59 24 -59 66 0 24 -5 34 -15 34 -8 0 -15 7 -15 15 0 17 11 18 88 9z m2470
-131 c3 -22 0 -23 -60 -23 -70 0 -94 10 -85 34 6 14 19 16 74 14 62 -3 68 -5
71 -25z m-2418 -48 c0 -12 -14 -15 -70 -15 -56 0 -70 3 -70 15 0 12 14 15 70
15 56 0 70 -3 70 -15z m2364 -16 c27 -21 36 -68 14 -70 -7 0 -3 -4 10 -9 13
-6 22 -18 22 -31 0 -19 -4 -20 -32 -15 -18 3 -52 8 -76 12 -35 5 -42 10 -36
23 4 9 6 27 5 40 -1 26 34 71 54 71 7 0 24 -9 39 -21z m-2362 -41 c3 -7 6 -37
7 -66 2 -50 1 -53 -20 -50 -24 3 -34 18 -45 63 -6 27 -7 28 -14 10 -4 -12 -2
-31 7 -48 16 -32 14 -40 -11 -31 -20 7 -29 39 -24 85 3 30 7 35 38 40 55 10
58 10 62 -3z m28 -167 c0 -14 -10 -21 -35 -25 -26 -5 -35 -12 -35 -27 0 -25
25 -35 54 -21 23 10 46 0 46 -19 0 -7 -84 -39 -101 -39 -10 0 -29 66 -29 102
0 22 6 28 38 36 55 15 62 14 62 -7z m25 -147 c17 -7 45 -54 45 -78 0 -24 -29
-46 -60 -46 -59 0 -82 91 -30 117 30 15 25 14 45 7z m2216 -68 c67 -25 74 -32
59 -56 -7 -12 -16 -10 -59 10 -28 13 -53 22 -55 19 -2 -2 -13 -23 -25 -47 -14
-27 -28 -42 -37 -40 -8 2 -15 5 -16 8 -1 11 56 130 62 130 4 0 36 -11 71 -24z
m-2135 -70 c3 -8 1 -31 -5 -51 -7 -26 -7 -44 1 -61 11 -23 12 -23 36 -8 20 13
26 14 33 3 13 -20 12 -21 -36 -57 -69 -50 -69 -50 -109 21 -40 71 -43 88 -20
112 15 14 19 14 39 1 22 -15 23 -14 29 19 7 36 22 46 32 21z m2075 -100 c13
-29 -3 -70 -35 -91 -20 -14 -29 -14 -48 -4 -57 30 -63 66 -19 110 27 26 32 28
61 18 17 -7 36 -21 41 -33z m-121 -108 c27 -18 50 -36 50 -40 0 -15 -147 -158
-163 -158 -9 0 -17 -5 -17 -10 0 -24 -49 -57 -77 -52 -38 6 -79 67 -61 89 11
13 16 11 40 -17 17 -21 32 -31 43 -27 26 11 29 36 6 61 -13 14 -19 29 -15 39
8 23 13 21 36 -9 23 -29 61 -29 66 -1 2 11 -6 29 -18 42 -21 22 -20 45 0 45 5
0 25 -14 44 -30 l34 -30 6 26 c5 20 1 33 -17 53 -14 14 -22 32 -20 39 6 16 7
16 63 -20z m-1626 -199 c28 -33 31 -44 16 -54 -5 -3 -16 5 -25 19 -9 13 -24
27 -33 31 -11 4 -7 -5 11 -22 15 -16 27 -39 27 -51 0 -33 -49 -30 -83 6 -32
33 -37 66 -8 57 15 -5 18 -1 13 20 -4 22 -1 25 26 25 21 0 38 -9 56 -31z
m1334 -35 c40 -28 25 -92 -26 -113 -38 -16 -79 0 -93 36 -13 35 -7 49 33 73
40 24 57 25 86 4z m-1198 -33 l20 -30 -26 -56 c-30 -63 -39 -71 -59 -55 -12
10 -8 22 21 75 25 46 31 64 21 68 -8 3 -26 -18 -47 -54 -33 -57 -52 -71 -65
-49 -4 6 10 37 30 70 43 70 70 78 105 31z m1044 -72 c30 -53 26 -68 -16 -69
-9 0 -19 -4 -22 -9 -7 -10 -46 -3 -46 9 0 4 11 15 25 24 24 16 25 18 10 47 -9
16 -13 34 -10 39 13 21 31 8 59 -41z m-968 17 c3 -8 -1 -28 -10 -44 -17 -33
-13 -42 20 -42 17 0 26 9 35 35 15 39 32 41 37 4 4 -36 -35 -120 -53 -113 -8
4 -15 14 -15 23 0 10 -14 22 -34 29 -44 16 -49 31 -28 81 17 41 38 53 48 27z
m144 -51 c8 -9 10 -28 6 -49 -5 -23 -3 -36 6 -39 9 -4 5 -12 -12 -26 -14 -11
-27 -21 -30 -21 -14 0 -29 18 -35 43 -6 21 -4 27 8 27 20 0 33 38 18 53 -6 6
-11 15 -11 19 0 14 37 9 50 -7z m158 -26 c22 -8 32 -49 12 -49 -6 0 -8 -11 -4
-25 5 -20 2 -25 -22 -31 -16 -4 -44 -1 -68 7 -37 13 -41 17 -38 44 6 71 8 74
54 68 24 -3 53 -10 66 -14z m266 -11 c19 -94 15 -128 -14 -128 -34 0 -51 12
-72 54 -21 40 -21 41 -28 15 -15 -55 -29 -69 -67 -69 l-36 0 7 46 c3 26 6 57
6 70 0 18 6 24 21 24 20 0 21 -4 16 -47 l-5 -48 24 48 c31 59 56 62 83 10 l20
-38 1 36 c0 20 3 39 7 42 14 14 33 6 37 -15z"/>
<path d="M1553 2523 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/>
<path d="M714 2399 c-16 -10 -22 -19 -14 -19 23 1 64 26 53 33 -5 3 -22 -3
-39 -14z"/>
<path d="M745 2370 c-20 -13 -25 -20 -13 -20 15 0 48 25 48 36 0 6 -3 5 -35
-16z"/>
<path d="M2090 2345 c7 -9 15 -13 17 -11 7 7 -7 26 -19 26 -6 0 -6 -6 2 -15z"/>
<path d="M2390 2033 c0 -10 10 -34 22 -53 16 -26 23 -31 26 -18 3 18 -21 73
-38 83 -5 3 -10 -2 -10 -12z"/>
<path d="M323 2038 c-18 -24 -24 -38 -16 -38 10 0 36 40 30 46 -2 3 -9 -1 -14
-8z"/>
<path d="M351 2004 c-12 -27 -11 -28 4 -12 10 9 16 21 13 28 -2 7 -10 -1 -17
-16z"/>
<path d="M2440 1825 c-14 -17 -7 -45 13 -45 21 0 35 20 30 41 -6 23 -26 25
-43 4z"/>
<path d="M1117 1665 c-15 -14 -17 -46 -16 -263 0 -136 4 -269 7 -297 l7 -50
104 -3 c67 -2 108 1 117 9 10 8 14 35 14 93 0 58 5 88 16 104 22 32 68 29 104
-6 25 -25 35 -50 69 -172 6 -25 8 -25 119 -28 98 -2 113 0 119 14 9 25 -13 97
-58 191 -45 90 -45 77 5 168 32 60 17 143 -36 192 -54 51 -88 57 -329 61 -200
3 -228 2 -242 -13z m346 -113 c9 -10 20 -32 23 -50 5 -26 1 -36 -24 -62 -17
-16 -40 -30 -51 -30 -32 0 -25 17 9 24 41 8 60 48 39 84 -20 35 -48 42 -42 10
3 -15 -3 -30 -16 -42 -12 -11 -21 -27 -21 -38 0 -32 -17 -19 -24 17 -7 37 -1
71 16 93 15 18 72 15 91 -6z"/>
<path d="M1985 1528 c-3 -8 -4 -99 -3 -203 l3 -190 160 0 c153 0 160 1 160 20
0 17 -9 21 -64 27 -102 11 -105 17 -111 201 l-5 152 -68 3 c-49 2 -69 -1 -72
-10z"/>
<path d="M2512 1490 c0 -14 2 -19 5 -12 2 6 2 18 0 25 -3 6 -5 1 -5 -13z"/>
<path d="M145 1448 c-14 -21 -14 -24 5 -32 28 -13 53 9 39 35 -13 25 -24 24
-44 -3z"/>
<path d="M2530 1275 c-15 -18 -6 -45 14 -45 18 0 35 29 29 48 -6 16 -28 15
-43 -3z"/>
<path d="M192 1210 c0 -14 2 -19 5 -12 2 6 2 18 0 25 -3 6 -5 1 -5 -13z"/>
<path d="M240 905 c-15 -18 -6 -45 13 -45 21 0 38 25 31 44 -8 20 -28 21 -44
1z"/>
<path d="M270 744 c0 -14 44 -94 51 -94 20 0 18 23 -6 60 -22 35 -45 52 -45
34z"/>
<path d="M2340 705 c-7 -9 -11 -18 -8 -20 3 -3 11 1 18 10 7 9 11 18 8 20 -3
3 -11 -1 -18 -10z"/>
<path d="M2380 685 c-7 -9 -10 -18 -7 -21 3 -3 10 4 17 15 13 25 8 27 -10 6z"/>
<path d="M600 376 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/>
<path d="M1939 340 l-24 -21 33 16 c31 15 41 25 23 25 -5 0 -19 -9 -32 -20z"/>
<path d="M1965 309 c-17 -11 -23 -19 -14 -19 17 0 57 26 49 33 -3 2 -18 -4
-35 -14z"/>
<path d="M1133 183 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z"/>
<path d="M1136 151 c-18 -7 -18 -8 -2 -14 16 -6 56 7 56 18 0 7 -32 5 -54 -4z"/>
<path d="M2688 1070 c-10 -68 -62 -220 -108 -314 -124 -261 -364 -507 -624
-638 -34 -17 -106 -49 -161 -70 -80 -31 -91 -38 -56 -33 110 15 337 118 456
207 226 170 394 402 480 661 21 62 25 93 23 155 -3 70 -4 73 -10 32z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,20 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "assets/afb/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/afb/icons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "rgba(255,255,255,0)",
"start_url": "https://www.lermer.nl/",
"display": "standalone"
}

0
assets/js/mrl.js Normal file → Executable file
View File

10
browserconfig.xml Executable file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="assets/afb/icons/favicon-150x150.png"/>
<square310x310logo src="assets/afb/icons/favicon-310x310.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -26,6 +26,10 @@
<meta name="robots" content="all"> <meta name="robots" content="all">
<link rel="canonical" href="https://www.lermer.nl"> <link rel="canonical" href="https://www.lermer.nl">
<!-- IE 10+ "Metro" Tiles -->
<meta name="msapplication-TileColor" content="#056605">
<meta name="msapplication-TileImage" content="assets/afb/MRL-Logo_150.png">
<!--- Open Graph Meta Tags --> <!--- Open Graph Meta Tags -->
<meta property="og:site_name" content="Mathijs Ronald Lermer"> <meta property="og:site_name" content="Mathijs Ronald Lermer">
<meta property="og:title" content="Mathijs Lermer"> <meta property="og:title" content="Mathijs Lermer">
@ -42,8 +46,28 @@
<meta property="twitter:domain" content="lermer.nl"> <meta property="twitter:domain" content="lermer.nl">
<meta property="twitter:url" content="https://www.lermer.nl/"> <meta property="twitter:url" content="https://www.lermer.nl/">
<!--- icon clasic-->
<link rel="icon" type="image/png" sizes="32x32" href="assets/afb/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/afb/icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="57x57" href="assets/afb/icons/favicon-57x57.png">
<link rel="icon" type="image/png" sizes="70x70" href="assets/afb/icons/favicon-70x70.png">
<link rel="icon" type="image/png" sizes="144x144" href="assets/afb/icons/favicon-144x144.png">
<link rel="icon" type="image/png" sizes="150x150" href="assets/afb/icons/favicon-150x150.png">
<link rel="icon" type="image/png" sizes="310x310" href="assets/afb/icons/favicon-310x310.png">
<!--- icon android-->
<link rel="manifest" href="/site.webmanifest">
<!--- icon apple-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/afb/icons/apple-touch-icon.png">
<link rel="mask-icon" href="assets/afb/icons/safari-pinned-tab.svg" color="#5bbad5">
<!--- icon msapplication-->
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--- assets--> <!--- assets-->
<link rel="icon" href="assets/afb/favicon.png" type="image/png">
<link href="/assets/css/mrl.css" rel="stylesheet"> <link href="/assets/css/mrl.css" rel="stylesheet">
<link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet"> <link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet">
<script src="/assets/js/mrl.js"></script> <script src="/assets/js/mrl.js"></script>

0
sitemap.xml Normal file → Executable file
View File