-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
878768d
commit 3389bb5
Showing
9 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,10 @@ def home | |
|
||
def action | ||
end | ||
|
||
def bryan | ||
end | ||
|
||
def dad | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<div class="footer"> | ||
<small> | ||
<%= link_to "One Month Rails", "http://onemonthrails.com" %> | ||
by | ||
<%= link_to "Mattan Griffel", "http://mattangriffel.com" %> | ||
Copyright 2013 | ||
</small> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<h1>Pages#Bryan</h1> | ||
<p>This is my first rails webpage. Hopefully soon I'll actually be helpful :)</p> | ||
<h1>Hey Dude</h1> | ||
<p>This is my first rails webpage. Hopefully soon I'll actually be helpful :) | ||
|
||
Wanna meet tonight? Or how about Sunday evening? | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
<h1>About</h1> | ||
<p> | ||
<%= link_to "One Month Rails", "http://onemonthrails.com" %> | ||
is a project to teach | ||
<%= link_to "Ruby on Rails", "http://rubyonrails.org" %> | ||
in one month. This is the sample application. | ||
SkillChest was created for the future of learning and working. Save all of your learning, including non-traditional learning such as conferences and certifications, and keep a verified record all in one place. This can then be share with employers. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<h1>Hey Dad!</h1> | ||
<p> | ||
So I'm teaching myself to code. Here is a website I made. What do you think? Looking forward to seeing you this weekend. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters