diff options
author | Pacien TRAN-GIRARD | 2015-01-24 20:27:08 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-25 23:47:13 +0100 |
commit | d04d732a084f07ca88fdfa82653bdfd2d6798374 (patch) | |
tree | d4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /app/views/pages/pepalHomepage.scala.html | |
parent | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff) | |
download | minibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz |
First website mockup
Diffstat (limited to 'app/views/pages/pepalHomepage.scala.html')
-rw-r--r-- | app/views/pages/pepalHomepage.scala.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app/views/pages/pepalHomepage.scala.html b/app/views/pages/pepalHomepage.scala.html new file mode 100644 index 0000000..6eb7070 --- /dev/null +++ b/app/views/pages/pepalHomepage.scala.html | |||
@@ -0,0 +1,47 @@ | |||
1 | @templates.pepal("PéPal") { | ||
2 | |||
3 | <div class="action-buttons pure-g"> | ||
4 | @fragments.pepalMainActions() | ||
5 | </div> | ||
6 | |||
7 | <br> | ||
8 | |||
9 | <div class="pure-g"> | ||
10 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
11 | <div class="l-box"> | ||
12 | <h3 class="information-head">Get started today</h3> | ||
13 | <p> | ||
14 | With @fragments.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks! | ||
15 | </p> | ||
16 | </div> | ||
17 | </div> | ||
18 | |||
19 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
20 | <div class="l-box"> | ||
21 | <h3 class="information-head">Send money to friends</h3> | ||
22 | <p> | ||
23 | Sending money to your friends or your family has never been easier. | ||
24 | </p> | ||
25 | </div> | ||
26 | </div> | ||
27 | |||
28 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
29 | <div class="l-box"> | ||
30 | <h3 class="information-head">24/7 customer support</h3> | ||
31 | <p> | ||
32 | Any question? Just ask us! Our support team is committed to help you. | ||
33 | </p> | ||
34 | </div> | ||
35 | </div> | ||
36 | |||
37 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
38 | <div class="l-box"> | ||
39 | <h3 class="information-head">Secure transactions</h3> | ||
40 | <p> | ||
41 | With @fragments.pepalLogo(), you are not required to give any personal information to any buyer or seller. | ||
42 | </p> | ||
43 | </div> | ||
44 | </div> | ||
45 | </div> | ||
46 | |||
47 | } | ||