Skip to content

Commit

Permalink
RingDao site new design (#23)
Browse files Browse the repository at this point in the history
* feat(ts): add type script to the project

* fix(main layout): add all elements in main layout

* fix(mobile): fix header and hero style for mobile

* fix(mobile): fix about section mobile style

* fix(mobile style): fix programs section mobile style

* fix(mobile): fix footer style

* fix(mobile style): add mobile menu

* fix(links): add links to links and buttons

* Update src/components/header.tsx

* fix(button hover): fix the button hovering styles

* fix(projects section): fix project section style

* fix(programs): fix programs section for tablet

* fix(tablet size): fix tablet size style

* fix(footer link): fix footer link icons

* fix(footer icons): fix footer link icons

* fix(proposal link): update proposal link

---------

Co-authored-by: fisher <denny.wang@itering.io>
  • Loading branch information
hamidroohi92 and hackfisher authored Nov 28, 2024
1 parent 6a82c8a commit 8713f59
Show file tree
Hide file tree
Showing 59 changed files with 643 additions and 554 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
52 changes: 52 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.6.3",
"vite": "^5.3.1"
}
}
4 changes: 0 additions & 4 deletions public/icons/Github.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/Rectangle.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/icons/Telegram.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/icons/X.svg

This file was deleted.

40 changes: 0 additions & 40 deletions public/icons/XAPI.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/icons/arrow.svg

This file was deleted.

4 changes: 4 additions & 0 deletions public/icons/discord-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/github-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions public/icons/hamburger.svg

This file was deleted.

4 changes: 4 additions & 0 deletions public/icons/telegram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/x-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/1000bg1.png
Binary file not shown.
Binary file removed public/images/1000bg2.png
Binary file not shown.
Binary file removed public/images/1440bg1.png
Binary file not shown.
Binary file removed public/images/1440bg2.png
Binary file not shown.
Binary file removed public/images/1920bg1.png
Binary file not shown.
Binary file removed public/images/1920bg2.png
Binary file not shown.
Binary file removed public/images/1920bg3.png
Binary file not shown.
Binary file removed public/images/2560bg1.png
Binary file not shown.
Binary file removed public/images/2560bg2.png
Binary file not shown.
Binary file removed public/images/XAPI.png
Binary file not shown.
Binary file removed public/images/darwinia.png
Binary file not shown.
13 changes: 13 additions & 0 deletions public/images/darwinia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/logo.png
Binary file not shown.
Loading

0 comments on commit 8713f59

Please sign in to comment.