diff --git a/dictionaries/bg.json b/dictionaries/bg.json index 22ed144..c708aaf 100644 --- a/dictionaries/bg.json +++ b/dictionaries/bg.json @@ -7,11 +7,10 @@ "contact": "Контакти" }, "main": { - "date": "2 – 3", - "monthYear": "Ноември 2024", - "titleLocation": "Иновативен форум \"Джон Атанасов\" – София Тех Парк", + "date": "2 - 3 ноември 2024", + "titleLocation": "София Тех Парк", "countdownTimer": { - "title": "До OpenFest остават:", + "title": "До OpenFest остават", "days": "Дни", "hours": "Часа", "minutes": "Минути" @@ -21,7 +20,7 @@ "text": "OpenFest е най-голямата българска конференция, посветена на свободната култура, свободното споделяне на знание, свободния и отворен софтуер. Събитието се организира от доброволци и е безплатно за посещение. OpenFest се провежда годишно в София, България." }, "cfp": { - "title": "Как можете да участвате в OpenFest 2024", + "title": "Как можете да участвате в OpenFest 2024?", "lecture": "Участвайте с лекция, работилница или щанд", "volunteers": "Присъединете се като доброволец", "partners": "Подкрепете събитието като партньор" diff --git a/dictionaries/en.json b/dictionaries/en.json index 9a666bf..1bb28f2 100644 --- a/dictionaries/en.json +++ b/dictionaries/en.json @@ -7,11 +7,10 @@ "contact": "Contact" }, "main": { - "date": "2 - 3", - "monthYear": "November, 2024", - "titleLocation": "Innovation forum \"John Atanasoff\" – Sofia Tech Park", + "date": "2 - 3 november 2024", + "titleLocation": "Sofia Tech Park", "countdownTimer": { - "title": "OpenFest starts in:", + "title": "OpenFest starts in", "days": "Days", "hours": "Hours", "minutes": "Minutes" diff --git a/public/images/openfest-1.png b/public/images/openfest-1.png new file mode 100644 index 0000000..1340752 Binary files /dev/null and b/public/images/openfest-1.png differ diff --git a/src/app/[lang]/page.jsx b/src/app/[lang]/page.jsx index 2df2bd9..4a1aa91 100644 --- a/src/app/[lang]/page.jsx +++ b/src/app/[lang]/page.jsx @@ -10,19 +10,21 @@ export default async function Home({ params }) { return ( <> -
+
-

{dictionary.main.monthYear}

-

+

{dictionary.main.date} +

+

+ OpenFest
2024

-

+

“Let’s share the freedom!”

-

+

{dictionary.main.titleLocation}

@@ -55,7 +57,7 @@ export default async function Home({ params }) {
-
+

@@ -63,7 +65,7 @@ export default async function Home({ params }) {

-
+

@@ -71,7 +73,7 @@ export default async function Home({ params }) {

-
+

diff --git a/src/components/CountDownTimer.jsx b/src/components/CountDownTimer.jsx index 0ff1b70..af15305 100644 --- a/src/components/CountDownTimer.jsx +++ b/src/components/CountDownTimer.jsx @@ -41,44 +41,48 @@ const CountDownTimer = ({ props }) => { {props.title}

-
+
- -

+ +

{days}

-

{props.days}

+

+ {props.days} +

-
+
-

+

{hours}

-

{props.hours}

+

+ {props.hours} +

-
+
-

+

{minutes}

-

+

{props.minutes}

diff --git a/src/components/NewsFeed.jsx b/src/components/NewsFeed.jsx index e962902..914313e 100644 --- a/src/components/NewsFeed.jsx +++ b/src/components/NewsFeed.jsx @@ -17,7 +17,7 @@ const NewsFeed = async ({ lang }) => { return (
diff --git a/src/components/Partners.jsx b/src/components/Partners.jsx index 0de3f50..215b5b4 100644 --- a/src/components/Partners.jsx +++ b/src/components/Partners.jsx @@ -18,7 +18,7 @@ const Partners = async ({ lang }) => { return (
-
+

{dictionary.main.partners.sponsors} diff --git a/tailwind.config.ts b/tailwind.config.ts index 5d7ffa7..c048832 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -11,7 +11,7 @@ const config: Config = { 'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))', 'gradient-conic': 'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))', - 'home-bg': "url('/images/openfest-1.webp')", + 'home-bg': "url('/images/openfest-1.png')", }, colors: { 'blue-2': '#004394',