Skip to content

Commit 2f20b7f

Browse files
committed
add developers page
1 parent fd047f2 commit 2f20b7f

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

app/views/home/developers.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<% content_for(:head) do %>
2+
<title>Developers</title>
3+
<meta name="Description" content="hack on GGTracker for fun and glory">
4+
<% end %>
5+
6+
<div id="static">
7+
<div class="content spending_skill">
8+
<div class="static_inner">
9+
10+
<p>Hello fellow developer!</p>
11+
12+
<p><a href="http://www.reddit.com/r/starcraft/comments/2dtu62/nerd_alert_3_ggtracker_completely_opensourced_now/">Source code is available</a>. Contributions welcome.</p>
13+
14+
<p>Also there is an <a href="/api">API</a>.</p>
15+
16+
<p>Have a question? Email me at <a href="mailto:[email protected]">[email protected]</a> or tweet <a href="https://twitter.com/ggtracker">@ggtracker</a>.</p>
17+
</div>
18+
</div>
19+
</div>

app/views/layouts/application.html.erb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,13 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
218218

219219
<footer>
220220
<ul>
221-
<li>&copy; 2012 GGTracker</li>
222-
<li class="contact"><a href="http://nytm.org/made">Made in NYC</a></li>
223-
<li class="contact"><a href="https://twitter.com/ggtracker">Twitter</a></li>
221+
<li>&copy; 2012-2014 GGTracker</li>
224222
<li class="contact">Powered by <a style="display: inline-block" href="https://github.com/graylinkim/sc2reader">sc2reader</a></li>
223+
<li class="contact"><a href="http://nytm.org/made">Made in NYC</a></li>
225224
<li class="contact"><a href="/terms">Terms of Use</a></li>
226225
<li class="contact"><a href="/privacy">Privacy</a></li>
227-
<li class="contact"><a href="/api">API</a></li>
228-
<li class="contact"><a href="/changelog">Changelog</a></li>
226+
<li class="contact"><a href="https://twitter.com/ggtracker">Twitter</a></li>
227+
<li class="contact"><a href="/developers">Developers</a></li>
229228
<%= yield :foot %>
230229
</ul>
231230
</footer>

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
match 'privacy' => 'home#privacy'
118118
match 'changelog' => 'home#changelog'
119119
match 'api' => 'home#api'
120+
match 'developers' => 'home#developers'
120121
match 'terms' => 'home#terms'
121122
match 'injects' => 'home#injects'
122123
match 'wcsmatch' => 'matches#wcsmatch'

0 commit comments

Comments
 (0)