You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/02 19:59:54 UTC

[celix-site] 02/10: CELIX-449: Cleanup of asf-site branch

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 87df8e5f163cf3ca17bbef8069049f967f9110e3
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 14:08:49 2018 +0100

    CELIX-449: Cleanup of asf-site branch
---
 .gitignore                                        |  19 +-
 .gitmodules                                       |   3 -
 README.md                                         |  31 +-
 archetypes/default.md                             |  22 --
 celix-src                                         |   1 -
 config.toml                                       |  21 --
 copy_docs_from_src_to_content.sh                  |  12 -
 themes/celix/layouts/404.html                     |   0
 themes/celix/layouts/_default/baseof.html         |  55 ----
 themes/celix/layouts/_default/list.html           |  25 --
 themes/celix/layouts/_default/single.html         |  19 --
 themes/celix/layouts/index.html                   |   3 -
 themes/celix/layouts/partials/top_level_menu.html |  79 -----
 themes/celix/static/favicon.ico                   | Bin 2082 -> 0 bytes
 themes/celix/static/import/friendly.css           |  85 -----
 themes/celix/static/import/javascript.js          |  32 --
 themes/celix/static/import/style.css              | 384 ----------------------
 themes/celix/static/media/Apache_Feather.png      | Bin 1994 -> 0 bytes
 themes/celix/static/media/Apache_Feather.svg      |  88 -----
 themes/celix/static/media/Apache_PoweredBy.png    | Bin 72953 -> 0 bytes
 themes/celix/static/media/Apache_full.png         | Bin 5144 -> 0 bytes
 themes/celix/static/media/Apache_full.svg         | 125 -------
 themes/celix/static/media/Chevron.gif             | Bin 121 -> 0 bytes
 themes/celix/static/media/ChevronOverlay.png      | Bin 310 -> 0 bytes
 themes/celix/static/media/IconHome.gif            | Bin 549 -> 0 bytes
 themes/celix/static/media/celix.png               | Bin 9225 -> 0 bytes
 themes/celix/static/media/celix_notext.png        | Bin 25443 -> 0 bytes
 themes/celix/static/media/celix_notext_20px.png   | Bin 2082 -> 0 bytes
 themes/celix/static/media/forkmeongithub.png      | Bin 9438 -> 0 bytes
 themes/celix/static/media/forkmesmall.png         | Bin 6982 -> 0 bytes
 themes/celix/static/media/githubIcon.png          | Bin 4701 -> 0 bytes
 themes/celix/static/media/memory_pools.png        | Bin 74273 -> 0 bytes
 themes/celix/static/media/shadow.png              | Bin 1698 -> 0 bytes
 themes/celix/static/media/shiro_bullet_24x24.png  | Bin 1645 -> 0 bytes
 34 files changed, 12 insertions(+), 992 deletions(-)

diff --git a/.gitignore b/.gitignore
index adeaf6e..30a1b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,12 @@
-# Ignore IntelliJ files.
-.idea/
+# Jekyll generated
+target
+.jekyll-metadata
+
+# IntelliJ generated
 *.iml
-*.ipr
-*.iws
+.idea
+.java-version
 
+# Bundler generated
+.bundle
 vendor/
-
-.sass-cache
-.jekyll-metadata
-.bundle/
-.testcontent/
-site/
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 63bec40..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "celix-src"]
-	path = celix-src
-	url = https://git-wip-us.apache.org/repos/asf/celix.git
diff --git a/README.md b/README.md
index 130812c..8118ad9 100644
--- a/README.md
+++ b/README.md
@@ -16,32 +16,7 @@ limitations under the License.
 -->
 # Apache Celix website
 
-The update celix website is still under construction and not yet live.
+The `asf-site` branch is only used for storing the generated static website.
+From this branch, the Celix website is being served.
 
