-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-0.2.1' into develop
- Loading branch information
Showing
14 changed files
with
4,683 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Page Not Found :: Brand Docs</title> | ||
<meta name="generator" content="Antora 1.0.0"> | ||
<link rel="stylesheet" href="_/css/site.css"> | ||
<link rel="stylesheet" href="_/font-awesome/css/font-awesome.min.css"> | ||
<script>var uiRootPath = '_'</script> | ||
<link rel="icon" href="_/img/favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body class="status-404"> | ||
<header class="header"> | ||
<nav class="navbar"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item" href="https://xmera.de"> | ||
<img class="navbar-logo" src="https://xmera.de/wp-content/uploads/2021/12/cropped-xmera-logo-mit-claim-transparent.png" | ||
alt="xmera Omnia Docs"> | ||
</a> | ||
<button class="navbar-burger" data-target="topbar-nav"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
<div id="topbar-nav" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link main-item" href="#">Software</a> | ||
<div class="navbar-dropdown"> | ||
<a class="navbar-item" href="https://xmera.de/xmera-omnia-managementsystem/">xmera Omnia</a> | ||
<a class="navbar-item" href="https://xmera.de/beratungstermin/">Beratungsermin</a> | ||
<a class="navbar-item" href="https://xmera.de/angebot-anfordern/">Angebot anfordern</a> | ||
</div> | ||
</div> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link main-item" href="#">Service</a> | ||
<div class="navbar-dropdown"> | ||
<a class="navbar-item" href="https://www.redmine.org/projects/redmine/boards">Community Support</a> | ||
<a class="navbar-item" href="https://service.xmera.de/">Enterprise Support</a> | ||
<a class="navbar-item" href="https://xmera.de/subskription/">Preise</a> | ||
<a class="navbar-item" href="https://xmera.de/isms-evaluierungsworkshop/">Evaluierungsworkshop</a> | ||
<a class="navbar-item" href="https://xmera.de/infoservice/">Infoservice</a> | ||
</div> | ||
</div> | ||
<a class="navbar-link main-item no-dropdown" href="https://xmera.de/downloads/">Downloads</a> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link main-item" href="#">Unternehmen</a> | ||
<div class="navbar-dropdown"> | ||
<a class="navbar-item" href="https://xmera.de/unternehmen-xmera/">Über uns</a> | ||
<a class="navbar-item" href="https://xmera.de/isms-blog/">Blog</a> | ||
<a class="navbar-item" href="https://circle.xmera.de/">Softwareentwicklung</a> | ||
<a class="navbar-item" href="https://xmera.de/kontakt">Kontakt</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="subbar-nav" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<div class="navbar-item"> | ||
<nav id="social-nav"> | ||
<a href="https://www.xing.com/pages/xmera-solutions"><i class="fa fa-xing" aria-hidden="true"></i></a> | ||
<a href="https://www.linkedin.com/company/xmera-solutions"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a> | ||
<a href="https://github.com/xmera-circle"><i class="fa fa-github" aria-hidden="true"></i></a> | ||
</nav> <span class="control cta-wrap"> | ||
<a class="button is-primary" href="https://xmera.de/live-vorfuehrung/">Live Termin</a> | ||
<a class="button is-secondary" href="https://xmera.de/kontakt">Kontakt</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="body"> | ||
<div class="nav-container"> | ||
<aside class="nav"> | ||
<div class="panels"> | ||
<div class="nav-panel-explore is-active" data-panel="explore"> | ||
<ul class="components"> | ||
<li class="component"> | ||
<a class="title" href="#">Project ABC</a> | ||
<ul class="versions"> | ||
<li class="version"> | ||
<a href="#">1.1</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">1.0</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="component"> | ||
<a class="title" href="/xyz/6.0/index.html">Project XYZ</a> | ||
<ul class="versions"> | ||
<li class="version"> | ||
<a href="/xyz/6.0/index.html">6.0</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">5.2</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">5.1</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">5.0</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="component"> | ||
<a class="title" href="#">Project 123</a> | ||
<ul class="versions"> | ||
<li class="version"> | ||
<a href="#">2.2</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">2.1</a> | ||
</li> | ||
<li class="version"> | ||
<a href="#">2.0</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
</div> | ||
<main class="article"> | ||
<div class="toolbar" role="navigation"> | ||
<button class="nav-toggle"></button> | ||
<a href="/xyz/5.2/index.html" class="home-link"></a> | ||
<nav class="breadcrumbs" aria-label="breadcrumbs"> | ||
</nav> | ||
<div class="edit-this-page"><a href="https://github.com/login?return_to=%2Fxmera-circle%2Fantora-ui-omnia">Edit this Page</a></div> | ||
</div> | ||
<div class="content"> | ||
<article class="doc"> | ||
<h1 class="page">Page Not Found</h1> | ||
<div class="paragraph"> | ||
<p>The page you’re looking for does not exist. It may have been moved. You can return to the <a href="/xyz/5.2/index.html">start page</a>, or follow one of the links in the navigation to the left.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. | ||
If you typed the URL of this page manually, please double check that you entered the address correctly.</p> | ||
</div> | ||
</article> | ||
</div> | ||
</main> | ||
</div> | ||
<footer class="footer"> | ||
<div class="footer-wrap"> | ||
<aside class="footer-widget-wrap widget-area widget-area-default cf" role="complementary"> | ||
|
||
<div id="footer-widget-1" class="footer-widget"> | ||
<section id="custom_html-6" class="widget_text widget widget_custom_html"> | ||
<div class="textwidget custom-html-widget"><span style="color:#a8a7a7;"><b style="font-size:1.25rem">xmera</b><span | ||
style="color:#f3f2f2;padding-left: 0.5rem;">WERTE SCHÜTZEN</span></span></div> | ||
</section> | ||
</div> | ||
</aside> | ||
<div class="footer-menu-wrap"> | ||
<nav id="footer-nav navbar"> | ||
<div class="navbar-end"> | ||
<div class="navbar-item"><a href="https://xmera.de/impressum/">Impressum</a></div> | ||
<div class="navbar-item"><a href="https://xmera.de/datenschutz/">Datenschutz</a></div> | ||
<div class="navbar-item"><a href="https://xmera.de/einsatz-von-cookies/">Cookies</a></div> | ||
<div class="navbar-item"><a href="https://xmera.de/bildnachweis/">Bildnachweise</a></div> | ||
</div> | ||
</nav> | ||
<nav id="social-nav"> | ||
<a href="https://www.xing.com/pages/xmera-solutions"><i class="fa fa-xing" aria-hidden="true"></i></a> | ||
<a href="https://www.linkedin.com/company/xmera-solutions"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a> | ||
<a href="https://github.com/xmera-circle"><i class="fa fa-github" aria-hidden="true"></i></a> | ||
</nav> </div> | ||
<div class="site-info"> | ||
<span>© 2017 - 2022 xmera.</span> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="_/js/site.js"></script> | ||
<script async src="_/js/vendor/highlight.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.