Skip to content

Commit

Permalink
Transfering all contributions from forked repo. (#218)
Browse files Browse the repository at this point in the history
* hotfix: tweak text

* del slider.vue

* hotfix: change the texts and order of Slider

* implement a new section for L2 announcement

* use grid-gap instead of padding for each component

* finalize links

* feat: womprotocol

* chore: add remoteProductId

* Update index.astro

* Update contents

* fix styles

* linting and formatting

* fix the syntax

* update README.md

* update title and description

* update scripts and README.md

* update script

* update hero sections and others

* add cta button

* update

* update

* update

* fix: typo

* fix bugs on iOS

* update

* maxie

* change MAXIE's description

* supports og meta

* use https

* change og image

* change the meta data

* update the description

* docs: fix typo

* fixes broken layouts on about + faq pages

* Changed meta title

* updated description

* Updated messages

* Updated messages

* Updated messages

* reorder contents

* reorder contents

* Updated app description

* Updated app texts

* updated texts

* Updated texts

* Updated descriptions

* replace OG

* update descriptions

* chore: fix margins

by abhinav

Co-authored-by: aggre <[email protected]>
Co-authored-by: Ritvik Shukla <[email protected]>
Co-authored-by: Krish Gupta <[email protected]>
Co-authored-by: Stuart Kuentzel <[email protected]>
Co-authored-by: mayu <[email protected]>
Co-authored-by: yumemayu <[email protected]>
Co-authored-by: David Leal <[email protected]>
  • Loading branch information
8 people authored Sep 9, 2022
1 parent 4fb7ebf commit bf754f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@astrojs/renderer-vue": "^0.2.1",
"astro": "^0.21.13",
"autoprefixer": "^10.4.0",
"bignumber.js": "^9.0.2",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
Expand All @@ -26,18 +25,16 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^7.0.4",
"node-fetch": "2.6.1",
"postcss": "^8.4.5",
"prettier": "^2.6.0",
"prettier-plugin-astro": "^0.0.12",
"prettier-plugin-tailwindcss": "^0.1.8",
"ramda": "^0.28.0",
"remark-cli": "^10.0.1",
"tailwindcss": "^3.0.7"
},
"description": "Dev Protocol's open-source website, built with Astro",
"repository": "https://github.com/WebXDAO/devprotocol.xyz.git",
"author": "WebXDAO",
"repository": "https://github.com/dev-protocol/devprotocol.xyz.git",
"author": "dev-protocol",
"license": "MIT",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion src/components/About/About.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section
class="flex max-w-7xl flex-col px-6 lg:px-20 text-center md:text-left bg-white pt-24 dark:bg-darkPrimary"
class="flex max-w-7xl flex-col px-6 lg:px-20 text-center md:text-left bg-white pt-24 dark:bg-darkPrimary mx-auto"
>
<div class="m-auto space-y-10">
<h3
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3607,11 +3607,6 @@ node-domexception@^1.0.0:
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==

[email protected]:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-fetch@^3.0.0:
version "3.2.3"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.3.tgz#a03c9cc2044d21d1a021566bd52f080f333719a6"
Expand Down

0 comments on commit bf754f4

Please sign in to comment.