-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
502 lines (501 loc) · 16.6 KB
/
faq.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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Find answers to your commonly asked questions about CodeSect before contacting us."
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-154847338-1"
></script>
<script>
if (!navigator.doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-154847338-1');
}
</script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png?v=20200416"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png?v=20200416"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png?v=20200416"
/>
<link rel="manifest" href="/site.webmanifest?v=20200416" />
<link
rel="mask-icon"
href="/safari-pinned-tab.svg?v=20200416"
color="#f8cf4d"
/>
<link rel="shortcut icon" href="/favicon.ico?v=20200416" />
<meta name="apple-mobile-web-app-title" content="CodeSect" />
<meta name="application-name" content="CodeSect" />
<meta name="msapplication-TileColor" content="#f8cf4d" />
<meta name="theme-color" content="#f8cf4d" />
<title>
Frequently Asked Questions on CodeSect | Learn, Build, Deploy, Share
</title>
<link
href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/style.css?v=20200416" />
</head>
<body>
<a href="#content" class="skip-to-main">Skip to main content</a>
<header class="site-header">
<nav class="navbar wrapper" role="navigation">
<a class="navbar__link" href="/">
<img
alt="CodeSect - Home"
class="navbar__logo"
src="/logo.svg"
width="48"
/>
</a>
<button class="menu__button" id="toggle-menu" aria-expanded="false">
Menu
</button>
<ul class="menu" id="menu">
<li class="menu__item"><a class="menu__link" href="/">Home</a></li>
<li class="menu__item">
<a class="menu__link" href="/projects">Projects</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/sign-in">Sign In</a>
</li>
<li class="menu__item">
<a class="menu__link menu__link--start" href="/invite"
>Get Started</a
>
</li>
</ul>
</nav>
</header>
<main id="content" tabindex="-1">
<article class="faq post">
<header class="post__header">
<div class="post__description">
<h1>Frequently Asked Questions</h1>
<p class="lead">
Find answers to your commonly asked questions before emailing us.
</p>
</div>
<img class="post__img-featured" src="/faq.svg" alt="" />
</header>
<h2>General</h2>
<div class="faq__item">
<h3 class="faq__title">
What is CodeSect?
<a
aria-label="Anchor link for: What is CodeSect?"
class="anchor"
data-icon="#"
href="#what-is-codesect"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="what-is-codesect"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="what-is-codesect" hidden>
<p>
CodeSect is a collaborative learning platform for developers and
designers to effectively improve their programming knowledge and
skills. We're focusing on semantic and accessible HTML, responsive
web design, and JavaScript frameworks (like React, Vue, Angular,
etc.) on the front end; Node.js, PHP, and Python on the back end.
</p>
</div>
</div>
<div class="faq__item">
<h3 class="faq__title">
How much does it cost to join CodeSect?
<a
aria-label="Anchor link for: How much does it cost to join CodeSect?"
class="anchor"
data-icon="#"
href="#codesect-pricing"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="codesect-pricing"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="codesect-pricing" hidden>
<p>
CodeSect is <strong>completely free</strong> to use, although you
need to register using your GitHub account.
</p>
</div>
</div>
<div class="faq__item">
<h3 class="faq__title">
Do I need any coding skills or experience?
<a
aria-label="Anchor link for: Do I need any coding skills or experience?"
class="anchor"
data-icon="#"
href="#do-i-need-coding-experience"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="do-i-need-coding-experience"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="do-i-need-coding-experience" hidden>
<p>
Members can join from all experience levels; however, you will
need to be extremely motivated and have a genuine interest in tech
and coding. Your dedication is essential.
</p>
<p>
While no prior experience is required, we do recommend that you
have some basic knowledge of programming to enjoy the full
benefits. Sites like freeCodeCamp or Codecademy may be helpful.
</p>
</div>
</div>
<div class="faq__item">
<h3 class="faq__title">
Do I need to buy any software?
<a
aria-label="Anchor link for: Do I need to buy any software?"
class="anchor"
data-icon="#"
href="#do-i-need-to-buy-any-software"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="do-i-need-to-buy-any-software"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="do-i-need-to-buy-any-software" hidden>
<p>Every software/application you'll need is free.</p>
</div>
</div>
<h2>Application</h2>
<div class="faq__item">
<h3 class="faq__title">
What is the application process?
<a
aria-label="Anchor link for: What is the application process?"
class="anchor"
data-icon="#"
href="#application-process"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="application-process"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="application-process" hidden>
<p>
First, you need to complete our online application where you'll
introduce yourself and give us an overview of your background and
coding experience.
</p>
<p>
Our team will get in touch quickly after reviewing your
application, and will send you an invitation to our Discord
server.
</p>
</div>
</div>
<div class="faq__item">
<h3 class="faq__title">
I applied! Now what?
<a
aria-label="Anchor link for: I applied! Now what?"
class="anchor"
data-icon="#"
href="#after-application"
></a>
</h3>
<button
aria-label="Open section"
aria-describedby="after-application"
aria-expanded="false"
class="faq__toggle"
>
<svg
class="svg-plus"
focusable="false"
height="24px"
viewBox="0 0 100 100"
width="24px"
>
<g stroke="#f8cf4d">
<line
x1="10"
y1="50"
x2="90"
y2="50"
stroke-width="16"
stroke-linecap="round"
></line>
<line
x1="50"
y1="10"
x2="50"
y2="90"
stroke-width="16"
stroke-linecap="round"
></line>
</g>
</svg>
</button>
<div class="faq__answer" id="after-application" hidden>
<p>
Thanks for applying! We will review your application and be in
touch as soon as possible. It may take a few days for you to hear
from us, but we will be in contact with you, regardless of the
result of your application.
</p>
</div>
</div>
</article>
</main>
<footer class="site-footer">
<div class="wrapper wrapper--footer">
<ul class="footer-menu">
<li class="footer-menu__item">
<a class="footer-menu__link" href="/faq">FAQ</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/terms">Terms</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/privacy">Privacy Policy</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/code-of-conduct"
>Code of Conduct</a
>
</li>
</ul>
<p class="credits">© 2020 CodeSect</p>
</div>
</footer>
<script src="/main.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is CodeSect?",
"acceptedAnswer": {
"@type": "Answer",
"text": "CodeSect is a collaborative learning platform for developers and designers to effectively improve their programming knowledge and skills. We're focusing on semantic and accessible HTML, responsive web design, and JavaScript frameworks (like React, Vue, Angular, etc.) on the front end; Node.js, PHP, and Python on the back end."
}
},
{
"@type": "Question",
"name": "How much does it cost to join CodeSect?",
"acceptedAnswer": {
"@type": "Answer",
"text": "CodeSect is completely free to use, although you need to register using your GitHub account."
}
},
{
"@type": "Question",
"name": "Do I need any coding skills or experience?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Members can join from all experience levels; however, you will need to be extremely motivated and have a genuine interest in tech and coding. Your dedication is essential. While no prior experience is required, we do recommend that you have some basic knowledge of programming to enjoy the full benefits. Sites like freeCodeCamp or Codecademy may be helpful."
}
},
{
"@type": "Question",
"name": "Do I need to buy any software?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Every software/application you'll need is free."
}
},
{
"@type": "Question",
"name": "What is the application process?",
"acceptedAnswer": {
"@type": "Answer",
"text": "First, you need to complete our online application where you'll introduce yourself and give us an overview of your background and coding experience. Our team will get in touch quickly after reviewing your application, and will send you an invitation to our Discord server."
}
},
{
"@type": "Question",
"name": "I applied! Now what?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Thanks for applying! We will review your application and be in touch as soon as possible. It may take a few days for you to hear from us, but we will be in contact with you, regardless of the result of your application."
}
}
]
}
</script>
</body>
</html>