Skip to content

Commit

Permalink
feat(web): Landing revamp (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdip Bhattacharya <agentR47@gmail.com>
  • Loading branch information
kriptonian1 and rajdip-b authored Apr 2, 2024
1 parent 15fc3c4 commit 0bc723b
Show file tree
Hide file tree
Showing 80 changed files with 5,963 additions and 460 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

12 changes: 8 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,23 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 6969",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"jsonp": "^0.2.1",
"framer-motion": "^11.0.6",
"geist": "^1.2.2",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.4.3",
"sharp": "^0.33.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
Expand Down
Empty file removed apps/web/public/.gitkeep
Empty file.
Binary file added apps/web/public/about/team/aritra.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/about/team/atanu.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions apps/web/public/about/team/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import AtanuImg from './atanu.jpeg'
import SambitImg from './sambit.jpeg'
import RajdipImg from './rajdip.jpeg'
import SwatiImg from './swati.jpeg'
import SawanImg from './sawan.png'
import AritraImg from './aritra.jpeg'

export { AtanuImg, SambitImg, RajdipImg, SwatiImg, SawanImg, AritraImg }
Binary file added apps/web/public/about/team/rajdip.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/about/team/sambit.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/about/team/sawan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/about/team/swati.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions apps/web/public/docs.svg

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/public/github.svg

This file was deleted.

24 changes: 0 additions & 24 deletions apps/web/public/grid.svg

This file was deleted.

61 changes: 61 additions & 0 deletions apps/web/public/hero/colour-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/hero/heroImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions apps/web/public/hero/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import ColorBGSVG from './colour-bg.svg'
import HeroImage from './heroImage.png'

export { ColorBGSVG, HeroImage }
6 changes: 3 additions & 3 deletions apps/web/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export { default as Logo } from './logo.svg'
export { default as XSvg } from './x_svg.svg'
export { default as Stars } from './stars.svg'

export {default as XSVG} from "./XSVG.svg"
export {default as LinkdinSVG} from "./linkdinSVG (1).svg"
export {default as DiscordSVG} from "./discordSVG.svg"
export { default as XSVG } from './XSVG.svg'
export { default as LinkdinSVG } from './linkdinSVG (1).svg'
export { default as DiscordSVG } from './discordSVG.svg'
Binary file removed apps/web/public/kriptonian.png
Binary file not shown.
Loading

0 comments on commit 0bc723b

Please sign in to comment.