-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvrdays.html
37 lines (36 loc) · 1.54 KB
/
vrdays.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
<html>
<head>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
</head>
<body>
<div class="jumbotron text-center">
<h2>Social XR at TNO: breaking the barriers of distance</h2>
<img src="images/vrdays.jpeg" alt="banner">
</div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3>Applications</h3>
<a href="https://www.youtube.com/watch?v=AojyHKuNMpU" class="btn btn-primary" role="button" target="_blank">VR meetings</a>
<br/>
<br/>
<a href="" class="btn btn-primary" role="button" target="_blank">AR meetings</a>
</div>
<div class="col-sm-6">
<h3>Technology</h3>
<a href=" https://youtu.be/1pDwJJxsGKE" class="btn btn-primary" role="button" target="_blank">Volumetric video 01</a>
<a href="https://youtu.be/domwqg-jbtA" class="btn btn-primary" role="button" target="_blank">Volumetric video 02</a>
<br/>
<br/>
<a href="https://youtu.be/aTmEFoYVplE" class="btn btn-primary" role="button" target="_blank">Haptics 01</a>
<a href="https://youtu.be/34VbatH4CTA" class="btn btn-primary" role="button" target="_blank">Haptics 02</a>
<br/>
<br/>
<a href="https://youtu.be/7HogZr2QyPA" class="btn btn-primary" role="button" target="_blank">5G / cloud XR</a>
</div>
</div>
</div>
</body>
</html>