blob: bf11462e62d2d0d399aa8bae3e6f55ddef0cea2e (
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
|
@templates.ebe("eBé") {
<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.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.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.ebeLogo(), you are not required to give any personal information to any buyer or seller.
</p>
</div>
</div>
</div>
}
|