diff --git a/apps/fmicodes-site/app/[locale]/(general)/regulations/page.tsx b/apps/fmicodes-site/app/[locale]/(general)/regulations/page.tsx index 3df062f..acefc63 100644 --- a/apps/fmicodes-site/app/[locale]/(general)/regulations/page.tsx +++ b/apps/fmicodes-site/app/[locale]/(general)/regulations/page.tsx @@ -187,8 +187,8 @@ export default function RegulationsPage() { представяне.
  • - Участниците са задължени да направят представянето на проектите си - от предоставен от организаторите комплютър. + Участниците трябва да направят представянето на проектите си от + собствен комплютър.
  • diff --git a/apps/fmicodes-site/public/assets/images/banner2.svg b/apps/fmicodes-site/public/assets/images/banner2.svg new file mode 100644 index 0000000..d5c347b --- /dev/null +++ b/apps/fmicodes-site/public/assets/images/banner2.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/fmicodes-ui/src/lib/components/site/hero/hero.tsx b/libs/fmicodes-ui/src/lib/components/site/hero/hero.tsx index 36a1503..0783be9 100644 --- a/libs/fmicodes-ui/src/lib/components/site/hero/hero.tsx +++ b/libs/fmicodes-ui/src/lib/components/site/hero/hero.tsx @@ -2,25 +2,26 @@ import Image from 'next/image'; export function Hero() { const bannerWidth = 611; - const bannerHeight = 210; + const bannerHeight = 500; const aspectRatio = (bannerHeight / bannerWidth) * 100; return ( -
    -
    +
    +
    FMI{Codes} event banner with decorative background + {/*
    + */}
    diff --git a/libs/fmicodes-ui/src/lib/components/site/regulation-item/regulation-item.tsx b/libs/fmicodes-ui/src/lib/components/site/regulation-item/regulation-item.tsx index 5d2671d..15c788a 100644 --- a/libs/fmicodes-ui/src/lib/components/site/regulation-item/regulation-item.tsx +++ b/libs/fmicodes-ui/src/lib/components/site/regulation-item/regulation-item.tsx @@ -17,7 +17,7 @@ export function RegulationItem({ title, content }: RegulationItemProps) { return ( - + {title}