|
2 | 2 | <div class="tools-container">
|
3 | 3 | <div class="tools-header">
|
4 | 4 | <h2>Our Tools</h2>
|
5 |
| - <p class="center">Although we have preferences to what we use, we are always open to using the right tool for the job.</p> |
| 5 | + <p class="center">We choose the right tool for the right job.</p> |
6 | 6 | </div>
|
7 | 7 | <div class="tool-content">
|
8 |
| - <h4>Ruby on Rails</h4> |
9 |
| - <%= image_tag("https://upload.wikimedia.org/wikipedia/commons/1/16/Ruby_on_Rails-logo.png") %> |
10 |
| - <br /> |
11 |
| - <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> |
| 8 | + <%= link_to "http://rubyonrails.org/", target: "_blank" do %> |
| 9 | + <h4>Ruby on Rails</h4> |
| 10 | + <%= image_tag("rails-logo.png") %> |
| 11 | + <p>Gives us the power to build features that are reliable, testable, and able to grow.</p> |
| 12 | + <% end %> |
12 | 13 | </div>
|
13 | 14 | <div class="tool-content">
|
14 |
| - <h4>React</h4> |
15 |
| - <%= image_tag("https://www.codementor.io/assets/tutorial_icon/reactjs.png") %> |
16 |
| - <br /> |
17 |
| - <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> |
| 15 | + <%= link_to "http://facebook.github.io/react/", target: "_blank" do %> |
| 16 | + <h4>React</h4> |
| 17 | + <%= image_tag("reactjs-logo.png") %> |
| 18 | + <p>Allows to build performant interactive client side interfaces that engage users.</p> |
| 19 | + <% end %> |
18 | 20 | </div>
|
19 | 21 | <div class="tool-content">
|
20 |
| - <h4>Angular JS</h4> |
21 |
| - <%= image_tag("http://res.cloudinary.com/buddahbelly/image/upload/v1423072364/brilliantbritz/angular-js.png") %> |
22 |
| - <br /> |
23 |
| - <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> |
| 22 | + <%= link_to "https://www.heroku.com/", target: "_blank" do %> |
| 23 | + <h4>Heroku</h4> |
| 24 | + <%= image_tag("heroku-logo.png") %> |
| 25 | + <p>A powerful platform for keeping our apps online, fast, and scalable with mimumum invetment. Wizard's open source heroku tools allow us to keep complex operations simple.</p> |
| 26 | + <% end %> |
24 | 27 | </div>
|
25 | 28 | </div>
|
26 | 29 | </section>
|
0 commit comments