http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/elements.html
----------------------------------------------------------------------
diff --git a/src/homepage/_site/elements.html b/src/homepage/_site/elements.html
deleted file mode 100644
index 570de87..0000000
--- a/src/homepage/_site/elements.html
+++ /dev/null
@@ -1,405 +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>
-               <head>
-                       <title></title>
-                       <!-- link to main stylesheet-->
-                       <link rel="stylesheet" type="text/css" 
href="css/main.css">
-                       <link rel="stylesheet" type="text/css" 
href="css/font-awesome.min.css">
-               </head>
-               <body>
-               <!--<link href="css/main.css" rel="stylesheet">-->
-                       <!--
-    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.
--->
-
-               <!-- Wrapper -->
-                       <div id="wrapper">
-
-                               <!-- Header -->
-                                       <header id="header">
-                                               <h1>Elements</h1>
-                                               <p>Ipsum dolor sit amet 
nullam</p>
-                                       </header>
-
-                               <!-- Main -->
-                                       <div id="main">
-
-                                               <!-- Content -->
-                                                       <section id="content" 
class="main">
-
-                                                               <!-- Text -->
-                                                                       
<section>
-                                                                               
<h2>Text</h2>
-                                                                               
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is 
<i>italic</i> and this is <em>emphasized</em>.
-                                                                               
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
-                                                                               
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. 
Finally, <a href="#">this is a link</a>.</p>
-                                                                               
<hr />
-                                                                               
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio 
porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat 
aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes 
viverra nibh in adipiscing blandit tempus accumsan.</p>
-                                                                               
<hr />
-                                                                               
<h2>Heading Level 2</h2>
-                                                                               
<h3>Heading Level 3</h3>
-                                                                               
<h4>Heading Level 4</h4>
-                                                                               
<hr />
-                                                                               
<h3>Blockquote</h3>
-                                                                               
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis 
sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet 
nullam adipiscing eu felis.</blockquote>
-                                                                               
<h3>Preformatted</h3>
-                                                                               
<pre><code>i = 0;
-
-while (!deck.isInOrder()) {
-    print 'Iteration ' + i;
-    deck.shuffle();
-    i++;
-}
-
-print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
-                                                                       
</section>
-
-                                                               <!-- Lists -->
-                                                                       
<section>
-                                                                               
<h2>Lists</h2>
-                                                                               
<div class="row">
-                                                                               
        <div class="6u 12u$(medium)">
-                                                                               
                <h3>Unordered</h3>
-                                                                               
                <ul>
-                                                                               
                        <li>Dolor pulvinar magna etiam.</li>
-                                                                               
                        <li>Sagittis sed lorem adipiscing.</li>
-                                                                               
                        <li>Felis enim etiam feugiat.</li>
-                                                                               
                        <li>Ipsum lorem nullam consequat.</li>
-                                                                               
                </ul>
-                                                                               
                <h3>Alternate</h3>
-                                                                               
                <ul class="alt">
-                                                                               
                        <li>Dolor pulvinar magna etiam.</li>
-                                                                               
                        <li>Sagittis sed lorem adipiscing.</li>
-                                                                               
                        <li>Felis enim etiam feugiat.</li>
-                                                                               
                        <li>Ipsum lorem nullam consequat.</li>
-                                                                               
                </ul>
-                                                                               
        </div>
-                                                                               
        <div class="6u$ 12u$(medium)">
-                                                                               
                <h3>Ordered</h3>
-                                                                               
                <ol>
-                                                                               
                        <li>Dolor pulvinar etiam.</li>
-                                                                               
                        <li>Etiam vel felis viverra.</li>
-                                                                               
                        <li>Felis enim feugiat.</li>
-                                                                               
                        <li>Dolor pulvinar etiam.</li>
-                                                                               
                        <li>Etiam vel felis lorem.</li>
-                                                                               
                        <li>Felis enim et feugiat.</li>
-                                                                               
                </ol>
-                                                                               
                <h3>Icons</h3>
-                                                                               
                <ul class="icons">
-                                                                               
                        <li><a href="#" class="icon fa-twitter"><span 
class="label">Twitter</span></a></li>
-                                                                               
                        <li><a href="#" class="icon fa-facebook"><span 
class="label">Facebook</span></a></li>
-                                                                               
                        <li><a href="#" class="icon fa-instagram"><span 
class="label">Instagram</span></a></li>
-                                                                               
                        <li><a href="#" class="icon fa-github"><span 
class="label">GitHub</span></a></li>
-                                                                               
                        <li><a href="#" class="icon fa-dribbble"><span 
class="label">Dribbble</span></a></li>
-                                                                               
                </ul>
-                                                                               
                <ul class="icons">
-                                                                               
                        <li><a href="#" class="icon alt fa-twitter"><span 
class="label">Twitter</span></a></li>
-                                                                               
                        <li><a href="#" class="icon alt fa-facebook"><span 
class="label">Facebook</span></a></li>
-                                                                               
                        <li><a href="#" class="icon alt fa-instagram"><span 
class="label">Instagram</span></a></li>
-                                                                               
                        <li><a href="#" class="icon alt fa-github"><span 
class="label">GitHub</span></a></li>
-                                                                               
                        <li><a href="#" class="icon alt fa-dribbble"><span 
class="label">Dribbble</span></a></li>
-                                                                               
                </ul>
-                                                                               
        </div>
-                                                                               
</div>
-                                                                               
<h2>Actions</h2>
-                                                                               
<div class="row">
-                                                                               
        <div class="6u 12u$(medium)">
-                                                                               
                <ul class="actions">
-                                                                               
                        <li><a href="#" class="button special">Default</a></li>
-                                                                               
                        <li><a href="#" class="button">Default</a></li>
-                                                                               
                </ul>
-                                                                               
                <ul class="actions small">
-                                                                               
                        <li><a href="#" class="button special 
small">Small</a></li>
-                                                                               
                        <li><a href="#" class="button small">Small</a></li>
-                                                                               
                </ul>
-                                                                               
                <ul class="actions vertical">
-                                                                               
                        <li><a href="#" class="button special">Default</a></li>
-                                                                               
                        <li><a href="#" class="button">Default</a></li>
-                                                                               
                </ul>
-                                                                               
                <ul class="actions vertical small">
-                                                                               
                        <li><a href="#" class="button special 
small">Small</a></li>
-                                                                               
                        <li><a href="#" class="button small">Small</a></li>
-                                                                               
                </ul>
-                                                                               
        </div>
-                                                                               
        <div class="6u 12u$(medium)">
-                                                                               
                <ul class="actions vertical">
-                                                                               
                        <li><a href="#" class="button special 
fit">Default</a></li>
-                                                                               
                        <li><a href="#" class="button fit">Default</a></li>
-                                                                               
                </ul>
-                                                                               
                <ul class="actions vertical small">
-                                                                               
                        <li><a href="#" class="button special small 
fit">Small</a></li>
-                                                                               
                        <li><a href="#" class="button small fit">Small</a></li>
-                                                                               
                </ul>
-                                                                               
        </div>
-                                                                               
</div>
-                                                                       
</section>
-
-                                                               <!-- Table -->
-                                                                       
<section>
-                                                                               
<h2>Table</h2>
-                                                                               
<h3>Default</h3>
-                                                                               
<div class="table-wrapper">
-                                                                               
        <table>
-                                                                               
                <thead>
-                                                                               
                        <tr>
-                                                                               
                                <th>Name</th>
-                                                                               
                                <th>Description</th>
-                                                                               
                                <th>Price</th>
-                                                                               
                        </tr>
-                                                                               
                </thead>
-                                                                               
                <tbody>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item One</td>
-                                                                               
                                <td>Ante turpis integer aliquet porttitor.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Two</td>
-                                                                               
                                <td>Vis ac commodo adipiscing arcu aliquet.</td>
-                                                                               
                                <td>19.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Three</td>
-                                                                               
                                <td> Morbi faucibus arcu accumsan lorem.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Four</td>
-                                                                               
                                <td>Vitae integer tempus condimentum.</td>
-                                                                               
                                <td>19.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Five</td>
-                                                                               
                                <td>Ante turpis integer aliquet porttitor.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                </tbody>
-                                                                               
                <tfoot>
-                                                                               
                        <tr>
-                                                                               
                                <td colspan="2"></td>
-                                                                               
                                <td>100.00</td>
-                                                                               
                        </tr>
-                                                                               
                </tfoot>
-                                                                               
        </table>
-                                                                               
</div>
-
-                                                                               
<h3>Alternate</h3>
-                                                                               
<div class="table-wrapper">
-                                                                               
        <table class="alt">
-                                                                               
                <thead>
-                                                                               
                        <tr>
-                                                                               
                                <th>Name</th>
-                                                                               
                                <th>Description</th>
-                                                                               
                                <th>Price</th>
-                                                                               
                        </tr>
-                                                                               
                </thead>
-                                                                               
                <tbody>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item One</td>
-                                                                               
                                <td>Ante turpis integer aliquet porttitor.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Two</td>
-                                                                               
                                <td>Vis ac commodo adipiscing arcu aliquet.</td>
-                                                                               
                                <td>19.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Three</td>
-                                                                               
                                <td> Morbi faucibus arcu accumsan lorem.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Four</td>
-                                                                               
                                <td>Vitae integer tempus condimentum.</td>
-                                                                               
                                <td>19.99</td>
-                                                                               
                        </tr>
-                                                                               
                        <tr>
-                                                                               
                                <td>Item Five</td>
-                                                                               
                                <td>Ante turpis integer aliquet porttitor.</td>
-                                                                               
                                <td>29.99</td>
-                                                                               
                        </tr>
-                                                                               
                </tbody>
-                                                                               
                <tfoot>
-                                                                               
                        <tr>
-                                                                               
                                <td colspan="2"></td>
-                                                                               
                                <td>100.00</td>
-                                                                               
                        </tr>
-                                                                               
                </tfoot>
-                                                                               
        </table>
-                                                                               
</div>
-                                                                       
</section>
-
-                                                               <!-- Buttons -->
-                                                                       
<section>
-                                                                               
<h3>Buttons</h3>
-                                                                               
<ul class="actions">
-                                                                               
        <li><a href="#" class="button special">Special</a></li>
-                                                                               
        <li><a href="#" class="button">Default</a></li>
-                                                                               
</ul>
-                                                                               
<ul class="actions">
-                                                                               
        <li><a href="#" class="button big">Big</a></li>
-                                                                               
        <li><a href="#" class="button">Default</a></li>
-                                                                               
        <li><a href="#" class="button small">Small</a></li>
-                                                                               
</ul>
-                                                                               
<ul class="actions fit">
-                                                                               
        <li><a href="#" class="button special fit">Fit</a></li>
-                                                                               
        <li><a href="#" class="button fit">Fit</a></li>
-                                                                               
        <li><a href="#" class="button fit">Fit</a></li>
-                                                                               
</ul>
-                                                                               
<ul class="actions fit small">
-                                                                               
        <li><a href="#" class="button special fit small">Fit + Small</a></li>
-                                                                               
        <li><a href="#" class="button fit small">Fit + Small</a></li>
-                                                                               
        <li><a href="#" class="button fit small">Fit + Small</a></li>
-                                                                               
</ul>
-                                                                               
<ul class="actions">
-                                                                               
        <li><a href="#" class="button special icon fa-download">Icon</a></li>
-                                                                               
        <li><a href="#" class="button icon fa-upload">Icon</a></li>
-                                                                               
        <li><a href="#" class="button icon fa-save">Icon</a></li>
-                                                                               
</ul>
-                                                                               
<ul class="actions">
-                                                                               
        <li><span class="button special disabled">Disabled</span></li>
-                                                                               
        <li><span class="button disabled">Disabled</span></li>
