From 5f715a1ce9bab72fdb986924cc38be6d6035bf63 Mon Sep 17 00:00:00 2001 From: Okechi Onyeje Date: Tue, 24 Oct 2023 21:36:42 -0400 Subject: [PATCH] - wip changes to landing page --- pages/index.tsx | 18 ++++++++++++------ styles/globals.css | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 127f742..4a027aa 100755 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -50,24 +50,30 @@ export default function Home() { return (
- {!showModal &&
+ {!showModal &&
{/* record background */} -
+
{/* */} -
-

Okechi Onyeje

-
+
+

Okechi Onyeje

+
Software Professional + | Application Artisan + | Creative & Technology Evangilist
- {renderNav(navigationContent)} +
+
+ {renderNav(navigationContent)} +
+
} diff --git a/styles/globals.css b/styles/globals.css index c1ae624..f0122a5 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -64,3 +64,25 @@ body { justify-content: flex-end; font-size: 25px; } + +.content { + content: ''; + display: block; + position: absolute; + top: calc(-3.5rem - 1px); + left: calc(50% - 1px); + width: 1px; + height: calc(3.5rem + 1px); + background: #ffffff; +} + +.use-middle::before { + content: ''; + display: block; + position: absolute; + top: calc(-3.5rem - 1px); + left: calc(50% - 1px); + width: 1px; + height: calc(3.5rem + 1px); + background: #ffffff; +}