This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 632ec41 Automatic Site Publish by Buildbot
632ec41 is described below
commit 632ec410067954fc5337cab92db19ad6bdbd95ee
Author: buildbot <[email protected]>
AuthorDate: Sun Dec 8 15:24:01 2019 +0000
Automatic Site Publish by Buildbot
---
output/index.html | 131 +++++++++++++++++++++++++++++++++++++-------
output/theme/css/apache.css | 17 ++++++
2 files changed, 129 insertions(+), 19 deletions(-)
diff --git a/output/index.html b/output/index.html
index b3b9b5e..6c820c6 100644
--- a/output/index.html
+++ b/output/index.html
@@ -1,30 +1,123 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
-<head>
- <title>Apache Petri - Apache Petri</title>
- <meta charset="utf-8" />
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,
+ initial-scale=1, shrink-to-fit=no">
+ <link rel="shortcut icon"
href="https://www.apache.org/favicons/favicon.ico">
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ >
+ <link rel="stylesheet" href="theme/css/apache.css">
-</head>
-<body id="index" class="home">
- <header id="banner" class="body">
- <h1><a href="https://petri.apache.org/">Apache Petri
<strong></strong></a></h1>
- </header><!-- /#banner -->
- <nav id="menu"><ul>
- <li class="active"><a
href="https://petri.apache.org/pages/index.html">Apache Petri</a></li>
- </ul></nav><!-- /#menu -->
+
+ </head>
+
+ <body id="index" class="home">
+ <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
+ <img src="https://www.apache.org/foundation/press/kit/feather.svg"
+ width="30" height="30" class="d-inline-block align-top"
+ alt="Apache">
+ <a class="navbar-brand" href="/">Apache Petri</a>
+ <button class="navbar-toggler" type="button"
+ data-toggle="collapse" data-target="#navbarSupportedContent"
+ aria-controls="navbarSupportedContent" aria-expanded="false"
+ aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item active">
+ <a class="nav-link" href="/">Home</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="#">tbd-links</a>
+ </li>
+ </ul>
+ <div class="navbar-nav">
+ <div class="nav-item dropdown dropdown-menu-right active">
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown"
+ role="button" data-toggle="dropdown" aria-haspopup="true"
+ aria-expanded="false">About</a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+ <a class="dropdown-item"
href="https://www.apache.org/">Foundation</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/licenses/">License</a>
+ <a class="dropdown-item"
+
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+ <a class="dropdown-item"
+ href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/security/">Security</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </nav>
+
<h1>Apache Petri</h1>
<p>Content goes here.</p>
- <footer id="contentinfo" class="body">
- <address id="about" class="vcard body">
- Proudly powered by <a
href="http://getpelican.com/">Pelican</a>,
- which takes great advantage of <a
href="http://python.org">Python</a>.
- </address><!-- /#about -->
- </footer><!-- /#contentinfo -->
-</body>
+
+ <footer class="navbar-expand-lg navbar-light bg-light">
+ <div class="footer" id="footer">
+ <div class="row">
+ <div class="col-sm">
+ <address id="about" class="vcard body">
+ Apache Software Foundation<br/>
+ <a href="https://www.apache.org/">www.apache.org</a>
+ </address>
+ </div>
+ <div class="col-sm">
+ <ul>
+ <li>link 1</li>
+ <li>link 2</li>
+ </ul>
+ </div>
+ <div class="col-sm">
+ <ul>
+ <li>link 3</li>
+ <li>link 4</li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="container-fluid">
+ Copyright © 2019 The Apache Software Foundation,
+ Licensed under the
+ <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
+ License, Version 2.0.</a>
+ <br/>
+ Apache and the Apache feather logo are trademarks of
+ <a href="https://www.apache.org/">The Apache Software Foundation.</a>
+ </div><!-- #container-fluid -->
+
+ </div>
+ </footer>
+
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
+
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
+ crossorigin="anonymous"></script>
+ <script
+
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
+ crossorigin="anonymous"></script>
+ <script
+
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
+ crossorigin="anonymous"></script>
+ </body>
</html>
\ No newline at end of file
diff --git a/output/theme/css/apache.css b/output/theme/css/apache.css
new file mode 100644
index 0000000..e001070
--- /dev/null
+++ b/output/theme/css/apache.css
@@ -0,0 +1,17 @@
+.markdown-body {
+ box-sizing: border-box;
+ min-width: 200px;
+ max-width: 980px;
+ margin: 0 auto;
+ padding: 45px;
+}
+
+@media (max-width: 767px) {
+ .markdown-body {
+ padding: 15px;
+ }
+}
+
+.footer {
+ border-top: 1px solid black;
+}