diff options
Diffstat (limited to 'app/views/pages')
-rw-r--r-- | app/views/pages/ebeHomepage.scala.html | 47 | ||||
-rw-r--r-- | app/views/pages/index.scala.html | 3 | ||||
-rw-r--r-- | app/views/pages/pepalHomepage.scala.html | 47 |
3 files changed, 97 insertions, 0 deletions
diff --git a/app/views/pages/ebeHomepage.scala.html b/app/views/pages/ebeHomepage.scala.html new file mode 100644 index 0000000..bf11462 --- /dev/null +++ b/app/views/pages/ebeHomepage.scala.html | |||
@@ -0,0 +1,47 @@ | |||
1 | @templates.ebe("eBé") { | ||
2 | |||
3 | <div class="action-buttons pure-g"> | ||
4 | @fragments.ebeMainActions() | ||
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.ebeLogo(), the leading online auction platform, buy or sell items 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">Buy and sell with confidence</h3> | ||
22 | <p> | ||
23 | @fragments.ebeLogo() guarantees all transactions for both buyers and sellers. | ||
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.ebeLogo(), you are not required to give any personal information to any buyer or seller. | ||
42 | </p> | ||
43 | </div> | ||
44 | </div> | ||
45 | </div> | ||
46 | |||
47 | } | ||
diff --git a/app/views/pages/index.scala.html b/app/views/pages/index.scala.html new file mode 100644 index 0000000..b6e0029 --- /dev/null +++ b/app/views/pages/index.scala.html | |||
@@ -0,0 +1,3 @@ | |||
1 | @(message: String) | ||
2 | |||
3 | @message | ||
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 | } | ||