You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rm...@apache.org on 2020/06/04 08:48:54 UTC

svn commit: r1061456 [1/2] - in /websites/production/geronimo/content: ./ assets/ assets/css/ assets/img/ assets/img/favicons/

Author: rmannibucau
Date: Thu Jun  4 08:48:54 2020
New Revision: 1061456

Log:
importing new G site

Added:
    websites/production/geronimo/content/assets/
    websites/production/geronimo/content/assets/css/
    websites/production/geronimo/content/assets/css/geronimo.css
    websites/production/geronimo/content/assets/img/
    websites/production/geronimo/content/assets/img/apache.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/
    websites/production/geronimo/content/assets/img/favicons/android-chrome-192x192.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/android-chrome-512x512.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/apple-touch-icon.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/browserconfig.xml
    websites/production/geronimo/content/assets/img/favicons/favicon-16x16.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/favicon-32x32.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/favicon.ico   (with props)
    websites/production/geronimo/content/assets/img/favicons/mstile-144x144.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/mstile-310x310.png   (with props)
    websites/production/geronimo/content/assets/img/favicons/mstile-70x70.png   (with props)
    websites/production/geronimo/content/assets/img/feather-bg.png   (with props)
    websites/production/geronimo/content/assets/img/feather.png   (with props)
    websites/production/geronimo/content/assets/img/feather.svg
    websites/production/geronimo/content/assets/img/feather.xcf   (with props)
    websites/production/geronimo/content/assets/img/logo.gif   (with props)
    websites/production/geronimo/content/assets/img/topleft_logo_437x64.gif   (with props)
    websites/production/geronimo/content/index.old.html
Modified:
    websites/production/geronimo/content/index.html

Added: websites/production/geronimo/content/assets/css/geronimo.css
==============================================================================
--- websites/production/geronimo/content/assets/css/geronimo.css (added)
+++ websites/production/geronimo/content/assets/css/geronimo.css Thu Jun  4 08:48:54 2020
@@ -0,0 +1,37 @@
+.jumbotron {
+  padding-top: 3rem;
+  padding-bottom: 3rem;
+  margin-bottom: 0;
+  background-color: #418ecb;
+  background-image: url('../../assets/img/feather-bg.png');
+  background-repeat: no-repeat;
+  border-radius: 0rem !important;
+}
+
+@media (min-width: 768px) {
+  .jumbotron {
+    padding-top: 6rem;
+    padding-bottom: 6rem;
+  }
+}
+
+.jumbotron p:last-child {
+  margin-bottom: 0;
+}
+
+.jumbotron h1 {
+  font-weight: 300;
+}
+
+.jumbotron .container {
+  max-width: 40rem;
+}
+
+footer {
+  padding-top: 3rem;
+  padding-bottom: 3rem;
+}
+
+footer p {
+  margin-bottom: .25rem;
+}

Added: websites/production/geronimo/content/assets/img/apache.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/apache.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/android-chrome-192x192.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/android-chrome-192x192.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/android-chrome-512x512.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/android-chrome-512x512.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/apple-touch-icon.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/apple-touch-icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/browserconfig.xml
==============================================================================
--- websites/production/geronimo/content/assets/img/favicons/browserconfig.xml (added)
+++ websites/production/geronimo/content/assets/img/favicons/browserconfig.xml Thu Jun  4 08:48:54 2020
@@ -0,0 +1,11 @@
+---
+---
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+  <msapplication>
+    <tile>
+      <square150x150logo src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/mstile-150x150.png"/>
+      <TileColor>#563d7c</TileColor>
+    </tile>
+  </msapplication>
+</browserconfig>

