From 9a30f04c4cdd146096c5c11a11b7be7e676b0507 Mon Sep 17 00:00:00 2001 From: "Rigre R. Garciandia" Date: Mon, 9 Nov 2020 21:09:00 -0600 Subject: [PATCH 01/55] initial branch commit --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 4bbf0f6..8239ca8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4053,7 +4053,7 @@ next-tick@~1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -next@^10.0.1: +next@latest: version "10.0.1" resolved "https://registry.yarnpkg.com/next/-/next-10.0.1.tgz#e1366b41b8547dfc7e9a14d1f7dd8a8584dcf0b2" integrity sha512-EFlcWe82CQc1QkeIhNogcdC25KBz4CBwjyzfRHhig+wp28GW1O2P/mX+2a7EG1wXg69GyW1JYXOkKk2/VjIwVg== From 18c70c965f0ab857552e542fb9d6e5c8a3c1dad6 Mon Sep 17 00:00:00 2001 From: "Rigre R. Garciandia" Date: Mon, 9 Nov 2020 21:45:38 -0600 Subject: [PATCH 02/55] made some of the initial navbar, still needs some work --- components/Layout.tsx | 95 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 81 insertions(+), 14 deletions(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index 8f111e1..c57d8fd 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -15,20 +15,87 @@ const Layout = ({ children, title = 'This is the default title' }: Props) => (
- +
{children}