Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: footer design styles #11

Merged
merged 4 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"HOME": {
"title": "ZKsync Ecosystem",
"gasPrice": "Gas Price",
"title": "ZKsync",
"subtitle": "Ecosystem",
"gasPrice": "L1 Gas Price",
"transfer": "ERC-20 Transfer",
"lockedAssets": "Locked assets in shared bridge",
"DASHBOARD": {
Expand Down Expand Up @@ -50,7 +51,8 @@
"FOOTER": {
"docs": "Documentation",
"github": "GitHub",
"madeWithLove": "Made with ❤️ by"
"madeWith": "Made with",
"by": "by"
},
"LOCALES": {
"en": "English",
Expand Down
8 changes: 5 additions & 3 deletions public/locales/es/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"HOME": {
"title": "Ecosistema ZKsync",
"gasPrice": "Precio del gas",
"title": "ZKsync",
"subtitle": "Ecosistema",
"gasPrice": "Precio del gas L1",
"transfer": "Transferencia ERC-20",
"lockedAssets": "Activos bloqueados en puente compartido",
"DASHBOARD": {
Expand Down Expand Up @@ -50,7 +51,8 @@
"FOOTER": {
"docs": "Documentación",
"github": "GitHub",
"madeWithLove": "Hecho con ❤️ por"
"madeWithLove": "Hecho con",
"by": "por"
},
"LOCALES": {
"en": "Inglés",
Expand Down
21 changes: 21 additions & 0 deletions src/assets/font/css/inter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
*/

@font-face {
font-family: 'Inter-Variable';
src:
url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('ttf'),
url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('ttf');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions src/assets/icons/darkMode.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: 5 additions & 0 deletions src/assets/icons/gasDark.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: 5 additions & 0 deletions src/assets/icons/gasLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/githubDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/icons/githubLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/heartDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/heartLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 4 additions & 0 deletions src/assets/icons/searchLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/icons/wonderlandDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/icons/wonderlandLight.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 src/assets/icons/zkLogoDark.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 src/assets/icons/zkLogoLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading