Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Updated text [#61747660]
Browse files Browse the repository at this point in the history
  • Loading branch information
bwittenbrook3 committed Dec 2, 2013
1 parent 665e478 commit 3634e0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/views/games/index.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
h2 Play. Score. Repeat.
= link_to "Schedule Game", new_game_path, class: "btn btn-primary btn-large pull-right btn-header"
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mattis et dolor et suscipit. Maecenas auctor tempor ipsum quis porta. Nam dui mauris, consectetur vel tincidunt sed, sollicitudin sed ante. Suspendisse eu ante augue. Sed nulla felis, cursus nec dui vel, interdum lacinia nisl. Duis molestie vulputate consequat. Suspendisse interdum velit arcu, vel tincidunt dolor vehicula a. Curabitur sapien orci, commodo vitae blandit id, volutpat facilisis sapien. Integer condimentum lacus vehicula urna sagittis eleifend nec non arcu.
p Baseball games shoud be about the love of the game, not hindered by out of date scoreboards and unavailable scorekeeping. Fenway is the future of baseball scoring systems and is a fun easy way for anyone to have scoring for their baseball league. Spend your money making your field awesome, not your scoreboard. Now go out and play, score, and repeat!

h2.grey_title Game Feed

Expand Down
10 changes: 5 additions & 5 deletions app/views/home/index.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
h2 The New Way to Play
= link_to "View Live Games", games_path, class: "btn btn-primary btn-large pull-right btn-header"
.clearfix
p Fenway brings state of the art scorekeeping into the palm of your hand. Play whenever and wherever and Fenway will seamlessly provide live scores and statistics from all your favorite campus players. Set up brakets, track progress, and even view your own statistics all while on your way to your next class. Built from the ground up with you in mind, Fenway is easy to use.
p Fenway brings state of the art scorekeeping into the palm of your hand. Play whenever and wherever and Fenway will seamlessly provide live scores and statistics from all your favorite campus players. Track live progress and even view your own statistics all while on your way to your next class. Built from the ground up with you in mind, Fenway is the new way to play.

div id="open_field"

Expand All @@ -17,19 +17,19 @@ div id="open_field"
span.pull-left 1.
h3.pull-left Create A Team
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque porttitor placerat magna euismod semper. Phasellus non ipsum ac diam hendrerit pellentesque a et ligula. Proin dictum condimentum quam, vitae tempor ligula auctor vel. Ut vehicula blandit felis eu imperdiet. Nullam in ornare libero. Aliquam volutpat ligula id justo venenatis cursus. Vestibulum id aliquet urna. Fusce interdum arcu diam, vitae rutrum ligula scelerisque vitae.
p Create, play, score, repeat. It really is as easy as that. Simply go the Teams page and click Create a Team. Add your players to the team by selecting your team and clicking Add Player.
li
span.pull-left 2.
h3.pull-left Schedule A Game
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque porttitor placerat magna euismod semper. Phasellus non ipsum ac diam hendrerit pellentesque a et ligula. Proin dictum condimentum quam, vitae tempor ligula auctor vel. Ut vehicula blandit felis eu imperdiet. Nullam in ornare libero. Aliquam volutpat ligula id justo venenatis cursus. Vestibulum id aliquet urna. Fusce interdum arcu diam, vitae rutrum ligula scelerisque vitae.
p Scheduling a game has never been easier. Navigate to the game page and click Schedule Game. Fill in the required information, and go play your game!
li
span.pull-left 3.
h3.pull-left Keep Score
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque porttitor placerat magna euismod semper. Phasellus non ipsum ac diam hendrerit pellentesque a et ligula. Proin dictum condimentum quam, vitae tempor ligula auctor vel. Ut vehicula blandit felis eu imperdiet. Nullam in ornare libero. Aliquam volutpat ligula id justo venenatis cursus. Vestibulum id aliquet urna. Fusce interdum arcu diam, vitae rutrum ligula scelerisque vitae.
p The statistician's job just go a whole lot easier. Navigate to the game's score page, by clicking the game's name on the score page. Simply click on a player to enter what play they performed.
li
span.pull-left 4.
h3.pull-left View Statistics
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque porttitor placerat magna euismod semper. Phasellus non ipsum ac diam hendrerit pellentesque a et ligula. Proin dictum condimentum quam, vitae tempor ligula auctor vel. Ut vehicula blandit felis eu imperdiet. Nullam in ornare libero. Aliquam volutpat ligula id justo venenatis cursus. Vestibulum id aliquet urna. Fusce interdum arcu diam, vitae rutrum ligula scelerisque vitae.
p Once the season is underway, and games have started, you can view the stats of any player by navigating to their player page.
3 changes: 1 addition & 2 deletions app/views/players/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
h2 Race to the Top
= link_to "Create New Player", "#new_player_modal", class: "btn btn-primary btn-large pull-right btn-header", :data => {:toggle => "modal"}
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mattis et dolor et suscipit. Maecenas auctor tempor ipsum quis porta. Nam dui mauris, consectetur vel tincidunt sed, sollicitudin sed ante. Suspendisse eu ante augue. Sed nulla felis, cursus nec dui vel, interdum lacinia nisl. Duis molestie vulputate consequat. Suspendisse interdum velit arcu, vel tincidunt dolor vehicula a. Curabitur sapien orci, commodo vitae blandit id, volutpat facilisis sapien. Integer condimentum lacus vehicula urna sagittis eleifend nec non arcu.
h3 Trending Players
p Don't be left out of the scoring revolution! Join Fenway today, and experience what is like to focus on the playing the game instead of worrying about scoring. Play baseball games with friends, and compare statistics for bragging rights. Join in on the race to the top!
.well
- @users.each do |p|
h3 = link_to p.name, p
Expand Down
2 changes: 1 addition & 1 deletion app/views/teams/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
h2 Get Together and Play
= link_to "Create a Team", new_team_path, class: "btn btn-primary btn-large pull-right btn-header"
.clearfix
p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mattis et dolor et suscipit. Maecenas auctor tempor ipsum quis porta. Nam dui mauris, consectetur vel tincidunt sed, sollicitudin sed ante. Suspendisse eu ante augue. Sed nulla felis, cursus nec dui vel, interdum lacinia nisl. Duis molestie vulputate consequat. Suspendisse interdum velit arcu, vel tincidunt dolor vehicula a. Curabitur sapien orci, commodo vitae blandit id, volutpat facilisis sapien. Integer condimentum lacus vehicula urna sagittis eleifend nec non arcu.
p Sports teams should focus on practicing and playing their games, not worrying about filling out information for their league or manually setting up games. Fenway solves this problem by being a one stop shop for teams and providing a place to store lineups, rosters, and player information. So why are you still waiting? Get your team together and play!

h3 Leading Teams
.well
Expand Down

0 comments on commit 3634e0d

Please sign in to comment.