commit 3d2299ac44e630195e5faecc6a5b67ea26acd678 Author: L3D Date: Wed Jan 19 19:42:00 2022 +0100 Initialize Project diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b0cef3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +**.png filter=lfs diff=lfs merge=lfs -text +**.jpg filter=lfs diff=lfs merge=lfs -text +**.jpeg filter=lfs diff=lfs merge=lfs -text +**.ttf filter=lfs diff=lfs merge=lfs -text +**.woff filter=lfs diff=lfs merge=lfs -text +**.ico filter=lfs diff=lfs merge=lfs -text +**.woff2 filter=lfs diff=lfs merge=lfs -text +**.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc2435a --- /dev/null +++ b/.gitignore @@ -0,0 +1,70 @@ +# lektor +packages/ + +# ---> Vim +# swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags + +# lektor +.cache/ +.content/ +.models/ +.flowblocks/ +temp/ +packages/ + +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# DS-Store +**.DS_Store +*.DS_Store + +# C3WOC Website files +assets/css/main.css +assets/css/main.min.css +assets/css/ie9.css +assets/css/ie9.min.css +.sass-cache/ +assets/css/main.css.map +assets/css/ie9.css.map +assets/css/main.min.css.map +assets/css/ie9.min.css.map +assets/css/start.min.css +assets/css/*.min.css +tmp/ +libsass/ +sass-spec/ +sassc/ +# validator +./rezept.json +./rezept.yaml +./schema.json diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..393d97b --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 L3D + +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 new file mode 100644 index 0000000..bc14915 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ + Chaos West TV Website +======================= + +License: [MIT License](LICENSE)