-
-
Notifications
You must be signed in to change notification settings - Fork 241
/
index.pt.html
85 lines (75 loc) · 4.17 KB
/
index.pt.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>codebar.io - Tutoriais codebar</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/custom.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>codebar.io</h1>
<p>Tutoriais.</p>
<p class="view"><a href="https://github.com/codebar/tutorials">View on GitHub <small>codebar/tutorials</small></a></p>
</header>
<section>
<p class="lead">Você está estudando os tutoriais sozinho? Precisa de ajuda? <a href="https://gitter.im/codebar/tutorials">Junte-se a nós no gitter!</a></p>
<p>Se você é novo no codebar, dê uma olhada no <a href="general/setup/tutorial.pt.html">guia para iniciantes</a>, que ajuda a preparar o seu computador para nossos tutoriais.</p>
<strong>HTML</strong>
<ul>
<li><a href="html/lesson1/tutorial.pt.html">Aula 1 - Introdução ao HTML</a></li>
<li><a href="html/lesson2/tutorial.html">Aula 2 - Introdução ao CSS</a></li>
<li><a href="html/lesson3/tutorial.html">Aula 3 - Além do básico</a></li>
<li><a href="html/lesson4/tutorial.html">Aula 4 - CSS, layouts e formatação</a></li>
<li><a href="html/lesson5/tutorial.html">Aula 5 - Mergulhe fundo no HTML5 & CSS3</a></li>
<li><a href="html/lesson6/tutorial.html">Aula 6 - HTML5 avançado</a></li>
</ul>
<strong>Controle de Versão</strong>
<ul>
<li><a href="version-control/introduction/tutorial.html">Introdução ao controle de versão</a></li>
<li><a href="version-control/command-line/tutorial.html">Introdução à linha de comando git</a></li>
</ul>
<strong>JavaScript</strong>
<ul>
<li><a href="js/lesson1/tutorial.html">Introdução ao JavaScript</a></li>
<li><a href="js/lesson2/tutorial.html">Começando com o JavaScript</a></li>
<li><a href="js/lesson3/tutorial.html">Introdução ao JQuery</a></li>
<li><a href="js/lesson4/tutorial.html">HTTP Requests, AJAX e APIs</a></li>
<li><a href="js/lesson5/tutorial.html">HTTP Requests, AJAX e APIs (parte 2)</a></li>
<li><a href="js/lesson6/tutorial.html">Desenhando com Canvas</a></li>
<li><a href="js/lesson7/tutorial.html">Introdução aos testes</a></li>
<li><a href="js/lesson8/tutorial.html">Fazendo o seu próprio aplicativo</a></li>
</ul>
<strong>Ruby</strong>
<p class="lead">Se você está começando agora com Ruby, recomendamos usar <a href="https://c9.io/">Cloud9</a>, já que a preparação do seu ambiente local pode levar tempo.</p>
<ul>
<li><a href="ruby/lesson1/tutorial.html">Introdução ao Ruby</a></li>
<li><a href="ruby/lesson2/tutorial.html">Básico do Ruby</a></li>
<li><a href="ruby/lesson3/tutorial.html">Básico do Ruby (parte 2)</a></li>
<li><a href="ruby/lesson4/tutorial.html">Orientação ao objeto e herança em Ruby</a></li>
<li><a href="ruby/lesson5/tutorial.html">Orientação ao objeto e herança em Ruby (parte 2)</a></li>
</ul>
</section>
<footer>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-45098414-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>