From fa33733fc6e8050631e6e09202ca92047c98697d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 30 Nov 2016 21:24:36 +0100 Subject: presenation: move to userContent/ so it becomes visible Signed-off-by: Holger Levsen --- .../2016-11-30-Profitbricks/lib/css/zenburn.css | 115 --------------------- .../lib/font/league-gothic/LICENSE | 2 - .../lib/font/league-gothic/league-gothic.css | 10 -- .../lib/font/league-gothic/league-gothic.eot | Bin 25696 -> 0 bytes .../lib/font/league-gothic/league-gothic.ttf | Bin 64256 -> 0 bytes .../lib/font/league-gothic/league-gothic.woff | Bin 30764 -> 0 bytes .../lib/font/source-sans-pro/LICENSE | 45 -------- .../source-sans-pro/source-sans-pro-italic.eot | Bin 75720 -> 0 bytes .../source-sans-pro/source-sans-pro-italic.ttf | Bin 238084 -> 0 bytes .../source-sans-pro/source-sans-pro-italic.woff | Bin 98556 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.eot | Bin 88070 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.ttf | Bin 288008 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.woff | Bin 114324 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.eot | Bin 89897 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.ttf | Bin 284640 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.woff | Bin 115648 -> 0 bytes .../source-sans-pro-semibolditalic.eot | Bin 75706 -> 0 bytes .../source-sans-pro-semibolditalic.ttf | Bin 240944 -> 0 bytes .../source-sans-pro-semibolditalic.woff | Bin 98816 -> 0 bytes .../lib/font/source-sans-pro/source-sans-pro.css | 39 ------- .../2016-11-30-Profitbricks/lib/js/classList.js | 2 - .../2016-11-30-Profitbricks/lib/js/head.min.js | 8 -- .../2016-11-30-Profitbricks/lib/js/html5shiv.js | 7 -- 23 files changed, 228 deletions(-) delete mode 100644 presentations/2016-11-30-Profitbricks/lib/css/zenburn.css delete mode 100644 presentations/2016-11-30-Profitbricks/lib/font/league-gothic/LICENSE delete mode 100644 presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.css delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.eot delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.ttf delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.woff delete mode 100644 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/LICENSE delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.eot delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.ttf delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.woff delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.eot delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.ttf delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.woff delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.eot delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.ttf delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.woff delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf delete mode 100755 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff delete mode 100644 presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css delete mode 100644 presentations/2016-11-30-Profitbricks/lib/js/classList.js delete mode 100644 presentations/2016-11-30-Profitbricks/lib/js/head.min.js delete mode 100644 presentations/2016-11-30-Profitbricks/lib/js/html5shiv.js (limited to 'presentations/2016-11-30-Profitbricks/lib') diff --git a/presentations/2016-11-30-Profitbricks/lib/css/zenburn.css b/presentations/2016-11-30-Profitbricks/lib/css/zenburn.css deleted file mode 100644 index a7ed95ef..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/css/zenburn.css +++ /dev/null @@ -1,115 +0,0 @@ -/* -Zenburn style from voldmar.ru (c) Vladimir Epifanov -based on dark.css by Ivan Sagalaev -*/ - -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - background: #3f3f3f; - color: #dcdcdc; - -webkit-text-size-adjust: none; -} - -.hljs-keyword, -.hljs-tag, -.css .hljs-class, -.css .hljs-id, -.lisp .hljs-title, -.nginx .hljs-title, -.hljs-request, -.hljs-status, -.clojure .hljs-attribute { - color: #e3ceab; -} - -.django .hljs-template_tag, -.django .hljs-variable, -.django .hljs-filter .hljs-argument { - color: #dcdcdc; -} - -.hljs-number, -.hljs-date { - color: #8cd0d3; -} - -.dos .hljs-envvar, -.dos .hljs-stream, -.hljs-variable, -.apache .hljs-sqbracket, -.hljs-name { - color: #efdcbc; -} - -.dos .hljs-flow, -.diff .hljs-change, -.python .exception, -.python .hljs-built_in, -.hljs-literal, -.tex .hljs-special { - color: #efefaf; -} - -.diff .hljs-chunk, -.hljs-subst { - color: #8f8f8f; -} - -.dos .hljs-keyword, -.hljs-decorator, -.hljs-title, -.hljs-type, -.diff .hljs-header, -.ruby .hljs-class .hljs-parent, -.apache .hljs-tag, -.nginx .hljs-built_in, -.tex .hljs-command, -.hljs-prompt { - color: #efef8f; -} - -.dos .hljs-winutils, -.ruby .hljs-symbol, -.ruby .hljs-symbol .hljs-string, -.ruby .hljs-string { - color: #dca3a3; -} - -.diff .hljs-deletion, -.hljs-string, -.hljs-tag .hljs-value, -.hljs-preprocessor, -.hljs-pragma, -.hljs-built_in, -.smalltalk .hljs-class, -.smalltalk .hljs-localvars, -.smalltalk .hljs-array, -.css .hljs-rule .hljs-value, -.hljs-attr_selector, -.hljs-pseudo, -.apache .hljs-cbracket, -.tex .hljs-formula, -.coffeescript .hljs-attribute { - color: #cc9393; -} - -.hljs-shebang, -.diff .hljs-addition, -.hljs-comment, -.hljs-annotation, -.hljs-pi, -.hljs-doctype { - color: #7f9f7f; -} - -.coffeescript .javascript, -.javascript .xml, -.tex .hljs-formula, -.xml .javascript, -.xml .vbscript, -.xml .css, -.xml .hljs-cdata { - opacity: 0.5; -} \ No newline at end of file diff --git a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/LICENSE b/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/LICENSE deleted file mode 100644 index 29513e9c..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/LICENSE +++ /dev/null @@ -1,2 +0,0 @@ -SIL Open Font License (OFL) -http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL diff --git a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.css b/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.css deleted file mode 100644 index 44a33a14..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.css +++ /dev/null @@ -1,10 +0,0 @@ -@font-face { - font-family: 'League Gothic'; - src: url('league-gothic.eot'); - src: url('league-gothic.eot?#iefix') format('embedded-opentype'), - url('league-gothic.woff') format('woff'), - url('league-gothic.ttf') format('truetype'); - - font-weight: normal; - font-style: normal; -} \ No newline at end of file diff --git a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.eot b/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.eot deleted file mode 100755 index f62619ae..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.eot and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.ttf b/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.ttf deleted file mode 100755 index baa9a950..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.ttf and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.woff b/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.woff deleted file mode 100755 index 8c1227b2..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/league-gothic/league-gothic.woff and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/LICENSE b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/LICENSE deleted file mode 100644 index 71b7a02a..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/LICENSE +++ /dev/null @@ -1,45 +0,0 @@ -SIL Open Font License - -Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. - -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. \ No newline at end of file diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.eot b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.eot deleted file mode 100755 index 32fe466b..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.eot and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.ttf deleted file mode 100755 index f9ac13ff..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.ttf and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.woff b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.woff deleted file mode 100755 index ceecbf17..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-italic.woff and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.eot b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.eot deleted file mode 100755 index 4d29ddad..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.eot and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.ttf deleted file mode 100755 index 00c833cd..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.ttf and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.woff b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.woff deleted file mode 100755 index 630754ab..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-regular.woff and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.eot deleted file mode 100755 index 1104e074..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.eot and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.ttf deleted file mode 100755 index 6d0253da..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.ttf and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.woff deleted file mode 100755 index 8888cf8d..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibold.woff and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot deleted file mode 100755 index cdf73343..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf deleted file mode 100755 index 56442992..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff deleted file mode 100755 index 7c2d3c74..00000000 Binary files a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff and /dev/null differ diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css deleted file mode 100644 index 0707a4f8..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css +++ /dev/null @@ -1,39 +0,0 @@ -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-regular.eot'); - src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-regular.woff') format('woff'), - url('source-sans-pro-regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-italic.eot'); - src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-italic.woff') format('woff'), - url('source-sans-pro-italic.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-semibold.eot'); - src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-semibold.woff') format('woff'), - url('source-sans-pro-semibold.ttf') format('truetype'); - font-weight: 600; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-semibolditalic.eot'); - src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-semibolditalic.woff') format('woff'), - url('source-sans-pro-semibolditalic.ttf') format('truetype'); - font-weight: 600; - font-style: italic; -} \ No newline at end of file diff --git a/presentations/2016-11-30-Profitbricks/lib/js/classList.js b/presentations/2016-11-30-Profitbricks/lib/js/classList.js deleted file mode 100644 index 44f2b4ce..00000000 --- a/presentations/2016-11-30-Profitbricks/lib/js/classList.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js*/ -if(typeof document!=="undefined"&&!("classList" in document.createElement("a"))){(function(j){var a="classList",f="prototype",m=(j.HTMLElement||j.Element)[f],b=Object,k=String[f].trim||function(){return this.replace(/^\s+|\s+$/g,"")},c=Array[f].indexOf||function(q){var p=0,o=this.length;for(;p - Copyright Tero Piirainen (tipiirai) - License MIT / http://bit.ly/mit-license - Version 0.96 - - http://headjs.com -*/(function(a){function z(){d||(d=!0,s(e,function(a){p(a)}))}function y(c,d){var e=a.createElement("script");e.type="text/"+(c.type||"javascript"),e.src=c.src||c,e.async=!1,e.onreadystatechange=e.onload=function(){var a=e.readyState;!d.done&&(!a||/loaded|complete/.test(a))&&(d.done=!0,d())},(a.body||b).appendChild(e)}function x(a,b){if(a.state==o)return b&&b();if(a.state==n)return k.ready(a.name,b);if(a.state==m)return a.onpreload.push(function(){x(a,b)});a.state=n,y(a.url,function(){a.state=o,b&&b(),s(g[a.name],function(a){p(a)}),u()&&d&&s(g.ALL,function(a){p(a)})})}function w(a,b){a.state===undefined&&(a.state=m,a.onpreload=[],y({src:a.url,type:"cache"},function(){v(a)}))}function v(a){a.state=l,s(a.onpreload,function(a){a.call()})}function u(a){a=a||h;var b;for(var c in a){if(a.hasOwnProperty(c)&&a[c].state!=o)return!1;b=!0}return b}function t(a){return Object.prototype.toString.call(a)=="[object Function]"}function s(a,b){if(!!a){typeof a=="object"&&(a=[].slice.call(a));for(var c=0;c