aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/fragments')
-rw-r--r--app/views/fragments/accountInfos.scala.html14
-rw-r--r--app/views/fragments/ebeLogo.scala.html1
-rw-r--r--app/views/fragments/ebeMainActions.scala.html13
-rw-r--r--app/views/fragments/ebeSlogan.scala.html1
-rw-r--r--app/views/fragments/pepalLogo.scala.html1
-rw-r--r--app/views/fragments/pepalMainActions.scala.html13
-rw-r--r--app/views/fragments/pepalSlogan.scala.html1
7 files changed, 44 insertions, 0 deletions
diff --git a/app/views/fragments/accountInfos.scala.html b/app/views/fragments/accountInfos.scala.html
new file mode 100644
index 0000000..711fb40
--- /dev/null
+++ b/app/views/fragments/accountInfos.scala.html
@@ -0,0 +1,14 @@
1<a class="pure-button" href="#">
2 <i class="fa fa-sign-out fa-lg"></i>
3 Logout
4</a>
5
6<a class="pure-button" href="#">
7 <i class="fa fa-money fa-lg"></i>
8 -400 000 €
9</a>
10
11<a class="pure-button" href="#">
12 <i class="fa fa-user fa-lg"></i>
13 Mr. Kornada
14</a>
diff --git a/app/views/fragments/ebeLogo.scala.html b/app/views/fragments/ebeLogo.scala.html
new file mode 100644
index 0000000..f2b552a
--- /dev/null
+++ b/app/views/fragments/ebeLogo.scala.html
@@ -0,0 +1 @@
<span class="ebe-logo"><span class="red">e</span><span class="blue">b</span><span class="yellow">é</span></span> \ No newline at end of file
diff --git a/app/views/fragments/ebeMainActions.scala.html b/app/views/fragments/ebeMainActions.scala.html
new file mode 100644
index 0000000..46faeb6
--- /dev/null
+++ b/app/views/fragments/ebeMainActions.scala.html
@@ -0,0 +1,13 @@
1<div class="pure-u-1 pure-u-lg-1-2">
2 <a class="pure-button blue-bg" href="#">
3 <i class="fa fa-gavel fa-5x"></i>
4 <span>Sell</span>
5 </a>
6</div>
7
8<div class="pure-u-1 pure-u-lg-1-2">
9 <a class="pure-button green-bg" href="#">
10 <i class="fa fa-dropbox fa-5x"></i>
11 <span>Buy</span>
12 </a>
13</div>
diff --git a/app/views/fragments/ebeSlogan.scala.html b/app/views/fragments/ebeSlogan.scala.html
new file mode 100644
index 0000000..c0b5332
--- /dev/null
+++ b/app/views/fragments/ebeSlogan.scala.html
@@ -0,0 +1 @@
Le marketplace \ No newline at end of file
diff --git a/app/views/fragments/pepalLogo.scala.html b/app/views/fragments/pepalLogo.scala.html
new file mode 100644
index 0000000..a4b75ae
--- /dev/null
+++ b/app/views/fragments/pepalLogo.scala.html
@@ -0,0 +1 @@
<span class="pepal-logo"><span class="dark-blue">Pé</span><span class="light-blue">Pal</span></span> \ No newline at end of file
diff --git a/app/views/fragments/pepalMainActions.scala.html b/app/views/fragments/pepalMainActions.scala.html
new file mode 100644
index 0000000..0e614a6
--- /dev/null
+++ b/app/views/fragments/pepalMainActions.scala.html
@@ -0,0 +1,13 @@
1<div class="pure-u-1 pure-u-lg-1-2">
2 <a class="pure-button dark-blue-bg" href="#">
3 <i class="fa fa-download fa-5x"></i>
4 <span>Deposit</span>
5 </a>
6</div>
7
8<div class="pure-u-1 pure-u-lg-1-2">
9 <a class="pure-button light-blue-bg" href="#">
10 <i class="fa fa-share fa-5x"></i>
11 <span>Send money</span>
12 </a>
13</div>
diff --git a/app/views/fragments/pepalSlogan.scala.html b/app/views/fragments/pepalSlogan.scala.html
new file mode 100644
index 0000000..a6d6e69
--- /dev/null
+++ b/app/views/fragments/pepalSlogan.scala.html
@@ -0,0 +1 @@
Le money \ No newline at end of file