Skip to content

Commit

Permalink
update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 5, 2024
1 parent d0c299c commit 00a0ecc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lang/en/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).',
Expand Down
9 changes: 8 additions & 1 deletion resources/views/livewire/pages/about.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="px-6 py-32 lg:px-8">
<div
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">
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">
<h1>{!! Str::inlineMarkdown(__('about.title')) !!}</h1>

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

<blockquote class="text-base not-italic font-normal">
<h3>{!! Str::inlineMarkdown(__('about.subtitle_4_1')) !!}</h3>
{!! Str::markdown(__('about.line_4_1_1')) !!}
{!! Str::markdown(__('about.line_4_1_2')) !!}
{!! Str::markdown(__('about.line_4_1_3')) !!}
</blockquote>

<h2>{!! Str::inlineMarkdown(__('about.subtitle_5')) !!}</h2>
{!! Str::markdown(__('about.line_5_1')) !!}
{!! Str::markdown(__('about.line_5_2')) !!}
Expand Down

0 comments on commit 00a0ecc

Please sign in to comment.