forked from railsgirls/guides.railsgirls.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
185 lines (163 loc) · 5.33 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
---
layout: default
title: Guides
---
<div class="hero">
<h2>Rails Girls Guides</h2>
<p>These guides are built to provide tools and a community for women to understand technology and how to build their ideas. Organize your own events, submit new guides, or just use them to learn Rails. For more, add yourself to the <a href="http://groups.google.com/group/rails-girls-team">team mailing list</a>.</p>
<p class="hero-links">
<a href="http://railsgirls.com">Learn more</a><br/>
<a href="http://railsgirls.jp/">Guides in Japanese</a><br/>
<a href="http://railspremierspas.humancoders.com/">Guides in French</a><br/>
<a href="http://rgcn.github.io">Guides in Chinese</a><br/>
<a href="http://rgua.github.io">Guides in Russian</a><br/>
<a href="http://www.maujor.com/railsgirlsguide/">Guides in Brazilian-Portuguese</a><br/>
<a href="http://railsgirlslima.github.io/">Guides in Spanish</a><br/>
<a href="http://railsgirls.tw/">Guides in Traditional Chinese</a><br/>
</p>
</div>
<hr />
<h2>Welcome to RailsGirls!</h2>
<ul class="home">
<li>
<a href="guide">
<i>★</i>
<h3>How to Organize a Rails Girls Event</h3>
<p>This guide has been put together to help you get started organizing your first Rails Girls event.</p>
</a>
</li>
<li>
<a href="install">
<i>1</i>
<h3>Guide to Install Rails</h3>
<p>To build apps and other things with Ruby on Rails, we need to setup some software and a developer environment for your computer (OS X, Windows, Linux).</p>
</a>
</li>
<li>
<a href="app">
<i>2</i>
<h3>Build Your First App</h3>
<p>Guide to building your first app with Ruby on Rails.</p>
<p>Guides can be found in <a href="http://railspremierspas.humancoders.com/">French</a> and <a href="http://rgcn.github.io">Chinese</a>, too.</p>
</a>
</li>
<li>
<a href="github">
<i>3</i>
<h3>Push Your App to GitHub</h3>
<p>Push your code to GitHub to give people access to it.</p>
</a>
</li>
<li>
<i>4</i>
<h3>Put Your App Online</h3>
<p>Instructions to get your app running on the internet. We have a lot of platform. You can choose the following services:</p>
<p><a href="heroku">Heroku</a> | <a href="openshift">OpenShift</a> | <a href="ninefold">Ninefold</a> | <a href="engineyard">Engine Yard</a> | <a href="anynines">anynines</a> | <a href="trucker">Trucker</a> | <a href="shellycloud">Shelly Cloud</a></p>
</li>
<li>
<a href="commenting">
<i>5</i>
<h3>Allow Comments on Your App</h3>
<p>How to allow comments on your apps.</p>
</a>
</li>
<li>
<a href="design">
<i>6</i>
<h3>Apply a Modern Design with Bootstrap</h3>
<p>How to apply a CSS framework, such as Bootstrap.</p>
</a>
</li>
<li>
<a href="thumbnails">
<i>7</i>
<h3>Resize your Images Using Carrierwave</h3>
<p>Instructions on resizing your images using Carrierwave</p>
</a>
</li>
<li>
<a href="devise">
<i>8</i>
<h3>Add Authentication with Devise</h3>
<p>How to quickly add a login and signup with Devise</p>
</a>
</li>
<li>
<a href="gravatar">
<i>9</i>
<h3>Add Profile Pics with Gravatar</h3>
<p>How to give your users profile photos</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>
<i>11</i>
<h3>Continuous Deployment</h3>
<p><a href="testing-rspec">Test your application with RSpec</a> | <a href="continuous-travis">CD with Travis (and anynines)</a> | <a href="continuous">CD with Codeship (and Heroku)</a></p>
</li>
</ul>
<h2>Let's have more fun with RailsGirls</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 RailsGirls</h3>
<p>Guide of background information about the Rails application.</p>
</a>
</li>
<li>
<a href="bundlerfordevelopment">
<i>5</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>6</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="videos">
<i>7</i>
<h3>Watch Rails Girls Videos</h3>
<p>See videos from around the world.</p>
</a>
</li>
<li>
<a href="contributing">
<i>?</i>
<h3>Submit Your Own Guide</h3>
<p>We are accepting guides to extend the application to our <a href="http://github.com/railsgirls/railsgirls.github.com">Github repository →</a></p>
</a>
</li>
</ul>