Newer
Older
<!-- THIS IS DEPRECATED. OpenSlice Homepage is handled by the tmf.web project. -->
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!doctype html>
<html ng-app='portalapp'>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- THIS IS FOR Proper scaling on iPad :-) -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<script src="js/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" />
<script src="js/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<link rel="stylesheet" href="css/libs/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="js/libs/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-resource.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-route.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-cookies.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-animate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-touch.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-sanitize.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-aria.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.6/angular-messages.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-114/svg-assets-cache.js"></script>
<script src="js/libs/angularjs/angular-material.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment-with-locales.min.js"></script>
<link rel="stylesheet" href="css/libs/font-awesome.min.css" >
<link rel="stylesheet" href="css/style.css">
<title>Openslice</title>
</head>
<body >
<div class="slide-animate">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" ng-controller="NavCtrl">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> <span
class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<a class="navbar-brand" href="">
<img src="logo_clear.png" height="25px"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse"id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav" >
<li><a href="services/">Services Portal</a></li>
<li><a href="nfvportal/">NFV Portal</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="main-content" class="content" ng-view autoscroll="true">
</div>
<div>
<div class="section" style="color: #FFFFFF; background: url('background.png') no-repeat center center #aeaeae; margin-top:10px;min-height: 380px;">
<div class="container">
<div class="row shadowed-dark" >
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-12 ">
<h1> </h1>
<h2>
Welcome to Openslice!
</h2>
<h4>Openslice is a prototype open source, operations support system. It supports VNF/NSD onboarding to OpenSourceMANO (OSM) and NSD deployment management. It also supports TMFORUM OpenAPIs regarding Service Catalog Management, Ordering, Resource, etc.</h4>
<h4>Check <strong><a style="color:#FFFFFF;" href="http://openslice.io">http://openslice.io</a></strong> for further documentation</h4>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h1></h1>
<h4></h4>
</div>
</div>
</div>
</div>
<div class="section" >
<div class="container">
<div class="row">
<!-- ------------------------ START CONTENT ------------------------ -->
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<a href="services/"><img src="services.png"></a>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<h1> </h1>
<h2 class="shadowed">Deploy Services by using Standard Open APIs!</h2>
<p>Design Catalogs and Services specifications and manage Service orders!</p>
<a href="services/" ><button type="button" class="btn btn-info">Services portal</button></a>
<h1> </h1>
</div>
</div>
<!-- ------------------------ END CONTENT ------------------------ -->
</div>
</div>
<div class="section" >
<div class="container">
<div class="row">
<!-- ------------------------ START CONTENT ------------------------ -->
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<h1> </h1>
<h2 class="shadowed">Deploy VNFs and NSDs to target NFV Orchestrator !</h2>
<p>Onboard, manage and share VNFs and Network Services over the target infrastructure!</p>
<a href="nfvportal/" ><button type="button" class="btn btn-info">NFV Portal</button></a>
<h1> </h1>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<a href="nfvportal/"><img src="nfvo.png"></a>
</div>
</div>
<!-- ------------------------ END CONTENT ------------------------ -->
</div>
</div>
</div>
<div class="slide-animate">
<section id="contact" style="background-color: #6c6c6c; color: #FFFFFF;">
<br>
<div class="container">
<div class="row shadowed-dark">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h2>Who we are</h2>
<address>
<strong>openslice.io project</strong> | <a style="color:#FFFFFF;" href="http://openslice.io/">openslice.io</a><br>
openslice.io an opensource OSS
</address>
<address>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
<h2>Connect with us</h2>
<div><a href="https://twitter.com/OpensliceOSS" style="color:#FFFFFF;"><i class="fa fa-twitter fa-2x" style="font-size:32px;"></i> Twitter</a></div>
</div>
<div class="col-xs-3 col-sm-6 col-md-3 col-lg-3">
<h2> </h2>
</div>
</div>
</div>
<br><br>
</section>
<footer id="footer">
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
</div>
</div>
<div class="row">
<div class="col-sm-12">Running openslice.io| <a href="https://openslice.io/data-protection-declaration/" >Data Protection Declaration</a> |
© 2019-2021 on behalf of <a target="_blank" href="http://openslice.io/" title="openslice.io">openslice.io</a>
</div>
</div>
<div class="row">
<div class="col-sm-12">
</div>
</div>
</div>
</section>
</footer>
</div>
</body>
</html>