forked from ultravioletrs/ultraviolet.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
143 lines (129 loc) · 7.47 KB
/
services.html
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
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
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<title>Ultraviolet</title>
<link rel="shortcut icon" type="images/favicon1" href="images/favicon1.png"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap" rel="stylesheet">
<script src="bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: rgb(0, 0, 0);">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img src="images/logo1.png" alt="Logo" style="width: 250px;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item active"><a class="nav-link" style="color: rgb(238, 130, 238);" href="services">SERVICES</a></li>
<li class="nav-item"><a class="nav-link" href="products">PRODUCTS</a></li>
<li class="nav-item"><a class="nav-link" href="about">ABOUT</a></li>
<li class="nav-item"><a class="nav-link" href="careers">CAREERS</a></li>
<li class="nav-item"><a class="nav-link" href="contact">CONTACT</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/uv-consult" target="_blank">GITHUB</a></li>
</ul>
</div> <!-- navbar-collapse.// -->
</div> <!-- container-fluid.// -->
</nav>
</header>
<!-- MAIN -->
<main role="main">
<div class="container-fluid">
<div class="row futurette headerrow">
<h1 class="display-1">Consulting Services</h1>
<h1 class="display-6">
Ultraviolet Consult is a cloud computing company oriented towards secure and confidential computing
technologies in the domain of telecom, cloud, and IoT systems.
</h1>
</div>
<div class="whiterow row">
<div class="col-md-7">
<h2>Secure Cloud Computing</h2>
<p class="lead">Ultraviolet Consult is specialized in security development around secure enclaves, cryptography,
TEEs and other Confidential Computing concepts.
We provide services in design, architecting, and implementing secure cloud solutions oriented towards data protection in use,
code attestation, secure key management, and TEE SW environments.
</p>
</div>
<!-- <div class="col-md-2"></div> -->
<div class="col-md-5" style="text-align: right;">
<i class="feather-product" data-feather="server"></i>
<script>feather.replace()</script>
</div>
</div>
<div class="blackrow row">
<div class="col-md-7 order-md-3">
<h2>Secure IoT</span></h2>
<p class="lead">Ultraviolet Consult has a proven track record in large-scale telecom projects, working with some of the
biggest CSPs, telecom operators, and equipment providers.
Combining experience in IoT and connectivity with Confidential Computing concepts, UV is bringing an innovative approach
to building secure IoT systems and solutions.
UV can offer support in all stages of IoT solutions: from design, project management, architecture, technology selection to
implementation, testing, and benchmarking.
</p>
</div>
<div class="col-md-5 order-md-1" style="text-align: left;">
<i class="feather-product" data-feather="box"></i>
<script>feather.replace()</script>
</div>
</div>
<div class="whiterow row">
<div class="col-md-7 ">
<h2>Secure AI/ML</h2>
<p class="lead">Protecting data privacy and algorithm IP from being disclosed during training or inference
represent one of the biggest challenges in modern AI/ML. Leveraging on knowledge in Confidential Computing, UV is providing
services in securing data sets and protecting AI algorithms when building various AI/ML systems.</p>
</div>
<div class="col-md-5" style="text-align: right;">
<i class="feather-product" data-feather="cpu"></i>
<script>feather.replace()</script>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="footer contrainer;">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6l">
<h3 >Contact</h3>
<ul class="navbar-nav">
<li class="nav-item "><a class="nav-link" href="#">Belgrade, Serbia</a></li>
<li class="nav-item "><a class="nav-link" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3 >Services</h3>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index#til">Confidential Computing</a></li>
<li class="nav-item"><a class="nav-link" href="index#cc">Telecom IoT</a></li>
<li class="nav-item"><a class="nav-link" href="index#sam">Secure AI/ML</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3>Resources</h3>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#">News</a></li>
<li class="nav-item"><a class="nav-link" href="#">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/uv-consult" target="_blank">Github</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3>Company</h3>
<ul class="navbar-nav">
<li class="nav-item "><a class="nav-link" href="about">About</a></li>
<li class="nav-item "><a class="nav-link" href="careers">Careers</a></li>
<li class="nav-item "><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>