Added: websites/production/geronimo/content/assets/img/favicons/favicon-16x16.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/favicon-16x16.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/favicon-32x32.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/favicon-32x32.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/favicon.ico
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/mstile-144x144.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/mstile-144x144.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/mstile-310x310.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/mstile-310x310.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/favicons/mstile-70x70.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/favicons/mstile-70x70.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/feather-bg.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/feather-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/feather.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/feather.svg
==============================================================================
--- websites/production/geronimo/content/assets/img/feather.svg (added)
+++ websites/production/geronimo/content/assets/img/feather.svg Thu Jun  4 08:48:54 2020
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 19.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="Feather" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 2392.5 4226.6" enable-background="new 0 0 2392.5 4226.6" xml:space="preserve">
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-5167.0962" y1="697.5549" x2="-4570.1162" y2="1395.619" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0" style="stop-color:#F69923"/>
+	<stop  offset="0.3123" style="stop-color:#F79A23"/>
+	<stop  offset="0.8383" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_1_)" d="M1798.9,20.1C1732.6,59.2,1622.5,170,1491,330.5l120.8,228c84.8-121.3,170.9-230.4,257.8-323.6
+	c6.7-7.4,10.2-10.9,10.2-10.9c-3.4,3.6-6.8,7.3-10.2,10.9c-28.1,31-113.4,130.5-242.1,328.1c123.9-6.2,314.3-31.5,469.6-58.1
+	c46.2-258.8-45.3-377.3-45.3-377.3S1935.5-60.6,1798.9,20.1z"/>
+<path fill="none" d="M1594.4,1320.7c0.9-0.2,1.8-0.3,2.7-0.5l-17.4,1.9c-1.1,0.5-2,1-3.1,1.4
+	C1582.6,1322.6,1588.5,1321.6,1594.4,1320.7z"/>
+<path fill="none" d="M1471.1,1729.1c-9.9,2.2-20,3.9-30.2,5.4C1451.1,1733,1461.2,1731.2,1471.1,1729.1z"/>
+<path fill="none" d="M633.1,2645.2c1.3-3.4,2.6-6.8,3.8-10.2c26.6-70.2,52.9-138.4,79-204.9c29.3-74.6,58.2-146.8,86.8-216.8
+	c30.1-73.8,59.8-145.1,89.1-214c30.7-72.3,61-141.9,90.7-208.9c24.2-54.5,48-107.3,71.5-158.4c7.8-17,15.6-33.9,23.4-50.6
+	c15.4-33.1,30.7-65.6,45.7-97.3c13.9-29.3,27.7-57.9,41.4-86c4.5-9.4,9.1-18.6,13.6-27.9c0.7-1.5,1.5-3,2.2-4.5l-14.8,1.6
+	l-11.8-23.2c-1.1,2.3-2.3,4.5-3.5,6.8c-21.2,42.1-42.2,84.6-63,127.5c-12,24.8-24,49.7-35.9,74.7c-33,69.3-65.5,139.2-97.4,209.6
+	c-32.3,71.1-63.9,142.6-94.9,214.2c-30.5,70.3-60.3,140.7-89.6,210.9c-29.2,70.1-57.7,140-85.6,209.4
+	c-29.1,72.5-57.4,144.3-84.8,215.3c-6.2,16-12.4,32-18.5,48c-22,57.3-43.4,113.8-64.3,169.6l18.6,36.7l16.6-1.8
+	c0.6-1.7,1.2-3.4,1.8-5C580.1,2786.5,606.7,2714.9,633.1,2645.2z"/>
+<path fill="none" d="M1433.2,1735.7L1433.2,1735.7c0.1,0,0.1-0.1,0.2-0.1C1433.4,1735.6,1433.3,1735.6,1433.2,1735.7z"/>
+<path fill="#BE202E" d="M1393.2,1934.8c-15.4,2.8-31.3,5.5-47.6,8.3c-0.1,0-0.2,0.1-0.3,0.1c8.2-1.2,16.3-2.4,24.3-3.8
+	C1377.6,1938,1385.4,1936.5,1393.2,1934.8z"/>
+<path opacity="0.35" fill="#BE202E" d="M1393.2,1934.8c-15.4,2.8-31.3,5.5-47.6,8.3c-0.1,0-0.2,0.1-0.3,0.1
+	c8.2-1.2,16.3-2.4,24.3-3.8C1377.6,1938,1385.4,1936.5,1393.2,1934.8z"/>
+<path fill="#BE202E" d="M1433.6,1735.5c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1c2.6-0.3,5.1-0.8,7.6-1.1
+	c10.3-1.5,20.4-3.3,30.2-5.4C1458.8,1731.2,1446.3,1733.4,1433.6,1735.5L1433.6,1735.5L1433.6,1735.5z"/>
+<path opacity="0.35" fill="#BE202E" d="M1433.6,1735.5c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1c2.6-0.3,5.1-0.8,7.6-1.1
+	c10.3-1.5,20.4-3.3,30.2-5.4C1458.8,1731.2,1446.3,1733.4,1433.6,1735.5L1433.6,1735.5L1433.6,1735.5z"/>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-9585.3418" y1="620.5048" x2="-5326.209" y2="620.5048" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_2_)" d="M1255.7,1147.6c36.7-68.6,73.9-135.7,111.5-201c39-67.8,78.5-133.6,118.4-197c2.3-3.7,4.7-7.5,7-11.3
+	c39.4-62.4,79.2-122.4,119.3-179.8l-120.8-228c-9.1,11.1-18.2,22.4-27.5,33.9c-34.8,43.4-71,90.1-108.1,139.6
+	c-41.8,55.8-84.8,115.4-128.5,177.9c-40.3,57.8-81.2,118.3-122.1,180.9c-34.8,53.3-69.8,108.2-104.5,164.5c-1.3,2.1-2.6,4.2-3.9,6.3
+	l157.2,310.5C1187.3,1277.6,1221.3,1212,1255.7,1147.6z"/>
+<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-9071.207" y1="1047.6898" x2="-6533.1782" y2="1047.6898" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0" style="stop-color:#282662"/>
+	<stop  offset="9.548390e-02" style="stop-color:#662E8D"/>
+	<stop  offset="0.7882" style="stop-color:#9F2064"/>
+	<stop  offset="0.9487" style="stop-color:#CD2032"/>
+</linearGradient>
+<path fill="url(#SVGID_3_)" d="M539.7,2897.1c-20.8,57.2-41.7,115.4-62.7,174.9c-0.3,0.9-0.6,1.7-0.9,2.6c-3,8.4-5.9,16.8-8.9,25.2
+	c-14.1,40.1-26.4,76.2-54.5,158.3c46.3,21.1,83.5,76.7,118.7,139.8c-3.7-65.3-30.8-126.7-82.1-174.2
+	c228.3,10.3,425-47.4,526.7-214.3c9.1-14.9,17.4-30.5,24.9-47.2c-46.2,58.6-103.5,83.5-211.4,77.4c-0.2,0.1-0.5,0.2-0.7,0.3
+	c0.2-0.1,0.5-0.2,0.7-0.3c158.8-71.1,238.5-139.3,308.9-252.4c16.7-26.8,32.9-56.1,49.5-88.6C1009,2841.2,848.1,2881.8,678.6,2851
+	l-127.1,13.9C547.5,2875.6,543.6,2886.3,539.7,2897.1z"/>
+<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-9346.126" y1="580.817" x2="-5086.9941" y2="580.817" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_4_)" d="M599,2612.4c27.5-71,55.8-142.8,84.8-215.3c27.8-69.4,56.4-139.2,85.6-209.4
+	c29.2-70.2,59.1-140.5,89.6-210.9c31-71.6,62.7-143.1,94.9-214.2c31.9-70.3,64.4-140.3,97.4-209.6c11.9-25,23.9-49.9,35.9-74.7
+	c20.8-42.9,41.8-85.4,63-127.5c1.1-2.3,2.3-4.5,3.5-6.8l-157.2-310.5c-2.6,4.2-5.1,8.4-7.7,12.6c-36.6,59.8-73.1,121-108.9,183.5
+	c-36.2,63.1-71.7,127.4-106.4,192.6c-29.3,55-57.9,110.5-85.7,166.5c-5.6,11.4-11.1,22.6-16.6,33.9
+	c-34.3,70.5-65.2,138.6-93.2,204.1c-31.7,74.2-59.6,145.1-84,212.3c-16.1,44.2-30.7,86.9-44.1,127.9c-11,35-21.5,70.1-31.4,105
+	c-23.5,82.3-43.7,164.4-60.3,246.2L516.2,2830c20.9-55.8,42.3-112.3,64.3-169.6C586.6,2644.5,592.8,2628.4,599,2612.4z"/>
+<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-9035.5029" y1="638.4408" x2="-6797.2012" y2="638.4408" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0" style="stop-color:#282662"/>
+	<stop  offset="9.548390e-02" style="stop-color:#662E8D"/>
+	<stop  offset="0.7882" style="stop-color:#9F2064"/>
+	<stop  offset="0.9487" style="stop-color:#CD2032"/>
+</linearGradient>
+<path fill="url(#SVGID_5_)" d="M356.1,2529.2c-19.8,99.8-33.9,199.2-41,298c-0.2,3.5-0.6,6.9-0.8,10.4
+	c-49.3-79-181.3-156.1-181-155.4c94.5,137,166.2,273,176.9,406.5c-50.6,10.4-119.9-4.6-200-34.1c83.5,76.7,146.2,97.9,170.6,103.6
+	c-76.7,4.8-156.6,57.5-237.1,118.2c117.7-48,212.8-67,280.9-51.6C216.6,3530.6,108.3,3868.2,0,4226.6c33.2-9.8,53-32.1,64.1-62.3
+	c19.3-64.9,147.4-490.7,348.1-1050.4c5.7-15.9,11.5-31.9,17.3-48c1.6-4.5,3.3-9,4.9-13.4c21.2-58.7,43.2-118.6,65.9-179.7
+	c5.2-13.9,10.4-27.8,15.6-41.8c0.1-0.3,0.2-0.6,0.3-0.8l-157.8-311.8C357.7,2521.9,356.8,2525.5,356.1,2529.2z"/>
+<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-9346.126" y1="1021.6218" x2="-5086.9941" y2="1021.6218" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_6_)" d="M1178.1,1370.3c-4.5,9.2-9,18.5-13.6,27.9c-13.6,28.1-27.4,56.7-41.4,86
+	c-15.1,31.7-30.3,64.1-45.7,97.3c-7.8,16.7-15.5,33.5-23.4,50.6c-23.5,51.1-47.3,103.9-71.5,158.4c-29.7,67-60,136.6-90.7,208.9
+	c-29.3,68.9-59,140.2-89.1,214c-28.6,70-57.5,142.3-86.8,216.8c-26.1,66.5-52.4,134.7-79,204.9c-1.3,3.4-2.6,6.8-3.8,10.2
+	c-26.4,69.7-53,141.3-79.8,214.7c-0.6,1.7-1.2,3.4-1.8,5l127.1-13.9c-2.5-0.5-5.1-0.8-7.6-1.3c152-18.9,354-132.5,484.6-272.7
+	c60.2-64.6,114.8-140.8,165.3-230c37.6-66.4,72.9-140,106.5-221.5c29.4-71.2,57.6-148.3,84.8-231.9c-34.9,18.4-74.9,31.9-119,41.3
+	c-7.7,1.6-15.6,3.2-23.6,4.6c-8,1.4-16.1,2.7-24.3,3.8l0,0l0,0c0.1,0,0.2-0.1,0.3-0.1c141.7-54.5,231.1-159.8,296.1-288.7
+	c-37.3,25.4-97.9,58.7-170.5,74.7c-9.9,2.2-20,3.9-30.2,5.4c-2.6,0.4-5.1,0.8-7.6,1.1l0,0l0,0c0.1,0,0.1-0.1,0.2-0.1
+	c0,0,0.1,0,0.1-0.1l0,0c49.2-20.6,90.7-43.6,126.7-70.8c7.7-5.8,15.2-11.8,22.4-18.1c11-9.5,21.4-19.5,31.4-30
+	c6.4-6.7,12.6-13.6,18.6-20.8c14.1-16.8,27.3-34.9,39.7-54.6c3.8-6,7.5-12.1,11.2-18.4c4.7-9.1,9.2-18,13.6-26.8
+	c19.8-39.8,35.6-75.3,48.2-106.5c6.3-15.6,11.8-30,16.5-43.4c1.9-5.3,3.7-10.5,5.4-15.5c5-15,9.1-28.3,12.3-40
+	c4.8-17.5,7.7-31.4,9.3-41.5l0,0l0,0c-4.8,3.8-10.3,7.6-16.5,11.3c-42.8,25.6-116.2,48.8-175.4,59.7l116.7-12.8l-116.7,12.8
+	c-0.9,0.2-1.8,0.3-2.7,0.5c-5.9,1-11.9,1.9-17.9,2.9c1.1-0.5,2-1,3.1-1.4l-399.3,43.8C1179.6,1367.4,1178.9,1368.8,1178.1,1370.3z"
+	/>
+<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-9610.334" y1="999.733" x2="-5351.2017" y2="999.733" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_7_)" d="M1627.6,563.1c-35.5,54.5-74.3,116.4-116,186.5c-2.2,3.6-4.4,7.4-6.6,11.1
+	c-36,60.7-74.3,127.3-114.5,200.3c-34.8,63-71,130.6-108.6,203.3c-32.8,63.3-66.7,130.5-101.5,201.6l399.3-43.8
+	c116.3-53.5,168.3-101.9,218.8-171.9c13.4-19.3,26.9-39.5,40.3-60.4c41-64,81.2-134.5,117.2-204.6c34.7-67.7,65.3-134.8,88.8-195.3
+	c14.9-38.5,26.9-74.3,35.2-105.7c7.3-27.7,13-54,17.4-79.1C1941.9,531.6,1751.5,557,1627.6,563.1z"/>
+<path fill="#BE202E" d="M1369.6,1939.4c-8,1.4-16.1,2.7-24.3,3.8l0,0C1353.5,1942.1,1361.6,1940.8,1369.6,1939.4z"/>
+<path opacity="0.35" fill="#BE202E" d="M1369.6,1939.4c-8,1.4-16.1,2.7-24.3,3.8l0,0C1353.5,1942.1,1361.6,1940.8,1369.6,1939.4z"/>
+<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-9346.126" y1="1152.7261" x2="-5086.9941" y2="1152.7261" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_8_)" d="M1369.6,1939.4c-8,1.4-16.1,2.7-24.3,3.8l0,0C1353.5,1942.1,1361.6,1940.8,1369.6,1939.4z"/>
+<path fill="#BE202E" d="M1433.2,1735.7c2.6-0.3,5.1-0.8,7.6-1.1C1438.3,1734.9,1435.8,1735.3,1433.2,1735.7L1433.2,1735.7z"/>
+<path opacity="0.35" fill="#BE202E" d="M1433.2,1735.7c2.6-0.3,5.1-0.8,7.6-1.1C1438.3,1734.9,1435.8,1735.3,1433.2,1735.7
+	L1433.2,1735.7z"/>
+<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-9346.126" y1="1137.7247" x2="-5086.9941" y2="1137.7247" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_9_)" d="M1433.2,1735.7c2.6-0.3,5.1-0.8,7.6-1.1C1438.3,1734.9,1435.8,1735.3,1433.2,1735.7L1433.2,1735.7z"
+	/>
+<path fill="#BE202E" d="M1433.5,1735.6c0,0,0.1,0,0.1-0.1l0,0l0,0l0,0C1433.6,1735.5,1433.5,1735.5,1433.5,1735.6z"/>
+<path opacity="0.35" fill="#BE202E" d="M1433.5,1735.6c0,0,0.1,0,0.1-0.1l0,0l0,0l0,0C1433.6,1735.5,1433.5,1735.5,1433.5,1735.6z"
+	/>
+<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-6953.4072" y1="1134.7161" x2="-6011.9995" y2="1134.7161" gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3144.8108 -4619.2983)">
+	<stop  offset="0.3233" style="stop-color:#9E2064"/>
+	<stop  offset="0.6302" style="stop-color:#C92037"/>
+	<stop  offset="0.7514" style="stop-color:#CD2335"/>
+	<stop  offset="1" style="stop-color:#E97826"/>
+</linearGradient>
+<path fill="url(#SVGID_10_)" d="M1433.5,1735.6c0,0,0.1,0,0.1-0.1l0,0l0,0l0,0C1433.6,1735.5,1433.5,1735.5,1433.5,1735.6z"/>
+<path fill="#6D6E71" d="M2218.7,387v11.7h27.4v77.4h12.7v-77.4h27.6V387H2218.7z M2377,387l-30.6,62.2l-30.8-62.2h-15.3v89.1h11.7
+	v-70.7l30.3,61.3h8.1l30.3-61.3v70.7h11.7V387H2377z"/>
+</svg>

