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.
+
+
+
+
+
+
+
+
+ Made with by Sin (in only 10 hours).
+
+
+
+
+
+
+
\ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Purchases
+
+
+
+ Car(s)
+ Seller
+ Price
+ TOS
+
+
+
+ <% if (name === null) { %>
+
+ RX7
+ Sin
+ 150000
+ 2020-05-06T08:08:34.827Z
+
+ <% } else { %>
+ <% loop.forEach(lp => { %>
+
+ <%= lp.cars %>
+ <%= lp.seller %>
+ <%= lp.price %>
+ <%= lp.date %>
+
+ <% }) %>
+ <% } %>
+
+
+
+
+
Sales
+
+
+
+ Car(s)
+ Buyer
+ Price
+ TOS
+
+
+
+ <% if (name === null) { %>
+
+ R34
+ Sin
+ 180000
+ 2020-05-04T02:02:56.8F9J
+
+ <% } else { %>
+ <% loop2.forEach(lp => { %>
+
+ <%= lp.cars %>
+ <%= lp.seller %>
+ <%= lp.price %>
+ <%= lp.date %>
+
+ <% }) %>
+ <% } %>
+
+
+
+
+
Trades
+
+
+
+ Received Car(s)
+ Trader
+ Traded Car(s)
+ TOS
+
+
+
+ <% if (name === null) { %>
+ R32
+ Sin
+ R34
+ 2020-05-02T06:21:23.2J7F
+ <% } else { %>
+ <% loop3.forEach(lp => { %>
+
+ <%= lp.cars %>
+ <%= lp.seller %>
+ <%= lp.price %>
+ <%= lp.date %>
+
+ <% }) %>
+ <% } %>
+
+
+
+
+
+
+
TODO:
+
+ Add more API features
+ Add delete and change features (lol)
+ Add marketplace
+ Add automated password, email and username change requests
+ Add feature which imports old Sin's SS Logger desktop app data into web app.
+
+
+
+
+
+
+ Made with by Sin (in only 10 hours).
+
+
+
+
+
+
+
\ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Made with by Sin (in only 10 hours).
+
+
+
+
+
+
+
\ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Made with by Sin (in only 10 hours).
+
+
+
+
+
+
+
\ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Made with by Sin (in only 10 hours).
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3