forked from madduccino/coding.space
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (41 loc) · 2.04 KB
/
Copy pathabout.html
File metadata and controls
49 lines (41 loc) · 2.04 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="stylesheet" href="about.css">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
</head>
<body>
<div class="fill52">
</div>
<div class="container black-opaque main">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-9" id="header">
<h1>About</h1>
<a id="back" href="./index.html">back to coding.space</a>
</div>
<div class="col-sm-2">
</div>
</div>
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-9">
<p>We believe the best way to learn to code is by coding. This website is a collection of guided projects to get you started.</p>
<h3 class="yellow">Choosing a project</h3>
<p>We've organized the projects into a series of levels so you can find the one that's right for you. However, feel free to progress through these projects in whichever order you choose. </p>
<h3 class="yellow">Be creative</h3>
<p>Coding is creative. Our guided projects are only a starting place. Embellish these projects with your own characters, themes, and ideas. </p>
<h3 class="yellow">Make your own project</h3>
<p>In addition to our guided projects, we encourage you to brainstorm your own project ideas. You may find it helpful to write down the project outline on paper. If it turns out well, share it with us <a href="mailto:steveykrouse+curriculum@gmail.com">here</a> so we can put it on coding.space so other students can do it!</p>
</div>
<div class="col-sm-2"></div>
</div>
</div>
</body>
</html>