From 2a3e96e0eaaed57137909ce51a57f77dce81d9b4 Mon Sep 17 00:00:00 2001 From: teabyte Date: Sat, 6 Jan 2024 21:24:10 +0300 Subject: [PATCH] more updating --- README.md | 17 +---- components/Nav.tsx | 2 +- courses/booleans/_data.json | 2 +- courses/booleans/bool-if-statements.md | 20 ++--- courses/booleans/intro.md | 20 ++--- courses/functions/_data.json | 2 +- courses/functions/assignment-returned.md | 15 ++-- courses/functions/gblobal-vs-local.md | 12 +-- courses/functions/global-scope.md | 28 ++++--- courses/functions/intro.md | 41 ++++++---- courses/functions/local-scope.md | 16 ++-- courses/functions/undefined-return.md | 15 ++-- courses/strings/_data.json | 2 +- courses/strings/bracket-examples.md | 22 +++--- courses/strings/concatenating-strings.md | 37 ++++----- courses/strings/intro.md | 85 +++++++++++---------- courses/strings/length.md | 19 +++-- courses/strings/understand-immutability.md | 18 +++-- courses/strings/use-brackets.md | 16 ++-- routes/[slug].tsx | 44 +++++++++-- routes/_404.tsx | 12 +-- routes/_app.tsx | 14 +++- routes/index.tsx | 24 +++--- static/favicon.ico | Bin 22382 -> 15406 bytes static/logo.svg | 6 -- 25 files changed, 282 insertions(+), 207 deletions(-) delete mode 100644 static/logo.svg diff --git a/README.md b/README.md index ec0e33e..d019b10 100644 --- a/README.md +++ b/README.md @@ -1,16 +1 @@ -# Fresh project - -Your new Fresh project is ready to go. You can follow the Fresh "Getting -Started" guide here: https://fresh.deno.dev/docs/getting-started - -### Usage - -Make sure to install Deno: https://deno.land/manual/getting_started/installation - -Then start the project: - -``` -deno task start -``` - -This will watch the project directory and restart as necessary. +🚧 Under Development diff --git a/components/Nav.tsx b/components/Nav.tsx index cdfa47d..1fae8b7 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -8,7 +8,7 @@ export default function NavBar() {