-This is the website for [Apache Celix](https://celix.apache.org/), hosted at:
-
-    https://celix.apache.org/
-
-## Content Management System
-
-The Celix website uses the Hugo content management system. See [Hugo](https://gohugo.io) for more info and for details how to install hugo
-
-## Generate the website
-
-### Copy documentation dir from celix repo
-
- - Run `git submodule init` and `git submodule update` to retreive the Celix sources
- - Run `./copy_docs_from_src_to_content.sh` to copy the documents director to the website content documentation section 
-
-### Create doxygen documentation
-
-TODO
-
-### Generate the static website
-
-To generate the static website run: `hugo`. The resulting public dir should contain a updated static website.
-Or to just host it locally run: `hugo server -D`. The -D is provided to also host draft pages.
-
-## Publish the website
-
-TODO
+When submitting patches, apply them to the `master` branch instead of the `asf-site` branch.
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 67d0b89..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-# 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.
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
----
-
diff --git a/celix-src b/celix-src
deleted file mode 160000
index 3f24edf..0000000
--- a/celix-src
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3f24edf0bc00b05d28acbbf924851050c23dbccf
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 4795834..0000000
--- a/config.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.
-baseURL = "http://celix.apache.org/"
-languageCode = "en-us"
-title = "Apache Celix"
-theme = "celix"
-
diff --git a/copy_docs_from_src_to_content.sh b/copy_docs_from_src_to_content.sh
deleted file mode 100755
index 9e22924..0000000
--- a/copy_docs_from_src_to_content.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-src_doc_dir=celix-src/documents
-site_doc_dir=content/documentation
-
-for file in `cd ${src_doc_dir}; find . -name \*.md`
-do
-    dest="`dirname ${file}`.md"
-    dest_dir="`dirname ${dest}`"
-    mkdir -p ${site_doc_dir}/${dest_dir}
-    cp -v ${src_doc_dir}/${file} ${site_doc_dir}/${dest}
-done
diff --git a/themes/celix/layouts/404.html b/themes/celix/layouts/404.html
deleted file mode 100644
index e69de29..0000000
diff --git a/themes/celix/layouts/_default/baseof.html b/themes/celix/layouts/_default/baseof.html
deleted file mode 100644
index 791cf32..0000000
--- a/themes/celix/layouts/_default/baseof.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{{/*
-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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<link href="/import/style.css" rel="stylesheet">
-<link href="/import/friendly.css" rel="stylesheet">
-<title>
-    {{ block "title" . }}
-      {{ .Site.Title }}
-    {{ end }}
-</title>
-<meta name="description" content="">
-<meta name="author" content="me">
-</head>
-<body>
-<div id="imgbackground"></div>
-{{ partial "top_level_menu.html" . }}
-<a href="https://github.com/apache/celix">
-			<img class="GHImg shadowed" src="/media/forkmeongithub.png" alt="Fork me on GitHub"
-			data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
-			<img class="GHImgSmall shadowed" src="/media/forkmesmall.png" alt="Fork me on GitHub">
-</a>
-<a href="http://apache.org/">
-			<img id="APbig" class="logoAP shadowed" src="/media/Apache_full.svg">
-			<img id="APsmall" class="logoAP shadowed" src="/media/Apache_Feather.svg">
-</a>
-<div class="spacer">
-    {{ block "main" . }}
-    NOTE: Missing main block!
-    {{ end }}
-</div><div id="foot">
-<div id="footText">
-Copyright © 1018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
-Apache Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. 
-</div></div>
-<script src='/import/javascript.js'></script>
-</body>
-</html>
diff --git a/themes/celix/layouts/_default/list.html b/themes/celix/layouts/_default/list.html
deleted file mode 100644
index 7fbf7c9..0000000
--- a/themes/celix/layouts/_default/list.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{{/*
-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.
-*/}}
-{{ define "main" }}
-  <h1>Posts</h1>
-  {{ range .Data.Pages }}
-    <article>
-      <h2>{{ .Title }}</h2>
-      {{ .Content }}
-    </article>
-  {{ end }}
-{{ end }}
diff --git a/themes/celix/layouts/_default/single.html b/themes/celix/layouts/_default/single.html
deleted file mode 100644
index 2ca3ad3..0000000
--- a/themes/celix/layouts/_default/single.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{/*
-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.
-*/}}
-{{ define "main" }}
-    {{ .Page.Content }}
-{{ end }}
diff --git a/themes/celix/layouts/index.html b/themes/celix/layouts/index.html
deleted file mode 100644
index bf703c8..0000000
--- a/themes/celix/layouts/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{{ define "main" }}
-    {{ .Content }}
-{{ end }}
diff --git a/themes/celix/layouts/partials/top_level_menu.html b/themes/celix/layouts/partials/top_level_menu.html
deleted file mode 100644
index f428806..0000000
--- a/themes/celix/layouts/partials/top_level_menu.html
+++ /dev/null
@@ -1,79 +0,0 @@
-{{/*
-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.
-*/}}
-<nav class = "shadowed">
-	<a href="/"><img class="shadowed" src="/media/celix.png"></a>
-	<div id="mobmenu">
-	<select class="mobbutton" onchange="if (this.value) window.location.href=this.value">
-		<option value="">navigate</option>
-        <option value="/">Home</option>
-        {{ range .Sections }}
-                <optgroup label="{{ .Name }}">
-                    <option value="{{ .URL }}">{{ .Name }}</option>
-                {{ range .Pages }}
-                    <option value="{{ .URL }}">{{ .Name }}</option>
-                {{ end }}
-                </optgroup>
-        {{ end }}
-        <!--
-		<option value="/downloads/">Downloads</option>
-		<optgroup label="Community">
-			<option value="/contributing.html">Contributing</option>
-			<option value="/boardreports.html">Board Reports</option>
-			<option value="/releasing.html">Releasing</option>
-		</optgroup>
-		<optgroup label="Support">
-			<option value="/mailinglist.html">Mailing List</option>
-			<option value="/issuetracking.html">Issue Tracking</option>
-		</optgroup>
-        -->
-		<optgroup label="ASF">
-			<option value="http://www.apache.org/">ASF Home</option>
-			<option value="http://www.apache.org/foundation/how-it-works.html">How it works</option>
-			<option value="http://www.apache.org/licenses/">License</option>
-			<option value="http://www.apache.org/foundation/sponsorship.html">Sponsorship</option>
-			<option value="http://www.apache.org/foundation/thanks.html">Thanks</option>
-			<option value="http://www.apache.org/security">Security</option>
-		</optgroup>
-	</select>
-	<div id="dropmenu" class="shadowed">
-		<a href="/"><div class="dropbutton">Home</div></a>
-
-        {{ range .Site.Sections }}
-            <div class="dropdown">
-                <div class="dropbutton">{{ .Name }}<div class="triangle"></div></div>
-                <div class="dropdown-content">
-                {{ range .Pages }}
-                    <a href="{{ .URL }}">{{.Title}}</a>
-                {{ end }}
-                </div>
-            </div>
-        {{ end }}
-        
-        <div class="dropdown">
-			<div class="dropbutton">ASF<div class="triangle"></div></div>
-			<div class="dropdown-content">
-				<a href="http://www.apache.org/">ASF Home</a>
-				<a href="http://www.apache.org/foundation/how-it-works.html">How it works</a>
-				<a href="http://www.apache.org/licenses/">License</a>
-				<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-				<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
-				<a href="http://www.apache.org/security">Security</a>
-			</div>
-		</div>
-	</div>
-	</div>
-</nav>
diff --git a/themes/celix/static/favicon.ico b/themes/celix/static/favicon.ico
deleted file mode 100755
index 4e481ca..0000000
Binary files a/themes/celix/static/favicon.ico and /dev/null differ
diff --git a/themes/celix/static/import/friendly.css b/themes/celix/static/import/friendly.css
deleted file mode 100644
index 8540407..0000000
--- a/themes/celix/static/import/friendly.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
-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.
-*/
-.codehilite .hll { background-color: #ffffcc }
-.codehilite  { background: #f0f0f0; }
-.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
-.codehilite .k { color: #007020; font-weight: bold } /* Keyword */
-.codehilite .o { color: #666666 } /* Operator */
-.codehilite .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */
-.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
-.codehilite .cp { color: #007020 } /* Comment.Preproc */
-.codehilite .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */
-.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
-.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
-.codehilite .gd { color: #A00000 } /* Generic.Deleted */
-.codehilite .ge { font-style: italic } /* Generic.Emph */
-.codehilite .gr { color: #FF0000 } /* Generic.Error */
-.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.codehilite .gi { color: #00A000 } /* Generic.Inserted */
-.codehilite .go { color: #888888 } /* Generic.Output */
-.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.codehilite .gs { font-weight: bold } /* Generic.Strong */
-.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.codehilite .gt { color: #0044DD } /* Generic.Traceback */
-.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
-.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
-.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
-.codehilite .kp { color: #007020 } /* Keyword.Pseudo */
-.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
-.codehilite .kt { color: #902000 } /* Keyword.Type */
-.codehilite .m { color: #40a070 } /* Literal.Number */
-.codehilite .s { color: #4070a0 } /* Literal.String */
-.codehilite .na { color: #4070a0 } /* Name.Attribute */
-.codehilite .nb { color: #007020 } /* Name.Builtin */
-.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
-.codehilite .no { color: #60add5 } /* Name.Constant */
-.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
-.codehilite .ne { color: #007020 } /* Name.Exception */
-.codehilite .nf { color: #06287e } /* Name.Function */
-.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
-.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
-.codehilite .nv { color: #bb60d5 } /* Name.Variable */
-.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
-.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
-.codehilite .mb { color: #40a070 } /* Literal.Number.Bin */
-.codehilite .mf { color: #40a070 } /* Literal.Number.Float */
-.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
-.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
-.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
-.codehilite .sa { color: #4070a0 } /* Literal.String.Affix */
-.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
-.codehilite .sc { color: #4070a0 } /* Literal.String.Char */
-.codehilite .dl { color: #4070a0 } /* Literal.String.Delimiter */
-.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
-.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
-.codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
-.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
-.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
-.codehilite .sx { color: #c65d09 } /* Literal.String.Other */
-.codehilite .sr { color: #235388 } /* Literal.String.Regex */
-.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
-.codehilite .ss { color: #517918 } /* Literal.String.Symbol */
-.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
-.codehilite .fm { color: #06287e } /* Name.Function.Magic */
-.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
-.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
-.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
-.codehilite .vm { color: #bb60d5 } /* Name.Variable.Magic */
-.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
diff --git a/themes/celix/static/import/javascript.js b/themes/celix/static/import/javascript.js
deleted file mode 100755
index ae04ffb..0000000
--- a/themes/celix/static/import/javascript.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-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.
-*/
-//make links to the same page unclickable
-links = document.getElementsByTagName('a')
-url = location.origin + location.pathname
-for(i = 0;i < links.length;i++){	
-	if(links[i].href == url){
-		links[i].style = 'font-weight: bold;pointer-events: none;cursor: default;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none'
-		//add doc anchors
-		if(links[i].parentElement.tagName == 'TD'){
-			titles = document.getElementsByTagName('h2')
-			for(o = 0;o < titles.length;o++){
-				titles[o].id = titles[o].innerHTML.replace(/ /g, '_')
-				links[i].parentElement.innerHTML += '<br><a style="font-family: timesnewroman;" href="#' + titles[o].id + '">' + titles[o].innerHTML + '</a>'
-			}
-		}
-	}
-}
diff --git a/themes/celix/static/import/style.css b/themes/celix/static/import/style.css
deleted file mode 100755
index 341aef4..0000000
--- a/themes/celix/static/import/style.css
+++ /dev/null
@@ -1,384 +0,0 @@
-/*
-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.
-*/
-html, body {
-	margin: 0;
-	min-height: 100%;
-	min-width: 330px;
-	width: 100%;
-	height: 100%;
-	border-collapse:collapse;
-	display : table;
-}
-
-nav {
-	text-align: left;
-	position: fixed;
-	width: 100%;
-	background: #2CB9EC;
-	background: linear-gradient(50deg, transparent 190px, #2CB9EC 0);
-	z-index: 1;
-	height: 70px;
-}
-
-nav img {
-	height: 70px;
-	margin-left: 10px;
-	display: inline-block;
-}
-
-nav ul {
-	float: right !important;
-	height: 100%;
-	line-height: 60px;
-	margin: 0;
-}
-
-#imgbackground {
-	width: 250px;
-	height: 70px;
-	position: fixed;
-	background: #FFFFFF;
-	background: linear-gradient(0deg, transparent 0, #FFFFFF 20px);
-}
-
-a {
-	text-decoration: none;
-	outline: none;
-}
-
-#mobmenu {
-	display: inline;
-	margin-top: 38px;
-}
-
-#dropmenu a{
-	border-radius: 8px;
-	color: #FFFFFF;
-}
-
-#dropmenu {
-	position: fixed;
-	display: inline;
-	margin-left: 50px;
-	line-height: 54px;
-	color: #FFFFFF;
-}
-
-.dropbutton {
-	padding: 8px 20px 8px 20px;
-	cursor: pointer;
-	border: none;
-	display: inline-block;
-}
-
-.mobbutton {
-	display: none;
-}
-
-.dropdown {
-	position: relative;
-	display: inline-block;
-}
-
-.triangle {
-	margin-left: 4px;
-	display: inline-block;
-	width: 0;
-	height: 0;
-	border-style: solid;
-	border-width: 6px 8px 6px 0;
-	border-color: transparent #FFFFFF transparent transparent;
-	transition: transform 0.5s;
-}
-
-.dropdown-content {
-	position: absolute;
-	background: #f9f9f9;
-	min-width: 160px;
-	border-radius: 0px 0px 8px 8px;
-	right: 0;
-	transform: scaleY(0);
-	transform-origin: top;
-	-webkit-transform: scaleY(0);
-	-webkit-transform-origin: top;
-	transition: transform 0.5s;
-	line-height: 30px;
-}
-
-.dropdown-content a {
-	padding: 12px 16px;
-	display: block;
-	color:black !important;
-}
-
-.dropdown-content a:hover, .dropdown:hover, .dropbutton:hover, #dropmenu a:hover{
-	background: #f1f1f1;
-	color:black;
-}
-
-.dropdown:hover .dropdown-content {
-	transform: scaleY(1);
-	-webkit-transform: scaleY(1);
-	z-index: 1;
-}
-
-.dropdown:hover .triangle {
-	transform: rotate(-90deg);
-	-webkit-transform: rotate(-90deg);
-	border-color: transparent #2CB9EC transparent transparent;
-}
-
-.container {
-	margin: 0 auto;
-	height: 100%;
-	min-height:100%;
-	text-align: center;
-}
-
-.logoAP {
-	position: fixed;
-	top: 4px;
-	right: 150px;
-	height: 64px;
-	z-index:2;
-}
-
-#APsmall{
-	display:none;
-}
-
-.GHImg {
-	z-index:2;
-	position: fixed;
-	top: 0;
-	right: 0;
-	transform: rotate(90deg);
-	-webkit-transform: rotate(90deg);
-}
-
-.GHImgSmall {
-	z-index:2;
-	position: fixed;
-	top: 0;
-	left: 0;
-	height: 30px;
-	display: none;
-}
-
-#banner {
-	max-width: 1100px;
-	margin: 0 auto;
-	overflow: auto;
-	padding-bottom: 10%;
-	align-items: center;
-}
-
-.bannertext {
-	text-align: left;
-	font-size: 18px;
-	padding: 15px;
-	padding-top: 40px;
-}
-
-.bannerImage {
-	width: 45%;
-	float:right;
-	padding: 30px;
-}
-
-.item {
-	display: inline-block;
-	width: 29%;
-	margin: 1%;
-	padding: 1%;
-	min-width: 320px;
-	background: #d8d8d8;
-	border-radius: 8px;
-	min-height: 250px;
-	vertical-align: top;
-	text-align: left;
-}
-
-iframe {
-	padding: 0;
-	min-width: 440px;
-	max-width: 500px;
-}
-
-.spacer {
-	padding-top: 70px;
-	padding-bottom: 5px;
-	height:100%;
-	overflow: hidden;
-}
-
-#docTable {
-	float: left;
-	border-collapse: collapse;
-	margin-top: 10px;
-	position: fixed;
-	text-overflow: ellipsis;	
-}
-
-#docTable tr {
-	color: #FFFFFF;
-	background-color: #2cb9ec;
-}
-
-#docTable tr:nth-child(even) {
-	background-color: #239dd0;
-}
-
-#docTable a {
-	color: #FFFFFF;
-	display: inline-block;
-	white-space: nowrap;
-	text-overflow: ellipsis;
-	overflow: hidden;
-	width: 175px;
-	padding-right: 2px;
-}
-
-#docContent {
-	display: table-cell;
-	padding-left: 195px;
-	padding-right: 10px;
-}
-
-#foot {
-	text-align: center;
-	display : table-row;
-	vertical-align : bottom;
-	height : 1px;
-}
-
-#footText {
-	color: white;
-	font-size: 12px;
-	background: #2CB9EC;
-	padding: 4px;
-}
-
-.shadowed {
-	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
-	filter: url(#drop-shadow);
-	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
-	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
-}
-
-.codehilite {
-	display: inline-block;
-	border-radius: 8px;
-	padding: 5px;
-}
-
-#docContent h2{
-	padding-top: 80px;
-	margin-top: -80px;
-}
-
-@media screen and (max-width: 1300px) {
-	#APbig{display:none}
-	#APsmall{display:block}
-	.dropbutton {
-		font-size:14px;
-		padding:8px;
-	}
-}
-
-@media screen and (max-width: 970px) {
-	body, #footer {
-		font-size: 12px;
-	}
-	
-	nav {
-		background: linear-gradient(300deg, transparent 185px, #2CB9EC 0);
-	}
-
-	#imgbackground {
-		right: 0;
-	}
-	
-	nav img {
-		float: right;
-	}
-	
-	.GHImg {
-		display: none;
-	}
-	
-	.GHImgSmall {
-		display: block;
-	}
-	
-	#APsmall{
-		right: 195px;
-	}
-	
-	.bannertext {
-		width: 80%;
-		padding-top: 0;
-		min-width: 320px;
-		float: none;
-		margin: auto;
-	}
-	
-	.bannerImage {
-		display: none;
-	}
-	
-	#mobmenu {
-		display: inline-block;
-	}
-	
-	.triangle{
-		border-color: transparent #2CB9EC transparent transparent;
-	}
-	
-	.mobbutton {
-		position: absolute;
-		display: inline-block;
-		background: white;
-	}
-	
-	#dropmenu {
-		display:none;
-	}
-
-	#docTable a {
-		width:120px;
-	}
-
-	#docContent {
-		padding-left: 130px;
-	}
-}
-
-@media screen and (max-width: 450px) {
-	#docTable {
-		position: relative;
-		float: none;
-	}
-
-	#docTable a {
-		width:auto;
-	}
-
-	#docContent {
-		padding-left: 0;
-	}
-}
diff --git a/themes/celix/static/media/Apache_Feather.png b/themes/celix/static/media/Apache_Feather.png
deleted file mode 100644
index 121195a..0000000
Binary files a/themes/celix/static/media/Apache_Feather.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_Feather.svg b/themes/celix/static/media/Apache_Feather.svg
deleted file mode 100644
index e41b65a..0000000
--- a/themes/celix/static/media/Apache_Feather.svg
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
-<svg enable-background="new 0 0 2392.5 4226.6" version="1.1" viewBox="0 0 2392.5 4226.6" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<linearGradient id="i" x1="-5167.1" x2="-4570.1" y1="697.55" y2="1395.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#F69923" offset="0"/>
-	<stop stop-color="#F79A23" offset=".3123"/>
-	<stop stop-color="#E97826" offset=".8383"/>
-</linearGradient>
-<path d="m1798.9 20.1c-66.3 39.1-176.4 149.9-307.9 310.4l120.8 228c84.8-121.3 170.9-230.4 257.8-323.6 6.7-7.4 10.2-10.9 10.2-10.9-3.4 3.6-6.8 7.3-10.2 10.9-28.1 31-113.4 130.5-242.1 328.1 123.9-6.2 314.3-31.5 469.6-58.1 46.2-258.8-45.3-377.3-45.3-377.3s-116.3-188.2-252.9-107.5z" fill="url(#i)"/>
-<path d="m1594.4 1320.7c0.9-0.2 1.8-0.3 2.7-0.5l-17.4 1.9c-1.1 0.5-2 1-3.1 1.4 6-0.9 11.9-1.9 17.8-2.8z" fill="none"/>
-<path d="m1471.1 1729.1c-9.9 2.2-20 3.9-30.2 5.4 10.2-1.5 20.3-3.3 30.2-5.4z" fill="none"/>
-<path d="m633.1 2645.2c1.3-3.4 2.6-6.8 3.8-10.2 26.6-70.2 52.9-138.4 79-204.9 29.3-74.6 58.2-146.8 86.8-216.8 30.1-73.8 59.8-145.1 89.1-214 30.7-72.3 61-141.9 90.7-208.9 24.2-54.5 48-107.3 71.5-158.4 7.8-17 15.6-33.9 23.4-50.6 15.4-33.1 30.7-65.6 45.7-97.3 13.9-29.3 27.7-57.9 41.4-86 4.5-9.4 9.1-18.6 13.6-27.9 0.7-1.5 1.5-3 2.2-4.5l-14.8 1.6-11.8-23.2c-1.1 2.3-2.3 4.5-3.5 6.8-21.2 42.1-42.2 84.6-63 127.5-12 24.8-24 49.7-35.9 74.7-33 69.3-65.5 139.2-97.4 209.6-32.3 71.1-63.9 142.6-94.9 21 [...]
-<path d="m1433.2 1735.7c0.1 0 0.1-0.1 0.2-0.1 0 0-0.1 0-0.2 0.1z" fill="none"/>
-<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E"/>
-<path d="m1393.2 1934.8c-15.4 2.8-31.3 5.5-47.6 8.3-0.1 0-0.2 0.1-0.3 0.1 8.2-1.2 16.3-2.4 24.3-3.8s15.8-2.9 23.6-4.6z" fill="#BE202E" opacity=".35"/>
-<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E"/>
-<path d="m1433.6 1735.5s-0.1 0-0.1 0.1c-0.1 0-0.1 0.1-0.2 0.1 2.6-0.3 5.1-0.8 7.6-1.1 10.3-1.5 20.4-3.3 30.2-5.4-12.3 2-24.8 4.2-37.5 6.3z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="h" x1="-9585.3" x2="-5326.2" y1="620.5" y2="620.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1255.7 1147.6c36.7-68.6 73.9-135.7 111.5-201 39-67.8 78.5-133.6 118.4-197 2.3-3.7 4.7-7.5 7-11.3 39.4-62.4 79.2-122.4 119.3-179.8l-120.8-228c-9.1 11.1-18.2 22.4-27.5 33.9-34.8 43.4-71 90.1-108.1 139.6-41.8 55.8-84.8 115.4-128.5 177.9-40.3 57.8-81.2 118.3-122.1 180.9-34.8 53.3-69.8 108.2-104.5 164.5-1.3 2.1-2.6 4.2-3.9 6.3l157.2 310.5c33.6-66.5 67.6-132.1 102-196.5z" fill="url(#h)"/>
-<linearGradient id="g" x1="-9071.2" x2="-6533.2" y1="1047.7" y2="1047.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m539.7 2897.1c-20.8 57.2-41.7 115.4-62.7 174.9-0.3 0.9-0.6 1.7-0.9 2.6-3 8.4-5.9 16.8-8.9 25.2-14.1 40.1-26.4 76.2-54.5 158.3 46.3 21.1 83.5 76.7 118.7 139.8-3.7-65.3-30.8-126.7-82.1-174.2 228.3 10.3 425-47.4 526.7-214.3 9.1-14.9 17.4-30.5 24.9-47.2-46.2 58.6-103.5 83.5-211.4 77.4-0.2 0.1-0.5 0.2-0.7 0.3 0.2-0.1 0.5-0.2 0.7-0.3 158.8-71.1 238.5-139.3 308.9-252.4 16.7-26.8 32.9-56.1 49.5-88.6-138.9 142.6-299.8 183.2-469.3 152.4l-127.1 13.9c-4 10.7-7.9 21.4-11.8 32.2z" fill="url(#g)"/>
-<linearGradient id="f" x1="-9346.1" x2="-5087" y1="580.82" y2="580.82" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m599 2612.4c27.5-71 55.8-142.8 84.8-215.3 27.8-69.4 56.4-139.2 85.6-209.4s59.1-140.5 89.6-210.9c31-71.6 62.7-143.1 94.9-214.2 31.9-70.3 64.4-140.3 97.4-209.6 11.9-25 23.9-49.9 35.9-74.7 20.8-42.9 41.8-85.4 63-127.5 1.1-2.3 2.3-4.5 3.5-6.8l-157.2-310.5c-2.6 4.2-5.1 8.4-7.7 12.6-36.6 59.8-73.1 121-108.9 183.5-36.2 63.1-71.7 127.4-106.4 192.6-29.3 55-57.9 110.5-85.7 166.5-5.6 11.4-11.1 22.6-16.6 33.9-34.3 70.5-65.2 138.6-93.2 204.1-31.7 74.2-59.6 145.1-84 212.3-16.1 44.2-30.7 86.9- [...]
-<linearGradient id="e" x1="-9035.5" x2="-6797.2" y1="638.44" y2="638.44" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m356.1 2529.2c-19.8 99.8-33.9 199.2-41 298-0.2 3.5-0.6 6.9-0.8 10.4-49.3-79-181.3-156.1-181-155.4 94.5 137 166.2 273 176.9 406.5-50.6 10.4-119.9-4.6-200-34.1 83.5 76.7 146.2 97.9 170.6 103.6-76.7 4.8-156.6 57.5-237.1 118.2 117.7-48 212.8-67 280.9-51.6-108 305.8-216.3 643.4-324.6 1001.8 33.2-9.8 53-32.1 64.1-62.3 19.3-64.9 147.4-490.7 348.1-1050.4 5.7-15.9 11.5-31.9 17.3-48 1.6-4.5 3.3-9 4.9-13.4 21.2-58.7 43.2-118.6 65.9-179.7 5.2-13.9 10.4-27.8 15.6-41.8 0.1-0.3 0.2-0.6 0.3-0.8 [...]
-<linearGradient id="d" x1="-9346.1" x2="-5087" y1="1021.6" y2="1021.6" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1178.1 1370.3c-4.5 9.2-9 18.5-13.6 27.9-13.6 28.1-27.4 56.7-41.4 86-15.1 31.7-30.3 64.1-45.7 97.3-7.8 16.7-15.5 33.5-23.4 50.6-23.5 51.1-47.3 103.9-71.5 158.4-29.7 67-60 136.6-90.7 208.9-29.3 68.9-59 140.2-89.1 214-28.6 70-57.5 142.3-86.8 216.8-26.1 66.5-52.4 134.7-79 204.9-1.3 3.4-2.6 6.8-3.8 10.2-26.4 69.7-53 141.3-79.8 214.7-0.6 1.7-1.2 3.4-1.8 5l127.1-13.9c-2.5-0.5-5.1-0.8-7.6-1.3 152-18.9 354-132.5 484.6-272.7 60.2-64.6 114.8-140.8 165.3-230 37.6-66.4 72.9-140 106.5-221.5  [...]
-<linearGradient id="c" x1="-9610.3" x2="-5351.2" y1="999.73" y2="999.73" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1627.6 563.1c-35.5 54.5-74.3 116.4-116 186.5-2.2 3.6-4.4 7.4-6.6 11.1-36 60.7-74.3 127.3-114.5 200.3-34.8 63-71 130.6-108.6 203.3-32.8 63.3-66.7 130.5-101.5 201.6l399.3-43.8c116.3-53.5 168.3-101.9 218.8-171.9 13.4-19.3 26.9-39.5 40.3-60.4 41-64 81.2-134.5 117.2-204.6 34.7-67.7 65.3-134.8 88.8-195.3 14.9-38.5 26.9-74.3 35.2-105.7 7.3-27.7 13-54 17.4-79.1-155.5 26.5-345.9 51.9-469.8 58z" fill="url(#c)"/>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E"/>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="b" x1="-9346.1" x2="-5087" y1="1152.7" y2="1152.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8z" fill="url(#b)"/>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E"/>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="a" x1="-9346.1" x2="-5087" y1="1137.7" y2="1137.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1433.2 1735.7c2.6-0.3 5.1-0.8 7.6-1.1-2.5 0.3-5 0.7-7.6 1.1z" fill="url(#a)"/>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E"/>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="j" x1="-6953.4" x2="-6012" y1="1134.7" y2="1134.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 3144.8 -4619.3)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1433.5 1735.6s0.1 0 0.1-0.1c0 0-0.1 0-0.1 0.1z" fill="url(#j)"/>
-<path d="m2218.7 387v11.7h27.4v77.4h12.7v-77.4h27.6v-11.7h-67.7zm158.3 0l-30.6 62.2-30.8-62.2h-15.3v89.1h11.7v-70.7l30.3 61.3h8.1l30.3-61.3v70.7h11.7v-89.1h-15.4z" fill="#6D6E71"/>
-</svg>
diff --git a/themes/celix/static/media/Apache_PoweredBy.png b/themes/celix/static/media/Apache_PoweredBy.png
deleted file mode 100755
index b7cd3b8..0000000
Binary files a/themes/celix/static/media/Apache_PoweredBy.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_full.png b/themes/celix/static/media/Apache_full.png
deleted file mode 100644
index ee7def8..0000000
Binary files a/themes/celix/static/media/Apache_full.png and /dev/null differ
diff --git a/themes/celix/static/media/Apache_full.svg b/themes/celix/static/media/Apache_full.svg
deleted file mode 100644
index 9f6a2d8..0000000
--- a/themes/celix/static/media/Apache_full.svg
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
-<svg enable-background="new 0 0 7127.6 2890" version="1.1" viewBox="0 0 7127.6 2890" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-<path d="m7104.7 847.8c15.3 15.3 22.9 33.7 22.9 55.2s-7.6 39.9-22.9 55.4c-15.3 15.4-33.8 23.1-55.6 23.1s-40.2-7.6-55.4-22.9c-15.1-15.3-22.7-33.7-22.7-55.2s7.6-39.9 22.9-55.4c15.3-15.4 33.7-23.1 55.4-23.1 21.6 0 40.1 7.6 55.4 22.9zm-6.6 104.1c13.3-13.6 20-29.8 20-48.7s-6.6-35-19.8-48.5c-13.2-13.4-29.4-20.1-48.6-20.1s-35.4 6.7-48.7 20.2-19.9 29.7-19.9 48.7 6.6 35.2 19.7 48.6 29.3 20.1 48.5 20.1 35.4-6.8 48.8-20.3zm-11-63.8c0 14-6.1 22.8-18.4 26.4l22.5 30.5h-18.2l-20.3-28.3h-18.6v28.3h-14.7 [...]
-<path d="m1803.6 499.8v155.4h-20v-155.4h-56.8v-19.2h133.9v19.2h-57.1z" fill="#6D6E71"/>
-<path d="m2082.2 655.2v-76.9h-105.2v76.9h-20v-174.7h20v78.9h105.2v-78.9h20v174.7h-20z" fill="#6D6E71"/>
-<path d="M2241.4,499.8v57.4h88.1v19.2h-88.1v59.8h101.8v19h-121.8V480.5H2340v19.2H2241.4z" fill="#6D6E71"/>
-<path d="m1574.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
-<path d="m2596.9 1852.4v-997.6h413.1c171.4 0 295.1 158.8 295.1 313.3 0 163-115.2 316.1-286.6 316.1h-324.6v368.1h-97zm97-455.3h318.9c118 0 193.9-108.2 193.9-229 0-125.1-92.7-226.2-202.3-226.2h-310.5v455.2z" fill="#D22128"/>
-<path d="m3250.5 1852.4l417.3-997.6h80.1l417.3 997.6h-105.4l-129.3-311.9h-448.2l-127.9 311.9h-103.9zm458.1-882.4l-205.1 493.2h404.7l-199.6-493.2z" fill="#D22128"/>
-<path d="m4637.3 849.1c177 0 306.3 89.9 368.1 217.8l-78.7 47.8c-63.2-132.1-186.9-177-295.1-177-238.9 0-369.5 213.6-369.5 414.5 0 220.6 161.6 420.1 373.7 420.1 112.4 0 244.5-56.2 307.7-185.5l81.5 42.1c-64.6 148.9-241.7 231.8-394.8 231.8-274 0-466.5-261.3-466.5-514.2 0.1-240.2 172.9-497.4 473.6-497.4z" fill="#D22128"/>
-<path d="m5949.1 854.8v997.6h-98.4v-466.5h-591.5v466.5h-96.9v-997.6h96.9v444h591.5v-444h98.4z" fill="#D22128"/>
-<path d="M6844.6,1765.2v87.1h-670.2V854.8H6832v87.1h-560.6v359.7h489v82.9h-489v380.8H6844.6z" fill="#D22128"/>
-<path d="m1667.6 2063.6c11.8 3.5 22.2 8.3 31 14.2l-10.3 22.6c-9-6-18.6-10.4-28.9-13.4-10.2-2.9-20-4.4-29.2-4.4-13.6 0-24.5 2.4-32.6 7.3s-12.2 11.8-12.2 20.7c0 7.6 2.3 14 6.8 19s10.2 8.9 17 11.7 16.1 6 28 9.6c14.4 4.6 26 8.9 34.7 12.9 8.8 4 16.3 9.9 22.5 17.8 6.2 7.8 9.3 18.2 9.3 31 0 11.7-3.2 21.8-9.5 30.6-6.3 8.7-15.3 15.5-26.8 20.3-11.6 4.8-24.9 7.2-40 7.2s-29.7-2.9-43.9-8.7-26.4-13.6-36.6-23.4l10.7-21.6c9.6 9.4 20.7 16.7 33.3 21.9s24.8 7.8 36.8 7.8c15.3 0 27.3-3 36.1-8.9s13.2-13.9 13. [...]
-<path d="m1980.1 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 19.9-0.1 38.3 4.6 55.2 14.1zm-98.2 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23. [...]
-<path d="m2186.5 2082.4v74h98.4v23.2h-98.4v90.2h-24.1v-210.6h133.8v23.2h-109.7z" fill="#6D6E71"/>
-<path d="m2491.6 2082.4v187.4h-24.1v-187.4h-68.4v-23.2h161.4v23.2h-68.9z" fill="#6D6E71"/>
-<path d="m2871.8 2269.8l-56.8-177.4-57.6 177.4h-24.5l-70.5-210.6h25.9l57.9 182.7 57.1-182.4 24.1-0.3 57.7 182.7 57.1-182.7h25l-70.6 210.6h-24.8z" fill="#6D6E71"/>
-<path d="m3087.3 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26.1l-23.5-53.2h-114.8zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
-<path d="m3461.1 2202.7c-6 0.4-10.7 0.6-14.1 0.6h-56v66.5h-24v-210.6h80c26.2 0 46.6 6.2 61.2 18.5 14.5 12.3 21.8 29.8 21.8 52.3 0 17.2-4.1 31.7-12.2 43.3s-19.8 20-35 25l49.2 71.5h-27.3l-43.6-67.1zm30.2-35.1c10.3-8.4 15.5-20.8 15.5-37 0-15.9-5.2-27.9-15.5-36s-25.1-12.2-44.3-12.2h-56v97.8h56c19.2 0 34-4.2 44.3-12.6z" fill="#6D6E71"/>
-<path d="m3688.3 2082.4v69.2h106.2v23.2h-106.2v72.1h122.8v22.9h-146.9v-210.6h142.9v23.2h-118.8z" fill="#6D6E71"/>
-<path d="M4147,2082.4v74h98.4v23.2H4147v90.2h-24.1v-210.6h133.8v23.2H4147z" fill="#6D6E71"/>
-<path d="m4523.3 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3- [...]
-<path d="m4854.7 2247.7c-15.7 15.5-37.3 23.3-64.8 23.3-27.7 0-49.4-7.8-65.1-23.3s-23.6-37-23.6-64.6v-124h24.1v124c0 20.3 5.8 36.1 17.3 47.5 11.6 11.4 27.3 17.1 47.3 17.1 20.1 0 35.8-5.7 47.1-17 11.4-11.3 17-27.2 17-47.7v-124h24.1v124c0.1 27.7-7.7 49.2-23.4 64.7z" fill="#6D6E71"/>
-<path d="m5169.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
-<path d="m5478.4 2073.1c16.4 9.3 29.4 21.9 38.9 37.9 9.6 16 14.3 33.9 14.3 53.5s-4.8 37.6-14.3 53.6c-9.5 16.1-22.6 28.7-39.3 37.9-16.6 9.2-35.2 13.8-55.5 13.8h-84.3v-210.6h85.2c20.3 0 38.6 4.6 55 13.9zm-116.1 173.8h61.4c15.5 0 29.6-3.5 42.3-10.6s22.8-16.9 30.2-29.5c7.4-12.5 11.1-26.5 11.1-42s-3.8-29.4-11.3-41.9-17.7-22.3-30.6-29.6c-12.8-7.2-27-10.9-42.6-10.9h-60.5v164.5z" fill="#6D6E71"/>
-<path d="m5668.6 2216.6l-23.5 53.2h-25.6l94.4-210.6h25l94.1 210.6h-26l-23.5-53.2h-114.9zm57.2-130l-46.9 106.8h94.4l-47.5-106.8z" fill="#6D6E71"/>
-<path d="m5991 2082.4v187.4h-24v-187.4h-68.4v-23.2h161.4v23.2h-69z" fill="#6D6E71"/>
-<path d="m6175.9 2269.8v-210.6h24.1v210.6h-24.1z" fill="#6D6E71"/>
-<path d="m6493.7 2072.8c16.8 9.4 30.2 22.3 40 38.4 9.8 16.2 14.8 33.9 14.8 53.3 0 19.5-4.9 37.4-14.8 53.6-9.8 16.3-23.2 29.1-40 38.6s-35.3 14.3-55.2 14.3c-20.3 0-38.8-4.7-55.7-14.3-16.8-9.5-30.2-22.4-40-38.6-9.8-16.3-14.8-34.1-14.8-53.6s4.9-37.3 14.8-53.5c9.8-16.2 23.2-29 40-38.3 16.8-9.4 35.4-14 55.7-14 20-0.1 38.4 4.6 55.2 14.1zm-98.1 19.9c-13.1 7.4-23.6 17.5-31.4 30.1s-11.8 26.5-11.8 41.7c0 15.3 3.9 29.3 11.8 42 7.8 12.7 18.3 22.8 31.4 30.2s27.4 11.1 42.9 11.1 29.7-3.7 42.7-11.1 23.3- [...]
-<path d="m6826.5 2269.8l-126.3-169.1v169.1h-24.1v-210.6h25l126.3 169.3v-169.3h23.8v210.6h-24.7z" fill="#6D6E71"/>
-<linearGradient id="i" x1="-4516.6" x2="-4108.4" y1="-2338.7" y2="-1861.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#F69923" offset="0"/>
-	<stop stop-color="#F79A23" offset=".3123"/>
-	<stop stop-color="#E97826" offset=".8383"/>
-</linearGradient>
-<path d="m1230.1 13.7c-45.3 26.8-120.6 102.5-210.5 212.3l82.6 155.9c58-82.9 116.9-157.5 176.3-221.2 4.6-5.1 7-7.5 7-7.5-2.3 2.5-4.6 5-7 7.5-19.2 21.2-77.5 89.2-165.5 224.4 84.7-4.2 214.9-21.6 321.1-39.7 31.6-177-31-258-31-258s-79.7-128.8-173-73.7z" fill="url(#i)"/>
-<path d="m1090.2 903.1l1.8-0.3-11.9 1.3c-0.7 0.3-1.4 0.7-2.1 1 4.1-0.7 8.2-1.4 12.2-2z" fill="none"/>
-<path d="m1005.9 1182.3c-6.7 1.5-13.7 2.7-20.7 3.7 7.1-1 14-2.2 20.7-3.7z" fill="none"/>
-<path d="m432.9 1808.8c0.9-2.3 1.8-4.7 2.6-7 18.2-48 36.2-94.7 54-140.1 20-51 39.8-100.4 59.3-148.3 20.6-50.4 40.9-99.2 60.9-146.3 21-49.4 41.7-97 62-142.8 16.5-37.3 32.8-73.4 48.9-108.3 5.4-11.7 10.7-23.2 16-34.6 10.5-22.7 21-44.8 31.3-66.5 9.5-20 19-39.6 28.3-58.8 3.1-6.4 6.2-12.8 9.3-19.1 0.5-1 1-2 1.5-3.1l-10.2 1.1-8-15.9c-0.8 1.6-1.6 3.1-2.4 4.6-14.5 28.8-28.9 57.9-43.1 87.2-8.2 16.9-16.4 34-24.6 51-22.6 47.4-44.8 95.2-66.6 143.3-22.1 48.6-43.7 97.5-64.9 146.5-20.8 48.1-41.3 96.2-61 [...]
-<path d="m980 1186.8c0.1 0 0.1 0 0.1-0.1 0 0.1 0 0.1-0.1 0.1z" fill="none"/>
-<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E"/>
-<path d="m952.6 1323c-10.6 1.9-21.4 3.8-32.5 5.7-0.1 0-0.1 0.1-0.2 0.1 5.6-0.8 11.2-1.7 16.6-2.6 5.5-1 10.8-2.1 16.1-3.2z" fill="#BE202E" opacity=".35"/>
-<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E"/>
-<path d="m980.3 1186.7c-0.1 0-0.1 0 0 0-0.1 0.1-0.2 0.1-0.2 0.1 1.8-0.2 3.5-0.5 5.2-0.8 7-1 13.9-2.2 20.7-3.7-8.5 1.5-17 2.9-25.7 4.4z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="h" x1="-7537.7" x2="-4625.4" y1="-2391.4" y2="-2391.4" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m858.6 784.7c25.1-46.9 50.5-92.8 76.2-137.4 26.7-46.4 53.7-91.3 80.9-134.7 1.6-2.6 3.2-5.2 4.8-7.7 27-42.7 54.2-83.7 81.6-122.9l-82.6-156c-6.2 7.6-12.5 15.3-18.8 23.2-23.8 29.7-48.6 61.6-73.9 95.5-28.6 38.2-58 78.9-87.8 121.7-27.6 39.5-55.5 80.9-83.5 123.7-23.8 36.5-47.7 74-71.4 112.5-0.9 1.4-1.8 2.9-2.6 4.3l107.5 212.3c22.8-45.6 46.1-90.5 69.6-134.5z" fill="url(#h)"/>
-<linearGradient id="g" x1="-7186.2" x2="-5450.7" y1="-2099.3" y2="-2099.3" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m369 1981c-14.2 39.1-28.5 78.9-42.9 119.6l-0.6 1.8c-2 5.7-4.1 11.5-6.1 17.2-9.7 27.4-18 52.1-37.3 108.2 31.7 14.5 57.1 52.5 81.1 95.6-2.6-44.7-21-86.6-56.2-119.1 156.1 7 290.6-32.4 360.1-146.6 6.2-10.2 11.9-20.9 17-32.2-31.6 40.1-70.8 57.1-144.5 53-0.2 0.1-0.3 0.1-0.5 0.2 0.2-0.1 0.3-0.1 0.5-0.2 108.6-48.6 163.1-95.3 211.2-172.6 11.4-18.3 22.5-38.4 33.8-60.6-94.9 97.5-205 125.3-320.9 104.2l-86.9 9.5c-2.4 7.3-5.1 14.6-7.8 22z" fill="url(#g)"/>
-<linearGradient id="f" x1="-7374.2" x2="-4461.8" y1="-2418.5" y2="-2418.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m409.6 1786.3c18.8-48.5 38.1-97.7 58-147.2 19-47.4 38.5-95.2 58.5-143.2s40.4-96.1 61.2-144.2c21.2-49 42.9-97.8 64.9-146.5 21.8-48.1 44-95.9 66.6-143.3 8.1-17.1 16.3-34.1 24.6-51 14.2-29.3 28.6-58.4 43.1-87.2 0.8-1.6 1.6-3.1 2.4-4.6l-107.5-212.3c-1.8 2.9-3.5 5.8-5.3 8.6-25.1 40.9-50 82.7-74.4 125.4-24.7 43.1-49 87.1-72.7 131.7-20 37.6-39.6 75.6-58.6 113.9-3.8 7.8-7.6 15.5-11.3 23.2-23.4 48.2-44.6 94.8-63.7 139.5-21.7 50.7-40.7 99.2-57.5 145.1-11 30.2-21 59.4-30.1 87.4-7.5 24-14.7 [...]
-<linearGradient id="e" x1="-7161.8" x2="-5631.3" y1="-2379.1" y2="-2379.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#282662" offset="0"/>
-	<stop stop-color="#662E8D" offset=".095484"/>
-	<stop stop-color="#9F2064" offset=".7882"/>
-	<stop stop-color="#CD2032" offset=".9487"/>
-</linearGradient>
-<path d="m243.5 1729.4c-13.6 68.2-23.2 136.2-28 203.8-0.2 2.4-0.4 4.7-0.5 7.1-33.7-54-124-106.8-123.8-106.2 64.6 93.7 113.7 186.7 120.9 278-34.6 7.1-82-3.2-136.8-23.3 57.1 52.5 100 67 116.7 70.9-52.5 3.3-107.1 39.3-162.1 80.8 80.5-32.8 145.5-45.8 192.1-35.3-73.9 209-147.9 439.8-222 684.8 22.7-6.7 36.2-21.9 43.9-42.6 13.2-44.4 100.8-335.6 238-718.2 3.9-10.9 7.8-21.8 11.8-32.9 1.1-3 2.2-6.1 3.3-9.2 14.5-40.1 29.5-81.1 45.1-122.9 3.5-9.5 7.1-19 10.7-28.6 0.1-0.2 0.1-0.4 0.2-0.6l-107.9-213.2 [...]
-<linearGradient id="d" x1="-7374.2" x2="-4461.8" y1="-2117.1" y2="-2117.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m805.6 937c-3.1 6.3-6.2 12.7-9.3 19.1-9.3 19.2-18.8 38.8-28.3 58.8-10.3 21.7-20.7 43.9-31.3 66.5-5.3 11.4-10.6 22.9-16 34.6-16.1 35-32.4 71.1-48.9 108.3-20.3 45.8-41 93.4-62 142.8-20 47.1-40.3 95.9-60.9 146.3-19.5 47.9-39.3 97.3-59.3 148.3-17.8 45.4-35.9 92.1-54 140.1-0.9 2.3-1.8 4.7-2.6 7-18 47.6-36.2 96.6-54.6 146.8-0.4 1.1-0.8 2.3-1.3 3.4l86.9-9.5c-1.7-0.3-3.5-0.5-5.2-0.9 103.9-13 242.1-90.6 331.4-186.5 41.1-44.2 78.5-96.3 113-157.3 25.7-45.4 49.8-95.8 72.8-151.5 20.1-48.7 39 [...]
-<linearGradient id="c" x1="-7554.8" x2="-4642.5" y1="-2132.1" y2="-2132.1" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m1112.9 385.1c-24.3 37.3-50.8 79.6-79.4 127.5-1.5 2.5-3 5.1-4.5 7.6-24.6 41.5-50.8 87.1-78.3 137-23.8 43.1-48.5 89.3-74.3 139-22.4 43.3-45.6 89.2-69.4 137.8l273-29.9c79.5-36.6 115.1-69.7 149.6-117.6 9.2-13.2 18.4-27 27.5-41.3 28-43.8 55.6-92 80.1-139.9 23.7-46.3 44.7-92.2 60.7-133.5 10.2-26.3 18.4-50.8 24.1-72.3 5-19 8.9-36.9 11.9-54.1-106 18.1-236.3 35.5-321 39.7z" fill="url(#c)"/>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E"/>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="b" x1="-7374.2" x2="-4461.8" y1="-2027.5" y2="-2027.5" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m936.5 1326.1c-5.5 1-11 1.8-16.6 2.6 5.6-0.7 11.1-1.6 16.6-2.6z" fill="url(#b)"/>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E"/>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="a" x1="-7374.2" x2="-4461.8" y1="-2037.7" y2="-2037.7" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m980 1186.8c1.8-0.2 3.5-0.5 5.2-0.8-1.7 0.3-3.4 0.6-5.2 0.8z" fill="url(#a)"/>
-<path d="m980.2 1186.7z" fill="#BE202E"/>
-<path d="m980.2 1186.7z" fill="#BE202E" opacity=".35"/>
-<linearGradient id="j" x1="-5738.1" x2="-5094.3" y1="-2039.8" y2="-2039.8" gradientTransform="matrix(.4226 -.9063 .9063 .4226 5117.9 -2859.9)" gradientUnits="userSpaceOnUse">
-	<stop stop-color="#9E2064" offset=".3233"/>
-	<stop stop-color="#C92037" offset=".6302"/>
-	<stop stop-color="#CD2335" offset=".7514"/>
-	<stop stop-color="#E97826" offset="1"/>
-</linearGradient>
-<path d="m980.2 1186.7z" fill="url(#j)"/>
-<path d="m1674.5 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.6-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.9 9.7-45.9 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8. [...]
-<path d="m1970 2520c13.1 7.8 23.3 18.6 30.6 32.5s11 29.8 11 47.5c0 17.6-3.6 33.4-10.8 47.2s-17.3 24.6-30.3 32.2-28 11.5-44.9 11.5c-16 0-29.9-3.5-41.9-10.5s-21.4-16.7-28.2-29.2v105.1h-26.8v-247h26.8v39c6.6-12.8 15.9-22.7 27.9-29.6s25.9-10.4 41.6-10.4c16.8 0 31.9 3.9 45 11.7zm-16.7 138c9.8-5.8 17.5-13.8 23-24s8.3-21.8 8.3-34.6-2.8-24.3-8.3-34.5-13.2-18.1-23-23.9-20.9-8.7-33.1-8.7c-12.6 0-23.8 2.8-33.6 8.5s-17.5 13.7-22.9 24c-5.5 10.3-8.2 21.8-8.2 34.6 0 13.1 2.7 24.7 8.2 34.8s13.1 18.1 22. [...]
-<path d="m2237.4 2662.1c-14.4 19.4-36.4 29.1-66.1 29.1-12.2 0-22.9-2.4-32.2-7.2s-16.5-11.4-21.6-19.8-7.6-17.8-7.6-28.2c0-15.7 5.9-28.2 17.8-37.5s28.5-14 49.8-14.2h59.2v-10.5c0-13.5-4.1-23.9-12.3-31.2s-20.2-11-36.1-11c-18.3 0-37.4 6.9-57.2 20.6l-11.2-19.6c12.8-8.5 24.7-14.6 35.5-18.5 10.8-3.8 23.5-5.8 38.2-5.8 22.2 0 39.3 5.5 51.3 16.4s18.1 26.2 18.3 45.8l0.3 119.3h-26.1v-27.7zm-21.8-4.9c10.8-7.2 18-17.1 21.4-29.7v-21.6h-56.2c-30.6 0-45.8 9.7-45.8 29.1 0 10 3.8 18 11.3 24s17.6 8.9 30.2 8. [...]
-<path d="m2500.9 2515.7c11.7 4.7 21.6 11.2 29.7 19.6l-14.7 18.9c-14.6-13.9-32.5-20.9-53.7-20.9-12.4 0-23.4 2.8-33.1 8.4s-17.3 13.4-22.8 23.5-8.2 21.6-8.2 34.6c0 13.1 2.7 24.6 8.2 34.6s13.1 17.9 22.8 23.7c9.7 5.7 20.8 8.6 33.1 8.6 11.8 0 22.5-2 32-6s17.5-9.8 23.9-17.4l15.4 16.6c-8.3 9.8-18.5 17.5-30.9 22.9-12.3 5.5-26.1 8.2-41.4 8.2-17.4 0-32.9-3.8-46.4-11.5-13.5-7.6-24.1-18.4-31.7-32.2s-11.5-29.7-11.5-47.5 3.9-33.7 11.6-47.4c7.8-13.8 18.5-24.5 32.4-32.1 13.8-7.6 29.5-11.5 46.9-11.5 13.9- [...]
-<path d="m2797.8 2527c12.1 12.4 18.1 29.6 18.1 51.5v111.4h-26.8v-104.3c0-15.9-4.5-28.4-13.6-37.3-9-8.9-21.5-13.4-37.5-13.4-19 0.2-33.9 6.4-44.7 18.5s-16.2 28-16.2 47.8v88.7h-26.8v-254.3h26.8v114.1c11.8-27.2 35.2-41 70.1-41.3 21.7-0.1 38.5 6.2 50.6 18.6z" fill="#6D6E71"/>
-<path d="m3078.4 2535.9c14.4 18.1 20.9 42.9 19.4 74.2h-147.3c2.2 17.6 9.3 31.6 21.2 42s26.6 15.6 44.3 15.6c11.2 0 21.5-2 31-5.9s17.8-9.5 24.9-16.7l14.7 15.7c-8.7 9.6-19.3 17-31.7 22.3-12.4 5.2-26.1 7.9-40.9 7.9-17.6 0-33.2-3.8-46.9-11.5-13.6-7.6-24.2-18.4-31.7-32.2s-11.3-29.7-11.3-47.5 3.8-33.7 11.5-47.4c7.6-13.8 18.3-24.5 32-32.1s29.3-11.5 46.7-11.5c28.3-0.1 49.7 9 64.1 27.1zm-22.2 10.9c-10.9-10.1-25.1-15.2-42.6-15.2-17.2 0-31.5 5.1-42.9 15.4s-18.1 24-20.2 41.2h123.3c-0.8-17.4-6.7-31.2- [...]
-<path d="m3224 2662.1c3.2 3.5 4.8 7.7 4.8 12.7s-1.6 9.2-4.8 12.6-7.1 5.1-11.6 5.1c-4.8 0-8.8-1.7-12-5.1s-4.9-7.6-4.9-12.6 1.6-9.3 4.9-12.7c3.2-3.5 7.3-5.2 12-5.2 4.5 0 8.4 1.8 11.6 5.2z" fill="#6D6E71"/>
-<path d="m3466.2 2520.1c13.9 7.6 24.7 18.4 32.5 32.2s11.7 29.5 11.7 47c0 17.8-3.9 33.7-11.7 47.5s-18.7 24.6-32.5 32.4c-13.9 7.8-29.6 11.6-47.3 11.6-17.6 0-33.4-3.9-47.3-11.6-13.9-7.8-24.8-18.5-32.6-32.4-7.8-13.8-11.6-29.7-11.6-47.5 0-17.6 3.9-33.3 11.6-47.1 7.8-13.8 18.6-24.5 32.6-32.1 13.9-7.6 29.7-11.5 47.3-11.5 17.6 0.1 33.4 3.9 47.3 11.5zm-80.8 21.4c-9.9 5.7-17.6 13.6-23.1 23.7s-8.2 21.6-8.2 34.6c0 13.1 2.7 24.7 8.2 34.8 5.5 10.2 13.2 18.1 23.1 23.8s21.1 8.6 33.5 8.6 23.5-2.9 33.5-8. [...]
-<path d="m3676.1 2519.1c10.9-7 24-10.6 39.3-10.8v26.9c-18.7-0.2-33.8 5-45.2 15.7s-17.9 25-19.6 43.1v95.9h-26.6v-180.6h26.6v40c6.1-13.1 14.6-23.2 25.5-30.2z" fill="#6D6E71"/>
-<path d="m3975.5 2671c0 17.4-3.8 32.6-11.4 45.6s-18.2 23-31.9 30-29.5 10.5-47.6 10.5c-26.8-0.2-51.4-8.9-74-25.9l12.2-20.6c9.1 7.6 18.6 13.3 28.4 17s20.6 5.7 32.3 5.9c19.6 0 35.4-5.6 47.3-16.8s17.8-26.2 17.8-44.9v-27.3c-6.4 12.2-15.3 21.5-26.7 27.9-11.4 6.5-24.7 9.7-39.7 9.7-15.9 0-30.2-3.7-42.7-11.1s-22.2-17.8-29.2-31c-7-13.3-10.5-28.3-10.5-45.2 0-16.7 3.4-31.6 10.3-44.6s16.5-23.2 28.8-30.6 26.5-11.1 42.4-11.1c15.3 0 28.6 3.2 40.1 9.7 11.4 6.5 20.5 15.8 27.2 27.9v-36.6h26.8v161.5zm-56.5- [...]
-</svg>
diff --git a/themes/celix/static/media/Chevron.gif b/themes/celix/static/media/Chevron.gif
deleted file mode 100755
index ef42331..0000000
Binary files a/themes/celix/static/media/Chevron.gif and /dev/null differ
diff --git a/themes/celix/static/media/ChevronOverlay.png b/themes/celix/static/media/ChevronOverlay.png
deleted file mode 100755
index 184ee63..0000000
Binary files a/themes/celix/static/media/ChevronOverlay.png and /dev/null differ
diff --git a/themes/celix/static/media/IconHome.gif b/themes/celix/static/media/IconHome.gif
deleted file mode 100755
index 0ab9e10..0000000
Binary files a/themes/celix/static/media/IconHome.gif and /dev/null differ
diff --git a/themes/celix/static/media/celix.png b/themes/celix/static/media/celix.png
deleted file mode 100644
index 86c16d2..0000000
Binary files a/themes/celix/static/media/celix.png and /dev/null differ
diff --git a/themes/celix/static/media/celix_notext.png b/themes/celix/static/media/celix_notext.png
deleted file mode 100644
index 23c7459..0000000
Binary files a/themes/celix/static/media/celix_notext.png and /dev/null differ
diff --git a/themes/celix/static/media/celix_notext_20px.png b/themes/celix/static/media/celix_notext_20px.png
deleted file mode 100755
index 4e481ca..0000000
Binary files a/themes/celix/static/media/celix_notext_20px.png and /dev/null differ
diff --git a/themes/celix/static/media/forkmeongithub.png b/themes/celix/static/media/forkmeongithub.png
deleted file mode 100755
index dc0763a..0000000
Binary files a/themes/celix/static/media/forkmeongithub.png and /dev/null differ
diff --git a/themes/celix/static/media/forkmesmall.png b/themes/celix/static/media/forkmesmall.png
deleted file mode 100644
index c1c8dad..0000000
Binary files a/themes/celix/static/media/forkmesmall.png and /dev/null differ
diff --git a/themes/celix/static/media/githubIcon.png b/themes/celix/static/media/githubIcon.png
deleted file mode 100755
index e7605b0..0000000
Binary files a/themes/celix/static/media/githubIcon.png and /dev/null differ
diff --git a/themes/celix/static/media/memory_pools.png b/themes/celix/static/media/memory_pools.png
deleted file mode 100755
index f005d1d..0000000
Binary files a/themes/celix/static/media/memory_pools.png and /dev/null differ
diff --git a/themes/celix/static/media/shadow.png b/themes/celix/static/media/shadow.png
deleted file mode 100755
index c04d21b..0000000
Binary files a/themes/celix/static/media/shadow.png and /dev/null differ
diff --git a/themes/celix/static/media/shiro_bullet_24x24.png b/themes/celix/static/media/shiro_bullet_24x24.png
deleted file mode 100755
index 6f2d5ad..0000000
Binary files a/themes/celix/static/media/shiro_bullet_24x24.png and /dev/null differ