mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-21 06:35:41 +00:00
governance: redesign Assembly into on-chain parliament landing (6 languages)
Replace the placeholder Assembly page with a professional on-chain governance landing (animated 201-seat hemicycle, live chain ticker, blocs, sessions, active votes, features). Content is fully localized into the 6 standard app languages (en/tr/kmr/ckb/fa/ar) with RTL for ckb/fa/ar; each language variant is lazy-loaded.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 502 KiB |
@@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
|
||||
<circle cx="100" cy="100" r="100" fill="#161A1E"></circle>
|
||||
|
||||
|
||||
<g opacity="0.92">
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(0 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(17.14 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(34.28 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(51.43 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(68.57 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(85.71 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(102.86 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(120 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(137.14 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(154.28 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(171.43 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(188.57 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(205.71 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(222.86 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(240 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(257.14 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(274.28 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(291.43 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(308.57 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(325.71 100 100)"></line>
|
||||
<line x1="100" y1="100" x2="100" y2="30" stroke="rgba(255,215,0,0.95)" stroke-width="3.5" stroke-linecap="round" transform="rotate(342.86 100 100)"></line>
|
||||
</g>
|
||||
|
||||
|
||||
<circle cx="100" cy="100" r="74" fill="none" stroke="#00CC00" stroke-width="3" stroke-dasharray="116 116" stroke-dashoffset="0"></circle>
|
||||
<circle cx="100" cy="100" r="74" fill="none" stroke="#FF2222" stroke-width="3" stroke-dasharray="116 116" stroke-dashoffset="116"></circle>
|
||||
|
||||
|
||||
<circle cx="100" cy="100" r="32" fill="#FFD700"></circle>
|
||||
<circle cx="100" cy="100" r="26" fill="white"></circle>
|
||||
<circle cx="100" cy="100" r="20" fill="#FFD700"></circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,33 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600">
|
||||
|
||||
<rect width="900" height="200" fill="#ED2024"></rect>
|
||||
|
||||
<rect y="200" width="900" height="200" fill="#FFFFFF"></rect>
|
||||
|
||||
<rect y="400" width="900" height="200" fill="#21A038"></rect>
|
||||
|
||||
<circle cx="450" cy="300" r="100" fill="#FECC02"></circle>
|
||||
<g fill="#FECC02">
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(0,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(17.14,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(34.29,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(51.43,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(68.57,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(85.71,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(102.86,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(120,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(137.14,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(154.29,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(171.43,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(188.57,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(205.71,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(222.86,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(240,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(257.14,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(274.29,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(291.43,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(308.57,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(325.71,450,300)"></polygon>
|
||||
<polygon points="450,145 440,200 460,200" transform="rotate(342.86,450,300)"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user