Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #118 from bepronetwork/develop
Browse files Browse the repository at this point in the history
Landing Page for Bepro v2
  • Loading branch information
moshmage authored Oct 6, 2022
2 parents 593911b + 0944b26 commit 38479c0
Show file tree
Hide file tree
Showing 279 changed files with 147,723 additions and 16,457 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}
28 changes: 21 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
NEXT_PUBLIC_CONTRACT_ADDRESS=
NEXT_PUBLIC_WEB3_CONNECTION=
NEXT_PUBLIC_API_HOST=
NEXT_PUBLIC_WEB_NETWORK_API_HOST=
NEXT_PUBLIC_BANNER_LINK=
NEXT_PUBLIC_APP_URL=
NEXT_GITHUB_MAINBRANCH=
BASE_URL=https://bepro.network
BLOG_SLUG=BEPRO
BLOG_URL=https://blog.bepro.network
BACKEND_GRAPHQL=http://localhost:4444/api/graphql
IMAGE_PROXY_URL=
IMAGE_PROXY_KEY=
IMAGE_PROXY_SALT=
ROBOTS=false
WEBNET_VERSION=2.0
PORT=
SSL_ENABLED=true
SSL_PRIVATE_KEY_PATH=
SSL_CERT_PATH=
GA_DISABLED=true
GA_DEBUG=false
GA_PROPERTY=
SENDGRID_API_KEY=
SENDGRID_LIST_ID=
BUY_TOKEN=false
TRANSAK_API_KEY=
TRANSAK_ENVIRONMENT=STAGING
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,22 @@

# misc
.DS_Store
.env*
!.env.example
*.pem
/dist

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# vscode
.vscode
# local env files
.env
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ COPY . .
ENV CI=true
RUN npm install --only=production --no-audit
COPY --from=builder /app/.next .next
COPY --from=builder /app/dist dist
CMD npm run start
Binary file removed assets/advisors/alvaro-avatar.png
Binary file not shown.
Binary file removed assets/advisors/andre-avatar.png
Binary file not shown.
Binary file removed assets/advisors/justin-avatar.png
Binary file not shown.
Binary file removed assets/advisors/miguel-avatar.png
Binary file not shown.
Binary file removed assets/advisors/nuno-avatar.png
Binary file not shown.
Binary file removed assets/advisors/rui-avatar.png
Binary file not shown.
Binary file removed assets/bepro-docs.jpg
Binary file not shown.
Binary file removed assets/bepro-logo-white.png
Binary file not shown.
Binary file removed assets/bepro-logo.png
Binary file not shown.
44 changes: 0 additions & 44 deletions assets/bepro-logo.tsx

This file was deleted.

Binary file removed assets/block-venture.png
Binary file not shown.
Binary file removed assets/cca-lawfirm.png
Binary file not shown.
Binary file removed assets/certik.png
Binary file not shown.
Binary file removed assets/compete-2020.png
Binary file not shown.
Binary file added assets/dappKit-docs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/fonts/Inter-Black.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-ExtraBold.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-ExtraLight.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-Light.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-SemiBold.ttf
Binary file not shown.
Binary file removed assets/fonts/Inter-Thin.ttf
Binary file not shown.
Binary file removed assets/fonts/SpaceGrotesk-Bold.ttf
Binary file not shown.
Binary file removed assets/fonts/SpaceGrotesk-Bold.woff2
Binary file not shown.
Binary file removed assets/fonts/SpaceGrotesk-Medium.ttf
Binary file not shown.
Binary file removed assets/fonts/SpaceGrotesk-Medium.woff2
Binary file not shown.
Binary file removed assets/fonts/SpaceGrotesk-Regular.ttf
Binary file not shown.
Loading

0 comments on commit 38479c0

Please sign in to comment.