From 436f9431593220d05fea04d856f9691129ccbe3c Mon Sep 17 00:00:00 2001 From: web-flow Date: Sat, 22 Jul 2023 21:32:37 +0000 Subject: [PATCH] feat: Implemented Fresh Landing Page Structure with Separate Sections and Guidance. (#145) * Feat: import SDL functionality on landing page added * Feat: Review SDL button error fixed * Feat: SDL guide lines section added * Feat: medium screen errors fixed on sdl guideline section * Feat: workded on responsiveness for each section * Style: Tile and SDL guidelines cards centered * Feat: refactored code to make it readable * Style: space added between "create deployment and review sdl button" * Update App.tsx * Feat: Converted the styles from vanilla css to Tailwind * Update TileCard.tsx 0.1.293 --- package.json | 2 +- proxy/package.json | 2 +- web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4fe0d84..1899c38 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "concurrently": "^7.2.1", "path": "^0.12.7" }, - "version": "0.1.292", + "version": "0.1.293", "devDependencies": { "url-loader": "^4.1.1" } diff --git a/proxy/package.json b/proxy/package.json index 366cb50..65da5a4 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -1,6 +1,6 @@ { "name": "proxy", - "version": "0.1.292", + "version": "0.1.293", "main": "index.js", "license": "MIT", "private": true, diff --git a/web/package.json b/web/package.json index ab4975c..cd53f88 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "0.1.292", + "version": "0.1.293", "private": true, "scripts": { "start": "craco start --config ./craco.config.js",