-
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
kellen hart
committed
Sep 22, 2013
1 parent
3c80403
commit ba7bb21
Showing
4 changed files
with
61 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 +1,19 @@ | ||
<div class="row"> | ||
<div class="large-5 small-5 columns"> | ||
<img id="welcome-pic" src="<%= image_path('phil1_300.jpg') %>"> | ||
</div> | ||
<div class="large-5 small-5 columns"> | ||
<p><%= "about phil info text here<br>more great stuff about him<br><br>wow, it just keeps going.".html_safe %> </p> | ||
<div class="large-12 small-12 columns"> | ||
<div id="home-content"> | ||
<ul> | ||
<li> | ||
{{#linkTo "songs.index"}}music{{/linkTo}} | ||
<ul> | ||
<li>album 1 name</li> | ||
<li>album 2 name</li> | ||
</ul> | ||
</li> | ||
<li>bandcamp</li> | ||
<li>hobbit homes</li> | ||
<li>judo championships</li> | ||
<li>contact</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</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