Added: websites/production/geronimo/content/assets/img/feather.xcf
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/feather.xcf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/logo.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/geronimo/content/assets/img/topleft_logo_437x64.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/production/geronimo/content/assets/img/topleft_logo_437x64.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/geronimo/content/index.html
==============================================================================
--- websites/production/geronimo/content/index.html (original)
+++ websites/production/geronimo/content/index.html Thu Jun  4 08:48:54 2020
@@ -1,539 +1,257 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements. See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License. You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
+<!doctype html>
 <html lang="en">
   <head>
-    <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <link type="text/css" rel="stylesheet" href="http://geronimo.apache.org/style/default.css">
-    <link rel="SHORTCUT ICON" href="http://geronimo.apache.org/images/favicon.ico">   
-    <LINK rel="schema.DC" href="http://purl.org/DC/elements/1.0/">
-    <META name="Description" content="Index" />
-    <META name="Keywords" content="Apache Geronimo Index" />
-    <META name="Owner" content="dev@geronimo.apache.org" />
-    <META name="Robots" content="index, follow" />
-    <META name="Security" content="Public" />
-    <META name="Source" content="wiki template" />
-    <META name="DC.Date" scheme="iso8601" content="2010-01-25" />
-    <META name="DC.Language" scheme="rfc1766" content="en" />
-    <META name="DC.Rights" content="Copyright © 2003-2013, The Apache Software Foundation" />
-    <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
-    <meta name="verify-v1" content="r4xGTn05820BdqgLI3hTFYd0HKicv58+8I+vjkH/7Uc=" />
-
-    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
-
-
-    <title>Apache Geronimo : Index</title>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="Apache Geronimo web site">
+    <meta name="author" content="The Apache Software Foundation">
+    <title>Apache Geronimo</title>
+
+    <link rel="canonical" href="https://geronimo.apache.org/">
+
+    <!-- Bootstrap core CSS -->
+    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
+
+        <!-- Favicons -->
+    <link rel="apple-touch-icon" href="assets/img/favicons/apple-touch-icon.png" sizes="180x180">
+    <link rel="icon" href="assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
+    <link rel="icon" href="assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
+    <link rel="icon" href="assets/img/favicons/favicon.ico">
+    <meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml">
+    <meta name="theme-color" content="#418ecb">
+
+    <style>
+      .bd-placeholder-img {
+        font-size: 1.125rem;
+        text-anchor: middle;
+        -webkit-user-select: none;
+        -moz-user-select: none;
+        -ms-user-select: none;
+        user-select: none;
+      }
+
+      @media (min-width: 768px) {
+        .bd-placeholder-img-lg {
+          font-size: 3.5rem;
+        }
+      }
+    </style>
+    <!-- Custom styles for this template -->
+    <link href="assets/css/geronimo.css" rel="stylesheet">
   </head>
