Skip to content

Commit dfcd8b7

Browse files
committed
Changed learn to online
1 parent a8cce87 commit dfcd8b7

7 files changed

Lines changed: 74 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gem 'turbolinks'
2222
gem 'jquery-turbolinks'
2323
gem 'jbuilder', '~> 2.0'
2424
gem 'aws-sdk', '~> 1.35.0'
25+
#cordova (phonegap), Meteor.com
2526

2627
########################
2728
# Auth and Permissions #

app/controllers/pages_controller.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def contributors
2626
def faqs
2727
end
2828

29-
def learn
29+
def online
3030
end
3131

3232
def media
@@ -46,4 +46,7 @@ def successes
4646

4747
def team
4848
end
49+
50+
def hello
51+
end
4952
end

app/views/layouts/_header.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ul class="nav navbar-nav">
1414

1515
<li><%= link_to "Home", root_path %></li>
16+
<!-- <li><%= link_to "Welcome", hello_path %></li> -->
1617

1718
<li class="dropdown">
1819
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About <span class="caret"></span></a>
@@ -32,7 +33,7 @@
3233
<li class="dropdown">
3334
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Learn to Code <span class="caret"></span></a>
3435
<ul class="dropdown-menu" role="menu">
35-
<li><%= link_to "Online", learn_path %></li>
36+
<li><%= link_to "Online", online_path %></li>
3637
<li class="divider"></li>
3738
<li><%= link_to "Code Schools", codeschools_path %></li>
3839
<li class="divider"></li>

app/views/pages/hello.html.erb

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<div class="bs-docs-section" align="center">
2+
</br>
3+
<p>
4+
<p>Thanks for signing up and joining our ranks! I'm honored and humbled by your participation.</p>
5+
6+
<p>As you may know I applied to code school while still on active-duty w/ my New GI Bill and was shocked to know I couldn't use it. This was in 2012. Again, I tried in 2014 and same answer. While I've self-learned, attended a <a href="http://angelhack.com/">Hackathon</a>, both <a href="http://bmoreonrails.org/">Bmore on Rails</a> and <a href="http://pdxruby.org/">Portland Ruby Brigade</a>, enrolled in <a href="http://www.thinkful.com/">Thinkful</a> and use <a href="https://hackhands.com/">HackHands</a> regularly it's still challenging to learn to code over the long-run while still meeting monthly obligations to family. I don't believe it's the best way to learn in particular for Veterans transitioning. It shouldn't be this challenging whether we are serving our country or as a veteran.</p>
7+
8+
<p>As an unemployed/underemployed Veteran, I decided to do something about it last summer after learning enough Ruby on Rails to gather signatures of military/ Veterans to petition Congress to expand the New GI Bill to include code school tuition, room and board. Many stepped up to tackle this issue. U.S. Army Veteran Charles Sipe wrote, <a href="https://www.switchup.org/blog/why-veterans-will-make-excellent-programmers">Why Veterans Will Make Excellent Programmers,"</a> and Susy Raybon took <a href="http://www.examiner.com/article/operation-code-provides-career-opportunities-for-military-veterans">interest</aw> in Operation Code which has helped us grow our ranks. Ruby on Rails developer Dr. James Davis became our first <a href="https://github.com/davidmolina/operationcode/graphs/contributors">contributor</a> and is helping drive the future architecture that will support our growth. But we need each of you to share your story of service to country, desire to learn to code, and challenges you face not being able to leverage the New GI Bill to cover tuition, room and board. .</p>
9+
10+
<p>In January we evolved as a non-profit and expanded our team to more effectively accomplish our mission all while expanding our scope to include code school scholarships and software mentorship. Our crowdfunding campaign to raise $7.5m is in full-swing to award coding scholarships until the New GI Bill kicks in. In the intermediate, you can request an invite to our <a href="https://operation-code.slack.com">Slack</a> community to start learning HTML/CSS, Java, JavaScript, Golang, Ember, iOS, Android, and Ruby). Read our previous SITREPs <a href="http://us10.campaign-archive1.com/home/?u=0ab8e2b2d6c6608926c4f17d6&id=809aaab2df">to learn more</a>.</p>
11+
12+
<p>Again, welcome aboard and thank you for joining us in this important fight as we get more military Veterans coding for gainful employment as software developers and fill the nation's technical talent shortage with American patriots. Follow Operation Code on <a href="https://twitter.com/operation_code">Twitter</a>, <a href="https://www.facebook.com/operationcode.org">Facebook, and <a href="https://instagram.com/operation_code/">Instagram and say hi.</p>
13+
14+
<p>-David Molina (<%= link_to "@davidcmolina", "https://twitter.com/davidcmolina"%>)<br />
15+
Founder & Executive Director, Operation Code; <br />
16+
Self-Taught Programmer, and <a href="https://twitter.com/davidcmolina/status/293833974575415298">former U.S. Army Captain</a><br />
17+
<a href="http://davidmolina.github.io/">http://davidmolina.github.io/</a>
18+
</p>
19+
20+
<p>PS: Oh, and here's some of the places I've learned at in case you want to get coding today:
21+
</p>
22+
23+
<ul>
24+
<li>
25+
<%= link_to "Programming 'M!' (Good starting point)", "http://programming-motherfucker.com/become.html" %>
26+
</li>
27+
<li>
28+
<%= link_to "Codecademy", "http://www.codecademy.com/" %>
29+
</li>
30+
<li>
31+
<%= link_to "Thinkful", "http://www.thinkful.com/" %>
32+
</li>
33+
<li>
34+
<%= link_to "HackHands", "https://hackhands.com/" %>
35+
</li>
36+
</ul>
37+
38+
<p>Good reads:</p>
39+
40+
<ul>
41+
<li>
42+
<%= link_to "Learn to Program by Chris Pine", "https://pine.fm/LearnToProgram/" %>
43+
</li>
44+
<li>
45+
<%= link_to "Hackers & Painters by Paul Graham", "http://www.paulgraham.com/hp.html" %>
46+
</li>
47+
</ul>
48+
49+
<p>Developer Conferences:</p>
50+
51+
<ul>
52+
<li>
53+
<%= link_to "RailsConf", "http://railsconf.com/" %>
54+
</li>
55+
<li>
56+
<%= link_to "Cascadia Ruby", "http://cascadiarubyconf.com/" %>
57+
</li>
58+
<li>
59+
<%= link_to "Ruby on Ales", "https://ruby.onales.com/" %>
60+
</li>
61+
</ul>
62+
63+
<hr>

app/views/pages/home.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="jumbotron phone_view">
22
<div class="container">
3-
<h2>On a mission to get military veterans coding.
3+
<h2>On a mission to get military veterans coding. Join.
44
</h2>
55
<h3>
66
<!-- Veteran-founded and led, Operation Code is focused on increasing the number
@@ -36,7 +36,7 @@
3636
</p>
3737
<p class="center"><a class="btn btn-default"
3838
href="/donate"
39-
role="button">Contribute now</a>
39+
role="button">Donate</a>
4040
</p>
4141
</div>
4242
</div>

config/routes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
get "faq" => "pages#faq"
1515
get "founder" => "pages#founder"
1616
get "hackathons" => "pages#hackathons"
17+
get "hello" => "pages#hello"
1718
get "history" => "pages#history"
18-
get "learn" => "pages#learn"
19+
get "online" => "pages#online"
1920
get "media" => "pages#media"
2021
get "mission" => "pages#mission"
2122
get "news" => "pages#news"

0 commit comments

Comments
 (0)