From 1fd3e91928bf41ac72cd56b260fb6a6f42d47143 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 6 May 2020 12:05:56 -0700 Subject: A New Beginning --- views/error.ejs | 128 +++++++++++++++++++++++++++ views/index.ejs | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ views/login.ejs | 140 +++++++++++++++++++++++++++++ views/profile.ejs | 129 +++++++++++++++++++++++++++ views/signup.ejs | 146 ++++++++++++++++++++++++++++++ 5 files changed, 801 insertions(+) create mode 100644 views/error.ejs create mode 100644 views/index.ejs create mode 100644 views/login.ejs create mode 100644 views/profile.ejs create mode 100644 views/signup.ejs (limited to 'views') diff --git a/views/error.ejs b/views/error.ejs new file mode 100644 index 0000000..add570f --- /dev/null +++ b/views/error.ejs @@ -0,0 +1,128 @@ + + + + + + + Sin's SS Logger | Error + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Error

+
If you are here, you probably expirienced some kind of error. + Because this site is in early access, error codes are currently disabled. If you are repeatedly + getting the same error, please join Sin's Support + Server on Discord and report a error.
+ +
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs new file mode 100644 index 0000000..04d1cce --- /dev/null +++ b/views/index.ejs @@ -0,0 +1,258 @@ + + + + + + + Sin's SS Logger | Home + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + disabled <% } %>> + + + disabled <% } %>> + + + disabled + <% } %>> + + <% if (name === null) { %> + + + + <% } else { %> + + <% } %> +
+
+
+ +
+
+

Purchases

+ + + + + + + + + + + <% if (name === null) { %> + + + + + + + <% } else { %> + <% loop.forEach(lp => { %> + + + + + + + <% }) %> + <% } %> + +
Car(s)SellerPriceTOS
RX7Sin1500002020-05-06T08:08:34.827Z
<%= lp.cars %><%= lp.seller %><%= lp.price %><%= lp.date %>
+
+
+

Sales

+ + + + + + + + + + + <% if (name === null) { %> + + + + + + + <% } else { %> + <% loop2.forEach(lp => { %> + + + + + + + <% }) %> + <% } %> + +
Car(s)BuyerPriceTOS
R34Sin1800002020-05-04T02:02:56.8F9J
<%= lp.cars %><%= lp.seller %><%= lp.price %><%= lp.date %>
+
+
+

Trades

+ + + + + + + + + + + <% if (name === null) { %> + + + + + <% } else { %> + <% loop3.forEach(lp => { %> + + + + + + + <% }) %> + <% } %> + +
Received Car(s)TraderTraded Car(s)TOS
R32SinR342020-05-02T06:21:23.2J7F
<%= lp.cars %><%= lp.seller %><%= lp.price %><%= lp.date %>
+
+
+ +
+

TODO:

+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/views/login.ejs b/views/login.ejs new file mode 100644 index 0000000..62ee497 --- /dev/null +++ b/views/login.ejs @@ -0,0 +1,140 @@ + + + + + + + Sin's SS Logger | Login + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Login

+
+
+ + +
+
+ + + Forgot your + password? Coming soon! + +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/views/profile.ejs b/views/profile.ejs new file mode 100644 index 0000000..a79411b --- /dev/null +++ b/views/profile.ejs @@ -0,0 +1,129 @@ + + + + + + + Sin's SS Logger | Profile + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ <%= name %> +

+
+
+ + + + +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/views/signup.ejs b/views/signup.ejs new file mode 100644 index 0000000..a7a7231 --- /dev/null +++ b/views/signup.ejs @@ -0,0 +1,146 @@ + + + + + + + Sin's SS Logger | Signup + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Signup

+
+
+ + + Don't worry, we never share your email with anyone. +
+
+ + + Must be atleast 3 characters. +
+
+ + + Pick something secure and easy to remember! Must be atleast 3 characters. +
+ + + + +
+
+
+
+
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3