aboutsummaryrefslogtreecommitdiff
path: root/app/views/pages/static/ebeHomepage.scala.html
blob: d4fe80a1e38fb0b8348864ac984b75699acd1c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@()(implicit request : AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token)

@templates.ebe("eBé")(request.account) {

	<div class="action-buttons pure-g">
	@fragments.ebeMainActions()
	</div>

	<br>

	<div class="pure-g">
		<div class="pure-u-1 pure-u-lg-1-2">
			<div class="l-box">
				<h3 class="information-head">Get started today</h3>
				<p>
					With @fragments.branding.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks!
				</p>
			</div>
		</div>

		<div class="pure-u-1 pure-u-lg-1-2">
			<div class="l-box">
				<h3 class="information-head">Buy and sell with confidence</h3>
				<p>
					@fragments.branding.ebeLogo() guarantees all transactions for both buyers and sellers.
				</p>
			</div>
		</div>

		<div class="pure-u-1 pure-u-lg-1-2">
			<div class="l-box">
				<h3 class="information-head">24/7 customer support</h3>
				<p>
					Any question? Just ask us! Our support team is committed to help you.
				</p>
			</div>
		</div>

		<div class="pure-u-1 pure-u-lg-1-2">
			<div class="l-box">
				<h3 class="information-head">Secure transactions</h3>
				<p>
					With @fragments.branding.ebeLogo(), you are not required to give any personal information to any buyer or seller.
				</p>
			</div>
		</div>
	</div>

}