From ce3cbca8082f1ab685188f4c320ce5e52c9b6dd9 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Uppala <53075480+ashwinexe@users.noreply.github.com> Date: Sun, 12 Dec 2021 16:22:00 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=85add=20static=20html=20on=20rea?= =?UTF-8?q?ct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/public/index.html | 1 - client/public/roadmap/cloudnative.js | 52 ++++++ client/public/roadmap/index.html | 80 +++++++++ client/public/roadmap/papaer.webp | Bin 0 -> 435200 bytes client/public/roadmap/script.js | 32 ++++ client/public/roadmap/style.css | 252 +++++++++++++++++++++++++++ client/src/App.js | 40 ++--- client/src/components/Home.js | 9 +- client/src/components/Navbar.js | 22 +++ client/src/components/Roadmap.js | 66 +++++++ 10 files changed, 520 insertions(+), 34 deletions(-) create mode 100644 client/public/roadmap/cloudnative.js create mode 100644 client/public/roadmap/index.html create mode 100644 client/public/roadmap/papaer.webp create mode 100644 client/public/roadmap/script.js create mode 100644 client/public/roadmap/style.css create mode 100644 client/src/components/Navbar.js create mode 100644 client/src/components/Roadmap.js diff --git a/client/public/index.html b/client/public/index.html index 21023fc..aa069f2 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -39,6 +39,5 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> -