generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #711 from ita-social-projects/#545MainPageUpdateTexts
#545 main page update texts
- Loading branch information
Showing
18 changed files
with
267 additions
and
221 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
FrontEnd/src/components/landing-page/about-section/AboutMainText.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
const AboutTextContent = { | ||
id: 1, | ||
header: 'ХТО МИ', | ||
contents: [ | ||
{ | ||
id: 3, | ||
text: 'CraftMerge - перший форум Західної України, який створений у ' + | ||
'співпраці з Національним університетом «Львівська політехніка». Наша ' + | ||
'місія - не лише об`єднання українських виробників та стартапів, а й ' + | ||
'відкриття нових перспектив у виробничій галузі.' | ||
}, | ||
{ | ||
id: 4, | ||
text: 'CraftMerge - це не лише платформа для обміну досвідом та ідеями, але ' + | ||
'й комунікаційний майданчик для обговорення актуальних тенденцій та ' + | ||
'передових технологій.' | ||
}, | ||
{ | ||
id: 5, | ||
text: 'Учасники форуму отримають можливість не лише обмінятися досвідом ' + | ||
'та ідеями, але й ознайомитися з найсучаснішими рішеннями ' + | ||
'виробництва крафтової продукції. Ми створили CraftMerge, щоб ' + | ||
'допомогти українським виробникам збільшити свою популярність та ' + | ||
'впізнаваність, розширити аудиторію споживачів та залучити нових ' + | ||
'клієнтів. Приєднуйтеся до нашого форуму та розвивайте свій бізнес ' + | ||
'разом з нами!' | ||
} | ||
] | ||
}; | ||
|
||
export default AboutTextContent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.