From 48783f9a339a6437dff26bc26166d7a7a19d4c1a Mon Sep 17 00:00:00 2001 From: Tilman Date: Sun, 25 Jun 2023 08:56:00 +0200 Subject: [PATCH] commit --- CHANGELOG.md | 135 ----------------------- LICENSE | 21 ---- README.md | 1 - composer.json | 38 ------- icon/COPYRIGHT.txt | 23 ---- icon/LICENSE.MIT.txt | 21 ---- icon/LICENSE.OFL-1.1.txt | 94 ---------------- icon/fontello.eot | Bin 6376 -> 0 bytes icon/fontello.svg | 18 ---- icon/fontello.ttf | Bin 6208 -> 0 bytes icon/fontello.woff | Bin 3752 -> 0 bytes icon/fontello.woff2 | Bin 3060 -> 0 bytes img/antoncast.svg | 115 -------------------- img/pico-white.svg | 1 - img/pico.svg | 1 - index.html | 177 ------------------------------- js/modernizr-3.3.1-custom.min.js | 3 - js/pico.js | 74 ------------- js/utils.js | 134 ----------------------- pico-theme.yml | 14 --- 20 files changed, 870 deletions(-) delete mode 100644 CHANGELOG.md delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 composer.json delete mode 100644 icon/COPYRIGHT.txt delete mode 100644 icon/LICENSE.MIT.txt delete mode 100644 icon/LICENSE.OFL-1.1.txt delete mode 100644 icon/fontello.eot delete mode 100644 icon/fontello.svg delete mode 100644 icon/fontello.ttf delete mode 100644 icon/fontello.woff delete mode 100644 icon/fontello.woff2 delete mode 100755 img/antoncast.svg delete mode 100644 img/pico-white.svg delete mode 100644 img/pico.svg delete mode 100644 index.html delete mode 100644 js/modernizr-3.3.1-custom.min.js delete mode 100644 js/pico.js delete mode 100644 js/utils.js delete mode 100644 pico-theme.yml diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a171f5d..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,135 +0,0 @@ -Pico Default Theme Changelog -============================ - -**Note:** This changelog only provides technical information about the changes - introduced with a particular Pico version, and is meant to supplement - the actual code changes. The information in this changelog are often - insufficient to understand the implications of larger changes. Please - refer to both the UPGRADE and NEWS sections of the docs for more - details. - -### Version 2.1.4 -Released: 2020-08-29 - -``` -* [Changed] Don't setup nav toggle JavaScript when there's no menu -``` - -### Version 2.1.3 -Released: 2020-07-10 - -No changes - -### Version 2.1.2 -Released: 2020-04-10 - -No changes - -### Version 2.1.1 -Released: 2019-12-31 - -No changes - -### Version 2.1.0 -Released: 2019-11-24 - -``` -* [New] Add Pico's official logo and tagline -* [New] Add some utility classes for typography and images -* [Changed] Improve documentation of `pico-theme.yml` -* [Changed] Various small improvements -``` - -### Version 2.1.0-beta.1 -Released: 2019-11-03 - -``` -* [Changed] Add basic `pico-theme.yml` to use API v3, enable Twig's autoescape - feature (no changes necessary) and register `Social` meta header -* [Changed] Use Pico's `pages` Twig function to create the main navigation -* [Changed] Improve formatting of definition lists and inline code snippets -* [Changed] Improve JSDoc class docs -* [Changed] Various small improvements -``` - -### Version 2.0.5-beta.1 -Released: 2019-01-03 - -``` -* [New] Add `2.0.x-dev` alias for master branch to `composer.json` -``` - -### Version 2.0.4 -Released: 2018-12-17 - -No changes - -### Version 2.0.3 -Released: 2018-12-03 - -No changes - -### Version 2.0.2 -Released: 2018-08-12 - -No changes - -### Version 2.0.1 -Released: 2018-07-29 - -No changes - -### Version 2.0.0 -Released: 2018-07-01 - -``` -* [New] Add Bountysource -* [Changed] Improve documentation -``` - -### Version 2.0.0-beta.3 -Released: 2018-04-07 - -No changes - -### Version 2.0.0-beta.2 -Released: 2018-01-21 - -``` -* [Fixed] Fix sliding animation of collapsible menu in IE 9 -* [Changed] Move Fontello font to `icon/` directory -* [Changed] Move stylesheets to `css/` directory -* [Changed] Improve Fontello font copyright notice -* [Changed] Add Droid Sans and Droid Sans Mono font files to `font/` directory, - making Pico's default theme fully self-containing -``` - -### Version 2.0.0-beta.1 -Released: 2017-11-05 - -**Note:** Pico's default theme was completely rewritten from scratch for - Pico 2.0 and moved to this separate repository. This changelog only - provides basic information about the most important changes compared - to Pico 1.0. It therefore doesn't include the changes made before - this release. The rewrite breaks backwards compatibility (BC). - -``` -* [New] Rewrite Pico's default theme from scratch with a much cleaner, more - modern, but still "stupidly simple" structure; the new theme officially - supports Internet Explorer 9+ as well as all versions of the major - desktop and mobile browsers, as long as they are still officially - supported by their respective vendor -* [New] Pico's default theme is now a fully responsive theme, adapting the - layout to the viewing environment (desktops vs. tablets vs. smartphones - vs. ...) -* [New] Add a collapsible page menu for small screens (menu slides up/down) -* [New] Add basic form themeing -* [New] Support a "widescreen" mode, demonstrating how themes can adjust their - behavior using config parameters (i.e. Pico's `config/config.yml`) -* [Changed] Show top-level pages in the website's navigation only (i.e. show - `page.md` and `sub/index.md`, but not `sub/page.md`) -* [Changed] Hide pages starting with a `_` in the website's navigation -* [Changed] Move Pico's social icons from `index.md` to `_meta.md`, - demonstrating how themes can use YAML-only meta pages to support - dynamic content -``` diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 91a34cf..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012 The Pico Community - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index b3e74cd..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -no comment diff --git a/composer.json b/composer.json deleted file mode 100644 index f537ba1..0000000 --- a/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "picocms/pico-theme", - "type": "pico-theme", - "description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.", - "keywords": [ "pico", "picocms", "picocms-theme", "pico-theme", "default-theme" ], - "homepage": "http://picocms.org/", - "license": "MIT", - "authors": [ - { - "name": "Daniel Rudolf", - "email": "picocms.org@daniel-rudolf.de", - "role": "Lead Developer" - }, - { - "name": "The Pico Community", - "homepage": "http://picocms.org/" - }, - { - "name": "Contributors", - "homepage": "https://github.com/picocms/pico-theme/graphs/contributors" - } - ], - "support": { - "docs": "http://picocms.org/themes/default/", - "issues": "https://github.com/picocms/pico-theme/issues", - "source": "https://github.com/picocms/pico-theme" - }, - "require": { - "picocms/pico": "self.version" - }, - "extra": { - "installer-name": "default", - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-pico-3.0": "3.0.x-dev" - } - } -} diff --git a/icon/COPYRIGHT.txt b/icon/COPYRIGHT.txt deleted file mode 100644 index 4ca26c4..0000000 --- a/icon/COPYRIGHT.txt +++ /dev/null @@ -1,23 +0,0 @@ -Icon fonts generator - -## Fontello - - Copyright (C) 2011 by Vitaly Puzrin - - Author: Vitaly Puzrin - License: The MIT License - Homepage: http://fontello.com/ - - - -Font license info - -## Font Awesome - - Copyright (C) 2016 by Dave Gandy - - Author: Dave Gandy - License: SIL OFL 1.1 - Homepage: http://fortawesome.github.com/Font-Awesome/ - - Icons: chat, github-circled ("octocat"), menu, dollar diff --git a/icon/LICENSE.MIT.txt b/icon/LICENSE.MIT.txt deleted file mode 100644 index 13de813..0000000 --- a/icon/LICENSE.MIT.txt +++ /dev/null @@ -1,21 +0,0 @@ -(The MIT License) - -Copyright (C) 2011 by Vitaly Puzrin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/icon/LICENSE.OFL-1.1.txt b/icon/LICENSE.OFL-1.1.txt deleted file mode 100644 index 192bb71..0000000 --- a/icon/LICENSE.OFL-1.1.txt +++ /dev/null @@ -1,94 +0,0 @@ -Copyright (c) 2016, Dave Gandy , -with Reserved Font Name Font Awesome. - -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/icon/fontello.eot b/icon/fontello.eot deleted file mode 100644 index b9436f4f9969af059851d1e7242384fa64f37d65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6376 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 h57f-NWn7)0g3EF7fluMS!H@Xy_oVg*I4EWr`# - - -Copyright (C) 2018 by original authors @ fontello.com - - - - - - - - - - - - - - \ No newline at end of file diff --git a/icon/fontello.ttf b/icon/fontello.ttf deleted file mode 100644 index 5cdb91834f86b04cb544d434596ebb1c2b565357..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6208 zcmd^DU2I!NcAmL^q%J9vrbtQ=6?v#DQL=bR{aAl-WSJo)(T>uf3pkhYp-%S-#PQm%$YOioVgC;jIkj54pZ5FVfkuK{6XK_(EJMT%GZ{MMrXv* z3}bu|^0ms2v;We+{Nx`Y|0Ujgl{-~o{Nh++%s+sBvA(~tbM(jWmmptc%(uVc9PUFO zf-KN_H@4qe|FrG<9gL~pU`!8et~slx9=sez*EaemHlgsGSKomA0p#Azo$B4tPl1^C zQ~X4>_bQH3)pW?egzVpO?(Xw|zZLRB$YR&oS^KBI=oXB%co|dvd4KP)y8PMC`e4hy zqW|Ll!P@?RzLNSo#@auE{5?i{H`y?oVan|M!U_v)JJns*$*?2$q5j7)-@duwFwE_a z&Kv`wTWJZ!1`dy;pDf=WK*4&@x?x_Bqeu`rInZK4f2BRhN#p*mZT8 z{Qxwwq5fb_oDyR;UaZRx8hzW)63a$wx_XUeA)ByEVah}H#Sg#u?8~di$BaFW!JvnO zSN|idU=Es_cJu%J@w*PlHrxQOP>|6}-u~i;^%ovvUwl@7>2$ulT7TWhK;N-cA1Xg% zee5#3ke$BNr7(VhtLzL{RJCAomCuiIWfn8?Jv!YzrYefM!cLA z?Cj{o>qUoB- z71Prdxi&vK{Ac^()b$T?a|^un;tK!KYws+yjI`^T>EW8jRRfcB>mA|HKsEpRI|~c% z{4#&1KM*q$K2Fpyeud1U%W8Zr7I?Xp95 zmu+P?db{IMOuW_#H*9f_QQ*2qD=>`=R(9YVxbPNJ4J>_&86IwUZZVI}J^C%C>$_ff zl(Q8yj2Fqh3!EJud~1Jxc4~5D*iOCJ#g_SUiyldl+oEurkvz}G`e!uwXre!91bMQ@ zlTkcIyAh3atL+Bd*^}(g@FCt~kc-_{nK(Ncjlk>Z7{?K)80s-%?GwpoekR9^$iyV{ z6a25M|8VfZcY}c!#pqN|r(#E62u(+$W4q(t?riXdh~3dMHJpeV{?24iz$g4ZzgO|9 zn!m#^JUs(Re=83KzWYJ-@BdWM4TYN#&F3*AhH08zT5C&dA3vp?O18BL9#+DtulnHj zd!MJ&fO%))1vSuZUmVU4pS_^R0&UCeZalt@xHI@-fAm1`zW)94Pg zMmxQVI@+a}0X6mcd$%7{|M$-+A~YkY`V4|5` z|52|i4{*DjWRK5guW(fb%G*9{ z07j<}K9l1atv`8z&rpiCyGc1l5mk??j81#R+kSR5_9E}r+G9aZNj$_eiq&JZN4gan z*KH_0`$f}x+2iMZvzgwI(&9a*hIM}7Vl7EgU#p0AMy)_^tjlliz5%Y+6w|%E zhS6eVw2(*fL<7l8$M`Jwc7|g;{&;uyRM$Wx^wVo^ha9hIdL6y9qbs2LeG9r`@X4Sy zY=^qS{;=V1G0jt+&X^E`?XOi&t-=P=dqa(cV}9=QU1?DaMGv%u{lm#XXC!0>b<^kX ziuCr3)$1l5^ugc$)xW$XUGW zkanS617jOFg9P4VJJ0Bsz}Ud}ZOn4;Oz+dPTm$<6!E@7{UBIpktb3YO0BhG}I<5t) zu%~YOA-jXsMxm`@6j^!TS|!-LJL4mJ1^hvMTbQQ;cEcp30@R>O}nER(LBVX}K zW(&!#7UxPrT>gj!u3VPJ^7Wz|i_3vhd0iY`ElQ=&`5P}%qEfML#1je0N|NQR*?U+c zU(Tf^x1}hrr=?Hk> zt_|yb*w&R|c`@!Rm5Npgz1ig=y5h8{#>#1_+tQOy-NP}ut}!55ISVefa*kAPtV>?O z{8ArGOOGwcNMFA4k;ZO-0yDGa5>d*tu905*p2x@XbGgC9iL+bmC!KHBXW=QBkjIY8 zV(!Rt=pbBAu{e2Cia3mHS}D~&%bBe&;roi=vKON;_+)F35AsvYSh;&XQ=Ka&;#Q(G zm`KZ3yQU~}a@Cnl%Ycmy2qFFXS7~1WR<0ylNm_!`3Mnmvm?q@9M8E?Tm@NbOvN$RW z8GzH$GGt#~Db}>r*;21;U9;|{Ka$6A5^CRKu||;#XXTD?ytM3K!osj7j@SEX2x6alOV~*P_7}=H#3zpG zD-N*6SepeG=OvrD$2oVSq0MGBrp&DrWzforIq5@Cnpn7;6J;#_<4}mR0L$f$%C)eO zk_V}H58M>N-r7=W8MSMi+8F#yZM$7lsqL_98nrLjHJ#c{yJk=uw`(41yX=~m+86Cw z3$@)gldY-W!jRK2q#F|m7(#6VhEUrBL#VZ22(`U1gxWqBLTwU;P}>hfs2zYI)Sj`$ zv>WGxHufJXi#+*)4$VO;&rndMY&n>cgGd(}ky=1VJvU!0XUd{l^=lc3m$XcuoB@wX zdr~EqX!YZJT;V4+FPh>=aG7~PmbaYg(3aA7{)NIr|r0ZFZe=uSF zag>l4q96ac6xotbtsP}7A*PQo*Tkc4k*UuiHOvW?kY!5d?3LnuMW`ZvUrDN+r5qJF zFG?lW!;02CQVXZ}WS$_Yd8%H?m3(>Cl4{;rMU7GNP8_&gLSjBW#(_zwy4Jii6}Pa$ zJobggT?O+!XAu}el~6-=!}mG@33dA^OE9B@!F{d~_{B9sCG62!h>}V2fxzl|vf%@3 z8m^gg)zXXX6=L2h&|-92FS#zG4KzH;R*D%hjf;;gZYVL?BbOU}kS?L?<#?*u^TebVY&nrSLJU!`93dT_Ss2HXktwX7b=^e)*z_(1mxZjzAW7;rzJg+b z0(}yx&Heu7P%JzzFn*ipBfn8ynYO0liO0@6QEJ$jBWE<7ny39I$n#`kV;?75p2e1< z_2k4=jy!D3$Pwh?+*j!5QEPdmO^$+7u;mzcH z1>iCOC$M1OY0%hV5aEL?ThAk&g+*~0+z6|xM zi>86r+<1ceJcM;yPMxqfNO0MkE+Y0#7ZG*KmM@)9Z;{|qw_QZk9TyRG*Ouo_sCy*1 z)O{Bb^;<3?>VbW~MN^tzM!A&qu1U3b@h)98X@-yNPnYlk!v6?Gx&B$bUt@X>yJv$0 z?wbnt)=_}D$jE)He1h&4Xg#@)S+~gYSidy#O4SfFR(Mu2>gaPzwUj;0N|OgwJE=aCh_a1^`O17eESxn%+PU zkGrQWSc?z>`C|}K>k5MJ{d27?Z7eO9tWcJ<)|Q?g2Nc*PoVw6}b+VNuHWWyf5qp8= z6PHa1gZ4rP>p~q79CqO`L;$Zei5l>4?K7L)&d$NkPW?}f(P3eQWQyW)mM9w=qByZy zF>y;0h-0+?93hI7ixMLv3|qxmA?&h9>FtOIAiydWY#n^YZb}jdpP22|YijdJHraGA_K?xL702f? zKX;>Z&l8NcTzpp0NgkhraCjHk6jSpY=>0 z76GC4g)V|xm7$~Gm9(5D!e)3H$M*W339Wb5|&ZLcKMIS#DK&K|H-LlgL~wzMXx)3EK7v=^eE#wU3bcVs9wqwe8! zg7~EauiM5AERyI@S7pq;V~bW+=G1;$U8_v}m)$tWCg{743a;tZgL{L*vYR5Ns|xJ~ zi@{fK4c18)zOobdc95;-F+ds=slAca{qn}P^i)t?@coBw{DUFw?wI?Wj_;X!N7NQr z>>CFiB$`(F8Ux+`yZY-Ru^(R%e*rYy%PGQ^j{*H!R*yL)AfX5Khcw~N*f@YkMDh~gh zCC7fYzaWqSqa*TX#XVN#$t9-~zDSjLb5KF}!V6^~gA5V4{+-tbg23DaWv*a*R06la;BjBf*1UAugVgMcc6$JJ!G@ zBI~uQK|aPB^uk9rXR7RzC&a@p;C_j5#@_bLzF*M1Z^rpko8%g%CB;JWNhzP!HC>;6xIDzRz+C266sDF@Ewewz0{uBX zNoDc+cEl@n86>*u7yJ^!H-Qb$W2oEn~Ray5JjPB9+LPYPmpCrP+#JM9FmVt7Bp zho;J2;2tLSFx8P%o1Okl981Z15E^ihN6d@eDyLk#zZ^w*LV|Ve3gCNK^tf0k`p2D} z1O8WMrX?%Nze^nwIvZwKur+&%gKi#h?wfyJ2gCIl3d@iZ3?nynT}w$VdS_Z)6nhbe zTsM4s>MK`z`WTPXQ(c%Nf?mZ;6c@joG%vbeJ{N39pShRULDIz`fer~=^!7*|Y%>`U zQ+0vry}O#OH8=g_@$JzRFqt}bHQF8MBndQ{b7+)6q(;tgH7u3Gi1d5|)wgw*5ls}|PH>r2-2 z3@eaM-q24=bn|Z$zUcwQe-bcqof~-Uhz%lK_#0~4?(@}7gcov0EV_%`3mMdv>k}%P z-NOOy#$e$2C_cb{kd@Q|9o;pB$Nr@B`T-5Xv67;_klc7|ZO!H+3NLIvVphRFR+_$Yw*0(>bO(N|y$L%s-o=pAap+g~gN=##;qk%_-zQ+~~#d)Zw@=CHG zQ_Lyf;m1N%*W8rb>n`6R6ckmzcN4y~zY~A?2SFV=CI4lyUsOB10%c;>!b;Ogqw5c& zc+GM}p!!`(0tB*0q}>clqi&^4OEu$2(-f&jJSbOB-!BO3=ylR%((QLj{r$!DgB0fz z3^G-LZhQWEleN&PVy{1<$7?+E>ULQ`1cu&sme4h_Q{Jc6PFM{$3?zhG=8%(7h}}i6 zm^5fid0d>V@1NsXtbZ7dVS1VG6xpopRlYM_T&U38mHpuF`1H?^%h~ztn7V6Oe|Bm= zQWq-{8!#Y|KhGK8LMvGu$`!wP7?rIPLZ4@<3(XQ?? z{Z#gZ{72`8J2}-7dZ#8>l1Yo~+ltl!X^-69y0C}!l$OTbYcOaZhYWB7Uqf|Ujs6$F ztvWyzdZ2`(zB4U(t#cl}N4(rc5Z$Xv$|TdMitN=SHf>H{4d&`$L^^XmVQM?NE}n3D zq~DyyTd)3#Kdv*$Q3si;ZsNAW$;+t}bebA$Pkj>AN^z(OE5+QnW3*FpVN7bad`#B+ zeU(a8^oM-N%2xK>K#aii$R%ei4|!{}tf0Bi@G0!IO^XBzc}XtsZ1q1))->^ACEO93 z-}LyBNC<0xMu!)vMaXZwoYDQGD8Nt`Bx2DcAeo+z(NjqBAD6ooaI#|%?sQZdlCkBF zZFoDmmEd1`P%Zer9_eH9DE`Gz>Fu+$c->K$fS7HofK?vVAYs|~>@FU{Le77j zBAsrnN1ezoJM4tt z`rg>XoM4RhMzdJaaZV`H6S8bJtQ1lM+Xh>2uvI3$@FGcV5YbLrbr2_CU@zWCclvWz z8&UpPB!SiEq;Td@+2G(@E;VM$VW;>2;IqT5A7U|Ui& zlk*;1V0Ub17|sM1+3zK@yq1=ex?Zb`v3T!$)2DB(pfag!FA_2PI}pQ3K7|=}eBHXk zl!i;+RX%_Cg}|~PUX1uJlL9M6^Jur#KQ0|&?&2SSIMlXy;k|Dv6HKJ(n zdjrOGAmHC54{igr04LxDYJo5?FJERxpX7O`ZWJ*^or2?H>+EP0wSb4q3J2HDcLEJDd{PR zVLTYFx(HeM7H)Y=T?CJmL`|A7k31h=T}&7Rh|;3?H{<_Y=yK=ex8mZmwpb(W&0~eL z!UsrLn2quz(I_#8FyxDtEF^|QNRAX0Kjg?X1}V77mpt^NF}@4ZZD;2`Q`$XEgRJW+ zZ$P`fdyLZMvoN~)e}#A@o?)Xv|qR%@fPT_+!Wpc;EByrfJ3+?NZyZT$}! C9-e3b diff --git a/icon/fontello.woff2 b/icon/fontello.woff2 deleted file mode 100644 index bfd752831d7887d862b2e68286627451ff84d5f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3060 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 C@YK%$ diff --git a/img/antoncast.svg b/img/antoncast.svg deleted file mode 100755 index cbfba21..0000000 --- a/img/antoncast.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - ANT - - - - - - - - - - - N - cast - VON ANTON LIERO - - - - diff --git a/img/pico-white.svg b/img/pico-white.svg deleted file mode 100644 index 972f72b..0000000 --- a/img/pico-white.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/img/pico.svg b/img/pico.svg deleted file mode 100644 index 7294c2e..0000000 --- a/img/pico.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/index.html b/index.html deleted file mode 100644 index 7abf11a..0000000 --- a/index.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - Radio Anton - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-