-                                                                               
</ul>
-                                                                       
</section>
-
-                                                               <!-- Form -->
-                                                                       
<section>
-                                                                               
<h2>Form</h2>
-                                                                               
<form method="post" action="#">
-                                                                               
        <div class="row uniform">
-                                                                               
                <div class="6u 12u$(xsmall)">
-                                                                               
                        <input type="text" name="demo-name" id="demo-name" 
value="" placeholder="Name" />
-                                                                               
                </div>
-                                                                               
                <div class="6u$ 12u$(xsmall)">
-                                                                               
                        <input type="email" name="demo-email" id="demo-email" 
value="" placeholder="Email" />
-                                                                               
                </div>
-                                                                               
                <div class="12u$">
-                                                                               
                        <div class="select-wrapper">
-                                                                               
                                <select name="demo-category" id="demo-category">
-                                                                               
                                        <option value="">- Category -</option>
-                                                                               
                                        <option value="1">Manufacturing</option>
-                                                                               
                                        <option value="1">Shipping</option>
-                                                                               
                                        <option 
value="1">Administration</option>
-                                                                               
                                        <option value="1">Human 
Resources</option>
-                                                                               
                                </select>
-                                                                               
                        </div>
-                                                                               
                </div>
-                                                                               
                <div class="4u 12u$(small)">
-                                                                               
                        <input type="radio" id="demo-priority-low" 
name="demo-priority" checked>
-                                                                               
                        <label for="demo-priority-low">Low</label>
-                                                                               
                </div>
-                                                                               
                <div class="4u 12u$(small)">
-                                                                               
                        <input type="radio" id="demo-priority-normal" 
name="demo-priority">
-                                                                               
                        <label for="demo-priority-normal">Normal</label>
-                                                                               
                </div>
-                                                                               
                <div class="4u$ 12u$(small)">
-                                                                               
                        <input type="radio" id="demo-priority-high" 
name="demo-priority">
-                                                                               
                        <label for="demo-priority-high">High</label>
-                                                                               
                </div>
-                                                                               
                <div class="6u 12u$(small)">
-                                                                               
                        <input type="checkbox" id="demo-copy" name="demo-copy">
-                                                                               
                        <label for="demo-copy">Email me a copy</label>
-                                                                               
                </div>
-                                                                               
                <div class="6u$ 12u$(small)">
-                                                                               
                        <input type="checkbox" id="demo-human" 
name="demo-human" checked>
-                                                                               
                        <label for="demo-human">Not a robot</label>
-                                                                               
                </div>
-                                                                               
                <div class="12u$">
-                                                                               
                        <textarea name="demo-message" id="demo-message" 
placeholder="Enter your message" rows="6"></textarea>
-                                                                               
                </div>
-                                                                               
                <div class="12u$">
-                                                                               
                        <ul class="actions">
-                                                                               
                                <li><input type="submit" value="Send Message" 
class="special" /></li>
-                                                                               
                                <li><input type="reset" value="Reset" /></li>
-                                                                               
                        </ul>
-                                                                               
                </div>
-                                                                               
        </div>
-                                                                               
</form>
-                                                                       
</section>
-
-                                                               <!-- Image -->
-                                                                       
<section>
-                                                                               
<h2>Image</h2>
-                                                                               
<h3>Fit</h3>
-                                                                               
<div class="box alt">
-                                                                               
        <div class="row uniform">
-                                                                               
                <div class="12u$"><span class="image fit"><img 
src="images/pic04.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic01.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic02.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u$"><span class="image fit"><img 
src="images/pic03.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic03.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic01.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u$"><span class="image fit"><img 
src="images/pic02.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic02.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u"><span class="image fit"><img 
src="images/pic03.jpg" alt="" /></span></div>
-                                                                               
                <div class="4u$"><span class="image fit"><img 
src="images/pic01.jpg" alt="" /></span></div>
-                                                                               
        </div>
-                                                                               
</div>
-                                                                               
<h3>Left &amp; Right</h3>
-                                                                               
<p><span class="image left"><img src="images/pic05.jpg" alt="" 
/></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis 
sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. 
tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit 
adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. 
Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt 
felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. 
tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit 
adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integ
 er ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac 
adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt 
felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus. Integer ac pellentesque praesent lorem ipsum dolor sit amet 
veroeros consequat. Etiam tempus lorem ipsum.</p>
-                                                                               
<p><span class="image right"><img src="images/pic06.jpg" alt="" 
/></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis 
sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. 
tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit 
adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. 
Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt 
felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. 
tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit 
adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Inte
 ger ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac 
adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt 
felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus 
vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan 
eu faucibus..</p>
-                                                                       
</section>
-                                                                       <footer 
class="major special">
-                                                                               
<hr>
-                                                                               
<center>
-                                                                               
        <ul class="actions">
-                                                                               
                <li><a href="/" class="button">Back to homepage</a></li>
-                                                                               
        </ul>
-                                                                               
</center>
-                                                                       
</footer>
-
-                                                       </section>
-
-                                       </div>
-
-
-                       </div>
-
-               <!-- Scripts -->
-                       <script src="assets/js/jquery.min.js"></script>
-                       <script src="assets/js/jquery.scrollex.min.js"></script>
-                       <script src="assets/js/jquery.scrolly.min.js"></script>
-                       <script src="assets/js/skel.min.js"></script>
-                       <script src="assets/js/util.js"></script>
-                       <!--[if lte IE 8]><script 
src="assets/js/ie/respond.min.js"></script><![endif]-->
-                       <script src="assets/js/main.js"></script>
-
-       </body>
-</html>
-
-               </body>
-       </html>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/feed.xml
----------------------------------------------------------------------
diff --git a/src/homepage/_site/feed.xml b/src/homepage/_site/feed.xml
deleted file mode 100644
index 3b0b60d..0000000
--- a/src/homepage/_site/feed.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    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.
--->
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
-  <channel>
-    <title>James Website</title>
-    <description>Write an awesome description for your new site here. You can 
edit this line in _config.yml. It will appear in your document head meta (for 
Google search results) and in your feed.xml site description.
-</description>
-    <link>http://localhost:4000/</link>
-    <atom:link href="http://localhost:4000/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 12 Apr 2017 05:32:30 +0000</pubDate>
-    <lastBuildDate>Wed, 12 Apr 2017 05:32:30 +0000</lastBuildDate>
-    <generator>Jekyll v3.4.3</generator>
-    
-      <item>
-        <title>Test Post</title>
-        <description>&lt;p&gt;You’ll find this post in your &lt;code 
class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory. Go ahead 
and edit it and re-build the site to see your changes. You can rebuild the site 
in many different ways, but the most common way is to run &lt;code 
class=&quot;highlighter-rouge&quot;&gt;jekyll serve&lt;/code&gt;, which 
launches a web server and auto-regenerates your site when a file is 
updated.&lt;/p&gt;
-
-&lt;p&gt;To add new posts, simply add a file in the &lt;code 
class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory that 
follows the convention &lt;code 
class=&quot;highlighter-rouge&quot;&gt;YYYY-MM-DD-name-of-post.ext&lt;/code&gt; 
and includes the necessary front matter. Take a look at the source for this 
post to get an idea about how it works.&lt;/p&gt;
-
-&lt;p&gt;Jekyll also offers powerful support for code snippets:&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-ruby&quot; data-lang=&quot;ruby&quot;&gt;&lt;span 
class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span 
class=&quot;nf&quot;&gt;print_hi&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span 
class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;)&lt;/span&gt;
-  &lt;span class=&quot;nb&quot;&gt;puts&lt;/span&gt; &lt;span 
class=&quot;s2&quot;&gt;&quot;Hi, &lt;/span&gt;&lt;span 
class=&quot;si&quot;&gt;#{&lt;/span&gt;&lt;span 
class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span 
class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span 
class=&quot;s2&quot;&gt;&quot;&lt;/span&gt;
-&lt;span class=&quot;k&quot;&gt;end&lt;/span&gt;
-&lt;span class=&quot;n&quot;&gt;print_hi&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span 
class=&quot;s1&quot;&gt;'Tom'&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;)&lt;/span&gt;
-&lt;span class=&quot;c1&quot;&gt;#=&amp;gt; prints 'Hi, Tom' to 
STDOUT.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Check out the &lt;a 
href=&quot;http://jekyllrb.com/docs/home&quot;&gt;Jekyll docs&lt;/a&gt; for 
more info on how to get the most out of Jekyll. File all bugs/feature requests 
at &lt;a href=&quot;https://github.com/jekyll/jekyll&quot;&gt;Jekyll’s GitHub 
repo&lt;/a&gt;. If you have questions, you can ask them on &lt;a 
href=&quot;https://talk.jekyllrb.com/&quot;&gt;Jekyll Talk&lt;/a&gt;.&lt;/p&gt;
-
-</description>
-        <pubDate>Fri, 09 Sep 2016 14:13:22 +0000</pubDate>
-        <link>http://localhost:4000/james/update/2016/09/09/test.html</link>
-        <guid 
isPermaLink="true">http://localhost:4000/james/update/2016/09/09/test.html</guid>
-        
-        
-        <category>james</category>
-        
-        <category>update</category>
-        
-      </item>
-    
-      <item>
-        <title>Welcome to Jekyll</title>
-        <description>&lt;p&gt;You’ll find this post in your &lt;code 
class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory. Go ahead 
and edit it and re-build the site to see your changes. You can rebuild the site 
in many different ways, but the most common way is to run &lt;code 
class=&quot;highlighter-rouge&quot;&gt;jekyll serve&lt;/code&gt;, which 
launches a web server and auto-regenerates your site when a file is 
updated.&lt;/p&gt;
-
-&lt;p&gt;To add new posts, simply add a file in the &lt;code 
class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory that 
follows the convention &lt;code 
class=&quot;highlighter-rouge&quot;&gt;YYYY-MM-DD-name-of-post.ext&lt;/code&gt; 
and includes the necessary front matter. Take a look at the source for this 
post to get an idea about how it works.&lt;/p&gt;
-
-&lt;p&gt;Jekyll also offers powerful support for code snippets:&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-ruby&quot; data-lang=&quot;ruby&quot;&gt;&lt;span 
class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span 
class=&quot;nf&quot;&gt;print_hi&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span 
class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;)&lt;/span&gt;
-  &lt;span class=&quot;nb&quot;&gt;puts&lt;/span&gt; &lt;span 
class=&quot;s2&quot;&gt;&quot;Hi, &lt;/span&gt;&lt;span 
class=&quot;si&quot;&gt;#{&lt;/span&gt;&lt;span 
class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span 
class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span 
class=&quot;s2&quot;&gt;&quot;&lt;/span&gt;
-&lt;span class=&quot;k&quot;&gt;end&lt;/span&gt;
-&lt;span class=&quot;n&quot;&gt;print_hi&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span 
class=&quot;s1&quot;&gt;'Tom'&lt;/span&gt;&lt;span 
class=&quot;p&quot;&gt;)&lt;/span&gt;
-&lt;span class=&quot;c1&quot;&gt;#=&amp;gt; prints 'Hi, Tom' to 
STDOUT.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Check out the &lt;a 
href=&quot;http://jekyllrb.com/docs/home&quot;&gt;Jekyll docs&lt;/a&gt; for 
more info on how to get the most out of Jekyll. File all bugs/feature requests 
at &lt;a href=&quot;https://github.com/jekyll/jekyll&quot;&gt;Jekyll’s GitHub 
repo&lt;/a&gt;. If you have questions, you can ask them on &lt;a 
href=&quot;https://talk.jekyllrb.com/&quot;&gt;Jekyll Talk&lt;/a&gt;.&lt;/p&gt;
-
-</description>
-        <pubDate>Mon, 29 Aug 2016 14:13:22 +0000</pubDate>
-        <link>http://localhost:4000/welcome-jekyll</link>
-        <guid isPermaLink="true">http://localhost:4000/welcome-jekyll</guid>
-        
-        
-        <category>james</category>
-        
-        <category>update</category>
-        
-      </item>
-    
-  </channel>
-</rss>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/generic.html
----------------------------------------------------------------------
diff --git a/src/homepage/_site/generic.html b/src/homepage/_site/generic.html
deleted file mode 100644
index bec04e3..0000000
--- a/src/homepage/_site/generic.html
+++ /dev/null
@@ -1,96 +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>
-               <head>
-                       <title></title>
-                       <!-- link to main stylesheet-->
-                       <link rel="stylesheet" type="text/css" 
href="css/main.css">
-                       <link rel="stylesheet" type="text/css" 
href="css/font-awesome.min.css">
-               </head>
-               <body>
-               <!--<link href="css/main.css" rel="stylesheet">-->
-                       <!--
-    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.
--->
-
-               <!-- Wrapper -->
-                       <div id="wrapper">
-
-                               <!-- Header -->
-                                       <header id="header">
-                                               <h1>Generic</h1>
-                                               <p>Ipsum dolor sit amet 
nullam</p>
-                                       </header>
-
-                               <!-- Main -->
-                                       <div id="main">
-
-                                               <!-- Content -->
-                                                       <section id="content" 
class="main">
-                                                               <span 
class="image main"><img src="images/pic04.jpg" alt="" /></span>
-                                                               <h2>Magna 
feugiat lorem</h2>
-                                                               <p>Donec eget 
ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. 
Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum 
sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, 
consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia 
malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar 
mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis 
fames ac ante ipsum primis in faucibus.</p>
-                                                               <p>Pellentesque 
venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, 
vitae egestas enim auctor sit amet. Consequat leo mauris, consectetur id ipsum 
sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit 
enim turpis lorem ipsum dolor sit amet feugiat. Phasellus convallis elit id 
ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada 
quis. Aliquam dapibus, lacus eget hendrerit bibendum, urna est aliquam sem, sit 
amet est velit quis lorem.</p>
-                                                               <h2>Tempus 
veroeros</h2>
-                                                               <p>Cep risus 
aliquam gravida cep ut lacus amet. Adipiscing faucibus nunc placerat. Tempus 
adipiscing turpis non blandit accumsan eget lacinia nunc integer interdum amet 
aliquam ut orci non col ut ut praesent. Semper amet interdum mi. Phasellus enim 
laoreet ac ac commodo faucibus faucibus. Curae ante vestibulum ante. Blandit. 
Ante accumsan nisi eu placerat gravida placerat adipiscing in risus fusce vitae 
ac mi accumsan nunc in accumsan tempor blandit aliquet aliquet lobortis. 
Ultricies blandit lobortis praesent turpis. Adipiscing accumsan adipiscing 
adipiscing ac lacinia cep. Orci blandit a iaculis adipiscing ac. Vivamus ornare 
laoreet odio vis praesent nunc lorem mi. Erat. Tempus sem faucibus ac id. Vis 
in blandit. Nascetur ultricies blandit ac. Arcu aliquam. Accumsan mi eget 
adipiscing nulla. Non vestibulum ac interdum condimentum semper commodo massa 
arcu.</p>
-
-                                                               <footer 
class="major special">
-                                                                       <hr>
-                                                                       <center>
-                                                                               
<ul class="actions">
-                                                                               
        <li><a href="/" class="button">Back to homepage</a></li>
