Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions app/Livewire/PartnerContentComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,17 +543,13 @@ public function render()
// Council Presidency content
$councilContent = collect([
(object)[
'name' => 'Stamatis Papadakis',
'name' => 'Annie Bergh – Sweden',
'title' => 'Council President',
'description' => 'Stamatios Papadakis is an Assistant Professor at the University of Crete, bringing 23
years of experience as an informatics teacher to his work. He is dedicated to
advancing digital skills and computational thinking in education. With a strong
background in mobile learning and computer science, Stamatios is passionate about
leading the Code Week initiative, his vision is to unite educators, industry leaders,
and policymakers to create impactful digital skills programs that empower
communities and inspire the next generation of learners to thrive in an increasingly
digital world.',
'image' => 'images/council/one.jpg',
'description' => 'Building bridges between classrooms and code
Annie Bergh began her educational journey in 1991 as a preschool teacher and later taught students aged 6 to 13. But since 2014, she’s taken on a broader mission: supporting all 85 schools in Malmö municipality as a driving force behind internationalisation, coding, and robotics. Annie is the proud caretaker of 17 NAO robots—yes, actual humanoid robots—which teachers across Malmö can borrow to bring coding and AI to life in their classrooms. Through hands-on workshops and energetic TeachMeets, she inspires educators from preschool to upper secondary to integrate technology into their teaching in meaningful and creative ways.
Until recently, Annie also led the regional First Lego League (FLL) initiative for eight years, helping young minds explore science and innovation through teamwork and robotics. While she no longer teaches in a classroom, she’s still very much an educator—just one with a few more robots and a lot more cables.
My motto in the presidency is: Innovate, educate, collaborate: Together, I know that we can build a brighter, more collaborative future through the power of code.',
'image' => 'images/council/AnnieBergh.jpg',
],
]);

Expand Down
Binary file added public/images/council/AnnieBergh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/excel/example.xlsx
Binary file not shown.
33 changes: 0 additions & 33 deletions resources/views/livewire/council-content-component.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,6 @@
<h2 id="profile-heading" class="text-dark-blue text-[22px] md:text-[36px] font-medium font-['Montserrat']">
{{ $member->name }}
</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="38" viewBox="0 0 56 38" fill="none">
<g filter="url(#filter0_d_3503_26825)">
<mask id="mask0_3503_26825" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="48" height="30">
<rect x="4" y="4" width="48" height="30" rx="2" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_3503_26825)">
<rect x="4" y="4" width="48" height="3.33333" fill="#002AC5"/>
<rect x="4" y="7.33337" width="48" height="3.33333" fill="white"/>
<rect x="4" y="10.6666" width="48" height="3.33333" fill="#002AC5"/>
<rect x="4" y="14" width="48" height="3.33333" fill="white"/>
<rect x="4" y="17.3334" width="48" height="3.33333" fill="#002AC5"/>
<rect x="4" y="20.6666" width="48" height="3.33333" fill="white"/>
<rect x="4" y="24" width="48" height="3.33333" fill="#002AC5"/>
<rect x="4" y="27.3334" width="48" height="3.33333" fill="white"/>
<rect x="4" y="30.6666" width="48" height="3.33333" fill="#002AC5"/>
<rect x="4" y="4" width="16.66" height="16.66" fill="#002AC5"/>
<rect x="4" y="10.67" width="16.66" height="3.33" fill="white"/>
<rect x="10.6641" y="20.665" width="16.66" height="3.33" transform="rotate(-90 10.6641 20.665)" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_3503_26825" x="0" y="0" width="56" height="38" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3503_26825"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3503_26825" result="shape"/>
</filter>
</defs>
</svg>
</div>

<span class="mt-6 text-3xl font-medium leading-tight text-gray-700 max-md:max-w-full">
Expand Down