f445368cb37355df7029cd3b0d5729cc2f2a34fe
[policy/apex-pdp.git] / client / client-full / src / main / resources / webapp / index.html
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2016-2018 Ericsson. All rights reserved.
4   ================================================================================
5   Licensed under the Apache License, Version 2.0 (the "License");
6   you may not use this file except in compliance with the License.
7   You may obtain a copy of the License at
8   
9        http://www.apache.org/licenses/LICENSE-2.0
10   
11   Unless required by applicable law or agreed to in writing, software
12   distributed under the License is distributed on an "AS IS" BASIS,
13   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   See the License for the specific language governing permissions and
15   limitations under the License.
16   
17   SPDX-License-Identifier: Apache-2.0
18   ============LICENSE_END=========================================================
19 -->
20
21 <html>
22 <head>
23 <meta charset="UTF-8">
24
25 <title>Apex Clients</title>
26
27 <!-- interface style -->
28 <link rel="stylesheet" type="text/css" href="css/interfaceAssets.css">
29
30 <!-- Apex services client style -->
31 <link rel="stylesheet" type="text/css" href="css/styles.css">
32
33 </head>
34
35 <body>
36
37     <!-- interface styled System Bar -->
38     <div class="ebSystemBar">
39         <div class="ebSystemBar-topMenuName">Apex</div>
40         <div class="ebSystemBar-config"></div>
41     </div>
42
43     <div class="layoutWrapper">
44
45         <div class="ebBreadcrumbs">
46             <div class="ebBreadcrumbs-item">
47                 <a href="" class="ebBreadcrumbs-link">Apex</a>
48             </div>
49         </div>
50
51         <div class="appHeading">
52             <h1 class="title">Apex</h1>
53         </div>
54
55         <div class="search ebQuickActionBar"></div>
56
57         <!-- Main content div -->
58         <div id="content" class="content">
59
60             <div class="placeholder">
61                 <img class="onapLogo placeholderLogo" src="images/logo_onap.png"
62                     alt="ONAP"> <img class="apexLogo placeholderLogo"
63                     src="images/Apex.png" alt="Apex">
64             </div>
65
66             <div class="banner_wrapper">
67                 <a id="banner_deployment" href="monitoring/"
68                     class="GradientBlock GradientBlock_gradient_green banner">
69                     <div class="GradientBlock-icon GradientBlock-icon_icon_monitor"></div>
70                     <div class="GradientBlock-content">
71                         <div class="GradientBlock-title">Apex Monitoring</div>
72                         <div class="GradientBlock-desc">Monitor Apex Engines</div>
73                     </div>
74                 </a> <a id="banner_deploy" href="deployment/"
75                     class="GradientBlock GradientBlock_gradient_purple banner">
76                     <div class="GradientBlock-icon GradientBlock-icon_icon_deploy"></div>
77                     <div class="GradientBlock-content">
78                         <div class="GradientBlock-title">Model Deployment</div>
79                         <div class="GradientBlock-desc">Deploy Apex Models</div>
80                     </div>
81                 </a>
82             </div>
83
84         </div>
85     </div>
86
87     <!-- jQuery -->
88     <script src="js/jquery/jquery-3.4.1.min.js"></script>
89
90     <!-- Apex services client JS files -->
91     <script type="text/javascript" src="js/ApexMain.js"></script>
92
93 </body>
94 </html>