This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
forked from overcastchat/overcastchat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
95 lines (95 loc) · 2.73 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<title>Overcast | Help</title>
<link href="../icon.png" rel="icon">
<link href="./style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free, secure peer-to-peer internet chat">
</head>
<body>
<nav>
<a href="./" class="logo"><img src="./logo-nav.png"></a>
<!-- <a href="#!" class="toggle-nav-sm" onClick="toggleMenu()">Menu</a> -->
<div class="right">
<ul class="mobile-nav">
<li class="dropdown">
<!-- Will change later -->
<a href="#!">Menu</a>
<div class="dropdown-content">
<ul>
<li>
<a href="./help">Help</a>
</li>
<li>
<a href="#!">Community</a>
<ul>
<li>
<a href="./community-server">Community Server</a>
</li>
<li>
<a href="https://github.com/overcastchat">Overcast on Github</a>
</li>
<li>
<a href="https://github.com/overcastchat/translations">Translations</a>
</li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
<ul class="desktop-md-nav">
<li>
<a href="./help">Help</a>
</li>
<li class="dropdown">
<a href="#!">Community</a>
<div class="dropdown-content">
<ul>
<li>
<a href="./community-server">Community Server</a>
</li>
<li>
<a href="https://github.com/overcastchat">Overcast on Github</a>
</li>
<li>
<a href="https://github.com/overcastchat/translations">Translations</a>
</li>
</ul>
</div>
</li>
<li>
<a class="button" href="https://github.com/overcastchat/overcast/releases">Download</a>
</li>
</ul>
</div>
</nav>
<main>
<section>
<h2>Help</h2>
<p>Help coming soon... Wanna help make help? <a href="https://github.com/overcastchat/overcastchat.github.io">Overcast Website on Github</a></p>
</section>
</main>
<footer>
<ul class="right">
<li>
<a href="https://github.com/overcastchat/overcast/releases">Download</a>
</li>
<li>
<a href="./help">Help Center</a>
</li>
<li>
<a href="https://github.com/overcastchat/translations">Translation</a>
</li>
<li>
<a href="./community-server">Community Server</a>
</li>
<li>
<a href="https://github.com/overcastchat">Github</a>
</li>
</ul>
<p class="right">Brought to you by <a href="https://github.com/overcastchat/overcast/graphs/contributors">the Overcast contributers</a>. Powered by Electron and PeerJS. Landing page icons (partly modified) by <a href="https://tilda.cc">Tilda</a>.</p>
</footer>
</body>
</html>