diff options
Diffstat (limited to 'app/views/pages/static/ebeHomepage.scala.html')
-rw-r--r-- | app/views/pages/static/ebeHomepage.scala.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/app/views/pages/static/ebeHomepage.scala.html b/app/views/pages/static/ebeHomepage.scala.html new file mode 100644 index 0000000..d4fe80a --- /dev/null +++ b/app/views/pages/static/ebeHomepage.scala.html | |||
@@ -0,0 +1,49 @@ | |||
1 | @()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) | ||
2 | |||
3 | @templates.ebe("eBĂ©")(request.account) { | ||
4 | |||
5 | <div class="action-buttons pure-g"> | ||
6 | @fragments.ebeMainActions() | ||
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.ebeLogo(), the leading online auction platform, buy or sell items 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">Buy and sell with confidence</h3> | ||
24 | <p> | ||
25 | @fragments.branding.ebeLogo() guarantees all transactions for both buyers and sellers. | ||
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.ebeLogo(), you are not required to give any personal information to any buyer or seller. | ||
44 | </p> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | |||
49 | } | ||