20250328-1

This commit is contained in:
allard
2025-03-28 08:30:47 +01:00
parent be36292110
commit 689c2aace3

View File

@@ -1,18 +1,3 @@
<!--
Copyright (c) 2016, 2023 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<script src="js/mpData.js"></script>
@@ -104,16 +89,16 @@
</section>
<section id="whereToNext">
<h2>Where to next, captain?</h2>
<h4>Set course for the Open Liberty guides!</h4>
<p>All of the info you need to continue your journey is here, laid out in easy to follow steps and examples. Searching our current selection makes it easy to find the guide that will help make your next project a reality.</p>
<a href="https://openliberty.io/guides/"><button id="guidesButton">View all Open Liberty guides</button></a>
<h2>Waar wil je nu naartoe?</h2>
<h4>Ga naar Open Liberty tutorials!</h4>
<p>Alle verdere informatie, voorbeelden en hulp vind je hier:</p>
<a href="https://openliberty.io/guides/"><button id="guidesButton">Open Liberty Tutorials</button></a>
</section>
<script>
displaySystemProperties(); // this calls displayMetrics() because it is a dependency
displayHealth();
//displayConfigProperties();
displayConfigProperties();
</script>
</body>
@@ -124,7 +109,7 @@
<a href="https://github.com/OpenLiberty">GitHub</a>
<a href="https://openliberty.io/">openliberty.io</a>
</div>
<p id="footerText">an IBM open source project</p>
<p id="footerCopyright">&copy;Copyright IBM Corp. 2018, 2023</p>
<p id="footerText">Een open-source project van Allard</p>
<p id="footerCopyright">&copy;Copyright AllardDCS 2025</p>
</footer>
</html>