-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
456 lines (431 loc) · 27 KB
/
index.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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Codidact</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="https://unpkg.com/@codidact/[email protected]/dist/codidact.css" />
<link rel="stylesheet" type="text/css" media="screen" href="additional.css" />
<link rel="icon" type="image/ico" href="favicon.ico" />
<script type="application/javascript" src="topanswers.js"></script>
</head>
<body>
<header class="header">
<div class="container header--container">
<div class="header--brand">
<a class="header--site-name" href="./" style="display: flex"><img src="https://codidact.org/assets/img/logo-codidact.svg" alt="Codidact"></a>
</div>
<div class="header--menu">
<a class="header--item is-active" href="/">Communities</a>
<a class="header--item" href="/contact">Contact</a>
<div class="header--separator"></div>
<a class="header--item" href="https://codidact.org">Project homepage</a>
</div>
</div>
</header>
<main class="container has-padding-4">
<h1>Communities</h1>
<p class="is-lead">Welcome to Codidact, the community-run, open-source Q&A platform. We're working together to build communities around high-quality, peer-reviewed questions, answers, articles, and other content. Codidact puts people first; we're here to help you share knowledge and get curated answers in a friendly environment.</p>
<p>We currently host the following communities:</p>
<div class="grid community-list">
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="software">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://software.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/software/logo-large.png" alt="Software Development" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for people involved in software design, programming, testing, architecture, process or tools.</p>
</div>
<div class="widget--footer">
<a href="https://software.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="electrical">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://electrical.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/electrical/logo-large.png" alt="Electrical Engineering" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for professionals, hobbyists, and students of electrical and electronic engineering.</p>
</div>
<div class="widget--footer">
<a href="https://electrical.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="math">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://math.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/math/logo-large.png" alt="Mathematics" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for people interested in theoretical and applied mathematics and statistics.</p>
</div>
<div class="widget--footer">
<a href="https://math.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="powerusers">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://powerusers.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/powerusers/logo-large.png" alt="Power Users" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for computer enthusiasts (power users) asking and answering questions about software and hardware usage.</p>
</div>
<div class="widget--footer">
<a href="https://powerusers.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="linux">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://linux.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/linux/logo-large.png" alt="Linux Systems" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for users of Linux and Unix-like operating systems.</p>
</div>
<div class="widget--footer">
<a href="https://linux.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="codegolf">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://codegolf.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/codegolf/logo-large.png" alt="Code Golf" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for any and all people interested in recreational coding.</p>
</div>
<div class="widget--footer">
<a href="https://codegolf.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="physics">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://physics.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/physics/logo-large.png" alt="Physics" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone interested in physics of any type and at any level.</p>
</div>
<div class="widget--footer">
<a href="https://physics.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="languages">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://languages.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/languages/logo-large.png" alt="Languages & Linguistics" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone interested in specific (human) languages, language and its constructs more generally, or linguistics.</p>
</div>
<div class="widget--footer">
<a href="https://languages.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="scientific-speculation">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://scientific-speculation.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/scientific-speculation/logo-large.png" alt="Scientific Speculation" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone interested in worldbuilding or other speculative developments that can be extrapolated from science.</p>
</div>
<div class="widget--footer">
<a href="https://scientific-speculation.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="judaism">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://judaism.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/judaism/logo-large.png" alt="Judaism" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone practicing, studying, or interested in Judaism and Jewish life.</p>
</div>
<div class="widget--footer">
<a href="https://judaism.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="christianity">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://christianity.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/christianity/logo-large.png" alt="Christianity" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone practicing, studying, or interested in Christianity and its sacred texts.</p>
</div>
<div class="widget--footer">
<a href="https://christianity.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="cooking">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://cooking.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/cooking/logo-large.png" alt="Cooking" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for people interested in cooking and questions about it - methods, processes, recipes, tips, and recommendations.</p>
</div>
<div class="widget--footer">
<a href="https://cooking.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="rpg">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://rpg.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/rpg/logo-large.png" alt="Tabletop RPGs" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for people who play, run, develop, or are interested in human-mediated role-playing games of all genres.</p>
</div>
<div class="widget--footer">
<a href="https://rpg.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="writing">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://writing.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/writing/logo-large.png" alt="Writing" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anybody interested in the craft of professional writing, editing, and publishing.</p>
</div>
<div class="widget--footer">
<a href="https://writing.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="outdoors">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://outdoors.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/outdoors/logo-large.png" alt="Outdoors" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone interested in the great outdoors and outdoor pursuits.</p>
</div>
<div class="widget--footer">
<a href="https://outdoors.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="photography">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://photography.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/photography/logo-large.png" alt="Photography" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for anyone interested in amateur, hobby, or professional photography, videography, and computer vision.</p>
</div>
<div class="widget--footer">
<a href="https://photography.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="music">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://music.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/music/logo-large.png" alt="Music" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our community for music artists, composers, and fans.</p>
</div>
<div class="widget--footer">
<a href="https://music.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="meta">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://meta.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/meta/logo-large.png" alt="Meta" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our meta site for issues regarding community and network governance.</p>
</div>
<div class="widget--footer">
<a href="https://meta.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
<div class="grid--cell is-4 is-6-md is-12-sm">
<div class="widget" data-name="proposals">
<div class="widget--header is-complex">
<div class="has-text-align-center has-font-weight-bold has-font-size-display">
<a href="https://proposals.codidact.com"
style="display: flex; align-items: center; justify-content: center;">
<img src="./community-assets/proposals/logo-large.png" alt="Proposals" style="height: 1.5em">
</a>
</div>
</div>
<div class="widget--body">
<p>Our staging ground for new communities. Ask and answer questions for current proposals or bring new proposals here.</p>
</div>
<div class="widget--footer">
<a href="https://proposals.codidact.com" class="button is-filled">Visit the community</a>
</div>
</div>
</div>
</div>
<h1>The community I want isn't here!</h1>
<p>
If you've got a group of core users interested in starting a Q&A site with us, you can <a href="https://proposals.codidact.com/help/proposals">start a proposal</a>.
</p>
<p>
We also share a lot of goals (and some contributors) with a similar project, <a href="https://topanswers.xyz/">TopAnswers</a>. You may also
want to consider participating in the communities they have there:
</p>
<div class="widget js-topanswers-list">
<noscript class="notice is-danger widget--body">
Couldn't load TopAnswers community list because you don't have JavaScript enabled.
Please visit the <a href="https://topanswers.xyz/" target="_blank" rel="noopener noreferrer">TopAnswers homepage</a>
to see the communities available there.
</noscript>
</div>
</main>
<div class="footer is-inverted has-margin-top-8">
<div class="container has-padding-4">
<h1>FAQ</h1>
<h2>What is this?</h2>
<p>
Codidact is a community-driven, non-profit-focused network of knowledge sharing websites. Our guiding principle is "For the community, by the community". See our
<a href="https://codidact.org">project homepage</a> for more information.
</p>
<h2>Do you have an idea for a community?</h2>
<p>
Do you have a community that is in need of Q&A software? If you can bring a core group of users, we'll host a site for you. Please propose it on our <a href="https://proposals.codidact.com/categories/66">proposals site</a>, where you can also browse and contribute to other proposals.
</p>
<h2>How can I contribute?</h2>
<p>
Anyone can contribute to Q&A on any of our sites: Create an account and you're good to go!<br>If you want to help with the code, we're currently developing in Ruby on Rails, which is what these sites are running on right now. If you want to contribute, you can
<a href="https://github.com/codidact">visit us on GitHub</a>.
</p>
<h2>I still have questions!</h2>
<p>
Check out the <a href="https://codidact.org">Codidact project homepage</a> for an overview of what we're doing. You can also look around our <a href="https://meta.codidact.com">Meta site</a> to see if your question has been answered there, or ask a new question there.
</p>
</div>
</div>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="./community-assets//analytics.codidact.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//analytics.codidact.org/matomo.php?idsite=3&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</body>
</html>