This is an automated email from the ASF dual-hosted git repository.
ghenzler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
The following commit(s) were added to refs/heads/master by this push:
new c2c9219 SLING-8418 make the startup html file available in regular
starter content bundle
c2c9219 is described below
commit c2c921953624701424f44291f5285ad70c1496f1
Author: georg.henzler <[email protected]>
AuthorDate: Tue May 14 16:28:23 2019 +0200
SLING-8418 make the startup html file available in regular starter
content bundle
---
.../resources/content/content/startup/index.html | 265 +++++++++++++++++++++
1 file changed, 265 insertions(+)
diff --git a/src/main/resources/content/content/startup/index.html
b/src/main/resources/content/content/startup/index.html
new file mode 100644
index 0000000..5468e12
--- /dev/null
+++ b/src/main/resources/content/content/startup/index.html
@@ -0,0 +1,265 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>If you start me up</title>
+ <style rel="stylesheet">
+ body, h1 {
+ font-weight: 300
+ }
+
+ .Home-Grid ul, h2, p {
+ line-height: 1.8em
+ }
+
+ .Grid {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center
+ }
+
+ body, h2 {
+ margin: 0
+ }
+
+ .Grid.Gutter > .Cell {
+ padding: 0 1rem
+ }
+
+ .Grid.Align-Center {
+ align-items: center
+ }
+
+ .Grid .Cell {
+ -webkit-box-flex: 0;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%
+ }
+
+ .Grid .Cell.Align-Center {
+ align-self: center
+ }
+
+ .Grid.Fit-Mobile > .Cell {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+
+ @media (min-width: 34em) {
+ .Grid.Fit-Small > .Cell {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+
+ }
+
+ @media (min-width: 48em) {
+ .Grid.Fit-Medium > .Cell {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+
+ }
+
+ @media (min-width: 62em) {
+ .Grid .Cell.Large-15 {
+ flex: 0 0 15%
+ }
+
+ .Grid .Cell.Large-25 {
+ flex: 0 0 25%
+ }
+
+ .Grid .Cell.Large-35 {
+ flex: 0 0 35%
+ }
+
+ .Grid .Cell.Large-50 {
+ flex: 0 0 50%
+ }
+
+ .Grid.Fit-Large > .Cell {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+ }
+
+ @media (min-width: 75em) {
+
+ .Grid.Fit-Extra > .Cell {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+ }
+
+ * {
+ box-sizing: border-box
+ }
+
+ body {
+ font-family: 'Open Sans', Helvetica, Arial;
+ color: gray;
+ position: relative;
+ height: 100%;
+ }
+
+ h1 {
+ font-size: 2.4em;
+ color: #606060
+ }
+
+ h2 {
+ font-weight: 400;
+ font-size: 1em
+ }
+
+ a {
+ color: #00678c;
+ text-decoration: none
+ }
+
+ a:hover {
+ text-decoration: underline
+ }
+
+ a img {
+ border: none
+ }
+
+ .Home-Grid {
+ min-height: 100%
+ }
+
+ .Home-Grid .Gradient {
+ flex: 0 0 100%;
+ height: 16px;
+ background:
url(data:image/jpeg;base64,/9j/4QPFRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAkAAAAcgEyAAIAAAAUAAAAlodpAAQAAAABAAAArAAAANgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkAMjAxNzowNTowMyAxMDozMToyMAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAAAyoAMABAAAAAEAAAQ4AAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAASYBGwAFAAAAAQAAAS4BKAADAAAAAQACAAACAQAEAAAAAQAAATYCAgAEAAAAAQAAAocAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb
[...]
+ background-size: cover;
+ }
+
+ .Home-Grid .Logos {
+ padding: 10% 20% 2%
+ }
+
+ .Home-Grid #sling-logo {
+ display: block;
+ margin-bottom: 32px;
+ margin-right: -8%
+ }
+
+ @media (min-width: 48em) {
+ .Home-Grid .Gradient {
+ flex: 0 0 16px;
+ height: auto
+ }
+
+ .Home-Grid .Logos {
+ padding: 6%
+ }
+
+ .Home-Grid #sling-logo {
+ margin-bottom: 180px
+ }
+ }
+
+ .Home-Grid #asf-logo {
+ display: block
+ }
+
+ .Home-Grid .Main-Content {
+ padding: 0 16px
+ }
+
+ @media (min-width: 48em) {
+ .Home-Grid .Main-Content {
+ padding: 0 16px 0 0
+ }
+ }
+
+ @media (min-width: 62em) {
+ .Home-Grid .Main-Content {
+ padding: 0
+ }
+ }
+
+ .Home-Grid ul {
+ margin: 0 0 1em;
+ padding: 0;
+ list-style: none
+ }
+ </style>
+ <meta http-equiv="refresh" content="5">
+</head>
+<body>
+<div class="Grid Fit-Medium Home-Grid">
+ <div class="Gradient"></div>
+ <header class="Cell Medium-35 Large-25 Align-Center Logos">
+ <a href="https://sling.apache.org" target="_blank" rel="noopener"
id="sling-logo" title="Visit the Apache Sling website">
+ <img
src="data:image/svg+xml;base64,PCEtLQogIExpY2Vuc2VkIHRvIHRoZSBBcGFjaGUgU29mdHdhcmUgRm91bmRhdGlvbiAoQVNGKSB1bmRlciBvbmUKICBvciBtb3JlIGNvbnRyaWJ1dG9yIGxpY2Vuc2UgYWdyZWVtZW50cy4gIFNlZSB0aGUgTk9USUNFIGZpbGUKICBkaXN0cmlidXRlZCB3aXRoIHRoaXMgd29yayBmb3IgYWRkaXRpb25hbCBpbmZvcm1hdGlvbgogIHJlZ2FyZGluZyBjb3B5cmlnaHQgb3duZXJzaGlwLiAgVGhlIEFTRiBsaWNlbnNlcyB0aGlzIGZpbGUKICB0byB5b3UgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlCiAgIkxpY2Vuc2UiKTsgeW91IG1heSBub3QgdXNlIHRoaXMg
[...]
+ alt="Apache Sling Logo">
+ </a>
+ <a href="https://apache.org" target="_blank" rel="noopener"
id="asf-logo" title="Visit the Apache Software Foundation website">
+ <img
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLQogICAgTGljZW5zZWQgdG8gdGhlIEFwYWNoZSBTb2Z0d2FyZSBGb3VuZGF0aW9uIChBU0YpIHVuZGVyIG9uZQogICAgb3IgbW9yZSBjb250cmlidXRvciBsaWNlbnNlIGFncmVlbWVudHMuICBTZWUgdGhlIE5PVElDRSBmaWxlCiAgICBkaXN0cmlidXRlZCB3aXRoIHRoaXMgd29yayBmb3IgYWRkaXRpb25hbCBpbmZvcm1hdGlvbgogICAgcmVnYXJkaW5nIGNvcHlyaWdodCBvd25lcnNoaXAuICBUaGUgQVNGIGxpY2Vuc2VzIHRoaXMgZmlsZQogICAgdG8geW91IHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVy
[...]
+ alt="Apache Software Foundation Logo">
+ </a>
+ </header>
+ <div class="Cell Align-Center Main-Content">
+ <div class="Grid">
+ <section class="Cell Large-50">
+ <h1>Apache Sling is starting up</h1>
+ <p>To get started with Sling, see our <a
href="https://sling.apache.org/" target="_blank"
+ title="Visit the
Apache Sling website">website</a>
+ or the <a
href="https://sling.apache.org/site/discover-sling-in-15-minutes.html"
target="_blank">Sling in 15 minutes</a>
+ tutorial.</p>
+ </section>
+ <div class="Cell Large-15"><!--/* Give the columns a bit of space
between them. */--></div>
+ <section class="Cell Large-35">
+ <h1>Resources</h1>
+ <h2>Reference</h2>
+ <ul>
+ <li><a
href="https://sling.apache.org/apidocs/sling9/index.html" target="_blank"
rel="noopener" title="Vist the Apache Sling Javadocs">API
+ Documentation</a></li>
+ <li><a
href="https://sling.apache.org/project-information.html#mailing-lists"
target="_blank" rel="noopener"
+ title="View available Apache Sling mailing
lists">Mailing Lists</a></li>
+ <li><a
href="https://sling.apache.org/documentation/tutorials-how-tos.html"
target="_blank" rel="noopener"
+ title="View Apache Sling Developer
Tutorials">Tutorials</a></li>
+ <li><a
href="https://github.com/apache?utf8=%E2%9C%93&q=sling-&type=source"
target="_blank" rel="noopener"
+ title="View the Apache Sling source code on
Github">Source Code</a></li>
+ <li><a href="https://github.com/apache/sling-samples"
target="_blank" rel="noopener"
+ title="View Apache Sling sample applications on
Github">Sample Applications</a></li>
+ </ul>
+ </section>
+ </div>
+ </div>
+</div>
+</body>
+</html>