-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
108 lines (94 loc) · 3.83 KB
/
Copy pathcontact.html
File metadata and controls
108 lines (94 loc) · 3.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Gosub Browser Engine</title>
<meta name="description" content="Get in touch with the Gosub community via Zulip, GitHub, or email.">
<link rel="icon" type="image/svg+xml" href="/assets/gosub-logo.svg">
<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=Source+Serif+4:wght@600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="dive.css">
</head>
<body class="dive-inner">
<header class="site-header">
<div class="container">
<a class="brand" href="index.html">
<img src="/assets/gosub-logo.svg" alt="">
Gosub
</a>
<input type="checkbox" id="nav-toggle" class="nav-checkbox">
<label for="nav-toggle" class="nav-toggle" aria-label="Menu"><span></span><span></span><span></span></label>
<nav class="site-nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="status.html">Status</a>
<a href="contribute.html">Contribute</a>
<a href="contact.html" aria-current="page">Contact</a>
<a href="https://github.com/gosub-io/gosub-engine">GitHub</a>
</nav>
</div>
</header>
<main>
<div class="page-hero">
<div class="container">
<div class="depth">0 m · surface</div>
<h1>Contact us</h1>
<p class="lede">We are always happy to answer questions and help with any problems you run into.</p>
</div>
</div>
<section class="zone-deep">
<div class="container">
<div class="depth">20 m · the shallows</div>
<div class="contact-list">
<div class="contact-item">
<h3>Zulip</h3>
<div>
<p>The best way to reach us. The development team collaborates daily in our Zulip chat - drop in for questions, help, or just to follow along.</p>
<a href="https://chat.developer.gosub.io">chat.developer.gosub.io</a>
</div>
</div>
<div class="contact-item">
<h3>GitHub</h3>
<div>
<p>Found a bug or have a suggestion? Create an issue or open a pull request on our repository.</p>
<a href="https://github.com/gosub-io/gosub-engine">github.com/gosub-io/gosub-engine</a>
</div>
</div>
<div class="contact-item">
<h3>Email</h3>
<div>
<p>Prefer email? Reach the team directly.</p>
<a href="mailto:info@gosub.io">info@gosub.io</a>
</div>
</div>
<div class="contact-item">
<h3>Discord</h3>
<div>
<p>Hang out with the wider community on our Discord server.</p>
<a href="https://chat.gosub.io">chat.gosub.io</a>
</div>
</div>
</div>
</div>
</section>
<div class="abyss">
<div class="container">
<div class="depth">70 m · open water</div>
<footer class="site-footer" style="margin-top: 0;">
<p>Copyright © 2024–2026, the Gosub community.<br>Spotted an issue? <a href="https://github.com/gosub-io/gosub.io-website">Send a PR on GitHub</a>.</p>
<nav>
<a href="https://github.com/gosub-io/gosub-engine">GitHub</a>
<a href="https://chat.developer.gosub.io">Zulip</a>
<a href="https://chat.gosub.io">Discord</a>
<a href="contact.html">Contact</a>
</nav>
</footer>
<p class="seafloor">- seafloor reached · resurface at <a href="#top" style="color:inherit;">↑ 0 m</a> -</p>
</div>
</div>
</main>
</body>
</html>