-
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
6f184ed
commit 6bf34d0
Showing
4 changed files
with
16 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
class HomeController < ApplicationController | ||
def root | ||
end | ||
|
||
def about | ||
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
%h1 About <em>EventSite</em> | ||
|
||
%p A website about events happening near you! | ||
|
||
%p Praesent eget turpis accumsan sapien porttitor semper. Cras sollicitudin felis nulla, quis congue nulla dictum vitae. Nam egestas velit at lacus feugiat, ac tincidunt mi scelerisque. Curabitur sapien nulla, fringilla non aliquam a, tincidunt eget justo. Integer ullamcorper blandit massa, quis fringilla ligula vestibulum id. Quisque lobortis libero non velit bibendum cursus. Sed euismod mi non auctor feugiat. Suspendisse mattis tortor libero, ut ultrices mauris mollis ut. Curabitur nunc orci, efficitur nec dignissim id, posuere sed libero. Suspendisse eu diam sapien. Mauris quis lacinia nunc. Nam rutrum justo eget nisi lacinia, id aliquam felis feugiat. Donec id eros ultrices massa auctor mollis in non ante. Nulla placerat rutrum ante faucibus lacinia. | ||
|
||
%p Quisque risus odio, lobortis non rutrum ut, aliquam ac quam. Morbi rhoncus, libero ut laoreet iaculis, nunc sapien posuere felis, non laoreet mauris nisl non ligula. Nulla fermentum convallis nibh, sed venenatis ex tempor nec. Pellentesque scelerisque suscipit imperdiet. Praesent at mi sed eros consectetur facilisis eu et nisl. Fusce sodales neque quam, eu molestie mauris elementum eu. Etiam dignissim ligula a enim ullamcorper mollis. Phasellus vestibulum elit in molestie fringilla. Duis sodales sapien vel velit posuere ultrices. Sed sit amet gravida dolor, et consequat tellus. Morbi id risus dignissim ipsum posuere luctus ac ac odio. Ut metus diam, aliquet in lorem nec, semper tincidunt leo. Phasellus condimentum vehicula ullamcorper. Integer ultrices augue in vestibulum blandit. | ||
|
||
%p Ut venenatis nisi quis lorem varius, in dapibus dolor maximus. Duis eget elementum massa. Proin quis aliquam lacus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Praesent in porttitor diam. Sed et congue tellus. Pellentesque ac velit at leo semper molestie. |
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