Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Added verse & image to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Feb 4, 2012
1 parent 8966f0e commit 7df03b9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/days.css
Expand Up @@ -33,4 +33,12 @@
padding: 0px 20px 0px 20px;
margin-bottom: 20px;
font-family: Georgia, sans-serif;
}

#about_page strong {
font-weight: bold;
}

#about_page p.verse {
font-style: italic;
}
5 changes: 5 additions & 0 deletions app/helpers/application_helper.rb
@@ -1,2 +1,7 @@
module ApplicationHelper

def oembed_generic(url)
require 'oembed'
OEmbed::ProviderDiscovery.get(url).html.html_safe
end
end
4 changes: 4 additions & 0 deletions app/views/days/about.html.erb
Expand Up @@ -2,6 +2,10 @@

<div id="about_page">

<p class="verse">These stones are to be a memorial to the people ... forever." (Joshua 4:7)</p>

<p><a href="http://www.flickr.com/photos/stollerdos/143395735/" title="rock balancing by strollerdos, on Flickr"><img src="http://farm1.staticflickr.com/53/143395735_25085fcf47_z.jpg" width="640" height="341" alt="rock balancing"></a></p>

<p>40days is a series of daily reflections for the 40 days leading up to Easter (Feb. 22 - Apr. 8). This year, the reflections are centered around "stones of remembrance" - reflections of when/how/where God has impacted people in the past ... even if only recognized years later.</p>

<p>These are traditional devotionals, stories (fictional or not), thoughts, pictures, poems, paintings, songs, recipes, and who knows what else. They are not written by "spiritual giants", and they're not just from people who are "artists", but rather ordinary people on a journey with God.</p>
Expand Down

0 comments on commit 7df03b9

Please sign in to comment.