From f14b037cf60f83096555903cfa46ad3154aeb246 Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:48:18 -0600 Subject: [PATCH 1/6] Update index.js --- pages/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/index.js b/pages/index.js index 62270ef..396c973 100644 --- a/pages/index.js +++ b/pages/index.js @@ -8,13 +8,10 @@ export default function Home() { return (
- Not Tailwind CSS | Code Hike Demo + Cabyz LLC
- - -
); } From f86c07e084137f53ffdd11616c83132d4dc947e5 Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:50:45 -0600 Subject: [PATCH 2/6] Update index.js --- components/header/index.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/components/header/index.js b/components/header/index.js index 7e772fc..adb8b67 100644 --- a/components/header/index.js +++ b/components/header/index.js @@ -109,16 +109,13 @@ function Title() { return (

- Rapidly build a clone of Tailwind's landing page with Code Hike. + Venture-Centric Sales Innovation: We Invest in Your Business Growth

- A utility-first CSS framework packed with classes like{/* */}{" "} - flex,{" "} - pt-4,{" "} - text-center{" "} + Elevating businesses by deploying advanced sales systems{/* */}{" "} + businesses,{" "} and{" "} - rotate-90{" "} - that can be composed to build any design, directly in your markup. + by deploying advanced sales systems.

) From df1b74dc21507e3e3e6e704da7a9fe72395318d3 Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:55:23 -0600 Subject: [PATCH 3/6] Update index.js --- components/header/index.js | 61 ++------------------------------------ 1 file changed, 3 insertions(+), 58 deletions(-) diff --git a/components/header/index.js b/components/header/index.js index adb8b67..658efc3 100644 --- a/components/header/index.js +++ b/components/header/index.js @@ -25,65 +25,10 @@ function Nav() { fill="#38bdf8" /> - not tailwindcss - -
- - GitHub - - - - Twitter - - - - - - YouTube - - - - - - + CABYZ, LLC
- ) -} +) function Background() { return ( @@ -112,7 +57,7 @@ function Title() { Venture-Centric Sales Innovation: We Invest in Your Business Growth

- Elevating businesses by deploying advanced sales systems{/* */}{" "} + Elevating {/* */}{" "} businesses,{" "} and{" "} by deploying advanced sales systems. From 5284ca423ab40d20a0e6ec751c9ea237ab10b6ee Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:56:55 -0600 Subject: [PATCH 4/6] Update content.mdx --- components/header/content.mdx | 52 ----------------------------------- 1 file changed, 52 deletions(-) diff --git a/components/header/content.mdx b/components/header/content.mdx index 62783a4..3a07bac 100644 --- a/components/header/content.mdx +++ b/components/header/content.mdx @@ -1,53 +1 @@ import { Demo } from "./demo.js"; - - - -```html hello.html -// from ./step-0.html -``` - - - - - ---- - -```html hello.html mark=1[40:42] -// from ./step-1.html -``` - - - - - ---- - -```html hello.html mark=2[25:36] -// from ./step-2.html -``` - - - - - ---- - -```html hello.html mark=2[38:44] -// from ./step-3.html -``` - - - - - ---- - -```html hello.html mark=3[30:40] -// from ./step-4.html -``` - - - - - - From e0991237b3cffc3dd959c60b8e199d007559a1fe Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:59:28 -0600 Subject: [PATCH 5/6] Update content.mdx --- components/header/content.mdx | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/components/header/content.mdx b/components/header/content.mdx index 3a07bac..62783a4 100644 --- a/components/header/content.mdx +++ b/components/header/content.mdx @@ -1 +1,53 @@ import { Demo } from "./demo.js"; + + + +```html hello.html +// from ./step-0.html +``` + + + + + +--- + +```html hello.html mark=1[40:42] +// from ./step-1.html +``` + + + + + +--- + +```html hello.html mark=2[25:36] +// from ./step-2.html +``` + + + + + +--- + +```html hello.html mark=2[38:44] +// from ./step-3.html +``` + + + + + +--- + +```html hello.html mark=3[30:40] +// from ./step-4.html +``` + + + + + + From bbe662743da6bc7efa5757fdfae6675aa8627fd0 Mon Sep 17 00:00:00 2001 From: Carlos <67131949+cabyz@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:59:58 -0600 Subject: [PATCH 6/6] Update index.js --- components/header/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/header/index.js b/components/header/index.js index 658efc3..7178e1a 100644 --- a/components/header/index.js +++ b/components/header/index.js @@ -7,7 +7,6 @@ export function Header() {