generated from blockmatic-icebox/powerstack
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impr(webapp): upt mob ver of more info cards (#306)
* chore: add @types/uuid * chore: add @types/uuid * fix(app-lib): tsconfig pkg extends * fix: missing encoding dep * feat: sitemap (#290) * feat: add sitemap * fix: error handling * fix: move common types * fix: update base url in sitemap * Update apps/webapp/app/(routes)/[lang]/blog/[category]/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update apps/webapp/app/(routes)/[lang]/wallet/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update apps/webapp/app/(routes)/[lang]/whitepaper/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * fix: build error * fix: remove unnecessary async declarative * vendor: add @types/uuid * fix: remove console log for debug * fix: add 'async' to all sitemaps * fix: make ProjectPageParams extends CommonPageParams --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * fix(webapp): UI/UX tweaks and upts from final v1 landing designs (#291) * (webapp)fix:FAQ border radi + muted color * (webapp)fix:newsletter spacing * (webapp)fix:participate spacing and font family * (webapp)fix:header spacing + bitlauncher logo size * (webapp)fix:blog section 4 per row + purple link + gap * (webapp)fix:hero-card spacing * (webapp)fix:auction-card spaces * (webapp)fix:Upcoming grid gap * (webapp)fix:article card - text-left * (webapp)fix:media-card text-start * (webapp)fix:media-section purple link + space * (webapp)fix:participate gap + section font and padding * (webapp)fix:footer links padding + other spacing fix * (webapp)fix:upcoming background circle * (webapp)fix:footer margin-10 * (webapp)fix:upcoming bg shape * (webapp)-andler-changes-request * (webapp)-debug-toggle navigation icon * (webapp)-create-mobile-navigation-context * (webapp)-create-mobile-navigation-context * (webapp)-fix navigation bug - add key * (webapp)-Andler-changes * (webapp)-responsive - upcoming * (webapp)-fix-responsive-whychooseUs * (webapp)-fix-responsive-participate * (webapp)-fix-responsive-media * (webapp)-fix-responsive-articles * (webapp)-responsive-project-header+info+sharebtn * (webapp)-feat-about-base * (webapp)-feat-about-landing-complete * (webapp)-feat-security-updated * (webapp)-fix-steps-padding * fix typo * fix bgHeader type * fix bgHeader type * impr(webapp): layout tweaks * impr(webapp): info pages img asset + css class * fix: bun.lockb --------- Co-authored-by: Roberto Lucas <[email protected]> * feat: multichain indexer ( part 1 ) (#293) * chore: update app-contracts * feat: multichain indexer * feat: prod chains * feat: presale wallet * feat: blpl token * feat: blpl token * chore: update bunlock * feat: blpl token * feat: presale evm contribs * feat: blpl token * wip: presale indexer * chore(indexer): fix dockerfile * feat: presale transaction indexing (#296) * feat: report transaction id * feat: save deposits data * feat: save deposits data * feat: read presale transactions * chore: disable view all * feat: update presale deposits ui * feat: display amount raised and contributors * chore: environment chains and tokens * fix(webapp): desktop padding (#297) * feat: multichain presale deposits (#298) * chore: environment chains and tokens * fix: chain switch * fix: chain switch * feat: update nav links (#299) * chore: environment chains and tokens * feat: update nav links * chore: renable swaps service, index token from latest block * feat(webapp): wallet ui updates (#300) * fix: wagmi config * feat(webapp): presale contribution report * feat: realtime presale data * feat: realtime presale data * feat: update dropdown menu * feat(supabase): update schema and types * chore: debug presale token issuance * feat: show issuance trx link on table * impr(webapp): upt mob ver of more info cards (#294) (#305) * styles: update mobile version for information cards of home page * styles: use tailwind css variables * styles: add font family futura pt * styles, config: add cornflowerblue variables on tailwind config and update information cards' background * config: update font importation * chore: replace BC with BL * chore: replace bc files with bl files * chore: replace bc files with bl files --------- Co-authored-by: Leandro Gavidia Santamaria <[email protected]> --------- Co-authored-by: Gabo Esquivel <[email protected]> Co-authored-by: Nathanael Liu <[email protected]> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Brandon Fernández <[email protected]> Co-authored-by: Leandro Gavidia Santamaria <[email protected]>
- Loading branch information
1 parent
032d099
commit 9192e2e
Showing
39 changed files
with
439 additions
and
50 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,302 @@ | ||
import localFont from 'next/font/local'; | ||
|
||
export const FuturaPTBook = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicBook.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-book', | ||
}); | ||
|
||
export const FuturaPTLight = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicLight.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-light', | ||
}); | ||
|
||
export const FuturaPTMedium = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicMedium.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-medium', | ||
}); | ||
|
||
export const FuturaPTDemi = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicDemi.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-demi', | ||
}); | ||
|
||
export const FuturaPTHeavy = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicHeavy.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-heavy', | ||
}); | ||
|
||
export const FuturaPTBold = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicBold.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-bold', | ||
}); | ||
|
||
export const FuturaPTExtraBold = localFont({ | ||
src: [ | ||
{ | ||
path: './futura-pt/FuturaCyrillicExtraBold.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-futura-pt-extra-bold', | ||
}); | ||
|
||
export const LufgaRegular = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaRegular.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-regular', | ||
}); | ||
|
||
export const LufgaItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-italic', | ||
}); | ||
|
||
export const LufgaThin = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaThin.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-thin', | ||
}); | ||
|
||
export const LufgaThinItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaThinItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-thin-italic', | ||
}); | ||
|
||
export const LufgaExtraLight = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaExtraLight.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-extra-light', | ||
}); | ||
|
||
export const LufgaExtraLightItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaExtraLightItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-extra-light-italic', | ||
}); | ||
|
||
export const LufgaLight = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaLight.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-light', | ||
}); | ||
|
||
export const LufgaLightItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaLightItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-light-italic', | ||
}); | ||
|
||
export const LufgaMedium = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaMedium.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-medium', | ||
}); | ||
|
||
export const LufgaMediumItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaMediumItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-medium-italic', | ||
}); | ||
|
||
export const LufgaSemiBold = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaSemiBold.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-semi-bold', | ||
}); | ||
|
||
export const LufgaSemiBoldItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaSemiBoldItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-semi-bold-italic', | ||
}); | ||
|
||
export const LufgaBold = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaBold.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-bold', | ||
}); | ||
|
||
|
||
export const LufgaBoldItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaBoldItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-bold-italic', | ||
}); | ||
|
||
export const LufgaExtraBold = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaExtraBold.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-extra-bold', | ||
}); | ||
|
||
export const LufgaExtraBoldItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaExtraBoldItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-extra-bold-italic', | ||
}); | ||
|
||
export const LufgaBlack = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaBlack.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-black', | ||
}); | ||
|
||
export const LufgaBlackItalic = localFont({ | ||
src: [ | ||
{ | ||
path: './lufga/LufgaBlackItalic.woff', | ||
weight: 'normal', | ||
style: 'normal', | ||
}, | ||
], | ||
display: 'swap', | ||
variable: '--font-lufga-black-italic', | ||
}); |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.