-    
-    <body onload="init()">
-        
-        <table valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/header_bg_1x86.gif">
-            <tr>
-                <td valing="top" align="left">
-                    <a href="http://geronimo.apache.org"><img src="http://geronimo.apache.org/images/topleft_logo_437x64.gif" border="0"></a>
-                </td>
-                
-                <td width="100%">
-                    &nbsp;
-                </td>
-                <!-- Adds the edit page link to the top banner-->
-                <td valign="bottom">
-                    <div style="padding: 2px 10px; margin: 0px;">
-                        <a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=11380">
-                        <img src="http://geronimo.apache.org/images/notep_16_blue.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page" alt="Edit Page"></a>
-                    </div>
-                </td>
-                                                                                                                                            </tr>
-        </table>
-
-
-        <table border="0" cellpadding="2" cellspacing="0" width="100%">
-            <tr class="topBar">
-                <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
-                    &nbsp;<a href="index.html">Index</a>
-                </td>
-                
-                <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true">
-                <a href="http://apache-geronimo.328035.n3.nabble.com/Users-f328036.html">User List</a> | <a href="http://apache-geronimo.328035.n3.nabble.com/Development-f342155.html">Dev List</a> | <a href="http://cwiki.apache.org/geronimo">Wiki</a> | <a href="http://issues.apache.org/jira/browse/GERONIMO">Issue Tracker</a>&nbsp;&nbsp;
-                </td>
-            </tr>
-        </table>
-
-        <table border="0" cellpadding="4" width="100%" bgcolor="#FFFFFF">
-            <tr>
-                <td valign="top" nowrap="true" width="175">
-                                        <table bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
-                        <tr>
-                            <td>
-                                <table border="0" cellspacing="0" cellpadding="4">
-                                    <tr>
-                                        <td class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
-                                            <font color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
-                                                <strong>&nbsp; Overview</strong>
-                                            </font>
-                                        </td>
-                                    </tr>
-                                    
-                                    <tr>
-                                        <td bgcolor="#F3F4F5">
-                                            <table>
-                                                <tr>
-                                                    <td width="8"></td>
-                                                    <td align="left" width="100%">
-                                                                                                                                                                                                                                                                                        <a shape="rect" href="index.html">Home</a> <br clear="none">
-<a shape="rect" href="documentation.html">Documentation</a><br clear="none"><a shape="rect" href="/microprofile">Microprofile</a><br clear="none">
-<a shape="rect" href="downloads.html">Downloads</a><br clear="none">
-<a shape="rect" href="news-archive.html">News Archive</a><br clear="none">
-<a shape="rect" href="GMOxPMGT/index.html">Project Management</a><br clear="none">
-<a shape="rect" class="external-link" href="http://www.apache.org/licenses">License</a><br clear="none">
-<a shape="rect" href="GMOxPMGT/geronimo-privacy-policy.html">Privacy Policy</a><br clear="none">
-<a shape="rect" class="external-link" href="http://apache.org">ASF</a>
-                                                    </td>
-                                                </tr>
-                                            </table>
-                                        </td>
-                                    </tr>
-                                </table>
-                            </td>
-                        </tr>
-                    </table>
-                    <table> <!-- spacer -->
-                        <tr>
-                            <td width="175" height="2"></td>
-                        </tr>
-                    </table>
-
-
-                    <table bgcolor="#5fa3d6" border="0" cellpadding="0" cellspacing="1">
-                        <tbody>
-                		    <tr>
-                			    <td>
-                					<table border="0" cellpadding="4" cellspacing="0">
-                						<tbody><tr>
-                                            <td class="sideNavSectionTitle" bgcolor="#5fa3d6" width="175">
-                                                <font style="font-size: 12px;" color="#ffffff" face="Verdana, Helvetica, Arial">
-                                                    <strong>&nbsp; Search</strong>
-                								</font>
-                							</td>
-                						</tr>
-                						<tr>
-                							<td bgcolor="#f3f4f5">
-                								<table>
-                									<tbody>
-                										<tr>
-                											<td width="8"></td>
-                											<td align="center" width="100%">
-                												<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;">
-                													<INPUT name="ie" type="hidden" value="UTF-8"></INPUT>
-                													<INPUT name="oe" type="hidden" value="UTF-8"></INPUT>
-                													<INPUT name="domains" type="hidden" value="geronimo.apache.org"></INPUT>
-                													<INPUT name="sitesearch" type="hidden" value="geronimo.apache.org"></INPUT>
-                													<INPUT maxlength="255" name="q" style="width: 110px;" type="text"></INPUT>
-                													<INPUT type="image" src="http://geronimo.apache.org/images/icons/srch_16.gif" alt="[search]" name="btnG"></INPUT>
-                													
-                												</FORM>
-                												<div class="grayed">
-                												    Powered by Google Search
-                												</div>
-                											</td>
-                										</tr>
-                									</tbody>
-                								</table>
-                							</td>
-                						</tr>
-                					</table>
-                				</td>
-                			</tr>
-                		</tbody>
-                	</table>
-                    <table> <!-- spacer -->
-                        <tr>
-                            <td width="175" height="2"></td>
-                        </tr>
-                    </table>
-                                        <table bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
-                        <tr>
-                            <td>
-                                <table border="0" cellspacing="0" cellpadding="4">
-                                    <tr>
-                                        <td class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
-                                            <font color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
-                                                <strong>&nbsp; Community</strong>
-                                            </font>
-                                        </td>
-                                    </tr>
-                                    
-                                    <tr>
-                                        <td bgcolor="#F3F4F5">
-                                            <table>
-                                                <tr>
-                                                    <td width="8"></td>
-                                                    <td align="left" width="100%">
-                                                                                                                                                                                                                                                                                        <a shape="rect" href="events.html">Events</a><br clear="none">
-<a shape="rect" href="get-involved.html">Get Involved</a><br clear="none">
-<a shape="rect" href="committers.html">Committers</a><br clear="none">
-<a shape="rect" href="mailing-lists.html">Mailing Lists</a><br clear="none">
-<a shape="rect" href="discussion-forums.html">Discussion Forums</a><br clear="none">
-<a shape="rect" class="external-link" href="http://blogs.apache.org/geronimo/">Blog</a><br clear="none">
-<a shape="rect" class="external-link" href="irc://irc.freenode.net/geronimo" rel="nofollow">IRC</a><br clear="none">
-<a shape="rect" href="GMOxKB/index.html">FAQ</a><br clear="none">
-<a shape="rect" class="external-link" href="http://cwiki.apache.org/geronimo">Wiki</a><br clear="none">
-<a shape="rect" href="found-a-bug.html">Found a Bug</a>?<br clear="none">
-<a shape="rect" href="security-reports.html">Security Reports</a><br clear="none">
-<a shape="rect" href="service-and-support.html">Service and Support</a><br clear="none">
-<a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">ASF Sponsorship</a><br clear="none">
-<a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">ASF Thanks!</a>
-                                                    </td>
-                                                </tr>
-                                            </table>
-                                        </td>
-                                    </tr>
-                                </table>
-                            </td>
-                        </tr>
-                    </table>
-                    <table> <!-- spacer -->
-                        <tr>
-                            <td width="175" height="2"></td>
-                        </tr>
-                    </table>
-
-                                        <table bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
-                        <tr>
-                            <td>
-                                <table border="0" cellspacing="0" cellpadding="4">
-                                    <tr>
-                                        <td class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
-                                            <font color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
-                                                <strong>&nbsp; Development</strong>
-                                            </font>
-                                        </td>
-                                    </tr>
-                                    
-                                    <tr>
-                                        <td bgcolor="#F3F4F5">
-                                            <table>
-                                                <tr>
-                                                    <td width="8"></td>
-                                                    <td align="left" width="100%">
-                                                                                                                                                                                                                                                                                        <a shape="rect" href="javadoc.html">Javadoc</a><br clear="none">
-<a shape="rect" href="xml-schemas.html">XML Schemas</a><br clear="none">
-<a shape="rect" href="source-code.html">Source Code</a><br clear="none">
-<a shape="rect" href="coding-standards.html">Coding Standards</a><br clear="none">
-<a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/GERONIMO">Issue Tracker</a><br clear="none">
-<a shape="rect" href="related-projects.html">Related Projects</a><br clear="none">
-<a shape="rect" href="GMOxPMGT/apache-geronimo-release-roadmaps.html">Release Roadmaps</a>
-                                                    </td>
-                                                </tr>
-                                            </table>
-                                        </td>
-                                    </tr>
-                                </table>
-                            </td>
-                        </tr>
-                    </table>
-                    <table> <!-- spacer -->
-                        <tr>
-                            <td width="175" height="2"></td>
-                        </tr>
-                    </table>
-
-                                        <table bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
-                        <tr>
-                            <td>
-                                <table border="0" cellspacing="0" cellpadding="4">
-                                    <tr>
-                                        <td class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
-                                            <font color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
-                                                <strong>&nbsp; Subprojects</strong>
-                                            </font>
-                                        </td>
-                                    </tr>
-                                    
-                                    <tr>
-                                        <td bgcolor="#F3F4F5">
-                                            <table>
-                                                <tr>
-                                                    <td width="8"></td>
-                                                    <td align="left" width="100%">
-                                                                                                                                                                                                                                                                                        <a shape="rect" href="development-tools.html">Development Tools</a><br clear="none">
-<a shape="rect" href="GMOxSAMPLES/index.html">Sample Applications</a><br clear="none">
-<a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/GBUILD">GBuild</a><br clear="none">
-<a shape="rect" href="gshell/index.html">GShell</a><br clear="none">
-<a shape="rect" href="xbean/index.html">XBean</a><br clear="none">
-<a shape="rect" href="yoko/index.html">Yoko</a><br clear="none">
-Java EE Specs<br clear="none">
-Components<br clear="none">
-Plugins
-                                                    </td>
-                                                </tr>
-                                            </table>
-                                        </td>
-                                    </tr>
-                                </table>
-                            </td>
-                        </tr>
-                    </table>
-                    <table> <!-- spacer -->
-                        <tr>
-                            <td width="175" height="2"></td>
-                        </tr>
-                    </table>
-
-                    
-                    <div class="gfxbyepiq">
-                        <a href="http://www.epiqtech.com">Graphics by Epiq</a>
-                    </div>
-
-                    <!-- RSS feed links -->
-                    <div>
-                      <table> <!-- spacer -->
-                          <tr>
-                              <td width="25" height="15"></td>
-                          </tr>
-                      </table>
-                    </div>
-
-                    <table border="0" cellspacing="4px">
-                      <!-- News feed -->
-                      <tr>
-                        <td align="right">
-                          <a href="http://cwiki.apache.org/confluence/spaces/blogrss.action?key=GMOxSITE"><img src="http://geronimo.apache.org/images/rss.gif" border="0" alt="RSS"></a>
-                        </td>
-                        <td align="left">
-                          <a href="http://cwiki.apache.org/confluence/spaces/blogrss.action?key=GMOxSITE">News</a>
-                        </td>
-                      </tr>
-                      <!-- Site feed -->
-                      <tr>
-                        <td align="right">
-                          <a href="http://cwiki.apache.org/confluence/spaces/rss.action?key=GMOxSITE&newPages=false"><img src="http://geronimo.apache.org/images/rss.gif" border="0" alt="RSS"></a>
-                        </td>
-                        <td align="left">
-                          <a href="http://cwiki.apache.org/confluence/spaces/rss.action?key=GMOxSITE&newPages=false">Site Changes</a>
-                        </td>
-                      </tr>
-                      <!-- User feed -->
-                      <tr>
-                        <td align="right">
-                          <a href="http://apache-geronimo.328035.n3.nabble.com/Users-f328036.xml"><img src="http://geronimo.apache.org/images/xml.gif" border="0" alt="ATOM"></a>
-                        </td>
-                        <td align="left">
-                          <a href="http://apache-geronimo.328035.n3.nabble.com/Users-f328036.xml">User Mailing List</a>
-                        </td>
-                      </tr>
-                      <!-- Dev feed -->
-                      <tr>
-                        <td align="right">
-                          <a href="http://apache-geronimo.328035.n3.nabble.com/Development-f342155.xml"><img src="http://geronimo.apache.org/images/xml.gif" border="0" alt="ATOM"></a>
-                        </td>
-                        <td align="left">
-                          <a href="http://apache-geronimo.328035.n3.nabble.com/Development-f342155.xml">Developer Mailing List</a>
-                        </td>
-                      </tr>
-                    </table>
-
-                </td>
-                <td align="left" valign="top">
-                   <div id="PageContent">
-                                              
-                       <div class="pagecontent">
-                           <div class="wiki-content">
-                               <div class="wiki-content maincontent"><h1 id="Index-WelcometoApacheGeronimo">Welcome to Apache Geronimo</h1><div class="sectionColumnWrapper"><div class="sectionMacro"><div class="sectionMacroRow"><div class="columnMacro"><p>Apache Geronimo is an open source server runtime that integrates the best open source projects to create Java/OSGi server runtimes that meet the needs of enterprise developers and system administrators.</p><p>Our most popular distribution has previously been a fully certified Java EE 6 application server runtime.</p>
-                                   <p>Now we are refocusing on providing JavaEE/JakartaEE libraries and <a href="/microprofile">Microprofile</a> implementations.</p>
-                                   <p>Please note that the Apache Geronimo Project does no longer actively maintain the Geronimo Application Server!</p>
-                                   <p>If you are looking for a replacement then please look at the <a shape="rect" class="unresolved" href="#">Apache TomEE Application Server</a> project.</p><p>We are still actively delivering reusable Java EE components though. They are widely used and still actively maintained!</p><p>Some of our guiding principles are:</p><ul><li><span style="color: rgb(0,77,148);">Easy to use.</span></li><li><span style="color: rgb(0,77,148);">Build servers that are distributed under the Apache Software License.</span></li><li><span style="color: rgb(0,77,148);">Provide runtimes that meet the needs of developers, administrators and system integrators.</span></li><li><span style="color: rgb(0,77,148);">Integrate with the best open source tooling available like Eclipse.</span></li><li><span style="color: rgb(0,77,148);">Provide frequent releases of our software so users can experience the newest features and have access to the latest bug fixes.</span></li><li><span
  style="color: rgb(0,77,148);">Build a community that incorporates multiple disciplines required to create complex runtime and toolable infrastructure.</span></li></ul></div><div class="columnMacro"><p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="index.data/glogo-tm-med.gif"></span></p></div></div></div></div><h3 id="Index-News">News</h3><p>
