Skip to content

Commit

Permalink
Added a pulsating red dot instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Penn committed Jan 6, 2013
1 parent 68fd088 commit d443929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added app/assets/images/dot.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div data-role='page' id='room_map'>
<img class='map' src='<%= image_path('room_map.jpg') %>' width='946' height='1150'>
<img class='dot' src='<%= image_path('dot.png') %>'>
<img class='dot' src='<%= image_path('dot.gif') %>'>
</div>

<div data-role='page' id='search'>
Expand Down Expand Up @@ -92,7 +92,7 @@

<p>iCodeMash 2013 is a slick and simple HTML5 web app that caches itself offline, automatically updates, and periodically polls the CodeMash JSON api for session information. It is served up by Rails 3.1 running on Heroku.</p>

<p>Use the full text search or browse the schedule and mark the ones you think you'll attend as "favorites". Tap on a session's room name when viewing its details to see a map of the convention center with a blue dot on the room. Comments or questions? <a href="http://twitter.com/jonathanpenn">Let me know</a>!</p>
<p>Use the full text search or browse the schedule and mark the ones you think you'll attend as "favorites". Tap on a session's room name when viewing its details to see a map of the convention center with a red dot on the room. Comments or questions? <a href="http://twitter.com/jonathanpenn">Let me know</a>!</p>

<p>Curious how it works? Download the <a href="https://github.com/jonathanpenn/icodemashschedule">source</a> and enjoy!</p>

Expand Down

0 comments on commit d443929

Please sign in to comment.