diff options
author | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
commit | c00cb6ae05f548f7ae270a93ad44f57207380406 (patch) | |
tree | d4fff3d2ec28fcfb5be4e0eed2621f8ac1462b74 /app/views/pages/ebeHomepage.scala.html | |
parent | 00443f9d168dc4fc272dee84c9ab8641062bf259 (diff) | |
download | minibay-c00cb6ae05f548f7ae270a93ad44f57207380406.tar.gz |
Put views in packages
Diffstat (limited to 'app/views/pages/ebeHomepage.scala.html')
-rw-r--r-- | app/views/pages/ebeHomepage.scala.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/app/views/pages/ebeHomepage.scala.html b/app/views/pages/ebeHomepage.scala.html deleted file mode 100644 index d4fe80a..0000000 --- a/app/views/pages/ebeHomepage.scala.html +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
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 | } | ||