-
-    
-        
-</p><div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~xiaming">
-               <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.png" alt="User icon: xiaming" title="xiaming">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2013/06/02/apache-geronimo-eclipse-plugin-301-released.html">Apache Geronimo Eclipse Plugin 3.0.1 Released</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~xiaming">Forrest Xia</a> posted on Jun 02, 2013</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        <p>The Apache Geronimo project is pleased to announce the available of Apache Geronimo Eclipse Plugin v3.0.1. This release provides support for Geronimo server 3.0.1 as well as the previous server releases. It also supports Eclipse 4.2 (Juno). This release contains some bug fixings and enhancements for OSGi programming model. Specific details can be found in the <a shape="rect" class="external-link" href="https://dist.apache.org/repos/dist/release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.1.txt">Plugin Release Notes</a>.</p>
 
-<p>The new version have been available through eclipse <a shape="rect" class="external-link" href="http://apache.org/dist/geronimo/eclipse/updates/">update site</a> now.</p>
+  <body>
+  <header>
+    <div class="collapse bg-dark" id="navbarHeader">
+      <div class="container">
+        <div class="row">
+          <div class="col-sm-8 col-md-7 py-4">
+            <h4 class="text-white">About</h4>
+            <p class="text-muted">
+              Apache Geronimo is an open source server runtime that integrates the best open source projects to create Java/OSGi server runtimes that meet the needs of enterprise developers and system administrators.
+              Our most popular distribution has previously been a fully certified Java EE 6 application server runtime.
+              Now we are refocusing on providing JavaEE/JakartaEE libraries and Microprofile implementations.
+              Please note that the Apache Geronimo Project does no longer actively maintain the Geronimo Application Server!
+              If you are looking for a replacement then please look at the <a href="https://tomee.apache.org/">Apache TomEE</a> Application Server project.</p>
+          </div>
+          <div class="col-sm-4 offset-md-1 py-4">
+            <h4 class="text-white">The ASF<span class="pl-2"><img src="assets/img/feather.png" width="25px" /></span></h4>
+            <ul class="list-unstyled">
+              <li><a href="https://www.apache.org/events/current-event.html" class="text-white">Apache Events</a></li>
+              <li><a href="https://www.apache.org/licenses/" class="text-white">License</a></li>
+              <li><a href="https://www.apache.org/foundation/sponsorship.html" class="text-white">Sponsorship</a></li>
+              <li><a href="https://www.apache.org/foundation/thanks.html" class="text-white">Thanks</a></li>
+              <li><a href="https://www.apache.org/security/" class="text-white">Security</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
     </div>
