forked from railsgirls/guides.railsgirls.com
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
218 lines (188 loc) · 5.54 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
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
---
layout: default
title: Guides
---
<div class="hero">
<h2>Rails Girls Guides</h2>
<p>Tradução dos guias oficiais do RailsGirls para PT-BR.</p>
<p>Para ver os guias oficiais, clique aqui.</p>
<p>Para mais informações sobre o RailsGirls, clique aqui.</p>
</div>
<hr />
<h2>Seja bem-vinda ao Rails Girls!</h2>
<ul class="home">
<li>
<a href="instalacao">
<i>1</i>
<h3>Guia de instalação do Rails</h3>
<p>Para criar aplicações com Ruby on Rails, precisamos primeiro instalar alguns softwares e um ambiente de desenvolvimento para o seu computador.</p>
</a>
</li>
<li>
<i>2</i>
<a href="app"><h3>Desenvolva Seu Primeiro App</h3></a>
<p>Guia de desenvolvimento do seu primeiro app com Ruby on Rails.</p>
<p>Guias disponíveis em <a href="http://railspremierspas.humancoders.com/">Francês</a>, <a href="http://rgcn.github.io">Chinês</a>, <a href="http://railsgirlshh.github.io/">Alemão</a>, e <a href="http://guides.railsgirls.co.il/">Hebraico</a> também.</p>
</a>
</li>
<li>
<a href="github">
<i>3</i>
<h3>Envie seu App para o GitHub</h3>
<p>Envie seu código para o GitHub para dar acesso a outras pessoas.</p>
</a>
</li>
<li>
<a href="heroku">
<i>4</i>
<h3>Publique seu App</h3>
<p>Instruções para disponibilizar seu app na internet.</p>
</a>
</li>
<li>
<a href="adicione-comentarios">
<i>5</i>
<h3>Permita Comentários no seu App</h3>
<p>Como permitir comentários nos seus apps.</p>
</a>
</li>
<li>
<a href="design">
<i>6</i>
<h3>Aplicando um Design Moderno com o Bootstrap</h3>
<p>Como utilizar um framework de CSS, como o Bootstrap.</p>
</a>
</li>
<li>
<a href="thumbnails">
<i>7</i>
<h3>Criando thumbnails com Carrierwave</h3>
<p>Instruções de como usar o Carrierwave para criar thumbnails</p>
</a>
</li>
<li>
<a href="devise">
<i>8</i>
<h3>Adicionando Autenticação com Devise</h3>
<p>Como adicionar rapidamente uma autenticação com Devise</p>
</a>
</li>
<li>
<a href="gravatar">
<i>9</i>
<h3>Adicione imagens de perfil com Gravatar</h3>
<p>Como colocar fotos de perfil para seus usuários</p>
</a>
</li>
<li>
<a href="design-html-css">
<i>10</i>
<h3>Design your App with HTML and CSS</h3>
<p>How to improve HTML and CSS on your app</p>
</a>
</li>
<li>
<a href="testing-rspec">
<i>11</i>
<h3>Teste sua aplicação com RSpec</h3>
<p>Instruções de como testar sua aplicação com RSpec</p>
</li>
<!---
<li>
<a href="sinatra-app">
<i>12</i>
<h3>Build a voting app in Sinatra</h3>
<p>Guide to building your first app using the Sinatra framework</p>
</a>
</li>
<li>
<a href="backend-with-active-admin">
<i>13</i>
<h3>Add a back-end to your app (admin pages)</h3>
<p>Guide to how you can add an admin back-end to manage your app with Active Admin</p>
</a>
</li>
</ul>
<h2>Learning more with Rails Girls</h2>
<ul class="home">
<li>
<a href="bundlerfordevelopment">
<i>1</i>
<h3>How to Set Up Bundler for Development</h3>
<p>Instructions for a development environment with Bundler.</p>
</a>
</li>
<li>
<a href="ruby-game">
<i>2</i>
<h3>Write a little game in Ruby!</h3>
<p>Guide of Instructions for a game development with Ruby.</p>
</a>
</li>
<li>
<a href="sinatra">
<i>3</i>
<h3>Web Fundamentals Tutorial</h3>
<p>Get a deeper understanding of what's going on under the hood</p>
</a>
</li>
<li>
<a href="test-driven-development">
<i>4</i>
<h3>Test Driven Development</h3>
<p>Practice your Ruby skills while learning TDD</p>
</a>
</li>
<li>
<a href="ruby-atm">
<i>5</i>
<h3>Ruby ATM</h3>
<p>Focus on your Ruby skills - level 2!</p>
</a>
</li>
</ul>
<h2>Let's have more fun with Rails Girls</h2>
<ul class="home">
<li>
<a href="how-to-continue-with-programming">
<i>1</i>
<h3>After The Event: How to Continue with Programming</h3>
<p>A guide to keep you going with learning how to program.</p>
</a>
</li>
<li>
<a href="remote">
<i>2</i>
<h3>Remote Pairing for the win!</h3>
<p>Even if you can't find help locally, someone can still help you over the Internet.</p>
</a>
</li>
<li>
<a href="coach">
<i>3</i>
<h3>Become a Rails Girls Coach</h3>
<p>Answers to all your questions about being a Rails Girls coach - in one place.</p>
</a>
</li>
<li>
<a href="guide-to-the-guide">
<i>4</i>
<h3>Guide to the Guide of Rails Girls</h3>
<p>Guide of background information about the Rails application.</p>
</a>
</li>
<li>
<a href="http://rails-girls-map.herokuapp.com/#">
<i>5</i>
<h3>Rails Girls around the world</h3>
<p>An app built by Jessica to show RG around the world. Add your chapter!</p>
</a>
</li>
<li>
<a href="touristic-autism_intro">
<i>5</i>
<h3>Touristic Autism-friendly Spots App</h3>
<p>Allow authenticated users (using devise) to describe touristic places, comment and rate them from their autism-friendliness. To support autistic adults during their travelling.</p>
</a>
</li>-->
</ul>