From 680a7ecd6046820c7495ac103495215b5ccaabd5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 24 Oct 2021 17:36:14 +0200 Subject: chore: add fonts and images --- htdocs/src/fonts/Inter/Inter.woff2 | Bin 0 -> 324864 bytes htdocs/src/fonts/Inter/LICENSE.txt | 94 ++++++++++++ htdocs/src/fonts/Kanit/Kanit-Bold.woff | Bin 0 -> 73508 bytes htdocs/src/fonts/Kanit/Kanit-Bold.woff2 | Bin 0 -> 50480 bytes htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff | Bin 0 -> 79120 bytes htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff2 | Bin 0 -> 53888 bytes htdocs/src/fonts/Kanit/Kanit-Italic.woff | Bin 0 -> 76092 bytes htdocs/src/fonts/Kanit/Kanit-Italic.woff2 | Bin 0 -> 51768 bytes htdocs/src/fonts/Kanit/Kanit-Light.woff | Bin 0 -> 71864 bytes htdocs/src/fonts/Kanit/Kanit-Light.woff2 | Bin 0 -> 49256 bytes htdocs/src/fonts/Kanit/Kanit-LightItalic.woff | Bin 0 -> 75752 bytes htdocs/src/fonts/Kanit/Kanit-LightItalic.woff2 | Bin 0 -> 51788 bytes htdocs/src/fonts/Kanit/Kanit-Medium.woff | Bin 0 -> 73260 bytes htdocs/src/fonts/Kanit/Kanit-Medium.woff2 | Bin 0 -> 50200 bytes htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff | Bin 0 -> 75980 bytes htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff2 | Bin 0 -> 51752 bytes htdocs/src/fonts/Kanit/Kanit-Regular.woff | Bin 0 -> 72792 bytes htdocs/src/fonts/Kanit/Kanit-Regular.woff2 | Bin 0 -> 49980 bytes htdocs/src/fonts/Kanit/Kanit-SemiBold.woff | Bin 0 -> 73472 bytes htdocs/src/fonts/Kanit/Kanit-SemiBold.woff2 | Bin 0 -> 50748 bytes htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff | Bin 0 -> 76072 bytes htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff2 | Bin 0 -> 51896 bytes htdocs/src/fonts/Kanit/OFL.txt | 93 +++++++++++ htdocs/src/images/armand-philippot-logo.svg | 170 +++++++++++++++++++++ htdocs/src/images/armand-philippot.jpg | Bin 0 -> 28584 bytes htdocs/src/images/cc-by-sa.svg | 79 ++++++++++ .../src/images/favicon/android-chrome-192x192.png | Bin 0 -> 5576 bytes .../src/images/favicon/android-chrome-512x512.png | Bin 0 -> 14971 bytes htdocs/src/images/favicon/apple-touch-icon.png | Bin 0 -> 5270 bytes htdocs/src/images/favicon/browserconfig.xml | 9 ++ htdocs/src/images/favicon/favicon-16x16.png | Bin 0 -> 774 bytes htdocs/src/images/favicon/favicon-32x32.png | Bin 0 -> 1093 bytes htdocs/src/images/favicon/favicon.ico | Bin 0 -> 7406 bytes htdocs/src/images/favicon/mstile-144x144.png | Bin 0 -> 4236 bytes htdocs/src/images/favicon/mstile-150x150.png | Bin 0 -> 4258 bytes htdocs/src/images/favicon/mstile-310x150.png | Bin 0 -> 4708 bytes htdocs/src/images/favicon/mstile-310x310.png | Bin 0 -> 8861 bytes htdocs/src/images/favicon/mstile-70x70.png | Bin 0 -> 3034 bytes htdocs/src/images/favicon/safari-pinned-tab.svg | 25 +++ htdocs/src/images/favicon/site.webmanifest | 19 +++ htdocs/src/images/github.svg | 69 +++++++++ htdocs/src/images/gitlab.svg | 93 +++++++++++ 42 files changed, 651 insertions(+) create mode 100644 htdocs/src/fonts/Inter/Inter.woff2 create mode 100644 htdocs/src/fonts/Inter/LICENSE.txt create mode 100644 htdocs/src/fonts/Kanit/Kanit-Bold.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-Bold.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-Italic.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-Italic.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-Light.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-Light.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-LightItalic.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-LightItalic.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-Medium.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-Medium.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-Regular.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-Regular.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-SemiBold.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-SemiBold.woff2 create mode 100644 htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff create mode 100644 htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff2 create mode 100644 htdocs/src/fonts/Kanit/OFL.txt create mode 100644 htdocs/src/images/armand-philippot-logo.svg create mode 100644 htdocs/src/images/armand-philippot.jpg create mode 100644 htdocs/src/images/cc-by-sa.svg create mode 100644 htdocs/src/images/favicon/android-chrome-192x192.png create mode 100644 htdocs/src/images/favicon/android-chrome-512x512.png create mode 100644 htdocs/src/images/favicon/apple-touch-icon.png create mode 100644 htdocs/src/images/favicon/browserconfig.xml create mode 100644 htdocs/src/images/favicon/favicon-16x16.png create mode 100644 htdocs/src/images/favicon/favicon-32x32.png create mode 100644 htdocs/src/images/favicon/favicon.ico create mode 100644 htdocs/src/images/favicon/mstile-144x144.png create mode 100644 htdocs/src/images/favicon/mstile-150x150.png create mode 100644 htdocs/src/images/favicon/mstile-310x150.png create mode 100644 htdocs/src/images/favicon/mstile-310x310.png create mode 100644 htdocs/src/images/favicon/mstile-70x70.png create mode 100644 htdocs/src/images/favicon/safari-pinned-tab.svg create mode 100644 htdocs/src/images/favicon/site.webmanifest create mode 100644 htdocs/src/images/github.svg create mode 100644 htdocs/src/images/gitlab.svg (limited to 'htdocs/src') diff --git a/htdocs/src/fonts/Inter/Inter.woff2 b/htdocs/src/fonts/Inter/Inter.woff2 new file mode 100644 index 0000000..365eedc Binary files /dev/null and b/htdocs/src/fonts/Inter/Inter.woff2 differ diff --git a/htdocs/src/fonts/Inter/LICENSE.txt b/htdocs/src/fonts/Inter/LICENSE.txt new file mode 100644 index 0000000..ff80f8c --- /dev/null +++ b/htdocs/src/fonts/Inter/LICENSE.txt @@ -0,0 +1,94 @@ +Copyright (c) 2016-2020 The Inter Project Authors. +"Inter" is trademark of Rasmus Andersson. +https://github.com/rsms/inter + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION AND CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/htdocs/src/fonts/Kanit/Kanit-Bold.woff b/htdocs/src/fonts/Kanit/Kanit-Bold.woff new file mode 100644 index 0000000..7602cee Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Bold.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Bold.woff2 b/htdocs/src/fonts/Kanit/Kanit-Bold.woff2 new file mode 100644 index 0000000..8494234 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Bold.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff b/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff new file mode 100644 index 0000000..af36319 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff2 b/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff2 new file mode 100644 index 0000000..61f04ef Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-BoldItalic.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Italic.woff b/htdocs/src/fonts/Kanit/Kanit-Italic.woff new file mode 100644 index 0000000..462f295 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Italic.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Italic.woff2 b/htdocs/src/fonts/Kanit/Kanit-Italic.woff2 new file mode 100644 index 0000000..1723709 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Italic.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Light.woff b/htdocs/src/fonts/Kanit/Kanit-Light.woff new file mode 100644 index 0000000..872ce1b Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Light.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Light.woff2 b/htdocs/src/fonts/Kanit/Kanit-Light.woff2 new file mode 100644 index 0000000..6b35eda Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Light.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff b/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff new file mode 100644 index 0000000..b81b7b3 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff2 b/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff2 new file mode 100644 index 0000000..f933a2c Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-LightItalic.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Medium.woff b/htdocs/src/fonts/Kanit/Kanit-Medium.woff new file mode 100644 index 0000000..d5b3510 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Medium.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Medium.woff2 b/htdocs/src/fonts/Kanit/Kanit-Medium.woff2 new file mode 100644 index 0000000..a012e98 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Medium.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff b/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff new file mode 100644 index 0000000..6859f58 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff2 b/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff2 new file mode 100644 index 0000000..8af9298 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-MediumItalic.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Regular.woff b/htdocs/src/fonts/Kanit/Kanit-Regular.woff new file mode 100644 index 0000000..eec0b42 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Regular.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-Regular.woff2 b/htdocs/src/fonts/Kanit/Kanit-Regular.woff2 new file mode 100644 index 0000000..9b925bf Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-Regular.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff b/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff new file mode 100644 index 0000000..dacdb5b Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff2 b/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff2 new file mode 100644 index 0000000..52d4527 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-SemiBold.woff2 differ diff --git a/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff b/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff new file mode 100644 index 0000000..ebf0137 Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff differ diff --git a/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff2 b/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff2 new file mode 100644 index 0000000..300d77a Binary files /dev/null and b/htdocs/src/fonts/Kanit/Kanit-SemiBoldItalic.woff2 differ diff --git a/htdocs/src/fonts/Kanit/OFL.txt b/htdocs/src/fonts/Kanit/OFL.txt new file mode 100644 index 0000000..0f48ea4 --- /dev/null +++ b/htdocs/src/fonts/Kanit/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Kanit Project Authors (https://github.com/cadsondemak/kanit) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/htdocs/src/images/armand-philippot-logo.svg b/htdocs/src/images/armand-philippot-logo.svg new file mode 100644 index 0000000..17a245e --- /dev/null +++ b/htdocs/src/images/armand-philippot-logo.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/htdocs/src/images/armand-philippot.jpg b/htdocs/src/images/armand-philippot.jpg new file mode 100644 index 0000000..2c8ef50 Binary files /dev/null and b/htdocs/src/images/armand-philippot.jpg differ diff --git a/htdocs/src/images/cc-by-sa.svg b/htdocs/src/images/cc-by-sa.svg new file mode 100644 index 0000000..b1fc892 --- /dev/null +++ b/htdocs/src/images/cc-by-sa.svg @@ -0,0 +1,79 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/htdocs/src/images/favicon/android-chrome-192x192.png b/htdocs/src/images/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..2def6f5 Binary files /dev/null and b/htdocs/src/images/favicon/android-chrome-192x192.png differ diff --git a/htdocs/src/images/favicon/android-chrome-512x512.png b/htdocs/src/images/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..514e060 Binary files /dev/null and b/htdocs/src/images/favicon/android-chrome-512x512.png differ diff --git a/htdocs/src/images/favicon/apple-touch-icon.png b/htdocs/src/images/favicon/apple-touch-icon.png new file mode 100644 index 0000000..e4b7ae0 Binary files /dev/null and b/htdocs/src/images/favicon/apple-touch-icon.png differ diff --git a/htdocs/src/images/favicon/browserconfig.xml b/htdocs/src/images/favicon/browserconfig.xml new file mode 100644 index 0000000..f9c2e67 --- /dev/null +++ b/htdocs/src/images/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/htdocs/src/images/favicon/favicon-16x16.png b/htdocs/src/images/favicon/favicon-16x16.png new file mode 100644 index 0000000..525a1b3 Binary files /dev/null and b/htdocs/src/images/favicon/favicon-16x16.png differ diff --git a/htdocs/src/images/favicon/favicon-32x32.png b/htdocs/src/images/favicon/favicon-32x32.png new file mode 100644 index 0000000..c4b80ad Binary files /dev/null and b/htdocs/src/images/favicon/favicon-32x32.png differ diff --git a/htdocs/src/images/favicon/favicon.ico b/htdocs/src/images/favicon/favicon.ico new file mode 100644 index 0000000..d1d41a8 Binary files /dev/null and b/htdocs/src/images/favicon/favicon.ico differ diff --git a/htdocs/src/images/favicon/mstile-144x144.png b/htdocs/src/images/favicon/mstile-144x144.png new file mode 100644 index 0000000..f68a989 Binary files /dev/null and b/htdocs/src/images/favicon/mstile-144x144.png differ diff --git a/htdocs/src/images/favicon/mstile-150x150.png b/htdocs/src/images/favicon/mstile-150x150.png new file mode 100644 index 0000000..b36424a Binary files /dev/null and b/htdocs/src/images/favicon/mstile-150x150.png differ diff --git a/htdocs/src/images/favicon/mstile-310x150.png b/htdocs/src/images/favicon/mstile-310x150.png new file mode 100644 index 0000000..f395692 Binary files /dev/null and b/htdocs/src/images/favicon/mstile-310x150.png differ diff --git a/htdocs/src/images/favicon/mstile-310x310.png b/htdocs/src/images/favicon/mstile-310x310.png new file mode 100644 index 0000000..3c7fd66 Binary files /dev/null and b/htdocs/src/images/favicon/mstile-310x310.png differ diff --git a/htdocs/src/images/favicon/mstile-70x70.png b/htdocs/src/images/favicon/mstile-70x70.png new file mode 100644 index 0000000..12d226b Binary files /dev/null and b/htdocs/src/images/favicon/mstile-70x70.png differ diff --git a/htdocs/src/images/favicon/safari-pinned-tab.svg b/htdocs/src/images/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..2354f78 --- /dev/null +++ b/htdocs/src/images/favicon/safari-pinned-tab.svg @@ -0,0 +1,25 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + diff --git a/htdocs/src/images/favicon/site.webmanifest b/htdocs/src/images/favicon/site.webmanifest new file mode 100644 index 0000000..31df508 --- /dev/null +++ b/htdocs/src/images/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Armand Philippot", + "short_name": "AP", + "icons": [ + { + "src": "/wp-content/themes/apcom/assets/images/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/wp-content/themes/apcom/assets/images/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#194476", + "background_color": "#194476", + "display": "standalone" +} diff --git a/htdocs/src/images/github.svg b/htdocs/src/images/github.svg new file mode 100644 index 0000000..a39f6d2 --- /dev/null +++ b/htdocs/src/images/github.svg @@ -0,0 +1,69 @@ + + + + + + + + image/svg+xml + + + + + + + diff --git a/htdocs/src/images/gitlab.svg b/htdocs/src/images/gitlab.svg new file mode 100644 index 0000000..5a0ce62 --- /dev/null +++ b/htdocs/src/images/gitlab.svg @@ -0,0 +1,93 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + -- cgit v1.2.3