Skip to content

Commit 50e2475

Browse files
authored
Home page update (#375)
* Add font files * Setup font family * Configure colors * Setup text classNames * Remove color from text classNames * PoweringYourDapps component * Features component * Resources component * FooterSocialMedia component * Copyright component * FooterSections component * Subcribe component * Update tailwind.css packages * Avoid internal-autofill-selected style to be applied * SubscribeSection component * PrettyCode * Tailwind app-inner-black color configure * UseCases * BuildingWithMsgportMobileMenuItem * BuildingWithMsgportPC * BuildingWithMsgport component * NavigationV2 * Header * Home page v2 on PC * Update home page v2 on PC * Home page v2 on mobile * Projects * Update * Root overflow auto * Use home-page-bg.jpg * Test scroll * Optimize page on PC * Update * Update scroll speed * Optimize scroll delta * Header dynamic expand * Optimize medium height on PC * Fix HeaderPC expanded width * Fixed position mobile header * Fix Drawer overflow * Dont collapse HeaderPC when isDesktopHeight * Fix HeaderPC clientWidth * Improve BuildingWithMsgportMobileMenuItem height when isActive * Improve NavigationV2Mobile active item height * Improve content * Fix others page's header * Optimize code * Fade animation via aos * Resource card hover shadow * Improve code content and ux * Fix shadow transition when hover of resource Card
1 parent b3e5333 commit 50e2475

90 files changed

Lines changed: 2667 additions & 49 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 72 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@floating-ui/react": "^0.26.8",
67
"@testing-library/jest-dom": "^5.16.4",
78
"@testing-library/react": "^13.3.0",
89
"@testing-library/user-event": "^13.5.0",
@@ -65,7 +66,7 @@
6566
"@types/react-transition-group": "^4.4.5",
6667
"@typescript-eslint/eslint-plugin": "^5.27.1",
6768
"@typescript-eslint/parser": "^5.27.1",
68-
"autoprefixer": "^10.4.7",
69+
"autoprefixer": "^10.4.17",
6970
"eslint": "^8.17.0",
7071
"eslint-config-prettier": "^8.5.0",
7172
"eslint-config-standard": "^17.0.0",
@@ -75,10 +76,10 @@
7576
"eslint-plugin-react": "^7.30.0",
7677
"husky": "^8.0.1",
7778
"lint-staged": "^13.0.0",
78-
"postcss": "^8.4.31",
79+
"postcss": "^8.4.33",
7980
"prettier": "2.6.2",
8081
"sass": "^1.52.3",
81-
"tailwindcss": "^3.0.24"
82+
"tailwindcss": "^3.4.1"
8283
},
8384
"husky": {
8485
"hooks": {

public/images/close-white.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

public/images/email.svg

Lines changed: 5 additions & 0 deletions
Loading
2.07 KB
Loading
449 Bytes
Loading
1.24 KB
Loading

public/images/footer-bg.png

712 KB
Loading

public/images/home-page-bg.jpg

751 KB
Loading

0 commit comments

Comments
 (0)