From 1603f2593f812f9b0e2f38a6401b005668c23bc4 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 8 Dec 2020 15:46:26 +0000 Subject: [PATCH] updated frontend --- static/css/style.css | 4 -- templates/index.html | 103 +++++++++++++++++++++++++++++++++---------- 2 files changed, 79 insertions(+), 28 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 9cfde6b..e69de29 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +0,0 @@ -html, -body { - height: 100%; -} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 48cf0be..d313584 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,8 @@ + + @@ -8,10 +10,11 @@ Hello world! - -
-
-
+ +
+ +
+

Current price:

@@ -26,31 +29,83 @@

+
-
-
-
-

Profit / Loss:

+ +
+
+
+
+

Open positions:

-
-
-

0.00 %

-
+
+ + + + + + + + + + + + + + + + + +
IDDateAmountP/L
101/01/2020BTC +1.00001.00 %
-

- Last updated 3 mins ago -

- -
-
-

Price graph here

-
-
-

Buttons and stuff here

+ +
+
+
+

Open orders:

+
+
+ + + + + + + + + + + + + + + + + +
IDDateAmountP/L
101/01/2020BTC +1.00001.00 %
+
-
- \ No newline at end of file + +
+
+

Price chart:

+

Price graph here

+
+
+

Buttons and stuff here

+
+
+
+ + + + + \ No newline at end of file