-    
-        
+    <div class="navbar navbar-dark bg-dark shadow-sm">
+      <div class="container d-flex justify-content-between">
+        <a href="/" class="navbar-brand d-flex align-items-center">
+          <img width="25" height="25" src="assets/img/logo.gif" />
+          <span class="pl-2"><strong>Apache Geronimo</strong></span>
+        </a>
+        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
+          <span class="navbar-toggler-icon"></span>
+        </button>
+      </div>
     </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~xiaming">
-               <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.png" alt="User icon: xiaming" title="xiaming">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2013/05/28/apache-geronimo-v301-released.html">Apache Geronimo v3.0.1 Released</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~xiaming">Forrest Xia</a> posted on May 28, 2013</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        <p><strong>May 28, 2013</strong></p>
-
-<p>The Apache Geronimo project is pleased to announce the available of Apache Geronimo v3.0.1 server. This release is a bug fixing release of version 3 after 3.0.0. It includes Tomcat assemblies only. Please see the detail information in <a shape="rect" class="external-link" href="http://www.apache.org/dist/geronimo/3.0.1/RELEASE_NOTES-3.0.1.txt">3.0.1 release notes</a>.</p>
+  </header>
 
-<p>A couple highlights are:</p>
+<main role="main">
 
-<ul><li>Tomcat upgraded to 7.0.39</li><li>Tranql upgraded to 1.8 to support JDBC 4</li><li>MyFaces upgraded to 2.1.10 to support JSF 2.1</li><li>OpenJPA upgraded to 2.2.2</li><li>Yoko upgraded to 1.4</li><li>ActiveMQ upgraded to 5.4.3</li></ul>
+  <section class="jumbotron text-center">
+    <div class="container text-white">
+      <h1>Apache Geronimo</h1>
+      <p class="lead">Apache Geronimo is an open source set of projects that are focus on providing JavaEE/JakartaEE libraries and Microprofile implementations.<br>
+        We are actively delivering reusable Java EE components though.<br>
+        They are widely used and still actively maintained!</p>
+    </div>
+  </section>
 
