-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
46 lines (44 loc) · 1.95 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact · HoboVR Labs</title>
<link rel="icon" type="image/x-png" href="/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta property="og:title" content="Contact · HoboVR Labs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hobovrlabs.org/" />
<meta property="og:site_name" content="HoboVR Labs" />
<meta property="og:description" content="Got any questions for us? The best way to get in touch with us is to collaborate with us at our GitHub organization" />
<meta property="og:image" content="https://www.hobovrlabs.org/img/hobovr-logo.png" /><meta property="og:image:alt" content="HoboVR Labs Docs" />
</head>
<body>
<div class="announcement-container" role="banner">
<div class="announcement">Support Ukraine 🇺🇦
<a href="/ukraine.html">Help Provide Humanitarian Aid to Ukraine</a>
</div>
</div>
<header>
<div class="logo">
</div>
<nav>
<a href="/">Home</a>
<a href="https://github.com/HoboVR-Labs">Git</a>
<a href="https://docs.hobovrlabs.org/">Docs</a>
<a href="/team.html">Team</a>
<a class="selected" href="/contact.html">Contact</a>
</nav>
</header>
<div class="center-left">
<h1>Contact</h1>
<p>Got any questions for us?</p>
<p>The best way to get in touch with us is to collaborate with us at our <a href="https://github.com/HoboVR-Labs">GitHub organization</a>.
<br>We'll be happy to review your patches or pull requests.</p>
<p>If you have any other or urgent enquiries, feel free to contact us at
</p>
<p><em>Please do not request our personal emails unless you've got a good reason to.</em></p>
</div>
</body>
</html>