-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddsoundhelp.html
238 lines (219 loc) · 7.61 KB
/
addsoundhelp.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Click Sounds: Add Sound"/>
<meta property="og:description" content="Guidelines and tutorials for submitting a click pack to the Click Sounds Index"/>
<meta property="og:image" content="https://raw.githubusercontent.com/clicksounds/clicks/refs/heads/main/.images/fullres-logo.png"/>
<meta property="og:url" content="https://clicksounds.github.io/clicks/addsoundhelp.html"/>
<meta property="og:type" content="website"/>
<title>Click Sounds Index</title>
<link rel="icon" href="./.images/favicon.png" type="image/png">
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Links dont turn purple after being visited*/
a:visited {
color: #00aaff;
}
/* Body and background styles */
body {
font-family: Arial, sans-serif;
color: #fff;
background-color: #1e1e2f;
height: auto; /* changed from 120vh */
display: flex;
flex-direction: column;
justify-content: flex-start; /* moved content to the top */
align-items: center;
text-align: center;
position: relative;
padding-top: 50px; /* added padding to give space for the navbar */
}
/* Navbar styles */
nav {
width: 100%;
background-color: rgba(0, 0, 0, 0.8); /* Dark background for the navbar */
padding: 10px 20px;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
/* Navigation links */
nav a {
color: #00aaff;
text-decoration: none;
font-size: 1.2em;
margin-right: 20px;
display: inline-block;
transition: all 0.3s ease;
}
nav a:hover {
background: #00aaff;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
}
/* Main content styles */
h1 {
font-size: 2.5em;
margin-top: 20px; /* reduced margin to bring sections closer */
}
h2 {
margin-top: 10px; /* reduced space between h1 and h2 */
}
/* Sidebars */
.sidebar {
position: fixed;
top: 0;
bottom: 0;
width: 50px;
background: rgba(0, 0, 0, 0.5); /* Transparent dark background */
z-index: 5;
animation: slide 3s ease-in-out infinite;
display: flex;
justify-content: center;
align-items: center;
}
.sidebar.left {
left: -50px; /* Initially off-screen */
}
.sidebar.right {
right: -50px; /* Initially off-screen */
}
/* Animation to slide in the sidebars */
@keyframes slide {
0% {
left: -50px;
right: -50px;
}
50% {
left: 0;
right: 0;
}
100% {
left: -50px;
right: -50px;
}
}
/* Link inside the sidebar */
.sidebar a {
color: #fff;
text-decoration: none;
font-size: 1.2em;
transition: all 0.3s ease;
white-space: nowrap;
transform: translateX(-10px); /* Slightly left shift */
}
.sidebar a:hover {
color: #00aaff;
background: rgba(0, 0, 0, 0.7);
padding: 10px 15px;
border-radius: 5px;
}
ul {
list-style-type: disc;
margin-left: 20px;
margin-top: 10px; /* reduced space above the list */
}
li {
margin-bottom: 5px; /* reduced space between list items */
}
/* Style for the info icon and hover effect */
.info-icon {
font-size: 18px;
margin-left: 5px;
color: blue;
cursor: pointer;
display: inline-block;
position: relative;
}
/* Style for the tooltip */
.tooltip {
visibility: hidden;
width: 250px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 5px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
margin-left: -125px;
opacity: 0;
transition: opacity 0.3s;
}
/* Show tooltip on hover */
.info-icon:hover .tooltip {
visibility: visible;
opacity: 1;
}
</style>
</head>
<body>
<nav>
<a href="./list.html">List</a>
<a href="./">Home</a>
<a href="./download.html">Download</a>
<a href="./packgen.html">Pack Generator</a>
</nav>
<h1>Sound pack submission</h1>
<h2>Submit packs to the indexer <a target="_blank" rel="noopener noreferrer" href="https://github.com/clicksounds/indexer/issues/new?assignees=coopeeo,muhxd&labels=&projects=&template=new.yml">here</a>.</h2>
<div style="margin-top: 20px; text-align: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/iyQeSgQsWcI?si=Nc5oYPvo6iCHsht4"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</div>
<h1>Upload Guidelines</h1>
<ul>
<li>
Must not be a sound that already exists
<span class="info-icon">❓
<span class="tooltip">Ensure your click sound is unique and not duplicated from the mod's existing library.</span>
</span>
</li>
<li>
Must have minimal background noise
<span class="info-icon">❓
<span class="tooltip">Click sounds should be clear without unwanted sounds in the background (e.g., wind, static, etc.).</span>
</span>
</li>
<li>
Must not be too long
<span class="info-icon">❓
<span class="tooltip">Clicks must not being longer than 1 second.</span>
</span>
</li>
<li>
Must not be discriminatory
<span class="info-icon">❓
<span class="tooltip">This is about keeping sounds to not be discriminatory in any way!<br>For example a sound that just screams the word like "Gay!" is fine.<br>However a sound that puts the word "gay" in a negative connotation like "You suck, Gays!" is not!</span>
</span>
</li>
<li>
Keep the sounds family friendly
<span class="info-icon">❓
<span class="tooltip">Children use this mod, so make sure sounds do not contain profanity.</span>
</span>
</li>
<li>
Must be in .mp3, .wav, or .ogg format
<span class="info-icon">❓
<span class="tooltip">Sound files must be in .mp3, .wav, or .ogg format.</span>
</span>
</li>
</ul>
<h1><a href="./packgen.html">Use Pack Generator</a></h1>
<h2>Or use the <a href="https://github.com/clicksounds/indexer/raw/refs/heads/main/Click_Sound_Template.zip">Template Zip</a> for more options.</h2>
</body>
</html>