aboutsummaryrefslogtreecommitdiff
path: root/app/views/pages/static/pepalHomepage.scala.html
blob: 9f4b2278419b1e0fd25673dd2136170b31ca7f7b (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.pepal("PéPal")(request.account) {

	<div class="action-buttons pure-g">
	@fragments.pepalMainActions()
	</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.pepalLogo(), the leading online payment solution, buy or sell items on the web 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">Send money to friends</h3>
				<p>
					Sending money to your friends or your family has never been easier.
				</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.pepalLogo(), you are not required to give any personal information to any buyer or seller.
				</p>
			</div>
		</div>
	</div>

}