forked from railsgirls/guides.railsgirls.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (83 loc) · 3.08 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
---
layout: default
title: Guides
---
<div class="hero">
<h2>Rails Girls Guides</h2>
<p>These guides are built for to give tools and a community for women to understand technology and 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.github.com/">Guides in Japanese</a><br/>
<a href="http://railspremierspas.humancoders.com/">Guides in French</a><br/>
<a href="http://rgcn.github.com">Guides in Chinese</a><br/>
<a href="http://rgua.github.com">Guides in Russian</a><br/>
<a href="http://www.maujor.com/railsgirlsguide/">Guides in Brazilian-Portuguese</a><br/>
</p>
</div>
<hr />
<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 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 teach or build 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.com">Chinese</a> too.</p>
</a>
</li>
<li>
<a href="heroku">
<i>3</i>
<h3>Put Your App Online With Heroku</h3>
<p>Instructions to get your app running on Heroku.</p>
</a>
</li>
<li>
<a href="http://guides.railsgirls.com/engineyard/">
<i>4</i>
<h3>Put Your App Online With Engine Yard</h3>
<p>Instructions to get your app running with Engine Yard</p>
</a>
</li>
<li>
<a href="devise">
<i>5</i>
<h3>Add authentication with Devise</h3>
<p>How to quickly add login and signup with Devise</p>
</a>
</li>
<li>
<a href="coach">
<i>6</i>
<h3>Become a Rails Girls coach</h3>
<p>All your questions about being a Rails Girls coach - in one place.</p>
</a>
</li>
<li>
<a href="how-to-continue-with-programming">
<i>7</i>
<h3>After The Event: How To Continue With Programming</h3>
<p>A guide to keep you going with learning on how to program.</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>