@section('title', 'PARTNERSHIPS FOR THE GOALS 17| GIU') @extends('front.new.layouts.app') @section('content')

Green International University collaborates with NGOs to tackle the SDGs through student volunteering programs, research programmes, and development of educational resources.

During 2024, GIU expanded its NGO collaboration portfolio by initiating new community projects, increasing opportunities for student volunteering and enhancing coordination to support multi-sector SDG interventions, embed NGO-supported activities into curriculum and research undertakings.

@php $galleries = [ 'MOU Signed with Nature Conservation and Protection Society (NCP) on Development of Sustainability Policy and Practices' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_270.png','front/new/img/sdgs/img/img_271.png','front/new/img/sdgs/img/img_272.png','front/new/img/sdgs/img/img_273.png','front/new/img/sdgs/img/img_274.png','front/new/img/sdgs/img/img_275.png','front/new/img/sdgs/img/img_276.png','front/new/img/sdgs/img/img_277.png'] ], 'A glimpse of activity held in line with the MOU signed with Nature Conservation and Protection Society (NCP) on Development of Sustainability Policy and Practices' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_278.png','front/new/img/sdgs/img/img_279.png','front/new/img/sdgs/img/img_280.png','front/new/img/sdgs/img/img_281.png'] ], 'MOU Signed with Waduha Welfare Organization' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_282.png','front/new/img/sdgs/img/img_283.png','front/new/img/sdgs/img/img_284.png','front/new/img/sdgs/img/img_285.png','front/new/img/sdgs/img/img_286.png','front/new/img/sdgs/img/img_287.png'] ], 'Few glimpses of outreach activity on “Education for the SDGs in the wider community (Efforts for a Brighter Future)”, in collaboration with Waduha Welfare Organization.' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_288.png','front/new/img/sdgs/img/img_293.png','front/new/img/sdgs/img/img_290.png','front/new/img/sdgs/img/img_291.png','front/new/img/sdgs/img/img_292.png','front/new/img/sdgs/img/img_289.png','front/new/img/sdgs/img/img_294.png'] ], ]; @endphp

Glimpses of Sustainability Efforts – 2024

@foreach($galleries as $title => $data)

{{ $title }}

{{ $data['paragraph'] }}

@foreach($data['images'] as $index => $image)
@endforeach
@endforeach @endsection @push('js') @endpush