Skip to content

Commit e4b73f1

Browse files
author
Amy Gimma
committed
Merge pull request #61 from wizarddevelopment/tools-sectoin
logos and remove lorem ipsum
2 parents 975bd69 + cfc3efb commit e4b73f1

File tree

8 files changed

+29
-14
lines changed

8 files changed

+29
-14
lines changed

app/assets/images/angularjs-logo.png

19.6 KB
Loading

app/assets/images/heroku-logo.png

9.07 KB
Loading

app/assets/images/joshua.png

266 KB
Loading

app/assets/images/rails-logo.png

82.9 KB
Loading

app/assets/images/reactjs-logo.png

35.9 KB
Loading

app/assets/stylesheets/_tool.scss

+12
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,16 @@
2525
margin: 0 auto;
2626
height: 150px;
2727
}
28+
p {
29+
color: $wizard-gray;
30+
}
31+
a:hover {
32+
h4 {
33+
color: shade($wizard-orange, 10%);
34+
}
35+
36+
p {
37+
color: lighten($wizard-gray, 10%);
38+
}
39+
}
2840
}

app/views/home/_tools.html.erb

+16-13
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22
<div class="tools-container">
33
<div class="tools-header">
44
<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>
66
</div>
77
<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 %>
1213
</div>
1314
<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 %>
1820
</div>
1921
<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 %>
2427
</div>
2528
</div>
2629
</section>

app/views/home/_winnower.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010

1111
<div class="quote-card">
12-
<%= image_tag 'josh.png', class: 'case-image', alt: 'Josh and his business partner, Pete', title: 'Josh and his business partner, Pete' %>
12+
<%= image_tag 'joshua.png', class: 'case-image', alt: 'Josh and his business partner, Pete', title: 'Josh and his business partner, Pete' %>
1313
<blockquote>
1414
In order to cure cancer, we first need to cure cancer research.<br>- Joshua Nicholson, Founder
1515
</blockquote>

0 commit comments

Comments
 (0)