+  <div class="py-5 bg-light">
+    <div class="container">
 
-<p>Visit the <a shape="rect" class="external-link" href="http://geronimo.apache.org/downloads.html">Downloads</a> page for details on downloading Apache Geronimo v3.0.1 server assemblies.</p>
-    </div>
-    
-        
-    </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~xiaming">
-               <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.png" alt="User icon: xiaming" title="xiaming">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2012/07/13/apache-geronimo-samples-and-daytrader-v300-released.html">Apache Geronimo Samples and Daytrader v3.0.0 Released</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~xiaming">Forrest Xia</a> posted on Jul 13, 2012</div>
-            
+      <div class="row">
+        <div class="col-md-6 pb-4">
+          <div class="card mb-6 shadow-sm">
+            <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#4faed1"/><text x="50%" y="50%" fill="#eceeef" dy=".3em" font-size="2em">JavaEE/JakartaEE</text></svg>
+            <div class="card-body">
+              <p class="card-text">Apache Geronimo provide libraries for the implementations of the Java EE and Jakarta EE specifications. The implementations are also focus on providing OSGi bundle metadatas.<br><br><br><br><br></p>
+              <div class="d-flex justify-content-between float-right">             
+                <a href="https://github.com/apache/geronimo-specs" class="btn btn-outline-primary">Learn more</a>
+              </div>
+            </div>
+          </div>
         </div>
-    
-    <div class="wiki-content">
-        <p>The Apache Geronimo project is pleased to announce the 3.0.0 release of Geronimo Samples and Daytrader. These releases are aligned with Geronimo Server 3.0.0 release. To play with these samples, you can check out the <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0.0/">samples source code</a> and <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-parent-3.0.0/">daytrader source code</a>, then build and run them from scratch.</p>
-    </div>
-    
-        
-    </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~xiaming">
-               <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.png" alt="User icon: xiaming" title="xiaming">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2012/07/13/apache-geronimo-v300-released.html">Apache Geronimo v3.0.0 Released</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~xiaming">Forrest Xia</a> posted on Jul 13, 2012</div>
-            
+        <div class="col-md-6 pb-4">
+          <div class="card mb-6 shadow-sm">
+            <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#499fd5"/><text x="50%" y="50%" fill="#eceeef" dy=".3em" font-size="2em">XBean</text></svg>
+            <div class="card-body">
+              <p class="card-text">The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, we include support for multiple IoC systems, support for running with no IoC system, JMX without JMX code, lifecycle and class loader management, and a rock solid Spring integration.</p>
+              <div class="d-flex justify-content-between float-right">             
+                <a href="https://github.com/apache/geronimo-xbean" class="btn btn-outline-primary">Learn more</a>
+              </div>
+            </div>
+          </div>
         </div>
-    
-    <div class="wiki-content">
-        <p><strong>July 13, 2012</strong></p>
+      </div>
 
-<p>The Apache Geronimo project is pleased to announce the available of Apache Geronimo v3.0.0 server. This release is a formal release of version 3 after 3.0-beta-1. It includes Tomcat assemblies only. Besides Java EE 6 compliance achieved since 3.0-beta-1, Geronimo v3.0.0 release add Java 7 support for all of Java EE 6 web profile technologies. Please see the detail information in <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0.0/RELEASE_NOTES-3.0.0.txt">3.0.0 release notes</a>.</p>
-
-<p>A couple highlights are:</p>
+      <div class="row">
+        <div class="col-md-6 pb-4">
+          <div class="card mb-6 shadow-sm">
+            <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#4488da"/><text x="50%" y="50%" fill="#eceeef" dy=".3em" font-size="2em">Microprofile</text></svg>
+            <div class="card-body">
+              <p class="card-text">Apache Geronimo hosts several Microprofile Implementation:
+                <ul>
+                  <li>Config</li>
+                  <li>Fault Tolerance (Safeguard)</li>
+                  <li>JWT Auth, OpenTracing
+                  <li>Health</li>
+                  <li>Metrics</li>
+                  <li>OpenAPI</li>
+                </ul>
+                There is also some extensions as a set of module integration with Microprofile and enriching it transparently with production/cloud ready features. It also provide μ~ (utilda) which is a pom with <a href="https://openwebbeans.apache.org/meecrowave/">Apache Meecrowave</a> and the Aggregator pom which makes you a one dependency Microprofile 2.0 server, ready to use.<br><br><br><br>
+              </p>
+              <div class="d-flex justify-content-between float-right">             
+                <a href="https://geronimo.apache.org/microprofile/" class="btn btn-outline-primary">Learn more</a>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-md-6 pb-4">
+          <div class="card mb-6 shadow-sm">
+            <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#427fc9"/><text x="50%" y="50%" fill="#eceeef" dy=".3em" font-size="2em">Arthur</text></svg>
+            <div class="card-body">
+              <p class="card-text">Apache Geronimo Arthur is an effort to build a thin layer on top of Oracle GraalVM to build native binaries from your Java programs. 
+                Arthur project is composed of multiple module:
+                <ul>
+                  <li><strong>API:</strong> it contains some end user API integrated with built-in extensions to simplify application graal-ification.</li>
+                  <li><strong>SPI:</strong> it contains the extension API intended to be used by libraries or integrators to simplify the graal-ification of a coding pattern or framework coding style.</li>
+                  <li><strong>Implementation:</strong> it does the orchestration of the extensions execution before the native-image command line generation and execution.</li>
+                  <li><strong>Maven Plugin:</strong> it wraps the Implementation in a Maven Plugin and provides Docker helper mojos.</li>
+                  <li><strong>Knights:</strong> knight are modules providing Arthur extensions.</li>
+                </ul>
+                <br>
+              </p>
+              <div class="d-flex justify-content-between float-right">             
+                <a href="https://geronimo.apache.org/arthur" class="btn btn-outline-primary">Learn more</a>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
 
