From 0fbc317e926b5d80363979ee51a4e3c930014efd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 11 Feb 2022 00:11:52 -0600 Subject: Do a bunch of random things (still no feature parity) sadge Signed-off-by: Matt Strapp --- src/views/pages/about.ejs | 6 ++-- src/views/pages/index.ejs | 76 ++++++++------------------------------------- src/views/pages/login.ejs | 11 +++++++ src/views/partials/head.ejs | 10 +++--- src/views/partials/nav.ejs | 14 ++++----- 5 files changed, 39 insertions(+), 78 deletions(-) (limited to 'src/views') diff --git a/src/views/pages/about.ejs b/src/views/pages/about.ejs index 3b376d5..022354c 100644 --- a/src/views/pages/about.ejs +++ b/src/views/pages/about.ejs @@ -12,19 +12,19 @@ About the Remotely Accessible Inverted Pendulum
Pendulum logo -

Remotely Accessible Inverted Pendulum

+

Remotely Accessible Inverted Pendulum

-

+

Created by
Abrar Nair Islam, Brendan Lake, Cory Ohnsted, Matt Strapp, Kiflu Woldegiorgis (2022)
Sam Hansen, Rezkath Awal, Donovan Peterson, Joseph Jewett (2021)
Alin Butoi, Paul D’Amico, Dat Nguyen, Ross Olson, Rachel Schow (2019)

Advisor: Professor Andrew Lamperski
Sponsored by the University of Minnesota -Twin Cities
-

+

Background

diff --git a/src/views/pages/index.ejs b/src/views/pages/index.ejs index 6087732..0e6fe15 100644 --- a/src/views/pages/index.ejs +++ b/src/views/pages/index.ejs @@ -4,73 +4,23 @@ <%- include('../partials/head.ejs') %> - + + <%- include('../partials/nav.ejs') %> -

- - -
-
- -

Homepage

-
- - -

Please upload a Python file (.py file extension) onto the Inverted Pendulum

- -
-

-

-
- - For file upload progress bar -
-
-
- - - <% if (errors) { %> - <% for (const message in errors) { %> - - <% } %> - <% } %> - - - <% if (errors) { %> - <% for (const message in errors) { %> - - <% } %> - <% } %> - - -
-
- - - -
-
-
-
-
-
+
+

Please upload a Python file (.py file extension) onto the Inverted Pendulum.

+

+
+ + +

+

+ + +
\ No newline at end of file diff --git a/src/views/pages/login.ejs b/src/views/pages/login.ejs index e69de29..7e77ee2 100644 --- a/src/views/pages/login.ejs +++ b/src/views/pages/login.ejs @@ -0,0 +1,11 @@ + + + + + + <%- include('../partials/head.ejs') %> + + + + <%- include('../partials/nav.ejs') %> + \ No newline at end of file diff --git a/src/views/partials/head.ejs b/src/views/partials/head.ejs index 02786be..320f0e6 100644 --- a/src/views/partials/head.ejs +++ b/src/views/partials/head.ejs @@ -1,6 +1,6 @@ - - - + + + - - \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/partials/nav.ejs b/src/views/partials/nav.ejs index ab2626b..1ee6c00 100644 --- a/src/views/partials/nav.ejs +++ b/src/views/partials/nav.ejs @@ -1,7 +1,7 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3