Skip to content

Commit

Permalink
Landing page (#290)
Browse files Browse the repository at this point in the history
* Add new landing page

* Use new landing page

---------

Co-authored-by: Zeeshan Ahmad <itexpert120@outlook.com>
  • Loading branch information
saadiqbal-dev and itexpert120 authored May 16, 2024
1 parent bb28c1c commit 5e326a9
Show file tree
Hide file tree
Showing 12 changed files with 3,435 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builddao/widget/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {
param: "page",
routes: {
home: {
path: "${config_account}/widget/page.home",
path: "new/widget/home.Home",
blockHeight: "final",
init: {
name: "Home",
Expand Down
40 changes: 40 additions & 0 deletions apps/new/widget/Icons/Icons.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
const BuilderHat = () => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M2 18C2 18.2652 2.10536 18.5196 2.29289 18.7071C2.48043 18.8946 2.73478 19 3 19H21C21.2652 19 21.5196 18.8946 21.7071 18.7071C21.8946 18.5196 22 18.2652 22 18V16C22 15.7348 21.8946 15.4804 21.7071 15.2929C21.5196 15.1054 21.2652 15 21 15H3C2.73478 15 2.48043 15.1054 2.29289 15.2929C2.10536 15.4804 2 15.7348 2 16V18Z"
stroke="#ECA227"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10 10V5C10 4.73478 10.1054 4.48043 10.2929 4.29289C10.4804 4.10536 10.7348 4 11 4H13C13.2652 4 13.5196 4.10536 13.7071 4.29289C13.8946 4.48043 14 4.73478 14 5V10"
stroke="#ECA227"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M4 15V12C4 10.4087 4.63214 8.88258 5.75736 7.75736C6.88258 6.63214 8.4087 6 10 6"
stroke="#ECA227"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14 6C15.5913 6 17.1174 6.63214 18.2426 7.75736C19.3679 8.88258 20 10.4087 20 12V15"
stroke="#ECA227"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);

return { BuilderHat };
Loading

0 comments on commit 5e326a9

Please sign in to comment.