Skip to content

Commit

Permalink
Add links at the bottom of the layout
Browse files Browse the repository at this point in the history
In order to release alpha version
- link to the project owner blog
- link to doc
- link to source code
- link to open source license
  • Loading branch information
philou committed Jun 8, 2017
1 parent 7472eba commit d5aa8a4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
22 changes: 13 additions & 9 deletions DayBook.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# TODO Release Alpha

* Doc / home page
* ~~Doc / home page
* ~~Explain what's the need
* how to use it~~
* demo video
* ~~where it's available
* limitations
* explain it's open source, with the licence, and that instructions can be found in the repo
Expand All @@ -12,13 +11,12 @@
* repo
* author
* Ask for feedback~~
* readme
* ~~readme
* ~~link badges
* heroku live
* zenhub issues
* what it does
* ~~the vision~~
* the video
* ~~run it~~
* ~~how it is deployed~~
* ~~how to deploy it yourself~~
Expand All @@ -32,14 +30,20 @@
* simplest things
* TODOs for technical debt (esp at beginning)~~
* The video

* write down a script
* setup obs
* record it
* push it to github
* 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 ?
* links at the bottom:
* the author, my blog
* repo, open source
* a doc page
* v0.1
* publish the homepage to social media
* is it published through my rss ?
Expand Down
11 changes: 11 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
<%= yield %>
</div>
<div class="container text-center">
<hr>
<div class="row">
<ul class="nav nav-pills nav-justified">
<li><a href="http://philippe.bourgau.net/planning-poker">Documentation</a></li>
<li><a href="http://philippe.bourgau.net">2016 - <%= Time.now.year %> by Philippe Bourgau</a></li>
<li><a href="https://github.com/philou/planning-poker">Source code</a></li>
<li><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 open source license</a></li>
</ul>
</div>
</div>
<%= debug(params) if Rails.env.development? %>
</body>
</html>

0 comments on commit d5aa8a4

Please sign in to comment.