This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
67 lines (56 loc) · 3.36 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
<html>
<head>
<title>CoderYouth</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700" rel="stylesheet">
<meta property="og:title" content="CoderYouth">
<meta property="og:description" content="Code community for teenagers by teenagers">
<meta property="og:url" content="http://coderyouth.club">
<meta name="twitter:card" content="Code community for teenagers by teenagers">
</head>
<body class="pattern">
<div class="page">
<div class="page__content">
<header class="header">
<a href="https://coderyouth.club" class="header__logo">
<img src="https://discourse-cdn-sjc2.com/standard17/uploads/coderyouth/original/1X/01af6726e92e7ae9aad0dd2ab10d999e7efb37d2.svg" alt="CoderYouth">
</a>
</header>
<div class="page__content__grower">
<section>
<p class="centered">CoderYouth</p>
<p class="centered">Code community for teenagers by teenagers</p>
</section>
<section>
<h1 class="title">About CoderYouth</h1>
<p>CoderYouth is a teenager-only community, that is, you can only register if you are under 20.</p>
<p>Why is this? In short, when you learn to code at a young age, your friends aren't interested, so in CoderYouth
you can connect with others with the same interests as you.</p>
<p>If you want to know more, you should probably read
<a class="link" target="_blank" href="https://hackernoon.com/a-code-community-but-not-for-you-8ca187196955">this hackernoon article</a>.</p>
</section>
<section>
<h1 class="title">Links</h1>
<ul class="vlist">
<li class="vlist__item">
<a href="https://forum.coderyouth.club" target="_blank" class="link">Forum</a>: if you meet the requirements (under 20), then this is the link you're looking for.</li>
<li class="vlist__item">
<a href="https://github.com/coderyouth" target="_blank" class="link">GitHub</a>: our GitHub organization, which hosts all our community-wide OSS work.
</li>
</ul>
</section>
</section>
<section>
<h1 class="title">Contact</h1>
<p>If you want to contact the whole community (and you meet the requirements), then the best thing to do is to post in the forum. If you don't, you can contact <a class="link" target="_blank" href="https://miguelpiedrafita.com">Miguel Piedrafita</a> in the following channels:</p>
<ul class="vlist">
<li class="vlist__item"><a class="link" href="mailto:[email protected]">Email ([email protected])</a></li>
<li class="vlist__item"><a target="_blank" class="link" href="https://twitter.com/m1guelpf">Twitter (@m1guelpf)</a></li>
</ul>
</section>
</div>
</div>
</div>
</body>
</html>