From d04d732a084f07ca88fdfa82653bdfd2d6798374 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 24 Jan 2015 20:27:08 +0100 Subject: First website mockup --- app/views/pages/ebeHomepage.scala.html | 47 ++++++++++++++++++++++++++++++++ app/views/pages/index.scala.html | 3 ++ app/views/pages/pepalHomepage.scala.html | 47 ++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 app/views/pages/ebeHomepage.scala.html create mode 100644 app/views/pages/index.scala.html create mode 100644 app/views/pages/pepalHomepage.scala.html (limited to 'app/views/pages') diff --git a/app/views/pages/ebeHomepage.scala.html b/app/views/pages/ebeHomepage.scala.html new file mode 100644 index 0000000..bf11462 --- /dev/null +++ b/app/views/pages/ebeHomepage.scala.html @@ -0,0 +1,47 @@ +@templates.ebe("eBé") { + +
+ @fragments.ebeMainActions() +
+ +
+ +
+
+
+

Get started today

+

+ With @fragments.ebeLogo(), the leading online auction platform, buy or sell items in a few clicks! +

+
+
+ +
+
+

Buy and sell with confidence

+

+ @fragments.ebeLogo() guarantees all transactions for both buyers and sellers. +

+
+
+ +
+
+

24/7 customer support

+

+ Any question? Just ask us! Our support team is committed to help you. +

+
+
+ +
+
+

Secure transactions

+

+ With @fragments.ebeLogo(), you are not required to give any personal information to any buyer or seller. +

+
+
+
+ +} diff --git a/app/views/pages/index.scala.html b/app/views/pages/index.scala.html new file mode 100644 index 0000000..b6e0029 --- /dev/null +++ b/app/views/pages/index.scala.html @@ -0,0 +1,3 @@ +@(message: String) + +@message diff --git a/app/views/pages/pepalHomepage.scala.html b/app/views/pages/pepalHomepage.scala.html new file mode 100644 index 0000000..6eb7070 --- /dev/null +++ b/app/views/pages/pepalHomepage.scala.html @@ -0,0 +1,47 @@ +@templates.pepal("PéPal") { + +
+ @fragments.pepalMainActions() +
+ +
+ +
+
+
+

Get started today

+

+ With @fragments.pepalLogo(), the leading online payment solution, buy or sell items on the web in a few clicks! +

+
+
+ +
+
+

Send money to friends

+

+ Sending money to your friends or your family has never been easier. +

+
+
+ +
+
+

24/7 customer support

+

+ Any question? Just ask us! Our support team is committed to help you. +

+
+
+ +
+
+

Secure transactions

+

+ With @fragments.pepalLogo(), you are not required to give any personal information to any buyer or seller. +

+
+
+
+ +} -- cgit v1.2.3