| <!DOCTYPE HTML> |
| <html xmlns:th="https://www.thymeleaf.org" |
| xmlns:sec="http://www.thymeleaf.org/extras/spring-security"> |
| <head th:replace="fragment :: fragment_head"> |
| </head> |
| <body> |
| <div class="container-fluid hero"> |
| <div th:replace="fragment :: fragment_nav"></div> |
| <div class="container cta"> |
| <div class="row justify-content-center" |
| style="height: 100px; margin-top: 150px"> |
| <img class="img-fluid" style="height: 100%; margin-right: 10px;" |
| src="/images/app4mc-logo.png" /> |
| </div> |
| <div class="row justify-content-center"> |
| <div class="content-heading"> |
| <h1>Cloud Manager</h1> |
| </div> |
| </div> |
| <div class="row mt-3"> |
| <div class="col text-center text-danger"><h2><em>(under development)</em></h2></div> |
| </div> |
| <div class="row mt-2"> |
| <div class="col text-right pr-1"> |
| <a class="btn btn-light text-primary mt-2 fm-ctrl-left index-btn" href="/workflowConfig">Configure Workflow</a> |
| </div> |
| <div class="col pl-1"> |
| <a class="btn btn-primary mt-2 fm-ctrl-right index-btn" href="/workflow">Start Workflow</a> |
| </div> |
| </div> |
| </div> |
| |
| <div class="container fixed-bottom"> |
| <div class="row"> |
| <div class="col-sm-3"> |
| <h4>Legal</h4> |
| <ul> |
| <li><a href="https://www.eclipse.org">Eclipse Foundation</a></li> |
| <li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li> |
| <li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li> |
| <li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li> |
| <li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li> |
| <li><a href="https://www.eclipse.org/org/documents/eclipse-foundation-hosted-services-privacy-and-acceptable-usage-policy.pdf">Hosted Service Policy</a></li> |
| </ul> |
| </div> |
| <div class="match-height-item-by-row col-sm-6" align="center"> |
| <p id="copyright-text">Panorama is an <a href="https://itea3.org/">ITEA3</a> Project and supported by <a href="https://www.bmbf.de">BMBF</a> in Germany</p> |
| <a href="https://www.bmbf.de/"> <img src="/images/bmbf.svg" class="img-responsive" alt="BMBF" width="150"></a> |
| <p class="pt-1">Copyright © PANORAMA project partners. <br />All Rights Reserved.</p> |
| </div> |
| <div class="col-sm-3"> |
| </div> |
| </div> |
| <div class="row text-center"> |
| </div> |
| </div> |
| </div> |
| |
| </body> |
| </html> |