-
Notifications
You must be signed in to change notification settings - Fork 6
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
[TASK-6407] Merging club_lp into develop, "fixed" lots of conflicts #475
Merged
Merged
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2a27835
Initial commit of fork
pall3n 6f65931
Added motion to image assets.
pall3n 39e3427
Added last round of motion animations to interface items.
pall3n 5c4f558
Updated lp to improve responsive styling
pall3n 17a0e7e
Added temp mascot gif to hero. Updated background colour to pink and …
pall3n 1af325a
Updated colour scheme and added peanut guy illustration.
pall3n 6ebaec5
Prettified Code!
borcherd c7f43b9
Added specified clouds to hero animation.
pall3n bb10cc6
Removed un-used function file
pall3n a584474
Updated components and pages to integrate the styling from the new cl…
pall3n 6e9daba
Updated the homepage. Added the marquee back in although it is crashi…
pall3n a026de1
Updated the homepage styling.
pall3n 35a2b87
Added marquee back in.
pall3n eae2f0e
Prettified Code!
borcherd fcd4e1a
Added missing ts type. Removed colorMode as it was causing errors on …
pall3n a74e22b
MERGED and fixed issues
pall3n 699a587
Updated club lp based on content doc
pall3n aaea6a7
Updated club cta to hide when footer scrolls in. Updated decorative a…
pall3n 13b075f
Prettified Code!
Hugo0 17a97c8
Fixed build errors with wagmi package.js update
pall3n cced3ae
Prettified Code!
Hugo0 2d720e0
Added peanut animation to club hero
pall3n af0765d
Updated mike image asset responsive positioning
pall3n c0a3df7
refactor: reshuffle landing club sections
nezz0746 864bec8
style: add secondary color & apply in feature section
nezz0746 5079606
style: update secondary color & feature text color
nezz0746 5d56996
Prettified Code!
nezz0746 cb3302b
club page bottom section wording
nezz0746 00ccc7c
style: center "Join now" cta
nezz0746 c748da1
style: revert footer to old layout with icons
nezz0746 79848ae
keep target self for footer links
nezz0746 f67a6f3
fix: use new import headder
jjramirezn 3012dcc
:x
jjramirezn 38b25d2
feat: new landing page and reverted style changes everywhere else. ne…
Hugo0 2be2ee5
fix: redirect hotfix
Hugo0 3baa22f
temp: reduce cashout limit to test
panosfilianos 0929cdf
temp: reverting testing change
panosfilianos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
export { default as ClaimChainsBadge } from './claim-chains-badge.svg' | ||
export { default as Cloud } from './cloud.svg' | ||
export { default as HR } from './diagonal-lines.svg' | ||
export { default as EasySign } from './easy.svg' | ||
export { default as EasySignTight } from './easy-tight.svg' | ||
export { default as Eyes } from './eyes.svg' | ||
export { default as GoodIdeaSign } from './good-idea.svg' | ||
export { default as HandBag } from './hand-bag.svg' | ||
export { default as HandSnap } from './hand-snap.svg' | ||
export { default as HandThumbs } from './hand-thumbs.svg' | ||
export { default as HandToken } from './hand-token.svg' | ||
export { default as HeyDudeSign } from './hey-dude.svg' | ||
export { default as NewSign } from './new.svg' | ||
export { default as PeaceFingers } from './peace-fingers.svg' | ||
export { default as PeanutsBG } from './peanuts-bg.svg' | ||
export { default as PeanutGuy } from './peanutguy.png' | ||
export { default as SmileFinder } from './smile-finder.svg' | ||
export { default as SmileHigh } from './smile-high.svg' | ||
export { default as SmilePink } from './smile-pink.svg' | ||
export { default as SmileSide } from './smile-side.svg' | ||
export { default as Star } from './star.svg' | ||
export { default as StarBlue } from './star-blue.svg' | ||
export { default as SmileStars } from './smile-stars.svg' | ||
export { default as StopSign } from './stop-sign.svg' | ||
export { default as VibesSign } from './vibes.svg' | ||
export { default as MascotExample } from './mascot-example.gif' | ||
|
||
export { default as HandPeace } from './hand-peace.svg' | ||
export { default as HandRad } from './hand-rad.svg' | ||
export { default as HandThumbsUp } from './hand-thumbs-up.svg' | ||
export { default as HandThumbsRight } from './hand-thumbs-right.svg' | ||
export { default as Sparkle } from './sparkle.svg' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"format": "prettier --write ." | ||
"format": "prettier --write .", | ||
"analyze": "ANALYZE=true next build" | ||
}, | ||
"dependencies": { | ||
"@calcom/embed-react": "^1.5.1", | ||
|
@@ -27,6 +28,7 @@ | |
"@typeform/embed-react": "^3.20.0", | ||
"@vercel/analytics": "^1.3.1", | ||
"@web3modal/wagmi": "^5.1.9", | ||
"auto-text-size": "^0.2.3", | ||
"autoprefixer": "^10.4.20", | ||
"axios": "^1.7.7", | ||
"chakra-ui-steps": "^2.1.0", | ||
|
@@ -35,10 +37,12 @@ | |
"eslint-config-next": "^14.2.13", | ||
"ethers": "5.7.2", | ||
"framer-motion": "^11.6.0", | ||
"frames.js": "^0.15.2", | ||
"fs-extra": "^11.2.0", | ||
"i18n-iso-countries": "^7.12.0", | ||
"install": "^0.13.0", | ||
"libphonenumber-js": "^1.11.8", | ||
"logrocket": "^8.1.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. removing |
||
"lokijs": "^1.5.12", | ||
"lottie-react": "^2.4.0", | ||
"multicoin-address-validator": "^0.5.21", | ||
|
@@ -67,6 +71,7 @@ | |
"validator": "^13.12.0", | ||
"viem": "^2.21.10", | ||
"wagmi": "2.8.6", | ||
"@wagmi/core": "^2.12.16", | ||
"web3": "^1.10.4" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also removing