-<ul><li>Tomcat upgraded to 7.0.27</li><li>OSGi upgraded to 4.3</li><li>BVal upgraded to 0.4</li><li>Update Derby to version 10.8.2.2</li><li>Support for class hot swap for OSGi applications</li></ul>
+      <div class="row">
+        <div class="col-md-6 pb-4">
+          <div class="card mb-6 shadow-sm">
+            <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#427dba"/><text x="50%" y="50%" fill="#eceeef" dy=".3em" font-size="2em">BatchEE</text></svg>
+            <div class="card-body">
+                <p class="card-text">Apache BatchEE is a project providing an implementation of JBatch (aka jsr-352) and a set of useful extension for this specification.
+                The JBatch implementation is based on a fork of the Reference Implementation provided by IBM but it has now a set of enhancements.
+                BatchEE provide:
+                <ul>
+                  <li><strong>Extensions:</strong> Beanio, Camel, Commons-csv, Extras, Groovy, Hazelcast, Jackson, Jsefa, Jsonp, Modelmapper.</li>
+                  <li><strong>GUI:</strong> a Web-UI and 2 different ways to expose Batch details via REST, </li>
+                  <li><strong>CLI:</strong> to make it easy to integrate with companies schedulers and let JBatch batches run as any program.</li>
+                  <li><strong>Maven plugins:</strong> documentation, remote instance configuration.</li>
+                </ul>
+              <div class="d-flex justify-content-between float-right">             
+                <a href="https://batchee.incubator.apache.org" class="btn btn-outline-primary">Learn more</a>
+              </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
 
+  </div>
 
-<p>Visit the <a shape="rect" class="external-link" href="http://geronimo.apache.org/downloads.html">Downloads</a> page for details on downloading Apache Geronimo v3.0.0 server assemblies.</p>
-    </div>
-    
-        
+  <div class="py-5 bg-white">
+    <div class="container">
+      <h2>Disclaimer</h2>
+      <p class="lead">
+        Apache Geronimo&trade; is an open source server runtime that integrates the best open source projects to create Java/OSGi server runtimes that meet the needs of enterprise developers and system administrators.
+        Our most popular distribution has previously been a fully certified Java EE 6 application server runtime.
+        Now we are refocusing on providing JavaEE/JakartaEE libraries and Microprofile implementations.
+        Please note that the Apache Geronimo Project does no longer actively maintain the Geronimo Application Server!
+        If you are looking for a replacement then please look at the <a href="https://tomee.apache.org/">Apache TomEE</a> Application Server project.</p>
     </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="https://cwiki.apache.org/confluence/display/~viola.lu">
-               <img class="userLogo logo" src="/images/confluence/icons/profilepics/default.png" alt="User icon: viola.lu" title="viola.lu">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2012/01/17/apache-geronimo-samples-and-daytrader-30-beta-1-released.html">Apache Geronimo Samples and Daytrader 3.0-beta-1 Released</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~viola.lu">viola.lu</a> posted on Jan 17, 2012</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        <p>The Apache Geronimo project is pleased to announce the 3.0-beta-1 release of Geronimo Samples and Daytrader. These releases are aligned with Geronimo Server 3.0-beta-1 release.  Here is samples update in this release:</p>
+  </div>
 
-<ul><li>Java EE 6 and OSGi samples</li><li>Daytrader Java EE 6 update</li></ul>
 
 
-<p>To play with these samples, you have two options:</p>
-
-<p>Check out the <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/">source code</a> , then build and run them from scratch.<br clear="none">
-Install the <a shape="rect" class="external-link" href="http://geronimo.apache.org/plugins/samples-3.0-beta-1/">plugins</a> of these samples online from Geronimo Administrative Console.</p>
-    </div>
-    
-        
+  <div class="py-5 bg-white">
+    <div class="container">
+      <div class="row mb-5 pt-5">
+        <div class="col-md-7">
+          <h2>Apache & OpenSource</h2>
+          <p class="lead">
+            Apache Geronimo&trade; is your project! Apache Geronimo&trade; is an Apache Software Foundation project, available under the Apache v2 license.
+            It's a complete open community, always listening proposals and comments.
+            Sources, mailing lists, issue tracker: it's fully open, you can access directly.
+            We also love contributions : don't hesitate to contribute.
+          </p>
+        </div>
+        <div class="col-md-5 align-items-center">
+          <a href="https://apache.org" target="_blank">
+            <img class="img-fluid mx-auto" src="assets/img/apache.png" alt="Apache Software Foundation">
+          </a>
+        </div>
+      </div>
     </div>
-    <p><strong><a shape="rect" href="news-archive.html">News Archive</a></strong></p><h3 id="Index-IssuesFixedRecently">Issues Fixed Recently</h3><p></p><div class="aui-message warning jim-inline-block">
-    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: Unable to locate JIRA server for this macro. It may be due to Application Link configuration.
-</div>
-<p>&#160;</p></div>
-                           </div>
-                       </div>
-                   </div>
-                </td>
-            </tr>
-        </table>
-
-        <!-- footer -->
-        <table border="0" cellpadding="2" cellspacing="0" width="100%">
-            <tr>
-              <td align="left" valign="middle" class="footer">
-                <img src="http://static.delicious.com/img/delicious.small.gif" height="10" width="10" alt="Delicious" />
-                <a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'delicious','toolbar=no,width=550,height=550'); return false;">Bookmark this on Delicious</a>
-                &nbsp;&nbsp;
-                <img src="http://digg.com/img/badges/16x16-digg-guy.gif" width="16" height="16" alt="Digg!" />
-                <a href="" onclick="window.open('http://digg.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;topic=software');">Digg this</a>
-                <!-- Slicker, but no text
-                <script type="text/javascript">
-                  digg_skin = 'icon';
-                  digg_window = 'new';
-                  digg_title = 'Apache Geronimo : Index';
-                  digg_topic = 'software';
-                </script>
-                <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
-                -->
-                &nbsp;&nbsp;
-              </td>
-              <td align="right" valign="middle" class="footer">
-                <a href="http://cwiki.apache.org/GMOxPMGT/geronimo-privacy-policy.html">Privacy Policy</a>&nbsp;&nbsp;-&nbsp;&nbsp;
-                Copyright &#169; 2003-2013, The Apache Software Foundation, Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">ASL 2.0.</a>&nbsp;&nbsp;
-              </td>
-            </tr>
-        </table> 
-
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-var pageTracker = _gat._getTracker("UA-4380560-1");
-pageTracker._initData();
-pageTracker._trackPageview();
-</script>
-    </body>
+  </div>
+
+  
+</main>
+
+<footer class="text-muted bg-dark">
+  <div class="container mb-5">
+    <p class="float-right">
+      <a href="https://www.apache.org/events/current-event.html" target="_blank">
+        <img class="img-fluid mx-auto" src="https://www.apache.org/events/current-event-125x125.png" alt="ApacheEvents" />
+      </a>
+    </p>
+    <p>
+      <a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a> -
+      <a target="_blank" href="https://www.apache.org/licenses/" title="Licenses">Licenses</a> -
+      <a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a> -
+      <a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a> -
+      <a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a><br/>
+    </p>
+    <p>
+      Copyright © 2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+    </p>
+    <p>
+      Apache Geronimo, Apache and the Apache feather logo are trademarks of <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+    </p>
+  </div>
+</footer>
+
+<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
+<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
+</body>
 </html>