Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added resources/Ruby_On_Rails_Logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@
---
<article class="meetup">
<section class="top-details">
<h1>Resources</h1>
<img src="Ruby_On_Rails_Logo.svg.png" alt="">
<center><h1><b>Resources</b></h1></center>
<p> Imagine what you could build if you learned Ruby on Rails… Learning to build a modern web application is daunting. Ruby on Rails makes it much easier and more fun. It includes everything you need to build fantastic applications, and you can learn it with the support of our large, friendly community.</P>
</section>
<section class="clearfix resources-page">
<h2>Ruby &amp; Rails Necessities</h2>
<ul class="ruby-links">
<li>
<h3>Ruby as a begineer.</h3>
<p>Ruby on Rails is open source software, so not only is it free to use, you can also help make it better. More than 5,000 people already have contributed code to Rails. It’s easier than you think to become one of them. </p>
<a href="https://www.ruby-lang.org/en/downloads/" class="read-more">ruby-lang.org/en/downloads</a>
</li>
<li>
<h3>Download Ruby</h3>
<p>Download and install the latest Ruby versions for OS X, Windows and Linux/UNIX </p>
<a href="https://www.ruby-lang.org/en/downloads/" class="read-more">ruby-lang.org/en/downloads</a>
<a href="https://rubyonrails.org" class="read-more">https://rubyonrails.org</a>
</li>
<li>
<h3>Ruby on Rails</h3>
Expand All @@ -25,6 +32,11 @@ <h3>Ruby Gems</h3>
<p>The Ruby community's gem hosting service</p>
<a href="http://rubygems.org/" class="read-more">rubygems.org</a>
</li>
<li>
<h3>Ruby Contribution</h3>
<p>We encourage you to contribute to Ruby on Rails! Please check out the Contributing to Ruby on Rails guide for guidelines about how to proceed. Join us!</p>
<a href="https://github.com/rails/rails" class="read-more">https://github.com/rails/rails</a>
</li>
</ul>

<h2>Interactive Ruby Learning Games</h2>
Expand Down