Use new favicon as default
Fix legal information link Remove unused files
This commit is contained in:
@@ -66,7 +66,7 @@ export default function FooterEnd({ modifier }: { modifier?: "in-sidebar" }) {
|
||||
<div className="footer-copyright">
|
||||
<p>
|
||||
<a
|
||||
href="https://www.aoe.com/en/copyright-meta/legal-information.html"
|
||||
href="https://www.aoe.com/en/imprint.html"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
import React from "react";
|
||||
import HeroHeadline from "../HeroHeadline/HeroHeadline";
|
||||
import Fadeable from "../Fadeable/Fadeable";
|
||||
import SetTitle from "../SetTitle";
|
||||
|
||||
export default function PageToolbox({
|
||||
leaving,
|
||||
onLeave,
|
||||
}: {
|
||||
leaving: boolean;
|
||||
onLeave: () => void;
|
||||
}) {
|
||||
return (
|
||||
<Fadeable leaving={leaving} onLeave={onLeave}>
|
||||
<SetTitle title="Small AOE Toolbox" />
|
||||
<HeroHeadline>Small AOE Toolbox</HeroHeadline>
|
||||
<div className="fullpage-content">
|
||||
<h3>Useful Tools</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Fiddler - free web debugging proxy ( http://www.telerik.com/fiddler
|
||||
)
|
||||
</li>
|
||||
<li>SoapUI - Webservice Test Tool (https://www.soapui.org/ )</li>
|
||||
<li>Postman - API Test Tool ( https://www.getpostman.com/ )</li>
|
||||
<li>
|
||||
{" "}
|
||||
Modelio - Simple free UML Modelling tool ( https://www.modelio.org/
|
||||
)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Useful Tools (commercial)</h3>
|
||||
|
||||
<ul>
|
||||
<li> Paw Rest Client</li>
|
||||
</ul>
|
||||
|
||||
<h3>Estabilshed Technologies</h3>
|
||||
<p>Not mentionable but adopted for a while now:</p>
|
||||
<ul>
|
||||
<li>Jenkins</li>
|
||||
<li>Redis</li>
|
||||
<li>Varnish</li>
|
||||
<li>Symfony2</li>
|
||||
</ul>
|
||||
</div>
|
||||
</Fadeable>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user