-
Notifications
You must be signed in to change notification settings - Fork 4
/
support.html
85 lines (77 loc) · 3.82 KB
/
support.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>plugdata - Support</title>
<link rel="icon" type="image/x-icon" href="https://plugdata.org/images/favicon.ico">
<link rel="stylesheet" type="text/css" media="all" href="./main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background: rgb(255, 255, 255);">
<nav>
<button class="menu-button enabled" title="Toggle navigation menu" aria-label="Toggle navigation menu"
aria-expanded="false"><svg aria-hidden="true" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 6v1h24V6zm0 6v1h24v-1zm0 6v1h24v-1z"></path>
</svg></button>
<div class="nav-content">
<ul>
<li><a href="https://plugdata.org/" class="logomark"><img src="./images/logo.png" alt="plugdata"
style="width: 24px; height: auto;"></a></li>
<li><a href="https://plugdata.org/">Home</a></li>
<li><a href="https://plugdata.org/about.html" target="_self">About</a></li>
<li><a href="https://plugdata.org/support.html">Support</a></li>
<li><a href="https://plugdata.org/download.html" target="_self">Download</a></li>
<li><a href="https://plugdata.org/documentation.html" target="_self">Documentation</a></li>
</ul>
<style>
.social {
display: inline-block;
cursor: pointer;
margin-right: 12px;
}
.logo {
display: inline-block;
height: 28px;
width: auto;
position: relative;
margin-right: -8px;
top: 8px;
}
</style>
<div class="right">
<div class="social" onclick="location.href = 'https://github.com/plugdata-team/plugdata';">
<img src="./images/github.png" class="logo">
<a>View on GitHub</a>
</div>
<div class="social" onclick="location.href = 'https://discord.gg/eT2RxdF9Nq';">
<img src="./images/discord.png" class="logo">
<a>Join our Discord</a>
</div>
</div>
</div>
</nav>
<h2
style="width: 100%; text-align: center; font-family: Inter; font-weight: 700; border-radius: 0%; border: medium none; outline: none; font-size: 36px; margin-top: 40px; margin-bottom: 60px; color: rgb(51, 51, 51); background-color: transparent;">
Need help?</h2><a
style="margin-bottom: 30px; width: 100%; text-align: center; font-family: Inter; font-weight: 700; border-radius: 0%; border: medium none; outline: none; font-size: 24px; color: rgb(51, 51, 51); background-color: transparent;"
href="https://github.com/plugdata-team/plugdata/issues" class="read-more">Report a bug on GitHub
</a><a
style="margin-bottom: 30px; width: 100%; text-align: center; font-family: Inter; font-weight: 700; border-radius: 0%; border: medium none; outline: none; font-size: 24px; color: rgb(51, 51, 51); background-color: transparent;"
href="https://discord.gg/eT2RxdF9Nq" class="read-more">Join our Discord</a><a
style="margin-bottom: 30px; width: 100%; text-align: center; font-family: Inter; font-weight: 700; border-radius: 0%; border: medium none; outline: none; font-size: 24px; color: rgb(51, 51, 51); background-color: transparent;"
href="mailto:[email protected]" class="read-more">Email me</a></div>
</div>
<footer>
<div>
<p> Copyright © 2023 Timothy Schoen. </p>
</div>
<ul>
<li><a href="https://plugdata.org/">Home</a></li>
<li><a href="https://plugdata.org/about.html" target="_self">About</a></li>
<li><a href="https://plugdata.org/support.html">Support</a></li>
<li><a href="https://plugdata.org/download.html" target="_self">Download</a></li>
<li><a href="https://plugdata.org/documentation.html" target="_self">Documentation</a></li>
</ul>
</footer>
</body>
</html>