Skip to content

Commit

Permalink
fix paragraphs in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannisTsagkaropoulos committed Mar 3, 2024
1 parent fb7f3d8 commit 4584a11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions data/previousEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const PREVIOUSEVENTS = [
source: "play.jpeg",
logo: "Play-logo.png",
paragraph:
"From a young age, Play is a notion that represents a powerful, motivational force, coming from within ourselves. A force that as we grow older, accompanies us through the journey that we call life. It’s in our dreams, our jobs, our activities, basically every aspect of it and it’s giving us purpose and the necessary motivation to keep going! At the first listen to PLAY we are automatically transported to our childhood and we nostalgically reminisce about those moments, but TEDx NTUA 2022 sets it as a goal - and a challenge - to overturn this spontaneous thought. \n PLAYis present in every aspect of life, it follows us silently, it evolves as we grow older and change, always remaining a means of escape, a reminder that everyday life is not as strict and monotonous as it sometimes seems. It accompanies us in almost all areas, from everyday life to dreams, from work to entertainment, from stop to play! ",
"From a young age, Play is a notion that represents a powerful, motivational force, coming from within ourselves. A force that as we grow older, accompanies us through the journey that we call life. It’s in our dreams, our jobs, our activities, basically every aspect of it and it’s giving us purpose and the necessary motivation to keep going! At the first listen to PLAY we are automatically transported to our childhood and we nostalgically reminisce about those moments. \n PLAY is present in every aspect of life, it follows us silently, it evolves as we grow older and change, always remaining a means of escape, a reminder that everyday life is not as strict and monotonous as it sometimes seems. It accompanies us in almost all areas, from everyday life to dreams, from work to entertainment, from stop to play! ",
},

{
Expand All @@ -25,7 +25,7 @@ export const PREVIOUSEVENTS = [
source: "ubuntu.jpeg",
logo: "Ubuntu-logo.png",
paragraph:
"How does every little act affect our fellow men? How do we all connect with each other? Does that mean we are all equal? Ubuntu is a word with a double meaning. On the one hand it is widely known for its open source software name and on the other it is an African proverb that comes from the Zulu tribe. Specifically it means «I am because you are». It has its roots in African humanitarian philosophy, where the idea of ​​community is one of the building blocks of society. Ubuntu is this cloudy concept of unity, humanity, completeness, solidarity and faith in a global bond that unites all of humanity. What does ubuntu really mean and how many things can it connect to? The TEDxNTUA 2021 team will give its own interpretation on 29th of May.",
"How does every little act affect our fellow men? How do we all connect with each other? Does that mean we are all equal? Ubuntu is a word with a double meaning. On the one hand it is widely known for its open source software name and on the other it is an African proverb that comes from the Zulu tribe. Specifically it means «I am because you are». It has its roots in African humanitarian philosophy, where the idea of ​​community is one of the building blocks of society. Ubuntu is this cloudy concept of unity, humanity, completeness, solidarity and faith in a global bond that unites all of humanity. What does ubuntu really mean and how many things can it connect to?",
},
{
id: "dualism",
Expand All @@ -45,7 +45,8 @@ export const PREVIOUSEVENTS = [
source: "enigma.jpeg",
logo: "Enigma-logo.png",
paragraph:
" Enigma: that which is difficult to interpret, that which remains a mystery, something uncertain or inexplicable, a riddle not yet solved. \n The uncertain, the paradox, the unsolved. \n It’s everywhere. From the grandest existential question, to the tiniest everyday query, enigma is the source of knowledge. \nA man-made invention, a problem man places upon himself. An innate need for answers, which builds superstructures: physics, biology, computer science, chemistry, astronomy, arts, philosophy, history, psychology, sociology, religion, politics. \n Every answer creates a new question, and leads the way to a new explanation, more updated, more satisfactory, more complete. The enigma is in search of a solution to what troubles the human mind, and the enigma is everything that troubles the human mind, at the same time. It’s the way of facing the world without the possibility of being wrong. It’s a positive perspective of an uncertain reality. The admiration of the enormous progress of humanity. \n An attempt of self-awareness. \n We can climb the mount of knowledge, one enigma at a time.",
" Enigma: that which is difficult to interpret, that which remains a mystery, something uncertain or inexplicable, a riddle not yet solved. \n The uncertain, the paradox, the unsolved. \n It’s everywhere. From the grandest existential question, to the tiniest everyday query, enigma is the source of knowledge. \nA man-made invention, a problem man places upon himself. An innate need for answers, which builds superstructures: physics, biology, computer science, chemistry, astronomy, arts, philosophy, history, psychology, sociology, religion, politics. \n Every answer creates a new question, and leads the way to a new explanation, more updated, more satisfactory, more complete. The enigma is in search of a solution to what troubles the human mind, and the enigma is everything that troubles the human mind, at the same time.",
// It’s the way of facing the world without the possibility of being wrong. It’s a positive perspective of an uncertain reality. The admiration of the enormous progress of humanity. \n An attempt of self-awareness. \n We can climb the mount of knowledge, one enigma at a time.
},
{
id: "chaos",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TimelineComponent/Photo.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Photo({ TedEvent }) {
/> */}
<div className="hidden xl:block">
<p
className="text-white font-semibold text-md 4xl:text-md 2xl:text-md leading-6 text-justify tracking-wide w-[95%] mx-auto"
className="text-white text-base 2xl:text-md leading-6 text-justify tracking-wide w-[95%] mx-auto"
// style={{ y, right: "7vw", zIndex: 1 }}
>
{TedEvent.paragraph}
Expand Down

0 comments on commit 4584a11

Please sign in to comment.