Skip to content

Commit

Permalink
Merge pull request #8 from Hosch250/master
Browse files Browse the repository at this point in the history
Update website
  • Loading branch information
retailcoder committed Feb 17, 2016
2 parents f7a8284 + cc90085 commit 695026b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion RubberduckWeb/RubberduckWeb/Views/Home/Contact.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<p>
Check the <a href="https://github.com/rubberduck-vba/Rubberduck/wiki" target="_blank">documentation on our wiki</a> first.<br/>
If you can't find an answer, the next place to look is at <a href="https://github.com/rubberduck-vba/Rubberduck/issues?utf8=%E2%9C%93&q=label%3Asupport" target="_blank">issues labeled [Support]</a>.<br/>
You can also check the [<a href="http://stackoverflow.com/questions/tagged/rubberduck" target="_blank">Rubberduck</a>] tag on Stack Overflow.<br/>
If you still have a question, then feel free to <a href="https://github.com/rubberduck-vba/Rubberduck/issues/new" target="_blank">submit a new issue</a>.<br/>
We'll mark it with the [Support] label when we answer.
</p>
Expand All @@ -25,4 +26,4 @@

<h3>I'd like to contact you directly.</h3>

<p>Send us an email at <address><a href="mailto:[email protected]" target="_blank">contact@rubberduck-vba.com</a></address></p>
<p>Send us an email at <address><a href="mailto:[email protected]" target="_blank">contact@rubberduck-vba.com</a></address></p>
8 changes: 4 additions & 4 deletions RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@
</div>
<div class="row">
<div class="col-md-6">
<h4>Remove Paramater(s)</h4>
<h4>Remove Parameter(s)</h4>
<p>A procedure called in 12 places needs to change, and the new version no longer needs one of the parameters? This refactoring will remove it from the signature, and from every call site as well.</p>
</div>
<div class="col-md-4">
<img src="~/Content/Images/RemoveParamaters.png" />
<img src="~/Content/Images/RemoveParameters.png" />
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4>Reorder Paramaters</h4>
<h4>Reorder Parameters</h4>
<p>Sometimes you come across this utility function that's used just about everywhere, that has this annoying first parameter that would be so much better specified last. This refactoring lets you change the order of the&nbsp;parameters in a signature, and automatically adjust all call sites.</p>
</div>
<div class="col-md-6">
<img src="~/Content/Images/ReorderParamaters.png" />
<img src="~/Content/Images/ReorderParameters.png" />
</div>
</div>
<p>...and many more on the roadmap!</p>
Expand Down

0 comments on commit 695026b

Please sign in to comment.