-
Notifications
You must be signed in to change notification settings - Fork 6
/
help.html
70 lines (62 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help</title>
<link id="theme-style" rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon-halloween.png" type="image/x-icon">
<script src="theme-toggle.js" defer></script>
</head>
<body>
<div class="banner-help">
<ul>
<li class="right"> </li>
<li class="right"><a href="sources.html">Sources</a></li>
<li class="right"><a href="media.html">Media</a></li>
<li class="right"><a href="archives.html">Archives</a></li>
<li class="right"><a href="tos.html">Terms of Service</a></li>
<li class="right"><a href="meet-the-developers.html">Meet the Developers</a></li>
<li class="right"><a href="help.html" class="active">Help</a></li>
<li class="right"><a href="changelog.html">Changelog</a></li>
<li class="right"><a href="news.html">Newsletter</a></li>
<li class="right"><a href="index.html">Start</a></li>
<li class="left"><a href="index.html" style="font-size: 22px;"><img src="favicon-halloween.png" class="logo" alt=""></a></li>
<li class="left">
<select id="theme-selector">
<option value="style.css">Light Theme</option>
<option value="dark.css">Dark Theme</option>
<option value="matrix.css">Matrix Theme</option>
<option value="future.css">Future Theme</option>
<option value="blue.css">Blue Theme</option>
<option value="legacy-light.css">Legacy Light</option>
<option value="legacy-dark.css">Legacy Dark</option>
</select>
</li>
</ul>
<br><br>
<h1 class="title">Help</h1>
</div>
<br><br><br>
<a href="index.html"><button class="nav-button">Home 🏡</button></a>
<a href="https://classboard.gitbook.io/docs"><button class="nav-button">Classboard Docs</button></a><br><br>
<iframe src="https://forms.gle/AFJhgRLUVxY2KN6aA" frameborder="0" style="width: 750px; height: 2500px; border-radius: 25px;"></iframe>
<br><br>
<a href="https://github.com/use-classboard/use-classboard.github.io/issues" target="_blank"><button id="report-issue">Report It On Our Github Repo 🧑💻</button></a> <br>
<button id="report-issue" onclick="figureItOut()">Don't Have A Github Account?</button></a>
<p id="figure-it-out"></p>
<br><br>
<p class="copyright">© 2024 Classboard Industries. All rights reserved.</p>
<a class="copyrighted-badge" title="Copyrighted.com Registered & Protected" target="_blank" href="https://app.copyrighted.com/work/GVUuNRcaQUAzCt3T"><img alt="Copyrighted.com Registered & Protected" border="0" width="125" height="75" srcset="https://static.copyrighted.com/badges/125x75/06_2x.png 2x" src="https://static.copyrighted.com/badges/125x75/06.png"></a><script src="https://static.copyrighted.com/badges/helper.js"></script>
<script src="index.js"></script>
<!-- Begin of Chaport Live Chat code -->
<script type="text/javascript">
(function(w,d,v3){
w.chaportConfig = {
appId : '66f216f3ab06b36764ed7aa4'
};
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)})(window, document);
</script>
<!-- End of Chaport Live Chat code -->
</body>
</html>