-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
65 lines (51 loc) · 2.81 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Beginners by CoderDojoSF</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Beginners</h1>
<p>Never programmed before? Start here!</p>
<p class="view"><a href="https://github.com/CoderDojoGitHub/beginners">View the Project on GitHub <small>CoderDojoGitHub/beginners</small></a></p>
</header>
<section>
<h2>Welcome to CoderDojoGitHub!</h2>
<p>If you're checking this page out, there's a good chance that you've never programmed before. Or maybe you have and you're not sure if you have enough experinece to work on the lessons we create. Don't worry, we're here to help.</p>
<p>While CoderDojoGitHub aims to create lessons that are accessible to programmers of all skill levels, it does help to have a little experience with basic programming syntax.</p>
<h2>Getting Started</h2>
<p>If you've never programmed before, we recommend checking out some of the following courses on Codecademy</p>
<ul>
<li><a href="http://www.codecademy.com/courses/getting-started-v2">Getting Started with Programming</a></li>
<li><a href="http://www.codecademy.com/courses/web-beginner-en-HZA3b">HTML Basics</a></li>
<li><a href="http://www.codecademy.com/courses/ruby-beginner-en-d1Ylq">Introduction to Ruby</a></li>
</ul>
<h2>Next Steps</h2>
<p>At this point, you're probably ready to jump into the action. However, if you want a little bit more practice, check out some of our past lessons</p>
<ul>
<li><a href="https://github.com/CoderDojoGitHub/paint">Paint</a></li>
<li><a href="https://github.com/CoderDojoGitHub/bubbles">Bubbles</a></li>
<li><a href="https://github.com/CoderDojoGitHub/memory">Memory</a></li>
</ul>
<h2>One more thing...a text editor!</h2>
<h2> <a href="http://www.sublimetext.com/">Download Sublime Text</a> </h3>
<p><img src="images/sublime-zelda.png"/><br />
<p>
While you're welcome to use any text editor that you please when you
are writing code, Sublime Text is our favorite.
</p>
</p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>