aboutsummaryrefslogtreecommitdiff
path: root/app/views/pages/static/pepalHomepage.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pages/static/pepalHomepage.scala.html')
-rw-r--r--app/views/pages/static/pepalHomepage.scala.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/app/views/pages/static/pepalHomepage.scala.html b/app/views/pages/static/pepalHomepage.scala.html
new file mode 100644
index 0000000..9f4b227
--- /dev/null
+++ b/app/views/pages/static/pepalHomepage.scala.html
@@ -0,0 +1,49 @@
1@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token)
2
3@templates.pepal("PéPal")(request.account) {
4
5 <div class="action-buttons pure-g">
6 @fragments.pepalMainActions()
7 </div>
8
9 <br>
10
11 <div class="pure-g">
12 <div class="pure-u-1 pure-u-lg-1-2">
13 <div class="l-box">
14 <h3 class="information-head">Get started today</h3>
15 <p>
16 With @fragments.branding.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks!
17 </p>
18 </div>
19 </div>
20
21 <div class="pure-u-1 pure-u-lg-1-2">
22 <div class="l-box">
23 <h3 class="information-head">Send money to friends</h3>
24 <p>
25 Sending money to your friends or your family has never been easier.
26 </p>
27 </div>
28 </div>
29
30 <div class="pure-u-1 pure-u-lg-1-2">
31 <div class="l-box">
32 <h3 class="information-head">24/7 customer support</h3>
33 <p>
34 Any question? Just ask us! Our support team is committed to help you.
35 </p>
36 </div>
37 </div>
38
39 <div class="pure-u-1 pure-u-lg-1-2">
40 <div class="l-box">
41 <h3 class="information-head">Secure transactions</h3>
42 <p>
43 With @fragments.branding.pepalLogo(), you are not required to give any personal information to any buyer or seller.
44 </p>
45 </div>
46 </div>
47 </div>
48
49}