Skip to content

Commit 25be04b

Browse files
authored
Feature/landing page update (#693)
* update header * add biome formatter * update footer * update logo and title * images and small style changes * swizzle search bar and set up context * use query only in context * add poppins font * update font and footer styles * cleanup * add "docs" title to smaller screen * add hero component * add and style searchbar * style search component * add search function to tags * add flex wrap * remove outline on search bar * add breakpoint hook * add tab icon images * update search min width * initial tabs component * add tabs content to config * style dropdown * add close button to dropdown * add tab content styling * add astar button component * add AstarButton hover effect * add link to astar button comp * style tabs menu for mobile * style tab bar * update fonts * add socials bar component * update and lock dependencies * build fixes * remove sass * fix the build css issue * fix remaining styles * cleanup * lower node version for CI compat. * fix: button link z index * fix: faucet link * clean up old banners * fix margins * add svg icons * add copyright padding * fix broken link * reset the query after opening the modal * set "Enter" as constant
1 parent b066295 commit 25be04b

File tree

141 files changed

+4958
-40468
lines changed

Some content is hidden

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

141 files changed

+4958
-40468
lines changed

biome.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"organizeImports": {
4+
"enabled": true
5+
},
6+
"linter": {
7+
"enabled": true,
8+
"rules": {
9+
"recommended": true,
10+
"suspicious": {
11+
"noExplicitAny": "off"
12+
},
13+
"a11y": {
14+
"noNoninteractiveTabindex": "off",
15+
"useAnchorContent": "off"
16+
}
17+
}
18+
},
19+
"formatter": {
20+
"enabled": true,
21+
"indentStyle": "space",
22+
"indentWidth": 2,
23+
"lineWidth": 100
24+
}
25+
}

docs/build/EVM/index.md

-2

docs/build/Introduction/_category_.json

-4
This file was deleted.

docs/build/builder-guides/astar_features/astarBase.md

+7-7

docs/build/builder-guides/hacking/general.md

-1

docs/build/builder-guides/hacking/hack_evm.md

+1-2

docs/build/builder-guides/hacking/hack_wasm.md

+2-3

docs/build/builder-guides/hacking/index.md

+1-2

docs/build/builder-guides/index.md

-2

docs/build/dapp-staking/index.md

+1-1

docs/build/environment/index.md

+1-3

docs/build/img/build.png

-301 KB
Binary file not shown.

docs/build/img/buildZkEvm.png

-306 KB
Binary file not shown.

docs/build/img/builderguides.png

-266 KB
Binary file not shown.

docs/build/img/environment.png

-258 KB
Binary file not shown.

docs/build/img/evm.png

-223 KB
Binary file not shown.

docs/build/img/gradient1.jpg

-21.4 KB
Binary file not shown.

docs/build/img/gradient2.jpg

-15.2 KB
Binary file not shown.

docs/build/img/gradient3.jpg

-19.1 KB
Binary file not shown.

docs/build/img/gradient4.jpg

-15 KB
Binary file not shown.

docs/build/img/gradient5.jpg

-18 KB
Binary file not shown.

docs/build/img/gradient6.jpg

-15.3 KB
Binary file not shown.

docs/build/img/gradient7.jpg

-21.4 KB
Binary file not shown.

docs/build/img/gradient8.jpg

-20.3 KB
Binary file not shown.

docs/build/img/gradient9.jpg

-15 KB
Binary file not shown.

docs/build/img/introduction.png

-228 KB
Binary file not shown.

docs/build/index.md

+3-9
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Introduction",
3+
"position": 1
4+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/build/Introduction/polkadot_relay.md docs/build/introduction/polkadot_relay.md

+5-8

docs/build/wasm/index.md

-3

docs/build/zkEVM/index.md

+1-7

0 commit comments

Comments
 (0)