Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fleshed out some more details
- created realistic content for steps 2 and 3
  • Loading branch information
dadashi committed Nov 1, 2012
1 parent 1454535 commit 1fbec0b
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
Binary file added static/img/SousChefOption3.psd
Binary file not shown.
Binary file added static/img/brunch.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/football.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/game-day.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/golf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/pub.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/recovering.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/relaxing.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/soccer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/st-andrews.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/tiger.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/working-out.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions templates/step2.html
Expand Up @@ -76,16 +76,16 @@ <h2>Let's cook

<div class="row-fluid" style="margin-top:60px;">
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/relaxing.png" class="img-polaroid"></a>
<a href="#"><img src="{{ STATIC_URL }}img/football.png" class="img-polaroid"></a>
</div>
<div class="span3">
<a href="step3"><img src="{{ STATIC_URL }}img/working-out.png" class="img-polaroid"></a>
<a href="step3"><img src="{{ STATIC_URL }}img/golf.png" class="img-polaroid"></a>
</div>
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/game-day.png" class="img-polaroid"></a>
<a href="#"><img src="{{ STATIC_URL }}img/soccer.png" class="img-polaroid"></a>
</div>
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/recovering.png" class="img-polaroid"></a>
<a href="#"><img src="{{ STATIC_URL }}img/pub.png" class="img-polaroid"></a>
</div>
</div>

Expand Down
18 changes: 9 additions & 9 deletions templates/step3.html
Expand Up @@ -75,17 +75,17 @@ <h2>Let's cook the following for
</h2>

<div class="row-fluid" style="margin-top:60px;">
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/relaxing.png" class="img-polaroid"></a>
<div class="span4">
<img src="{{ STATIC_URL }}img/st-andrews.png" class="img-polaroid">
<a href="#" class="btn btn-large btn" type="button" style="margin-top:-100px;margin-left:55px;">Add Recipe List</a>
</div>
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/working-out.png" class="img-polaroid"></a>
<div class="span4">
<img src="{{ STATIC_URL }}img/tiger.png" class="img-polaroid">
<a href="#" class="btn btn-large btn" type="button" style="margin-top:-100px;margin-left:55px;">Add Recipe List</a>
</div>
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/game-day.png" class="img-polaroid"></a>
</div>
<div class="span3">
<a href="#"><img src="{{ STATIC_URL }}img/recovering.png" class="img-polaroid"></a>
<div class="span4">
<img src="{{ STATIC_URL }}img/brunch.png" class="img-polaroid">
<a href="#" class="btn btn-large btn" type="button" style="margin-top:-100px;margin-left:55px;">Add Recipe List</a>
</div>
</div>

Expand Down

0 comments on commit 1fbec0b

Please sign in to comment.