From fa3a524a8002539d2cc97292be062e7ce191bc76 Mon Sep 17 00:00:00 2001 From: "Oscar J. Rodriguez B" Date: Thu, 19 Sep 2019 10:28:32 -0400 Subject: [PATCH] aded new pages and minor changes in the head and header --- partials/head.ejs | 11 ++++++----- partials/header.ejs | 6 +++--- src/views/access.ejs | 20 ++++++++++++++++++++ src/views/starter.ejs | 0 src/views/stats.ejs | 20 ++++++++++++++++++++ src/views/topology.ejs | 20 ++++++++++++++++++++ src/views/topologyMaker.ejs | 20 ++++++++++++++++++++ 7 files changed, 89 insertions(+), 8 deletions(-) create mode 100644 src/views/access.ejs create mode 100644 src/views/starter.ejs create mode 100644 src/views/stats.ejs create mode 100644 src/views/topology.ejs create mode 100644 src/views/topologyMaker.ejs diff --git a/partials/head.ejs b/partials/head.ejs index 9a12a0d..280a5a9 100644 --- a/partials/head.ejs +++ b/partials/head.ejs @@ -1,4 +1,5 @@ + VSoRC @@ -68,7 +69,7 @@ transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), - background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), + background 1s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease; } @@ -85,7 +86,7 @@ * into a crossmark. */ #menuToggle input:checked~span:nth-last-child(4) { - transform: translate(-7px, 8px) rotate(-45deg) scale(0.5, 0.8); + transform: translate(-6px, 8px) rotate(-45deg) scale(0.4, 0.8); background: #ffcdcd; } @@ -101,7 +102,7 @@ * Ohyeah and the last one should go the other direction */ #menuToggle input:checked~span:nth-last-child(2) { - transform: translate(-5px, -10px) rotate(45deg) scale(0.5, 0.8); + transform: translate(-4px, -11px) rotate(45deg) scale(0.4, 0.8); background: #ffcdcd; } @@ -128,8 +129,8 @@ } #menu li { - padding: 10px 0; - font-size: 22px; + padding: 0.5rem 0; + font-size: 1.5rem; color: white; } diff --git a/partials/header.ejs b/partials/header.ejs index 8f180d9..60da6db 100644 --- a/partials/header.ejs +++ b/partials/header.ejs @@ -22,11 +22,11 @@ --> diff --git a/src/views/access.ejs b/src/views/access.ejs new file mode 100644 index 0000000..a160864 --- /dev/null +++ b/src/views/access.ejs @@ -0,0 +1,20 @@ + + + + + + + <%include ../../partials/head%> + + + +
+ <%include ../../partials/header%> +
+ + + + + diff --git a/src/views/starter.ejs b/src/views/starter.ejs new file mode 100644 index 0000000..e69de29 diff --git a/src/views/stats.ejs b/src/views/stats.ejs new file mode 100644 index 0000000..a160864 --- /dev/null +++ b/src/views/stats.ejs @@ -0,0 +1,20 @@ + + + + + + + <%include ../../partials/head%> + + + +
+ <%include ../../partials/header%> +
+ + + + + diff --git a/src/views/topology.ejs b/src/views/topology.ejs new file mode 100644 index 0000000..a160864 --- /dev/null +++ b/src/views/topology.ejs @@ -0,0 +1,20 @@ + + + + + + + <%include ../../partials/head%> + + + +
+ <%include ../../partials/header%> +
+ + + + + diff --git a/src/views/topologyMaker.ejs b/src/views/topologyMaker.ejs new file mode 100644 index 0000000..a160864 --- /dev/null +++ b/src/views/topologyMaker.ejs @@ -0,0 +1,20 @@ + + + + + + + <%include ../../partials/head%> + + + +
+ <%include ../../partials/header%> +
+ + + + + -- 2.25.1