diff --git a/lang/en/about.php b/lang/en/about.php index 81992eb..fa77671 100644 --- a/lang/en/about.php +++ b/lang/en/about.php @@ -26,6 +26,11 @@ 'subtitle_4' => 'Live Feed', 'line_4_1' => 'The Live Feed section offers real-time insights into the progress of elections in each country, highlighting election day trends, significant occurrences, and expert commentary from our civil society partners across Europe. Our goal is to amplify the voices of civil society and provide a central space where NGOs from across the EU can cover and analyze the elections from their unique perspectives. Often, these voices are underrepresented or overlooked, and we believe it is crucial to include them in the conversation. That\'s why, on WeVoteEU, we have created a live commentary space, offering a comprehensive and diverse view of the electoral process.', + 'subtitle_4_1' => 'Notice on Election Day Coverage and Compliance with Electoral Silence Regulations', + 'line_4_1_1' => 'We are committed to providing real-time insights into the progress of elections in each EU country, highlighting election day trends, significant occurrences, and expert commentary from our civil society partners across Europe. Please note that the comments and information provided are strictly non-partisan and not related to any political campaigning.', + 'line_4_1_2' => 'Our partner organizations have been informed to adhere to the [EU electoral silence period regulations](https://www.europarl.europa.eu/RegData/etudes/BRIE/2023/751463/EPRS_BRI(2023)751463_EN.pdf). Any information that breaches the electoral silence period will not be displayed on our platform to ensure we do not influence the election process.', + 'line_4_1_3' => 'Thank you for your understanding and cooperation in maintaining the integrity of the electoral process.', + 'subtitle_5' => 'Election Monitoring', 'line_5_1' => 'It is the first time that multiple European organizations are monitoring EU elections simultaneously using the same digital solution—Vote Monitor. This historical event allows us to view for the first time pan-European aggregated data related to vote monitoring in the polling stations. Collaborating with various organizations, this effort ensures comprehensive and trustworthy election monitoring across diverse EU countries.', 'line_5_2' => 'WeVote4.EU is a platform created and managed by **Commit Global**, the world\'s first global civic tech NGO. With the headquarter in the Hague (The Netherlands), Commit Global consolidates, maintains and provides free access to critical digital **Infrastructure for Good,** to civil society organizations and affected populations around the world. For further information on our work, please visit our [website](https://www.commitglobal.org/en).', diff --git a/resources/views/livewire/pages/about.blade.php b/resources/views/livewire/pages/about.blade.php index 3624fed..9875c97 100644 --- a/resources/views/livewire/pages/about.blade.php +++ b/resources/views/livewire/pages/about.blade.php @@ -1,6 +1,6 @@
+ class="max-w-3xl mx-auto prose text-gray-700 md:prose-lg lg:prose-xl prose-a:text-primary-800 prose-a:font-medium hover:prose-a:no-underline prose-headings:text-primary-800 prose-h3:text-gray-700">

{!! Str::inlineMarkdown(__('about.title')) !!}

{!! Str::markdown(__('about.intro_1')) !!} @@ -23,6 +23,13 @@ class="max-w-3xl mx-auto prose text-gray-700 md:prose-lg lg:prose-xl prose-a:tex

{!! Str::inlineMarkdown(__('about.subtitle_4')) !!}

{!! Str::markdown(__('about.line_4_1')) !!} +
+

{!! Str::inlineMarkdown(__('about.subtitle_4_1')) !!}

+ {!! Str::markdown(__('about.line_4_1_1')) !!} + {!! Str::markdown(__('about.line_4_1_2')) !!} + {!! Str::markdown(__('about.line_4_1_3')) !!} +
+

{!! Str::inlineMarkdown(__('about.subtitle_5')) !!}

{!! Str::markdown(__('about.line_5_1')) !!} {!! Str::markdown(__('about.line_5_2')) !!}