Newer
Older
1
2
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
<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">
<h2>Who we are</h2>
<address class='font-weight-light'><span class='font-weight-bold'><strong>openslice.io project</strong></span> | <a
href='http://openslice.io/' class='text-white' style="color:#FFFFFF;">openslice.io</a><br>openslice.io an opensource OSS
</address>
<address class='font-weight-light'><span class='font-weight-bold'><strong>{{portalName}}</strong></span> | <a
href='{{weburl}}' class='text-white' style="color:#FFFFFF;">{{weburl}}</a><br>A portal that allows 5G
experimenters to deploy experiment descriptors towards the infrastructure.</address>
<address class='font-weight-light'><span class='font-weight-bold'><strong>{{portalName}} wiki</strong></span> | <a
href='{{portalwiki}}' class='text-white' style="color:#FFFFFF;">{{portalwiki}}</a><br>A wiki containing project
documentation.
</address>
<address class='font-weight-light'><span class='font-weight-bold'><strong>{{portalName}} Report Issues</strong></span> | <a
href='{{bugzilla}}' class='text-white' style="color:#FFFFFF;">{{bugzilla}}</a><br>Our
issue tracking system.</address>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h2>Connect with us</h2>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div><a href='https://twitter.com/OpensliceOSS' class='font-weight-light text-white' style="color:#FFFFFF;"><i
class='fa fa-twitter mr-2' style="margin-right: .5rem;"></i>Twitter</a></div>
</div>
<div class='col-xs-12 col-sm-6 col-md-3'>
<div><a href='https://openslice.slack.com/' class='font-weight-light text-white' style="color:#FFFFFF;"><i
class='fa fa-slack mr-2' style="margin-right: .5rem;"></i>Slack</a></div>
</div>
</div>
</div>
</div>
</div>
<br>
</section>
<footer id="footer">
<section style="padding: 20px 0; transition: all 0.3s;">
<div class="container">
<div class='row align-items-center' style="display: flex; align-items: center;">
<div class='col-md-2'><img src='./images/eu-commission.png' /></div>
<div class='col-md-10 font-weight-light'>OpenSlice has received funding from<div class='font-weight-light'>
5GinFIRE | https://5ginfire.eu/ project from the European Horizon 2020 Programme for research, technological
development and demonstration under grant agreement number 732497.</div>
<div class='font-weight-light'>5G-VINNI project | https://5g-vinni.eu/ 5G-VINNI project has received funding
from the European Horizon 2020 Programme for research, technological development and demonstration under
grant agreement number 815279</div>
<div class='font-weight-light'>{{portalName}} running openslice.io version 2023-Q3 1.2.0-SNAPSHOT | <a
href='https://openslice.io/data-protection-declaration/' class='font-weight-light'>Data Protection
Declaration</a> | © 2019-{{currentYear}} on behalf of <a target='_blank' href='http://openslice.io/'
title='openslice.io' class='font-weight-light'>openslice.io</a></div>
</div>
</div>
</div>
</section>
</footer><!--/#footer-->