From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..1e3baa2 --- /dev/null +++ b/style.css @@ -0,0 +1,27 @@ +/* +Theme Name: Fuselkoenig.de +Theme URI: https://www.fuselkoenig.de +Author: Maximilian Möhring +Author URI: https://www.maximilianmoehring.com +Description: Fuselkönig - Supermarkt-Spirituosen im Test +Version: 0.1 +License: GNU GPL version 2 +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +Resource Licenses: +Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) +Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.) +Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT) +and of course +jQuery: https://jquery.org | (Code licensed under MIT) +WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL +*/ + +/* +This file is just used to identify the theme in WordPress. +The compiled CSS output can be found in /css/theme.css +The SASS sources for it can be found in /sass/ +The dependencies can be found in /src/ after running "gulp copy-assets" terminal command + +...and now go out and play! +*/ -- cgit v1.2.3