forked from nicoelayda/celeste
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (30 loc) · 1.73 KB
/
index.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
---
layout: default
title: Home
---
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
{% seo %}
</head>
<div class="page">
<header>
<h1 class="landing-title">Introducing Virtual Vesalius.</h1>
</header>
<div class="text-center">
<img src="{{site.baseurl}}/assets/img/cardboard-wireframe.png">
<p>
<b>Virtual Vesalius</b> is a medical education venture that seeks to bring stereoscopic-3D
virtual and augmented reality experiences to the smartphones of anatomy students, worldwide.
</p>
<p>
We want to democratize the promise of mixed reality educational experiences to anyone with a smartphone in their pocket. Our plan is to use the Google Cardboard platform, an open-source inexpensive device that allows users to slide their phone inside a cardboard headset to see in true stereoscopic 3D.
</p>
<a href="{{ site.baseurl }}/examples/basic_image/stereo-demo.html">Take a look.</a>
<h3 class="Contact us">Interested?</h3>
If you're interested in the work and ideas we have to offer, <a href="mailto:rohitml2013@gmail.com">don't hesitate to reach out to us</a>.
If you want to join our team, <a href="https://www.virtualvesalius.com/joinus/">click here</a>.
<h3 class="About us">About us.</h3>
We are Rohit Malyala and Nick Maizlin, residents at the University of British Columbia and Western University. Our experiences in delivering and receiving anatomy education during COVID lockdowns helped us realize the importance of having options for high-quality anatomy education even when access to physical models was not possible.
</div>
</div>
</div>