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

Apply the new Homepage design - Active Campaigns section and Completed Camapigns sections #1401

Merged
merged 24 commits into from
Apr 16, 2023
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"react-dom": "18.2.0",
"react-gtm-module": "2.0.11",
"react-i18next": "^11.17.1",
"react-material-ui-carousel": "^3.4.2",
"react-quill": "^2.0.0-beta.4",
"react-slick": "^0.29.0",
"sharp": "^0.30.5",
Expand Down
1 change: 1 addition & 0 deletions public/locales/bg/campaigns.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"completed-campaigns": "Завършили кампании",
"of": "от",
"subtitle": "Помогнете на нуждаещ се",
"form-heading": "Предложете нова кампания",
Expand Down
7 changes: 2 additions & 5 deletions public/locales/bg/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"podkrepi": "Подкрепи.бг",
"title": "прозрачна онлайн дарителска платформа",
"title2": "Подкрепи.бг - прозрачна онлайн дарителска платформа",
"title": "Подкрепи.бг - прозрачна онлайн дарителска платформа",
"metaDescription": "Подкрепи.бг е прозрачна и безплатна онлайн дарителска платформа, създадена от доброволния труд на членовете на сдружение Подкрепи БГ.",
"activity-section": {
"heading": "Какво правим?",
Expand Down Expand Up @@ -30,8 +28,7 @@
"goals-text-open-source": "- Да създадем open-source платформа, което намалява шансовете за злоупотреба."
},
"campaign": {
"see-all": "Вижте всички",
"urgent-campaigns": "Спешни кампании"
"see-all": "Вижте всички"
},
"how-we-work": {
"heading": "Как работи Подкрепи.бг?",
Expand Down
1 change: 1 addition & 0 deletions public/locales/en/campaigns.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"completed-campaigns": "Completed campaign",
"of": "of",
"subtitle": "Help a person in need",
"form-heading": "Create new campaign",
Expand Down
7 changes: 2 additions & 5 deletions public/locales/en/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"podkrepi": "Podkrepi.bg",
"title": "a transparent online donation platform",
"title2": "Podkrepi.bg - a transparent online donation platform",
"title": "Podkrepi.bg - a transparent online donation platform",
"metaDescription": "Podkrepi.bg is a transparent online donation platform created by a team of volunteers from the Podkrepi BG organization.",
"activity-section": {
"heading": "What do we do?",
Expand Down Expand Up @@ -30,8 +28,7 @@
"goals-text-open-source": "- To create an open-source platform which reduces the chances of misuse."
},
"campaign": {
"see-all": "See all",
"urgent-campaigns": "Urgent campaigns"
"see-all": "See all"
},
"how-we-work": {
"heading": "How does Pordkprepi.bg work?",
Expand Down
Loading