-                                                                               
</ul>
-                                                                       
</center>
-                                                               </footer>
-                                                       </section>
-
-                                       </div>
-
-                       </div>
-
-               <!-- Scripts -->
-                       <script src="assets/js/jquery.min.js"></script>
-                       <script src="assets/js/jquery.scrollex.min.js"></script>
-                       <script src="assets/js/jquery.scrolly.min.js"></script>
-                       <script src="assets/js/skel.min.js"></script>
-                       <script src="assets/js/util.js"></script>
-                       <!--[if lte IE 8]><script 
src="assets/js/ie/respond.min.js"></script><![endif]-->
-                       <script src="assets/js/main.js"></script>
-
-       </body>
-</html>
-
-               </body>
-       </html>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james-alt.svg
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james-alt.svg 
b/src/homepage/_site/images/james-alt.svg
deleted file mode 100644
index cdab29b..0000000
--- a/src/homepage/_site/images/james-alt.svg
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        width="37px" height="31px" viewBox="0 0 37 31" enable-background="new 
0 0 37 31" xml:space="preserve">
-<g>
-       <path fill="#FFFFFF" 
d="M37.001,4.407c-1.435-0.966-2.92-1.75-4.473-2.153c-1.552-0.412-3.151-0.315-4.63,0.3l-0.277,0.117
-               
l-0.139,0.062l-0.064,0.032l-0.036,0.016l-0.018,0.008l-0.008,0.004c0.008-0.007-0.028,0.016,0.02-0.012L27.37,2.783
-               
c-0.2,0.127-0.391,0.232-0.589,0.337c-0.392,0.207-0.796,0.391-1.216,0.543c-0.836,0.295-1.737,0.503-2.664,0.389
-               
c-0.458-0.061-0.913-0.222-1.3-0.489c-0.382-0.268-0.689-0.629-0.899-1.026C20.28,1.737,20.15,0.857,20.124,0
-               
c0.156,0.842,0.393,1.686,0.857,2.363c0.234,0.336,0.523,0.622,0.864,0.811c0.339,0.19,0.723,0.284,1.111,0.301
-               
c0.782,0.038,1.582-0.201,2.325-0.532c0.376-0.165,0.741-0.353,1.092-0.563c0.176-0.105,0.354-0.219,0.509-0.33l0.307-0.201
-               
c0.1-0.057,0.194-0.122,0.293-0.173c0.801-0.433,1.702-0.731,2.627-0.793c0.925-0.069,1.856,0.063,2.716,0.357
-               
c0.863,0.29,1.655,0.731,2.359,1.267C35.888,3.047,36.52,3.676,37.001,4.407z"/>
-       <path fill="#FFFFFF" 
d="M13.25,20.418c-5.733-4.373-9.554-8.973-9.418-9.078c0.147-0.145,4.153,4.212,9.83,8.536
-               
c1.665,1.28,3.28,2.412,4.733,3.381c0.02-0.036,0.041-0.069,0.062-0.105c0.237-0.456,0.42-0.948,0.562-1.462
-               
c-1.018-2.053-3.554-4.892-6.501-7.496c-0.656-0.572-1.338-1.078-2.028-1.536c-0.151,1.223-0.452,2.098-0.453,2.096
-               
c0,0-0.335-1.163-0.306-2.579C9.266,11.892,8.8,11.63,8.336,11.389c-0.004,1.395-0.414,2.439-0.417,2.439
-               
c0,0.002-0.833-1.414-0.922-3.071c-0.002-0.01-0.002-0.021-0.002-0.031c-2.767-1.279-5.1-1.896-5.104-1.89
-               
C1.867,8.774,2.064,14.75,6.431,19.305c0.147-0.008,0.296-0.016,0.449-0.016c1.588,0.004,2.944,0.577,2.947,0.577
-               
c0-0.002-0.835,0.501-2.054,0.671c0.444,0.355,0.899,0.682,1.364,0.973c1.148-0.416,2.102-0.557,2.102-0.557
-               
c0-0.002-0.503,0.495-1.334,1.017c3.035,1.685,5.787,2.542,7.53,2.624c0.236-0.26,0.452-0.532,0.645-0.821
-               C16.586,22.84,14.938,21.717,13.25,20.418z"/>
-       <path fill="#FFFFFF" 
d="M33.7,4.335c-1.103,0.092-2.21,0.292-3.3,0.605c-2.173,0.623-4.31,1.725-6.062,3.396
-               
c-0.883,0.824-1.64,1.798-2.271,2.846c-0.614,1.059-1.109,2.191-1.43,3.363c-0.327,1.168-0.529,2.363-0.595,3.548
-               
c-0.02,0.291-0.031,0.596-0.039,0.9L19.995,19.4l-0.008,0.35c-0.012,0.462-0.051,0.918-0.122,1.358
-               
c-0.056,0.337-0.131,0.665-0.223,0.984c-0.141,0.514-0.324,1.006-0.562,1.466c-0.02,0.036-0.043,0.066-0.062,0.102
-               
c-0.099,0.178-0.204,0.353-0.317,0.52c-0.191,0.286-0.407,0.559-0.643,0.819c-0.17,0.186-0.348,0.366-0.544,0.541
-               
c-1.304,1.152-3.097,1.944-5.021,2.453c-1.931,0.518-3.995,0.788-6.091,0.934c-2.1,0.145-4.234,0.166-6.404,0.112
-               
c2.023,0.815,4.157,1.338,6.333,1.664c2.179,0.313,4.422,0.415,6.701,0.127c1.137-0.149,2.287-0.394,3.418-0.802
-               
c1.129-0.405,2.252-0.959,3.265-1.745c1.019-0.771,1.92-1.77,2.571-2.913c0.331-0.568,0.601-1.167,0.82-1.775
-               
c0.21-0.611,0.364-1.236,0.47-1.859c0.11-0.619,0.17-1.24,0.193-1.852c0.008-0.154,0.008-0.307,0.008-0.461v-0.398
-               
c0.005-0.234,0.011-0.468,0.022-0.716c0.052-0.967,0.166-1.914,0.376-2.832c0.418-1.832,1.213-3.537,2.405-5.009
-               
c1.192-1.472,2.767-2.711,4.552-3.706c1.79-0.994,3.765-1.774,5.862-2.355C35.917,4.247,34.808,4.238,33.7,4.335z"/>
-</g>
-</svg>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james-general-architecture.png
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james-general-architecture.png 
b/src/homepage/_site/images/james-general-architecture.png
deleted file mode 100644
index 351ffc8..0000000
Binary files a/src/homepage/_site/images/james-general-architecture.png and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james-imap-server.png
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james-imap-server.png 
b/src/homepage/_site/images/james-imap-server.png
deleted file mode 100644
index 30112d9..0000000
Binary files a/src/homepage/_site/images/james-imap-server.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james-logo.png
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james-logo.png 
b/src/homepage/_site/images/james-logo.png
deleted file mode 100644
index a1bcfcf..0000000
Binary files a/src/homepage/_site/images/james-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james-smtp-relay.png
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james-smtp-relay.png 
b/src/homepage/_site/images/james-smtp-relay.png
deleted file mode 100644
index 7e7b365..0000000
Binary files a/src/homepage/_site/images/james-smtp-relay.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/images/james.svg
----------------------------------------------------------------------
diff --git a/src/homepage/_site/images/james.svg 
b/src/homepage/_site/images/james.svg
deleted file mode 100644
index 7bf329d..0000000
--- a/src/homepage/_site/images/james.svg
+++ /dev/null
@@ -1,193 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        viewBox="-223 283 164 228" style="enable-background:new -223 283 164 
228;" xml:space="preserve">
-<style type="text/css">
-       .st0{display:none;}
-       .st1{display:inline;}
-       .st2{fill:#FFFFFF;}
-       .st3{fill:#E74A24;}
-       .st4{fill:none;}
-       .st5{fill:url(#SVGID_1_);}
-       .st6{fill:#E4262A;}
-       .st7{font-family:'Poppins-Regular';}
-       .st8{font-size:28px;}
-</style>
-<g id="Calque_2" class="st0">
-       <rect x="-233.5" y="269.3" class="st1" width="186" height="258"/>
-</g>
-<g id="Calque_1">
-       <g>
-               <circle class="st2" cx="-141.1" cy="342.3" r="59.3"/>
-               <path class="st3" 
d="M-100.2,317.9c-3.2-2.1-6.5-3.9-9.9-4.7c-3.4-0.9-7-0.7-10.2,0.7l-0.6,0.3l-0.3,0.1l-0.2,0.1l-0.1,0l0,0l0,0
-                       
c0,0-0.1,0,0,0l0,0c-0.4,0.3-0.9,0.5-1.3,0.7c-0.9,0.5-1.8,0.9-2.7,1.2c-1.9,0.6-3.8,1.1-5.9,0.9c-1-0.1-2-0.5-2.9-1.1
-                       
c-0.9-0.6-1.5-1.4-2-2.3c-0.9-1.8-1.2-3.7-1.3-5.6c0.3,1.9,0.9,3.7,1.9,5.2c0.5,0.7,1.2,1.4,1.9,1.8c0.8,0.4,1.6,0.6,2.5,0.7
-                       
c1.7,0.1,3.5-0.4,5.2-1.2c0.8-0.4,1.6-0.8,2.4-1.2c0.4-0.2,0.8-0.5,1.1-0.7l0.7-0.4c0.2-0.1,0.4-0.3,0.7-0.4
-                       
c1.8-1,3.8-1.6,5.8-1.7c2-0.1,4.1,0.1,6,0.8c1.9,0.6,3.7,1.6,5.2,2.8C-102.6,314.9-101.2,316.3-100.2,317.9z"/>
-               <path class="st4" 
d="M-172.3,334c-0.3,0.2,8.2,10.4,20.9,20c3.7,2.9,7.4,5.3,10.7,7.4c0.3-0.4,0.5-0.8,0.7-1.1
-                       
c-3.2-2.1-6.8-4.6-10.5-7.4C-163.1,343.3-171.9,333.7-172.3,334z"/>
-               
-                       <linearGradient id="SVGID_1_" 
gradientUnits="userSpaceOnUse" x1="8.0298" y1="783.6619" x2="46.1336" 
y2="783.6619" gradientTransform="matrix(-0.1008 -0.9949 -0.9949 0.1008 623.7179 
292.7814)">
-                       <stop  offset="0" style="stop-color:#FBC315"/>
-                       <stop  offset="0.4969" style="stop-color:#E74A24"/>
-                       <stop  offset="1" style="stop-color:#E4262A"/>
-               </linearGradient>
-               <path class="st5" 
d="M-152.8,353.1c-12.7-9.6-21.2-19.7-20.9-20c0.3-0.3,9.2,9.3,21.8,18.8c3.7,2.8,7.3,5.3,10.5,7.4
-                       
c0-0.1,0.1-0.1,0.1-0.2c0.5-1,0.9-2.1,1.2-3.2c-2.3-4.5-7.9-10.8-14.4-16.5c-1.5-1.3-3-2.4-4.5-3.4c-0.3,2.7-1,4.6-1,4.6
-                       
c0,0-0.7-2.6-0.7-5.7c-1-0.6-2.1-1.2-3.1-1.7c0,3.1-0.9,5.4-0.9,5.4c0,0-1.8-3.1-2-6.8c0,0,0,0,0-0.1c-6.1-2.8-11.3-4.2-11.3-4.2
-                       
c-0.1-0.1,0.4,13,10.1,23c0.3,0,0.7,0,1,0c3.5,0,6.5,1.3,6.5,1.3c0,0-1.8,1.1-4.6,1.5c1,0.8,2,1.5,3,2.1c2.5-0.9,4.7-1.2,4.7-1.2
-                       
c0,0-1.1,1.1-3,2.2c6.7,3.7,12.8,5.6,16.7,5.8c0.5-0.6,1-1.2,1.4-1.8C-145.4,358.4-149,356-152.8,353.1z"/>
-               <path class="st6" 
d="M-107.5,317.7c-2.4,0.2-4.9,0.6-7.3,1.3c-4.8,1.4-9.5,3.8-13.4,7.5c-2,1.8-3.6,4-5,6.3
-                       
c-1.4,2.3-2.5,4.8-3.2,7.4c-0.7,2.6-1.2,5.2-1.3,7.8c0,0.6-0.1,1.3-0.1,2l0,0.9l0,0.8c0,1-0.1,2-0.3,3c-0.1,0.7-0.3,1.5-0.5,2.2
-                       
c-0.3,1.1-0.7,2.2-1.2,3.2c0,0.1-0.1,0.1-0.1,0.2c-0.2,0.4-0.5,0.8-0.7,1.1c-0.4,0.6-0.9,1.2-1.4,1.8c-0.4,0.4-0.8,0.8-1.2,1.2
-                       
c-2.9,2.5-6.9,4.3-11.1,5.4c-4.3,1.1-8.9,1.7-13.5,2.1c-4.7,0.3-9.4,0.4-14.2,0.2c4.5,1.8,9.2,2.9,14,3.7
-                       
c4.8,0.7,9.8,0.9,14.8,0.3c2.5-0.3,5.1-0.9,7.6-1.8c2.5-0.9,5-2.1,7.2-3.8c2.3-1.7,4.2-3.9,5.7-6.4c0.7-1.3,1.3-2.6,1.8-3.9
-                       
c0.5-1.3,0.8-2.7,1-4.1c0.2-1.4,0.4-2.7,0.4-4.1c0-0.3,0-0.7,0-1l0-0.9c0-0.5,0-1,0-1.6c0.1-2.1,0.4-4.2,0.8-6.2
-                       
c0.9-4,2.7-7.8,5.3-11c2.6-3.2,6.1-6,10.1-8.2c4-2.2,8.3-3.9,13-5.2C-102.6,317.5-105,317.5-107.5,317.7z"/>
-       </g>
-       <g>
-               <path class="st2" 
d="M-217.7,479.8c-1.9,0-3.4-0.2-4.7-0.7v-5.7c1.6,0.4,3,0.6,4.2,0.6c3.7,0,5.6-2.4,5.6-7.1v-40.3h6.8v40.1
-                       
c0,4.3-1,7.5-3,9.8C-210.8,478.7-213.8,479.8-217.7,479.8z"/>
-               <path class="st2" 
d="M-177.7,468.2l-1.3-4.4h-0.2c-1.5,1.9-3,3.2-4.6,3.9c-1.5,0.7-3.5,1-5.9,1c-3.1,0-5.5-0.8-7.2-2.5
-                       
c-1.7-1.7-2.6-4-2.6-7.1c0-3.2,1.2-5.7,3.6-7.3c2.4-1.7,6.1-2.6,11-2.7l5.4-0.2v-1.7c0-2-0.5-3.5-1.4-4.5c-0.9-1-2.4-1.5-4.4-1.5
-                       
c-1.6,0-3.2,0.2-4.6,0.7c-1.5,0.5-2.9,1-4.3,1.7l-2.2-4.8c1.7-0.9,3.6-1.6,5.6-2c2-0.5,3.9-0.7,5.8-0.7c4,0,7,0.9,9.1,2.6
-                       c2,1.7,3.1,4.5,3.1,8.2v21.2L-177.7,468.2L-177.7,468.2z 
M-187.7,463.7c2.4,0,4.4-0.7,5.9-2c1.5-1.4,2.2-3.3,2.2-5.7v-2.7l-4,0.2
-                       
c-3.2,0.1-5.4,0.6-6.9,1.6c-1.4,0.9-2.1,2.4-2.1,4.3c0,1.4,0.4,2.5,1.3,3.3C-190.6,463.3-189.4,463.7-187.7,463.7z"/>
-               <path class="st2" 
d="M-138.8,468.2h-6.7v-19.4c0-2.4-0.5-4.2-1.4-5.4c-0.9-1.2-2.3-1.8-4.3-1.8c-2.6,0-4.5,0.8-5.7,2.5
-                       
c-1.2,1.7-1.8,4.5-1.8,8.4v15.7h-6.7v-31.5h5.2l0.9,4.1h0.3c0.9-1.5,2.1-2.7,3.8-3.5c1.7-0.8,3.5-1.2,5.5-1.2c4.8,0,8,1.7,9.6,5
-                       
h0.5c0.9-1.6,2.2-2.8,3.9-3.6c1.7-0.9,3.6-1.3,5.8-1.3c3.8,0,6.5,0.9,8.2,2.8c1.7,1.9,2.6,4.8,2.6,8.7v20.5h-6.7v-19.4
-                       
c0-2.4-0.5-4.2-1.4-5.4c-0.9-1.2-2.3-1.8-4.3-1.8c-2.6,0-4.5,0.8-5.7,2.4c-1.2,1.6-1.8,4.1-1.8,7.5L-138.8,468.2L-138.8,468.2
-                       L-138.8,468.2z"/>
-               <path class="st2" 
d="M-97.6,468.8c-4.9,0-8.7-1.4-11.5-4.3c-2.8-2.9-4.1-6.8-4.1-11.8c0-5.1,1.3-9.2,3.8-12.1
-                       
c2.6-2.9,6.1-4.4,10.6-4.4c4.2,0,7.4,1.3,9.9,3.8c2.4,2.5,3.6,6,3.6,10.4v3.6h-21c0.1,3.1,0.9,5.4,2.5,7c1.6,1.6,3.7,2.5,6.6,2.5
-                       
c1.9,0,3.6-0.2,5.2-0.5c1.6-0.4,3.3-0.9,5.2-1.8v5.4c-1.6,0.8-3.3,1.3-5,1.7C-93.5,468.6-95.5,468.8-97.6,468.8z
 M-98.8,441.2
-                       
c-2.1,0-3.8,0.7-5.1,2c-1.3,1.3-2,3.3-2.3,5.9h14.3c0-2.6-0.7-4.6-1.9-5.9C-95,441.9-96.7,441.2-98.8,441.2z"/>
-               <path class="st2" 
d="M-58.3,459.3c0,3.1-1.1,5.4-3.4,7.1c-2.2,1.6-5.5,2.5-9.6,2.5c-4.2,0-7.6-0.6-10.1-1.9v-5.8
-                       
c3.7,1.7,7.1,2.6,10.3,2.6c4.1,0,6.2-1.2,6.2-3.7c0-0.8-0.2-1.5-0.7-2c-0.5-0.5-1.2-1.1-2.2-1.7c-1-0.6-2.5-1.2-4.4-1.9
-                       
c-3.6-1.4-6.1-2.8-7.4-4.2c-1.3-1.4-1.9-3.2-1.9-5.5c0-2.7,1.1-4.8,3.3-6.3c2.2-1.5,5.1-2.2,8.9-2.2c3.7,0,7.2,0.8,10.5,2.3
-                       
l-2.2,5c-3.4-1.4-6.3-2.1-8.6-2.1c-3.5,0-5.3,1-5.3,3c0,1,0.5,1.8,1.4,2.5c0.9,0.7,2.9,1.6,6,2.8c2.6,1,4.5,1.9,5.7,2.8
-                       
c1.2,0.8,2.1,1.8,2.6,2.9C-58.6,456.4-58.3,457.7-58.3,459.3z"/>
-               <path class="st2" 
d="M-214.5,488.3v1.2h-5.3v3.7h4.3v1.2h-4.3v3.8h5.3v1.2h-6.8v-11.1L-214.5,488.3L-214.5,488.3z"/>
-               <path class="st2" 
d="M-212,499.3v-7.8h0.8c0.2,0,0.3,0.1,0.4,0.3l0.1,0.9c0.3-0.4,0.7-0.7,1.1-0.9c0.4-0.2,0.9-0.3,1.5-0.3
-                       
c0.4,0,0.8,0.1,1.1,0.2c0.3,0.1,0.6,0.3,0.8,0.6c0.2,0.3,0.4,0.6,0.5,0.9c0.1,0.4,0.2,0.8,0.2,1.2v5h-1.4v-5
-                       
c0-0.6-0.1-1.1-0.4-1.4c-0.3-0.3-0.7-0.5-1.2-0.5c-0.4,0-0.8,0.1-1.1,0.3c-0.4,0.2-0.7,0.5-1,0.8v5.8L-212,499.3L-212,499.3z"/>
-               <path class="st2" 
d="M-200.4,499.5c-0.6,0-1.1-0.2-1.4-0.5c-0.3-0.3-0.5-0.8-0.5-1.5v-4.8h-0.9c-0.1,0-0.2,0-0.2-0.1
-                       
c-0.1,0-0.1-0.1-0.1-0.2v-0.6l1.3-0.2l0.3-2.4c0-0.1,0-0.1,0.1-0.2c0.1,0,0.1-0.1,0.2-0.1h0.7v2.7h2.2v1h-2.2v4.7
-                       
c0,0.3,0.1,0.6,0.2,0.7c0.2,0.2,0.4,0.2,0.6,0.2c0.1,0,0.3,0,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.1-0.1,0.2-0.1
-                       
c0.1,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.2,0.1l0.4,0.7c-0.2,0.2-0.5,0.4-0.9,0.5C-199.7,499.4-200,499.5-200.4,499.5z"/>
-               <path class="st2" 
d="M-193.3,491.4c0.5,0,0.9,0.1,1.3,0.2c0.4,0.2,0.7,0.4,1,0.7c0.3,0.3,0.5,0.7,0.7,1.1c0.2,0.4,0.2,0.9,0.2,1.5
-                       
c0,0.2,0,0.4-0.1,0.4c0,0.1-0.1,0.1-0.3,0.1h-5.2c0,0.5,0.1,0.9,0.2,1.3c0.1,0.4,0.3,0.7,0.5,0.9c0.2,0.2,0.5,0.4,0.8,0.5
-                       
c0.3,0.1,0.6,0.2,1,0.2c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.1,0.3-0.1
-                       
c0.1,0,0.2,0,0.3,0.1l0.4,0.5c-0.2,0.2-0.4,0.4-0.6,0.5c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.5,0.2-0.8,0.2
-                       
c-0.3,0-0.6,0.1-0.9,0.1c-0.5,0-1-0.1-1.5-0.3c-0.5-0.2-0.8-0.5-1.2-0.8c-0.3-0.4-0.6-0.8-0.8-1.3c-0.2-0.5-0.3-1.1-0.3-1.8
-                       
c0-0.5,0.1-1.1,0.3-1.5c0.2-0.5,0.4-0.9,0.7-1.2c0.3-0.3,0.7-0.6,1.2-0.8C-194.3,491.5-193.8,491.4-193.3,491.4z
 M-193.2,492.4
-                       
c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.7,1.6h4.3c0-0.3,0-0.6-0.1-0.9c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.3-0.6-0.5
-                       C-192.6,492.5-192.9,492.4-193.2,492.4z"/>
-               <path class="st2" 
d="M-187.6,499.3v-7.8h0.8c0.1,0,0.3,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3l0.1,1.2c0.3-0.5,0.6-1,1-1.3
-                       
c0.4-0.3,0.9-0.5,1.4-0.5c0.2,0,0.4,0,0.6,0.1c0.2,0,0.3,0.1,0.5,0.2l-0.2,1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2,0-0.3-0.1
-                       
c-0.1-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.9,0.1-1.2,0.4c-0.3,0.3-0.6,0.7-0.8,1.2v5L-187.6,499.3L-187.6,499.3z"/>
-               <path class="st2" 
d="M-180.8,502v-10.5h0.8c0.2,0,0.3,0.1,0.4,0.3l0.1,0.9c0.3-0.4,0.7-0.7,1.2-1c0.4-0.2,0.9-0.4,1.5-0.4
-                       
c0.4,0,0.9,0.1,1.2,0.3c0.4,0.2,0.7,0.4,0.9,0.8c0.3,0.3,0.5,0.8,0.6,1.3c0.1,0.5,0.2,1.1,0.2,1.7c0,0.6-0.1,1.1-0.2,1.6
-                       
c-0.2,0.5-0.4,0.9-0.7,1.3c-0.3,0.4-0.6,0.6-1.1,0.9c-0.4,0.2-0.9,0.3-1.4,0.3c-0.5,0-0.9-0.1-1.2-0.2c-0.3-0.2-0.6-0.4-0.9-0.7
-                       v3.5L-180.8,502L-180.8,502z 
M-177.3,492.5c-0.4,0-0.8,0.1-1.2,0.3c-0.3,0.2-0.7,0.5-0.9,0.9v3.8c0.3,0.3,0.5,0.6,0.8,0.7
-                       
c0.3,0.1,0.6,0.2,1,0.2c0.7,0,1.3-0.3,1.7-0.8c0.4-0.5,0.6-1.3,0.6-2.2c0-0.5,0-0.9-0.1-1.3c-0.1-0.4-0.2-0.7-0.4-0.9
-                       
c-0.2-0.2-0.4-0.4-0.6-0.5C-176.7,492.5-177,492.5-177.3,492.5z"/>
-               <path class="st2" 
d="M-171.6,499.3v-7.8h0.8c0.1,0,0.3,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3l0.1,1.2c0.3-0.5,0.6-1,1-1.3
-                       
c0.4-0.3,0.9-0.5,1.4-0.5c0.2,0,0.4,0,0.6,0.1c0.2,0,0.3,0.1,0.5,0.2l-0.2,1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2,0-0.3-0.1
-                       
c-0.1-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.9,0.1-1.2,0.4c-0.3,0.3-0.6,0.7-0.8,1.2v5L-171.6,499.3L-171.6,499.3z"/>
-               <path class="st2" 
d="M-162.9,489c0,0.1,0,0.3-0.1,0.4c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.3,0.2
-                       
c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.1-0.4
-                       
c0-0.1,0-0.3,0.1-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2-0.1,0.4-0.1c0.1,0,0.3,0,0.4,0.1
-                       
c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3C-163,488.8-162.9,488.9-162.9,489z
 M-163.2,491.5v7.8h-1.4v-7.8H-163.2z"/>
-               <path class="st2" 
d="M-155.7,492.8c-0.1,0.1-0.2,0.2-0.3,0.2c-0.1,0-0.2,0-0.3-0.1c-0.1-0.1-0.2-0.1-0.4-0.2
-                       
c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2-0.1-0.4-0.1-0.7-0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.3,0.1-0.5,0.2c-0.1,0.1-0.2,0.2-0.3,0.4
-                       
c-0.1,0.1-0.1,0.3-0.1,0.4c0,0.2,0.1,0.4,0.2,0.5c0.1,0.1,0.3,0.3,0.5,0.3c0.2,0.1,0.4,0.2,0.7,0.3c0.2,0.1,0.5,0.2,0.7,0.2
-                       
c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.5,0.2,0.6,0.4c0.2,0.2,0.3,0.3,0.5,0.6c0.1,0.2,0.2,0.5,0.2,0.8c0,0.4-0.1,0.7-0.2,1
-                       
c-0.1,0.3-0.3,0.6-0.6,0.8c-0.3,0.2-0.6,0.4-0.9,0.5c-0.4,0.1-0.8,0.2-1.3,0.2c-0.5,0-1-0.1-1.5-0.3c-0.4-0.2-0.8-0.4-1.1-0.7
-                       
l0.3-0.5c0-0.1,0.1-0.1,0.1-0.2c0.1,0,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0.1,0.3,0.2,0.5,0.2
-                       
c0.2,0.1,0.5,0.1,0.8,0.1c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.4c0.1-0.2,0.1-0.3,0.1-0.5
-                       
c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.3-0.5-0.4s-0.4-0.2-0.7-0.3c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3-0.1-0.5-0.2-0.8-0.3
-                       
c-0.2-0.1-0.5-0.2-0.7-0.4c-0.2-0.2-0.3-0.4-0.5-0.6c-0.1-0.2-0.2-0.5-0.2-0.9c0-0.3,0.1-0.6,0.2-0.9c0.1-0.3,0.3-0.5,0.5-0.7
-                       
c0.2-0.2,0.5-0.4,0.9-0.5c0.3-0.1,0.7-0.2,1.2-0.2c0.5,0,1,0.1,1.4,0.2c0.4,0.2,0.8,0.4,1.1,0.7L-155.7,492.8z"/>
-               <path class="st2" 
d="M-149.8,491.4c0.5,0,0.9,0.1,1.3,0.2c0.4,0.2,0.7,0.4,1,0.7c0.3,0.3,0.5,0.7,0.7,1.1c0.2,0.4,0.2,0.9,0.2,1.5
-                       
c0,0.2,0,0.4-0.1,0.4c0,0.1-0.1,0.1-0.3,0.1h-5.2c0,0.5,0.1,0.9,0.2,1.3c0.1,0.4,0.3,0.7,0.5,0.9c0.2,0.2,0.5,0.4,0.8,0.5
-                       
c0.3,0.1,0.6,0.2,1,0.2c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.1,0.3-0.1
-                       
c0.1,0,0.2,0,0.3,0.1l0.4,0.5c-0.2,0.2-0.4,0.4-0.6,0.5c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.5,0.2-0.8,0.2
-                       
c-0.3,0-0.6,0.1-0.9,0.1c-0.5,0-1-0.1-1.5-0.3c-0.5-0.2-0.9-0.5-1.2-0.8c-0.3-0.4-0.6-0.8-0.8-1.3c-0.2-0.5-0.3-1.1-0.3-1.8
-                       
c0-0.5,0.1-1.1,0.3-1.5c0.2-0.5,0.4-0.9,0.7-1.2c0.3-0.3,0.7-0.6,1.2-0.8C-150.8,491.5-150.3,491.4-149.8,491.4z
 M-149.7,492.4
-                       
c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.7,1.6h4.3c0-0.3,0-0.6-0.1-0.9c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.3-0.6-0.5
-                       C-149.1,492.5-149.4,492.4-149.7,492.4z"/>
-               <path class="st2" 
d="M-134.7,495.7c0.1,0.1,0.1,0.3,0.2,0.4c0.1-0.1,0.1-0.3,0.2-0.4c0.1-0.1,0.1-0.3,0.2-0.4l3.8-6.8
-                       
c0.1-0.1,0.1-0.2,0.2-0.2c0.1,0,0.2,0,0.3,0h1.1v11.1h-1.3v-8.1c0-0.1,0-0.2,0-0.4c0-0.1,0-0.2,0-0.4l-3.8,6.9
-                       
c-0.1,0.2-0.3,0.4-0.5,0.4h-0.2c-0.2,0-0.4-0.1-0.5-0.4l-3.9-7c0,0.1,0,0.3,0,0.4c0,0.1,0,0.2,0,0.4v8.1h-1.3v-11.1h1.1
-                       
c0.1,0,0.2,0,0.3,0c0.1,0,0.1,0.1,0.2,0.2l3.8,6.8C-134.8,495.5-134.7,495.6-134.7,495.7z"/>
-               <path class="st2" 
d="M-119.9,499.3h-0.6c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.3l-0.2-0.7c-0.2,0.2-0.4,0.4-0.6,0.5
-                       
c-0.2,0.1-0.4,0.3-0.6,0.4c-0.2,0.1-0.4,0.2-0.7,0.2c-0.2,0-0.5,0.1-0.8,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.2-0.7-0.4
-                       
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.1-0.3-0.2-0.6-0.2-0.9c0-0.3,0.1-0.6,0.3-0.9c0.2-0.3,0.4-0.5,0.8-0.8c0.4-0.2,0.9-0.4,1.5-0.5
-                       
c0.6-0.1,1.4-0.2,2.3-0.2v-0.6c0-0.6-0.1-1.1-0.4-1.4c-0.3-0.3-0.6-0.5-1.2-0.5c-0.3,0-0.6,0-0.8,0.1c-0.2,0.1-0.4,0.2-0.6,0.3
-                       
c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.2,0-0.2-0.1c-0.1,0-0.1-0.1-0.2-0.2l-0.2-0.4
-                       
c0.4-0.4,0.9-0.7,1.4-0.9c0.5-0.2,1.1-0.3,1.7-0.3c0.4,0,0.8,0.1,1.2,0.2c0.3,0.1,0.6,0.3,0.9,0.6c0.2,0.3,0.4,0.6,0.5,0.9
-                       
c0.1,0.4,0.2,0.8,0.2,1.2L-119.9,499.3L-119.9,499.3L-119.9,499.3L-119.9,499.3z 
M-123.5,498.5c0.2,0,0.5,0,0.7-0.1
-                       
c0.2,0,0.4-0.1,0.6-0.2c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.3,0.5-0.4v-1.6c-0.6,0-1.2,0-1.6,0.1c-0.4,0.1-0.8,0.2-1.1,0.3
-                       
c-0.3,0.1-0.5,0.3-0.6,0.5c-0.1,0.2-0.2,0.4-0.2,0.6c0,0.2,0,0.4,0.1,0.5c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.2,0.2,0.4,0.2
-                       C-123.8,498.5-123.7,498.5-123.5,498.5z"/>
-               <path class="st2" 
d="M-115.4,489c0,0.1,0,0.3-0.1,0.4c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.3,0.2
-                       
c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.1-0.4
-                       
c0-0.1,0-0.3,0.1-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2-0.1,0.4-0.1s0.3,0,0.4,0.1
-                       
c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3C-115.4,488.8-115.4,488.9-115.4,489z
 M-115.7,491.5v7.8h-1.4v-7.8H-115.7z"/>
-               <path class="st2" d="M-111.1,487.9v11.4h-1.4v-11.4H-111.1z"/>
-               <path class="st2" 
d="M-98.5,490c0,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.3-0.1s-0.3-0.2-0.4-0.3
-                       
c-0.2-0.1-0.4-0.2-0.6-0.3c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3,0-0.6,0-0.9,0.1c-0.3,0.1-0.5,0.2-0.6,0.4c-0.2,0.2-0.3,0.3-0.4,0.5
-                       
c-0.1,0.2-0.1,0.4-0.1,0.7c0,0.3,0.1,0.6,0.2,0.8c0.2,0.2,0.4,0.4,0.6,0.5c0.2,0.1,0.5,0.3,0.9,0.4c0.3,0.1,0.6,0.2,1,0.3
-                       
c0.3,0.1,0.7,0.2,1,0.4c0.3,0.1,0.6,0.3,0.8,0.5c0.3,0.2,0.4,0.5,0.6,0.8c0.2,0.3,0.2,0.7,0.2,1.2c0,0.5-0.1,0.9-0.2,1.4
-                       
c-0.2,0.4-0.4,0.8-0.7,1.1c-0.3,0.3-0.7,0.6-1.2,0.7c-0.5,0.2-1,0.3-1.6,0.3c-0.7,0-1.4-0.1-2-0.4c-0.6-0.3-1.1-0.6-1.5-1.1
-                       
l0.4-0.7c0-0.1,0.1-0.1,0.1-0.1c0.1,0,0.1-0.1,0.2-0.1c0.1,0,0.2,0.1,0.4,0.2c0.1,0.1,0.3,0.2,0.5,0.4c0.2,0.1,0.5,0.3,0.8,0.4
-                       
c0.3,0.1,0.7,0.2,1.1,0.2c0.4,0,0.7,0,1-0.1c0.3-0.1,0.5-0.2,0.7-0.4s0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.5,0.2-0.8
-                       
c0-0.3-0.1-0.6-0.2-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.3-0.8-0.4s-0.6-0.2-1-0.3c-0.3-0.1-0.7-0.2-1-0.4
-                       
c-0.3-0.1-0.6-0.3-0.8-0.5c-0.3-0.2-0.4-0.5-0.6-0.8c-0.2-0.3-0.2-0.7-0.2-1.2c0-0.4,0.1-0.8,0.2-1.1c0.2-0.4,0.4-0.7,0.7-1
-                       
c0.3-0.3,0.6-0.5,1.1-0.7c0.4-0.2,0.9-0.3,1.5-0.3c0.6,0,1.2,0.1,1.7,0.3c0.5,0.2,1,0.5,1.3,0.9L-98.5,490z"/>
-               <path class="st2" 
d="M-92.5,491.4c0.5,0,0.9,0.1,1.3,0.2c0.4,0.2,0.7,0.4,1,0.7c0.3,0.3,0.5,0.7,0.7,1.1c0.2,0.4,0.2,0.9,0.2,1.5
-                       
c0,0.2,0,0.4-0.1,0.4c0,0.1-0.1,0.1-0.3,0.1h-5.2c0,0.5,0.1,0.9,0.2,1.3c0.1,0.4,0.3,0.7,0.5,0.9c0.2,0.2,0.5,0.4,0.8,0.5
-                       
c0.3,0.1,0.6,0.2,1,0.2c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.1,0.3-0.1
-                       
c0.1,0,0.2,0,0.3,0.1l0.4,0.5c-0.2,0.2-0.4,0.4-0.6,0.5c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.6,0.2-0.8,0.2
-                       
c-0.3,0-0.6,0.1-0.9,0.1c-0.5,0-1-0.1-1.5-0.3c-0.5-0.2-0.9-0.5-1.2-0.8c-0.3-0.4-0.6-0.8-0.8-1.3c-0.2-0.5-0.3-1.1-0.3-1.8
-                       
c0-0.5,0.1-1.1,0.3-1.5c0.2-0.5,0.4-0.9,0.7-1.2c0.3-0.3,0.7-0.6,1.2-0.8C-93.6,491.5-93.1,491.4-92.5,491.4z
 M-92.5,492.4
-                       
c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.7,1.6h4.3c0-0.3,0-0.6-0.1-0.9c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.3-0.6-0.5
-                       C-91.9,492.5-92.2,492.4-92.5,492.4z"/>
-               <path class="st2" 
d="M-86.9,499.3v-7.8h0.8c0.1,0,0.3,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3l0.1,1.2c0.3-0.5,0.6-1,1-1.3
-                       
c0.4-0.3,0.9-0.5,1.4-0.5c0.2,0,0.4,0,0.6,0.1s0.3,0.1,0.5,0.2l-0.2,1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2,0-0.3-0.1
-                       
c-0.1-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.9,0.1-1.2,0.4c-0.3,0.3-0.6,0.7-0.8,1.2v5L-86.9,499.3L-86.9,499.3z"/>
-               <path class="st2" 
d="M-81,491.5h1.1c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.1,0.2,0.2l2,5c0.1,0.2,0.1,0.4,0.2,0.6
-                       
c0,0.2,0.1,0.4,0.1,0.5c0-0.2,0.1-0.4,0.1-0.5c0-0.2,0.1-0.4,0.2-0.6l2-5c0-0.1,0.1-0.1,0.2-0.2c0.1-0.1,0.2-0.1,0.3-0.1h1.1
-                       l-3.2,7.8h-1.2L-81,491.5z"/>
-               <path class="st2" 
d="M-68.6,491.4c0.5,0,0.9,0.1,1.3,0.2c0.4,0.2,0.7,0.4,1,0.7c0.3,0.3,0.5,0.7,0.7,1.1c0.2,0.4,0.2,0.9,0.2,1.5
-                       
c0,0.2,0,0.4-0.1,0.4c0,0.1-0.1,0.1-0.3,0.1h-5.2c0,0.5,0.1,0.9,0.2,1.3c0.1,0.4,0.3,0.7,0.5,0.9c0.2,0.2,0.5,0.4,0.8,0.5
-                       
c0.3,0.1,0.6,0.2,1,0.2c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.1,0.3-0.1
-                       
c0.1,0,0.2,0,0.3,0.1l0.4,0.5c-0.2,0.2-0.4,0.4-0.6,0.5c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.5,0.2-0.8,0.2s-0.6,0.1-0.9,0.1
-                       
c-0.5,0-1-0.1-1.5-0.3c-0.5-0.2-0.9-0.5-1.2-0.8c-0.3-0.4-0.6-0.8-0.8-1.3c-0.2-0.5-0.3-1.1-0.3-1.8c0-0.5,0.1-1.1,0.3-1.5
-                       
c0.2-0.5,0.4-0.9,0.7-1.2c0.3-0.3,0.7-0.6,1.2-0.8C-69.7,491.5-69.2,491.4-68.6,491.4z
 M-68.6,492.4c-0.7,0-1.2,0.2-1.6,0.6
-                       
c-0.4,0.4-0.6,0.9-0.7,1.6h4.3c0-0.3,0-0.6-0.1-0.9c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.3-0.6-0.5
-                       C-68,492.5-68.2,492.4-68.6,492.4z"/>
-               <path class="st2" 
d="M-63,499.3v-7.8h0.8c0.1,0,0.3,0,0.3,0.1s0.1,0.2,0.1,0.3l0.1,1.2c0.3-0.5,0.6-1,1-1.3
-                       
c0.4-0.3,0.9-0.5,1.4-0.5c0.2,0,0.4,0,0.6,0.1c0.2,0,0.3,0.1,0.5,0.2l-0.2,1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2,0-0.3-0.1
-                       
c-0.1-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.9,0.1-1.2,0.4c-0.3,0.3-0.6,0.7-0.8,1.2v5L-63,499.3L-63,499.3z"/>
-       </g>
-       <g>
-               <path class="st2" 
d="M-92.4,406.3c1.2-0.9,2.6-1.3,4.4-1.3c1.8,0,3.2,0.5,4.2,1.4c1,1,1.6,2.2,1.6,3.6c0,1-0.3,2-0.9,2.8
-                       
c-0.6,0.8-1.4,1.4-2.4,1.7v0.1c1.2,0.3,2.1,0.9,2.7,1.8c0.7,0.9,1,2.1,1,3.6s-0.5,2.8-1.6,3.8c-1.1,1-2.6,1.6-4.5,1.6
-                       
c-1.9,0-3.5-0.5-4.7-1.4c-1.2-1-1.9-2.3-2.1-4h1.8c0.1,1.1,0.6,2,1.5,2.7c0.9,0.7,2,1.1,3.4,1.1c1.4,0,2.5-0.4,3.2-1.1
-                       
c0.8-0.7,1.1-1.7,1.1-2.9c0-1.6-0.5-2.7-1.5-3.4c-1-0.7-2.5-1-4.5-1h-0.6v-1.6h0.6c3.8,0,5.6-1.2,5.6-3.6c0-1.1-0.4-2-1.1-2.6
-                       
c-0.7-0.7-1.7-1-3-1c-1.3,0-2.3,0.3-3.1,0.8c-0.8,0.6-1.2,1.4-1.4,2.4h-1.8C-94.3,408.4-93.6,407.2-92.4,406.3z"/>
-               <path class="st2" 
d="M-69.7,405.9c0.8-0.3,1.7-0.5,2.8-0.5c1.1,0,2,0.2,2.8,0.5c0.8,0.3,1.4,0.8,1.9,1.4c0.5,0.6,0.9,1.3,1.2,2.2
-                       
s0.5,1.8,0.6,2.7c0.1,0.9,0.2,2,0.2,3.2c0,1.2-0.1,2.2-0.2,3.2c-0.1,0.9-0.3,1.8-0.6,2.7s-0.7,1.6-1.2,2.2c-0.5,0.6-1.1,1-1.9,1.4
-                       
c-0.8,0.3-1.7,0.5-2.8,0.5c-1.1,0-2-0.2-2.8-0.5c-0.8-0.3-1.4-0.8-1.9-1.4c-0.5-0.6-0.9-1.3-1.2-2.2c-0.3-0.9-0.5-1.8-0.6-2.7
-                       
c-0.1-0.9-0.2-2-0.2-3.2c0-1.2,0.1-2.2,0.2-3.2c0.1-0.9,0.3-1.8,0.6-2.7c0.3-0.9,0.7-1.6,1.2-2.2
-                       C-71.1,406.7-70.5,406.2-69.7,405.9z 
M-64.7,407.5c-0.6-0.3-1.3-0.5-2.2-0.5c-0.8,0-1.6,0.2-2.2,0.5c-0.6,0.3-1.1,0.7-1.4,1.2
-                       
c-0.3,0.5-0.6,1.1-0.8,1.9c-0.2,0.8-0.3,1.5-0.4,2.2c-0.1,0.7-0.1,1.6-0.1,2.6c0,1,0,1.8,0.1,2.6c0.1,0.7,0.2,1.5,0.4,2.2
-                       
c0.2,0.8,0.5,1.4,0.8,1.9c0.3,0.5,0.8,0.9,1.4,1.2c0.6,0.3,1.3,0.5,2.2,0.5c0.8,0,1.6-0.2,2.2-0.5c0.6-0.3,1.1-0.7,1.4-1.2
-                       
s0.6-1.1,0.8-1.9c0.2-0.8,0.3-1.5,0.4-2.2c0.1-0.7,0.1-1.6,0.1-2.6c0-1,0-1.8-0.1-2.6c-0.1-0.7-0.2-1.5-0.4-2.2
-                       
c-0.2-0.8-0.5-1.4-0.8-1.9C-63.7,408.2-64.1,407.8-64.7,407.5z"/>
-               <text transform="matrix(1 0 0 1 -80.5244 424.9473)" class="st2 
st7 st8">.</text>
-       </g>
-</g>
-</svg>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/index.html
----------------------------------------------------------------------
diff --git a/src/homepage/_site/index.html b/src/homepage/_site/index.html
deleted file mode 100644
index 1427f51..0000000
--- a/src/homepage/_site/index.html
+++ /dev/null
@@ -1,284 +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>
-               <head>
-                       <title></title>
-                       <!-- link to main stylesheet-->
-                       <link rel="stylesheet" type="text/css" 
href="css/main.css">
-                       <link rel="stylesheet" type="text/css" 
href="css/font-awesome.min.css">
-               </head>
-               <body>
-               <!--<link href="css/main.css" rel="stylesheet">-->
-                       <!--
-    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.
--->
-<link href="assets/css/lightbox.css" rel="stylesheet">
-<div id="wrapper">
-  <div class="apache_ref">
-    <a href="https://www.apache.org"; alt="apache foundation link"><img 
src="https://www.apache.org/foundation/press/kit/asf_logo.svg"; title="apache 
foundation logo"/></a>
-  </div>
-  <div class="apache_ref_mobile">
-    <a href="https://www.apache.org"; alt="apache foundation link">The Apache 
Software Foundation</a>
-  </div>
-
-  <!-- Header -->
-    <header id="header" class="alt">
-      <div class="logo"><img src="images/james.svg" alt="james logo"/></div>
-      <h1 class="hidden">James Enterprise Mail Server</h1>
-      <h2>Emails at the heart of your business logic</h2>
-    </header>
-
-  <!-- Nav -->
-    <nav id="nav">
-      <ul>
-        <li class="logo_li"><span class="logo"><img src="images/james-alt.svg" 
alt="james logo" /></span></li>
-        <li><a href="#intro" class="active">About</a></li>
-        <li><a href="#first">Get Started</a></li>
-        <li><a href="#posts">Last Posts</a></li>
-        <li><a href="#second">Community</a></li>
-        <li><a href="documentation.html"><span class="fa 
fa-external-link"></span> Documentation</a></li>
-      </ul>
-    </nav>
-
-  <!-- Main -->
-    <div id="main">
-
-      <!-- Introduction -->
-        <section id="intro" class="main special">
-          <div class="">
-            <div class="content">
-              <header class="major">
-                <h2>About</h2>
-              </header>
-              <p class="align-left">James is the <b>Java Apache Mail 
Enterprise Server!</b><br/>
-                It has a modular architecture based on a rich set of 
<b>modern</b> and <b>efficient</b> components which provides at the <b>end, 
complete, stable, secure and extendable Mail Servers running on the JVM</b>.
-              </p>
-              <p class="align-left">Create your <b>own personal solution</b> 
of emails treatment by assembling the components you need thanks to the 
Inversion of Control mail platform offered and  go further customizing 
filtering and routing rules using <b>James Mailet Container</b>.</p>
-              <div class="about-table">
-                <h3 class="tb-h3">James from a technical point of view</h3>
-                <b>Complete portability</b> (100% pure Java)<br/>
-                <b>Running on Java 6 onwards</b> and on the 
<b>JVM</b><br/><br/>
-                <b>James Components:</b><br/>
-                - <b>Emailing protocols:</b> SMTP, LMP, POP3, IMAP, 
ManageSieve, JMAP<br/>
-                - <b>Mailet container:</b> independent, extensible and 
pluggable email processing agents<br/>
-                - <b>Storage API:</b> Mailbox API / Search API / User API<br/>
-                - <b>Storage Implementations:</b> Cassandra / PostgreSQL / 
HSQLDB / MySQL / ElasticSearch...<br/>
-                - <b>Administration:</b> JMX / REST / Command Line<br/>
-                - <b>James Core</b>
-              </div>
-              <p class="align-left"><br/><br/>Your James server <b>can also be 
used as Mail Transfer Agent</b>, by enabling only <b>SMTP</b> or as a 
<b>IMAP</b> Mail Delivery Agent.</p>
-              <a href="images/james-general-architecture.png" 
data-lightbox="james-schema" data-title="James General architecture" alt="James 
General architecture" class="james-schema" ><span class="fa 
fa-sitemap"></span>james general architecture<span class="fa 
fa-long-arrow-right"></span></a>
-              <a href="images/james-smtp-relay.png" 
data-lightbox="james-schema" data-title="James SMTP relay" alt="James SMTP 
relay" class="james-schema"><span class="fa fa-sitemap"></span>using james as 
smtp relay<span class="fa fa-long-arrow-right"></span></a>
-              <a href="images/james-imap-server.png" 
data-lightbox="james-schema" data-title="James IMAP server" alt="James IMAP 
server" class="james-schema"><span class="fa fa-sitemap"></span>using james as 
an imap server<span class="fa fa-long-arrow-right"></span></a><br/><br/>
-              <h2 class="big-h2"><span class="fa fa-wrench"></span> 
<span>James is a <b>living Open Source project</b> (all developments and 
implementations are based on open technical standards), any function which is 
not already available from <b>can be developed!</b></span></h2>
-            </div>
-          </div>
-        </section>
-
-      <!-- First Section -->
-        <section id="first" class="main">
-          <header class="major">
-            <h2>Get Started With James</h2>
-          </header>
-          <section>
-            <ul class="james-ul no-padding">
-              <li class="post-template"><span 
class="long-arrow-right">&#8594;</span><span><b>
-WHAT WILL I TRY:</b><br>
-              <span>Here you will try James server v 3.0 thanks to an 
image.This James image has a default configuration using JPA (hsqldb) and 
Lucene. It also includes a default domain named james.local and three default 
users: user01, user02, user03.<br>
-                <i>Note: this James server will respond to IMAP port 143 and 
SMTP port 25.</i></span></span>
-              </li>
-              <li class="post-template"><span 
class="long-arrow-right">&#8594;</span><span><b>STEPS YOU HAVE TO 
FOLLOW:</b><br>
-                Pull the James image with the following single command 
starting the three components:<br>
-                (we will mention the command as soon as we know it)<br><br>
-                Then, connect this image with for instance, Thunderbird.<br>
-                <i>Notes: for more information about James CLI, have a look at 
<a href="https://github.com/apache/james-project/#user-content-useful-commands"; 
alt="Useful commands">'Useful commands section README.txt'</a>.</i></span>
-              </li>
-            </ul>
-          </section>
-        </section>
-
-    <!-- Last Posts -->
-      <section id="posts" class="main">
-        <header class="major">
-          <h2>Last Posts</h2>
-        </header>
-        <section>
-          <ul class="no-padding">
-            
-              <li class="post-template">
-                <span class="icon fa-file-text-o"></span>
-                <span class="details">
-                  <a href="/james/update/2016/09/09/test.html" alt="Test 
Post"><b>Test Post - September 09, 2016</b><br><small><p>You’ll find this 
post in your <code class="highlighter-rouge">_posts</code> directory. Go ahead 
and edit it and re-build the site to see your changes. You can rebuild the site 
in many different ways, but the most common way is to run <code 
class="highlighter-rouge">jekyll serve</code>, which launches a web server and 
auto-regenerates your site when a file is updated.</p>
-
-</small></a>
-                </span>
-              </li>
-            
-              <li class="post-template">
-                <span class="icon fa-file-text-o"></span>
-                <span class="details">
-                  <a href="/welcome-jekyll" alt="Welcome to Jekyll"><b>Welcome 
to Jekyll - August 29, 2016</b><br><small><p>You’ll find this post in your 
<code class="highlighter-rouge">_posts</code> directory. Go ahead and edit it 
and re-build the site to see your changes. You can rebuild the site in many 
different ways, but the most common way is to run <code 
class="highlighter-rouge">jekyll serve</code>, which launches a web server and 
auto-regenerates your site when a file is updated.</p>
-
-</small></a>
-                </span>
-              </li>
-            
-          </ul>
-        </section>
-        <footer>
-          <ul class="actions">
-            <li><a href="posts.html" class="button">READ MORE POST</a></li>
-          </ul>
-        </footer>
-      </section>
-
-      <!-- Second Section -->
-        <section id="second" class="main">
-          <header class="major">
-            <h2>Community </h2>
-          </header>
-          <section>
-            <p class="align-left">
-            Apache James Project is  an Open Source all-volunteer project 
obtaining its strength from its Community made of developers and users. All are 
welcome to the Community!<br>
-            That way, we recommend that Users, Developers, Curious and Fans 
join the James Community.<br>
-            Here are the different ways of contributing sorted in order of 
increasing level of expertise you need to use them:
-            </p>
-            <ul class="no-padding no-margin">
-              <li class="post-template center-icon">
-                <a href="icon-a"><span class="icon fa-slack"></span></a>
-                <span class="details">
-                  <b>Slack:</b>
-                  <br/>ask your question on the Slack Community. This space is 
dedicated to chat.
-                </span>
-              </li>
-              <li class="post-template center-icon">
-                <a href="https://james.apache.org/mail.html"; alt="mailing list 
james"><span class="icon fa-envelope"></span></a>
-                <span class="details">
-                  <b>Mailing list:</b>
-                  <br/>subscribe to the appropriate <a 
href="https://james.apache.org/mail.html"; class="comm" alt="mailing 
lists">Mailing Lists</a> according to your interests and your profile.<br/> <a 
href="https://james.apache.org/mail.html#Guidelines"; class="comm" alt="mail 
guideline">Mail guidelines</a> explain you more precisely how it works.
-                </span>
-              </li>
-              <li class="post-template center-icon">
-                <a href=""><span class="icon fa-bug"></span></a>
-                <span class="details">
-                  <b>Bug tracker:</b>
-                  <br/>you can here enter bug encountered or share your point 
of view about a specific feature or anything else... <br/>
-                  Each subproject has its own bug tracker.<br/>
-                  <a 
href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel";
 class="comm" alt="James Server bugtracker">Go to James Server project 
bugtracker</a><br/>
-                  For other projects click on the appropriate links mentioned 
in the concerned subproject. Finally, create your issue.
-                </span>
-              </li>
-              <li class="post-template center-icon">
-                <a href="http://twitter.com/ApacheJames"; alt="twitter 
account"><span class="icon fa-twitter"></span></a>
-                <span class="details">
-                  <b>Twitter:</b>
-                  <br/>express yourself and follow us <a 
href="http://twitter.com/ApacheJames"; class="comm" alt="twitter 
account">@ApacheJames</a>
-                </span>
-              </li>
-            </ul>
-          </section>
-        </section>
-
-        <section id="stats" class="main">
-          <header class="major">
-            <h2>Some statistics...</h2>
-          </header>
-          <section>
-            <ul class="statistics" 
onclick="location.href='https://github.com/apache/james-project'" title="Github 
James Project">
-              <li class="style1">
-                <span class="icon fa-users"></span>
-                <strong id="contributor-num"></strong> Contributors
-              </li>
-              <li class="style2">
-                <span class="icon fa-file-code-o"></span>
-                <strong id="commit-num"></strong> Last year commits
-              </li>
-              <li class="style3">
-                <span class="icon fa-code-fork"></span>
-                <strong id="fork-num"></strong> Forks
-              </li>
-              <li class="style4">
-                <span class="icon fa-star-o"></span>
-                <strong id="star-num"></strong> Stars
-              </li>
-            </ul>
-            <header class="major">
-              <h2>...and contributors</h2>
-            </header>
-            <ul class="no-padding align-center" id="contributor-list"></ul>
-          </section>
-      </section>
-    </div>
-    <footer id="footer" class="major">
-      <section>
-        <h2>James</h2>
-        <ul class="no-padding">
-          <li class="no-padding"><a href="#intro" class="active">About</a></li>
-          <li class="no-padding"><a href="#first">Get Started</a></li>
-          <li class="no-padding"><a href="#posts">Last Posts</a></li>
-          <li class="no-padding"><a href="#second">Community</a></li>
-          <li class="no-padding"><a href="https://james.apache.org/";><span 
class="fa fa-external-link"></span> Documentation</a></li>
-        </ul>
-      </section>
-      <section>
-        <h2>Connect</h2>
-        <ul class="icons">
-          <li><a href="http://twitter.com/ApacheJames"; class="icon fa-twitter 
alt"><span class="label">Twitter</span></a></li>
-          <li><a href="https://github.com/apache/james-project"; class="icon 
fa-github alt"><span class="label">GitHub</span></a></li>
-          <li><a href="http://james.apache.org/mail.html"; class="icon 
fa-envelope-o alt"><span class="label">Mailing-list</span></a></li>
-        </ul>
-      </section>
-      <section class="legal-section">
-        <h2>Copyright</h2>
-        Copyright <a href="http://www.apache.org/";> © 2006-2016 The Apache 
Software Foundation. All Rights Reserved.</a><br/>
-        Design: <a href="https://html5up.net";>HTML5 UP</a>
-      </section>
-  </footer>
-</div>
-
-<!-- Scripts -->
-<script src="assets/js/jquery.min.js"></script>
-<script src="assets/js/jquery.scrollex.min.js"></script>
-<script src="assets/js/jquery.scrolly.min.js"></script>
-<script src="assets/js/skel.min.js"></script>
-<script src="assets/js/util.js"></script>
-<script src="assets/js/lightbox.js"></script>
-<script src="assets/js/github-fetch.js"></script>
-<!--[if lte IE 8]><script 
src="assets/js/ie/respond.min.js"></script><![endif]-->
-<script src="assets/js/main.js"></script>
-
-
-               </body>
-       </html>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/james/update/2016/09/09/test.html
----------------------------------------------------------------------
diff --git a/src/homepage/_site/james/update/2016/09/09/test.html 
b/src/homepage/_site/james/update/2016/09/09/test.html
deleted file mode 100644
index 18aa941..0000000
--- a/src/homepage/_site/james/update/2016/09/09/test.html
+++ /dev/null
@@ -1,117 +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>
-               <head>
-                       <title>Test Post</title>
-                       <!-- link to main stylesheet-->
-                       <link rel="stylesheet" type="text/css" 
href="css/main.css">
-                       <link rel="stylesheet" type="text/css" 
href="css/font-awesome.min.css">
-               </head>
-               <body>
-               <!--<link href="css/main.css" rel="stylesheet">-->
-                       <!--
-    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.
--->
-
-<div id="wrapper" class="post-page">
-
-  <!-- Header -->
-    <header id="header" class="alt">
-      <h1><span class="icon fa-file-text-o"></span> Test Post</h1>
-      <p>September 09, 2016</p>
-    </header>
-
-  <!-- Main -->
-    <div id="main">
-
-      <!-- Content -->
-        <section id="content" class="main">
-
-          <p>You’ll find this post in your <code 
class="highlighter-rouge">_posts</code> directory. Go ahead and edit it and 
re-build the site to see your changes. You can rebuild the site in many 
different ways, but the most common way is to run <code 
class="highlighter-rouge">jekyll serve</code>, which launches a web server and 
auto-regenerates your site when a file is updated.</p>
-
-<p>To add new posts, simply add a file in the <code 
class="highlighter-rouge">_posts</code> directory that follows the convention 
<code class="highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes 
the necessary front matter. Take a look at the source for this post to get an 
idea about how it works.</p>
-
-<p>Jekyll also offers powerful support for code snippets:</p>
-
-<figure class="highlight"><pre><code class="language-ruby" 
data-lang="ruby"><span class="k">def</span> <span 
class="nf">print_hi</span><span class="p">(</span><span 
class="nb">name</span><span class="p">)</span>
-  <span class="nb">puts</span> <span class="s2">"Hi, </span><span 
class="si">#{</span><span class="nb">name</span><span class="si">}</span><span 
class="s2">"</span>
-<span class="k">end</span>
-<span class="n">print_hi</span><span class="p">(</span><span 
class="s1">'Tom'</span><span class="p">)</span>
-<span class="c1">#=&gt; prints 'Hi, Tom' to 
STDOUT.</span></code></pre></figure>
-
-<p>Check out the <a href="http://jekyllrb.com/docs/home";>Jekyll docs</a> for 
more info on how to get the most out of Jekyll. File all bugs/feature requests 
at <a href="https://github.com/jekyll/jekyll";>Jekyll’s GitHub repo</a>. If 
you have questions, you can ask them on <a 
href="https://talk.jekyllrb.com/";>Jekyll Talk</a>.</p>
-
-
-
-          <footer class="major special">
-            <hr>
-            <center>
-              <ul class="actions">
-                <li><a href="/index.html" class="button">Back to 
homepage</a></li>
-                <li><a href="/posts.html" class="button">Read More 
Posts</a></li>
-              </ul>
-            </center>
-          </footer>
-        </section>
-    </div>
-    <footer id="footer" class="major">
-      <section>
-        <h2>James</h2>
-        <ul class="no-padding">
-          <li class="no-padding"><a href="../#intro" 
class="active">About</a></li>
-          <li class="no-padding"><a href="../#first">Get Started</a></li>
-          <li class="no-padding"><a href="../#posts">Last Posts</a></li>
-          <li class="no-padding"><a href="../#second">Community</a></li>
-          <li class="no-padding"><a href="https://james.apache.org/";><span 
class="fa fa-external-link"></span> Documentation</a></li>
-        </ul>
-      </section>
-      <section>
-        <h2>Connect</h2>
-        <ul class="icons">
-          <li><a href="http://twitter.com/ApacheJames"; class="icon fa-twitter 
alt"><span class="label">Twitter</span></a></li>
-          <li><a href="https://github.com/apache/james-project"; class="icon 
fa-github alt"><span class="label">GitHub</span></a></li>
-          <li><a href="http://james.apache.org/mail.html"; class="icon 
fa-envelope-o alt"><span class="label">Mailing-list</span></a></li>
-        </ul>
-      </section>
-      <section>
-        <h2>Copyright</h2>
-        <a href="http://www.apache.org/";>Apache Licence Copyright</a><br/>
-        &copy;Untitled. Design: <a href="https://html5up.net";>HTML5 UP</a>
-      </section>
-    </footer>
-</div>
-
-               </body>
-       </html>

http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/posts.html
----------------------------------------------------------------------
diff --git a/src/homepage/_site/posts.html b/src/homepage/_site/posts.html
deleted file mode 100644
index 2c752c6..0000000
--- a/src/homepage/_site/posts.html
+++ /dev/null
@@ -1,122 +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>
-               <head>
-                       <title></title>
-                       <!-- link to main stylesheet-->
-                       <link rel="stylesheet" type="text/css" 
href="css/main.css">
-                       <link rel="stylesheet" type="text/css" 
href="css/font-awesome.min.css">
-               </head>
-               <body>
-               <!--<link href="css/main.css" rel="stylesheet">-->
-                       <!--
-    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.
--->
-<div id="wrapper" class="post-page">
-
-  <!-- Header -->
-    <header id="header" class="alt">
-      <h1><span class="icon fa-newspaper-o"></span> Apache James Posts</h1>
-    </header>
-
-  <!-- Main -->
-    <div id="main">
-      <section id="posts" class="main">
-        <ul class="no-padding">
-            
-              <li class="post-template">
-                <span class="icon fa-lg fa-file-text-o"></span>
-                <span class="details">
-                  <a href="/james/update/2016/09/09/test.html" alt="Test 
Post"><b>Test Post - September 09, 2016</b><small><p>You’ll find this post in 
your <code class="highlighter-rouge">_posts</code> directory. Go ahead and edit 
it and re-build the site to see your changes. You can rebuild the site in many 
different ways, but the most common way is to run <code 
class="highlighter-rouge">jekyll serve</code>, which launches a web server and 
auto-regenerates your site when a file is updated.</p>
-
-</small></a>
-                </span>
-              </li>
-            
-              <li class="post-template">
-                <span class="icon fa-lg fa-file-text-o"></span>
-                <span class="details">
-                  <a href="/welcome-jekyll" alt="Welcome to Jekyll"><b>Welcome 
to Jekyll - August 29, 2016</b><small><p>You’ll find this post in your <code 
class="highlighter-rouge">_posts</code> directory. Go ahead and edit it and 
re-build the site to see your changes. You can rebuild the site in many 
different ways, but the most common way is to run <code 
class="highlighter-rouge">jekyll serve</code>, which launches a web server and 
auto-regenerates your site when a file is updated.</p>
-
-</small></a>
-                </span>
-              </li>
-            
-        </ul>
-        <footer class="major">
-          <ul class="actions align-center">
-            <li><a href="index.html" class="button">go back to 
homepage</a></li>
-          </ul>
-        </footer>
-      </section>
-    </div>
-    <footer id="footer" class="major">
-      <section>
-        <h2>James</h2>
-        <ul class="no-padding">
-          <li class="no-padding"><a href="index.html#intro" 
class="active">About</a></li>
-          <li class="no-padding"><a href="index.html#first">Get 
Started</a></li>
-          <li class="no-padding"><a href="index.html#posts">Last Posts</a></li>
-          <li class="no-padding"><a href="index.html#second">Community</a></li>
-          <li class="no-padding"><a href="documentation.html"><span class="fa 
fa-external-link"></span> Documentation</a></li>
-        </ul>
-      </section>
-      <section>
-        <h2>Connect</h2>
-        <ul class="icons">
-          <li><a href="http://twitter.com/ApacheJames"; class="icon fa-twitter 
alt"><span class="label">Twitter</span></a></li>
-          <li><a href="https://github.com/apache/james-project"; class="icon 
fa-github alt"><span class="label">GitHub</span></a></li>
-          <li><a href="http://james.apache.org/mail.html"; class="icon 
fa-envelope-o alt"><span class="label">Mailing-list</span></a></li>
-        </ul>
-      </section>
-      <section>
-        <h2>Copyright</h2>
-        <a href="http://www.apache.org/";>Apache Licence Copyright</a><br/>
-        &copy;Untitled. Design: <a href="https://html5up.net";>HTML5 UP</a>
-      </section>
-  </footer>
-</div>
-
-<!-- Scripts -->
-<script src="assets/js/jquery.min.js"></script>
-<script src="assets/js/jquery.scrollex.min.js"></script>
-<script src="assets/js/jquery.scrolly.min.js"></script>
-<script src="assets/js/skel.min.js"></script>
-<script src="assets/js/util.js"></script>
-<!--[if lte IE 8]><script 
src="assets/js/ie/respond.min.js"></script><![endif]-->
-<script src="assets/js/main.js"></script>
-
-               </body>
-       </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to