Radio Anton

- -
-
-
-
-
- - -
-
-
- On Air -
-
-

Live als Stream

-

Immer samstags und sonntags ab 15:00 Uhr im

-

- Livestream -

-
-
-
- - -
-
-
-

Radio Anton als Podcast

-

Folge 1

-

Folge 2

-
-
- Microphone -
-
-
- - -
-

Das Team

-
-
- -
-
- Anton hat Radio Anton ins Leben gerufen, gestaltet das Programm und ist bei jeder Sendung am Mikrofon -
-
-
-
- -
-
- Jacob ist Co-Moderator und zuständig für den Witze-Wahnsinn -
-
-
-
- -
-
- Anica gibt euch das Wetter-Update bei Radio Anton -
-
-
-
- -
-
- Tilman kennt sich mit der Technik aus und sorgt dafür, dass unser Stream auf euer Gerät kommt -
-
-
- - -
-
-
-

Mitmachen! 😎

-
- Musikwünsche direkt ins Studio schicken, Themen-Updates und Neuigkeiten erhalten - das alles kannst du als Mitglied in unserer WhatsApp-Gruppe -
-
-
- On Air -
-
-
- - - - - - diff --git a/js/modernizr-3.3.1-custom.min.js b/js/modernizr-3.3.1-custom.min.js deleted file mode 100644 index 33ad568..0000000 --- a/js/modernizr-3.3.1-custom.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! modernizr 3.3.1 (Custom Build) | MIT * - * https://modernizr.com/download/?-classlist-csstransitions-requestanimationframe !*/ -!function(e,n,t){function r(e,n){return typeof e===n}function i(){var e,n,t,i,o,s,a;for(var f in y)if(y.hasOwnProperty(f)){if(e=[],n=y[f],n.name&&(e.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(t=0;tp;p++)if(v=e[p],h=P.style[v],s(v,"-")&&(v=o(v)),P.style[v]!==t){if(a||r(i,"undefined"))return f(),"pfx"==n?v:!0;try{P.style[v]=i}catch(g){}if(P.style[v]!=h)return f(),"pfx"==n?v:!0}return f(),!1}function v(e,n,t,i,o){var s=e.charAt(0).toUpperCase()+e.slice(1),a=(e+" "+_.join(s+" ")+s).split(" ");return r(n,"string")||r(n,"undefined")?m(a,n,i,o):(a=(e+" "+E.join(s+" ")+s).split(" "),f(a,n,t))}function h(e,n,r){return v(e,t,t,n,r)}var y=[],g={_version:"3.3.1",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,n){var t=this;setTimeout(function(){n(t[e])},0)},addTest:function(e,n,t){y.push({name:e,fn:n,options:t})},addAsyncTest:function(e){y.push({name:null,fn:e})}},Modernizr=function(){};Modernizr.prototype=g,Modernizr=new Modernizr;var C=[],w=n.documentElement;Modernizr.addTest("classlist","classList"in w);var x="Moz O ms Webkit",_=g._config.usePrefixes?x.split(" "):[];g._cssomPrefixes=_;var S=function(n){var r,i=prefixes.length,o=e.CSSRule;if("undefined"==typeof o)return t;if(!n)return!1;if(n=n.replace(/^@/,""),r=n.replace(/-/g,"_").toUpperCase()+"_RULE",r in o)return"@"+n;for(var s=0;i>s;s++){var a=prefixes[s],f=a.toUpperCase()+"_"+r;if(f in o)return"@-"+a.toLowerCase()+"-"+n}return!1};g.atRule=S;var E=g._config.usePrefixes?x.toLowerCase().split(" "):[];g._domPrefixes=E;var T="svg"===w.nodeName.toLowerCase(),z={elem:l("modernizr")};Modernizr._q.push(function(){delete z.elem});var P={style:z.elem.style};Modernizr._q.unshift(function(){delete P.style}),g.testAllProps=v;var b=g.prefixed=function(e,n,t){return 0===e.indexOf("@")?S(e):(-1!=e.indexOf("-")&&(e=o(e)),n?v(e,n,t):v(e,"pfx"))};Modernizr.addTest("requestanimationframe",!!b("requestAnimationFrame",e),{aliases:["raf"]}),g.testAllProps=h,Modernizr.addTest("csstransitions",h("transition","all",!0)),i(),delete g.addTest,delete g.addAsyncTest;for(var L=0;L .container > table'); - for (var i = 0; i < tables.length; i++) { - if (!/\btable-responsive\b/.test(tables[i].parentElement.className)) { - var tableWrapper = document.createElement('div'); - tableWrapper.className = 'table-responsive'; - - tables[i].parentElement.insertBefore(tableWrapper, tables[i]); - tableWrapper.appendChild(tables[i]); - } - } - - // responsive menu - var menu = document.getElementById('nav'), - menuToggle = document.getElementById('nav-toggle'); - - if (menu && menuToggle) { - function toggleMenuEvent(event) { - if (event.type === 'keydown') { - if ((event.keyCode !== 13) && (event.keyCode !== 32)) { - return; - } - } - - event.preventDefault(); - - if (menuToggle.getAttribute('aria-expanded') === 'false') { - menuToggle.setAttribute('aria-expanded', 'true'); - utils.slideDown(menu, null, function () { - if (event.type === 'keydown') { - menu.focus(); - } - }); - } else { - menuToggle.setAttribute('aria-expanded', 'false'); - utils.slideUp(menu); - } - } - - function onResizeEvent() { - if (utils.isElementVisible(menuToggle)) { - menu.className = 'hidden'; - menuToggle.addEventListener('click', toggleMenuEvent); - menuToggle.addEventListener('keydown', toggleMenuEvent); - } else { - menu.className = ''; - menu.removeAttribute('data-slide-id'); - menuToggle.removeEventListener('click', toggleMenuEvent); - menuToggle.removeEventListener('keydown', toggleMenuEvent); - } - } - - window.addEventListener('resize', onResizeEvent); - onResizeEvent(); - } -} - -main(); diff --git a/js/utils.js b/js/utils.js deleted file mode 100644 index 62b65cc..0000000 --- a/js/utils.js +++ /dev/null @@ -1,134 +0,0 @@ -/** - * Pico's Default Theme - JavaScript helper - * - * Pico is a stupidly simple, blazing fast, flat file CMS. - * - * @author Daniel Rudolf - * @link http://picocms.org - * @license http://opensource.org/licenses/MIT The MIT License - * @version 2.1 - */ - -utils = {}; - -/** - * Checks whether the client's browser is able to slide elements or not - * - * @return {bool} TRUE when the browser supports sliding, FALSE otherwise - */ -utils.canSlide = function () -{ - return (Modernizr.classlist && Modernizr.requestanimationframe && Modernizr.csstransitions); -}; - -/** - * Slides a element up (i.e. hide a element by changing its height to 0px) - * - * @param {HTMLElement} element the element to slide up - * @param {function} finishCallback function to call when the animation has - * been finished (i.e. the element is hidden) - * @param {function} startCallback function to call when the animation starts - */ -utils.slideUp = function (element, finishCallback, startCallback) -{ - if (!utils.canSlide()) { - if (startCallback) startCallback(); - element.className += (element.className !== '') ? ' hidden' : 'hidden'; - if (finishCallback) window.setTimeout(finishCallback, 16); - return; - } - - element.style.height = element.clientHeight + 'px'; - - var slideId = parseInt(element.getAttribute('data-slide-id')) || 0; - element.setAttribute('data-slide-id', ++slideId); - - window.requestAnimationFrame(function () { - element.classList.add('slide'); - - window.requestAnimationFrame(function () { - element.style.height = '0px'; - - if (startCallback) { - startCallback(); - } - - window.setTimeout(function () { - if (parseInt(element.getAttribute('data-slide-id')) !== slideId) return; - - element.classList.add('hidden'); - element.classList.remove('slide'); - element.style.height = null; - - if (finishCallback) { - window.requestAnimationFrame(finishCallback); - } - }, 500); - }); - }); -}; - -/** - * Slides a element down (i.e. show a hidden element) - * - * @param {HTMLElement} element the element to slide down - * @param {function} finishCallback function to call when the animation has - * been finished (i.e. the element is visible) - * @param {function} startCallback function to call when the animation starts - */ -utils.slideDown = function (element, finishCallback, startCallback) -{ - if (!utils.canSlide()) { - if (startCallback) startCallback(); - element.className = element.className.replace(/\bhidden\b */g, ''); - if (finishCallback) window.setTimeout(finishCallback, 16); - return; - } - - var cssRuleOriginalValue = element.clientHeight + 'px', - slideId = parseInt(element.getAttribute('data-slide-id')) || 0; - - element.setAttribute('data-slide-id', ++slideId); - - element.style.height = null; - element.classList.remove('hidden'); - element.classList.remove('slide'); - var cssRuleValue = element.clientHeight + 'px'; - - element.style.height = cssRuleOriginalValue; - - window.requestAnimationFrame(function () { - element.classList.add('slide'); - - window.requestAnimationFrame(function () { - element.style.height = cssRuleValue; - - if (startCallback) { - startCallback(); - } - - window.setTimeout(function () { - if (parseInt(element.getAttribute('data-slide-id')) !== slideId) return; - - element.classList.remove('slide'); - element.style.height = null; - - if (finishCallback) { - window.requestAnimationFrame(finishCallback); - } - }, 500); - }); - }); -}; - -/** - * Checks whether a element is visible or not - * - * @param {HTMLElement} element the element to check - * - * @return {bool} TRUE when the element is visible, FALSE otherwise - */ -utils.isElementVisible = function (element) -{ - return !!(element.offsetWidth || element.offsetHeight || element.getClientRects().length); -}; diff --git a/pico-theme.yml b/pico-theme.yml deleted file mode 100644 index fc65b28..0000000 --- a/pico-theme.yml +++ /dev/null @@ -1,14 +0,0 @@ -api_version: 3 # Use Pico's latest API version for themes - -meta: # Register meta headers used by this theme - Logo: logo # The URL to your website's logo (value is passed to Pico's "url" Twig filter) - Tagline: tagline # Your website's tag line, shown right below your site title (supports Markdown) - Social: social # A list of social icons that will be shown in your website's footer; - # You must specify a "title", "url" and "icon" per entry - -twig_config: # Twig template engine config - autoescape: html # Let Twig escape variables by default - strict_variables: false # If set to true, Twig will bail out when unset variables are being used - charset: utf-8 # The charset used by Twig templates - -widescreen: false # Use more horicontal space (i.e. make the site container wider)