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

Commit

Permalink
Working on the HTML output.
Browse files Browse the repository at this point in the history
  • Loading branch information
leopic committed Sep 16, 2012
1 parent 8758ead commit 2aa1e3e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions views/index.jade
Expand Up @@ -2,12 +2,20 @@ extends layout

block content
h1= title
p Welcome to #{title}
p Welcome to the #{title}

form.calc-form
label Monto a recibir: $
input(type='text', value='', placeholder='amount in US dollars').total-input#total-amount

div#result
h2 te recomendamos usar
p#method
div.payment-methods
div.pay-option-one
h2 Paypal > Bank of America > Local withdrawals
ul.pay-breakdown
li#one-initial-amount initial amount: $
li#one-new-amount after Paypal fees: $
li#one-total-fees total fees: $
li#one-final-amount Final Amount, brokedown in <span id="one-total-withdrawals">SOME</span> withdrawals
div.pay-option-two
h2 Bank to Bank transfer

0 comments on commit 2aa1e3e

Please sign in to comment.