Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web): Landing revamp #165

Merged
merged 13 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

11 changes: 7 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
"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",
"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
kriptonian1 marked this conversation as resolved.
Show resolved Hide resolved
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 }
Binary file removed apps/web/public/kriptonian.png
Binary file not shown.
3 changes: 0 additions & 3 deletions apps/web/public/logo.svg

This file was deleted.

Binary file removed apps/web/public/rajdip-b.png
Binary file not shown.
Loading
Loading