Skip to content

Commit

Permalink
Add viewport meta tag to make it responsive on mobile screens
Browse files Browse the repository at this point in the history
In order to release alpha version
  • Loading branch information
philou committed Jun 9, 2017
1 parent d5aa8a4 commit 29da948
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
33 changes: 27 additions & 6 deletions DayBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,40 @@
* TODOs for technical debt (esp at beginning)~~
* The video
* write down a script
* Hi
* goal : demo remote planning poker with philou's planning poker app
* imagine the toons team 3 members : Jerry, Tom and Coyote
* all different place, all different sessions
* they start a phone conference
* they all go to the planning poker homepage
* jerry enters first
* followed by Tom
* they discuss and agree to start estimating a story
* Tom votes 5
* Jerry 3
* Coyote is late
* he enters the space
* he gets in the vote !
* he votes 3
* results appear everywhere
* average
* twice as many 3s than 5s
* Discussion
* Could re-vote or vote another story
* setup obs
* does not seem to work on retina display
* I'll have to try the quick time stuff
* record it
* push it to github
* push it to youtube
* add it to readme
* add it to the homepage
* ~~links at the bottom:
* the author, my blog
* repo, open source
* a doc page~~
* push
* make it responsive !
* check the work needed
* can I do it this week or do I need another one ?
* a doc page
* push~~
~~* make it responsive !
* check the work needed~~
* v0.1
* publish the homepage to social media
* is it published through my rss ?
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title><%= yield(:title) %> | <%= PhilousPlanningPoker::TITLE %></title>
<meta name="description" content="<%= yield(:description) %>" />
<meta name="keywords" content="<%= PhilousPlanningPoker::KEYWORDS %>, <%= yield(:keywords) %>" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= render 'application/favicon' %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 29da948

Please sign in to comment.