Skip to content

Commit

Permalink
Minor syntax changes and Change unmuted_modal text
Browse files Browse the repository at this point in the history
  • Loading branch information
john-papani committed Mar 3, 2024
1 parent 904f759 commit 46381a0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
Binary file added public/homepage/starting-page1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function RootLayout({ children }) {
return (
<html lang="en">
<body className="bg-black font-[Helvetica]">
{/* <ModalWrapper /> */}
<ModalWrapper />
<div>
<ScrollTopButton />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainPage/1stScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function FirstScroll() {
{/* <Image */}
<img
className="w-auto lg:h-[95vh]"
src="./homepage/starting-page.png"
src="./homepage/starting-page1.png"
width={800}
height={800}
alt="archive"
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainPage/2ndScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function SecondScroll() {
/>
<p className="text-white text-justify font-light text-sm mt-4">
The TEDxNTUA Archive is a collection of all material produced by
TEDxNTUA since its 2015 inception. Scroll down to see...
TEDxNTUA since its inception in 2015. Scroll down to see...
</p>
</div>

Expand Down
10 changes: 7 additions & 3 deletions src/components/NewsLetterModal/NewsletterContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@ const Newsletter = () => {
</div>
<div className="md:my-0 flex flex-col items-center gap-4 4xl:gap-12 w-[80%] 4xl:w-[70%]">
<h1 className=" leading-7 text-base md:text-lg 2xl:text-2xl 4xl:text-4xl font-bold text-[rgb(51 65 85)]">
BE THE FIRST TO KNOW
GET OUR NEWS FIRST-HAND
</h1>
<p className="text-gray-400 text-sm 2xl:text-base 4xl:text-2xl text-justify font-extralight px-3">
Sign up for TED<span className="text-our-red">x</span>NTUA unmuTED to
be the first to see our fresh news about our team & events!
Sign up for our new project{" "}
<strong className="font-bold italic text-black">
TED<span className="text-our-red">x</span>NTUA unmuTED
</strong>{" "}
to be the first to know the latest news about us & our upcoming
events!
</p>
<SignupButton />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/NewsletterPages/Media/TeamMembers/Aliki.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Aliki() {
<div id="Aliki">
<div className="border-y-2 border-white flex flex-col my-8 py-3 lg:py-4 gap-4 3xl:my-16">
<p className="text-our-red font-bold text-base md:text-lg 3xl:text-2xl">
“Mα εγώ μες τα βιβλία μου θα θελα να χα χαθεί”
“Mα εγώ μες τα βιβλία μου θα 'θελα να 'χα χαθεί”
</p>
<p className="text-left text-sm 3xl:text-base">
Barbie: Βασιλοπούλα και Χωριατοπούλα
Expand Down
4 changes: 2 additions & 2 deletions src/components/Watch/WatchHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const WatchHero = ({
const uniqueYears = getUniqueValues(watchtalks, "year").filter(Boolean);
return (
<div className="flex flex-col items-center lg:relative justify-center lg:mt-[100px] lg:mb-[7%] lg:z-[2] lg:bg-black w-full">
<h1 className="text-white m-3 w-[75%] lg:pl-[4vw] text-3xl lg:text-7xl p-2 text-center font-bold italic">
Here you can find all our
<h1 className="text-white m-3 w-[75%] lg:pl-[4vw] text-3xl lg:text-7xl p-2 text-center font-bold">
Here you can find all
<span className="text-our-red"> TEDx</span>NTUA talks since 2015!
</h1>
<div className="grid grid-cols-2 lg:grid-cols-2 justify-end items-start gap-[2vw] w-10/12 lg:w-auto lg:ml-[60%] lg:mt-[2%]">
Expand Down

0 comments on commit 46381a0

Please sign in to comment.