generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
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
#545 main page update texts #711
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8c0481a
Company Card opacity: 0.7
romanmyko 6354930
About Cards map text.js
romanmyko f1e659a
About Text map text.js
romanmyko 859376f
About Us main block text
romanmyko 64d9335
About Us main block map text
romanmyko d821993
css v1 +
romanmyko 0f0528d
text main baner
romanmyko 3d13de2
add in about.jsx React.Fragment and changed text format
romanmyko 75d5ef8
in about.jsx changed format structure code
romanmyko d604cbe
global styles about and baner v1.0.0
romanmyko 020e785
add ul in abouttext, disconnect MainPartners
romanmyko 6464dde
Modify orthographic in AboutText
romanmyko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you forget to delete this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no normal requirement PM . I will describe it in the story #545.
This block is temporarily disabled, until the moment when there are requirements for its implementation