@section('title', 'Zero Hunger 2 | GIU') @extends('front.new.layouts.app') @section('content')

Green International University provide sustainable food choices for all on campus, including vegetarian and vegan food.

In 2024, Green International University undertook a comprehensive review of its dining operations to embed even more stronger sustainability practices, this included menu redesign, sustainable sourcing criteria, and introduction of healthier plant-based alternatives. The University’s cafeteria and other food resource offer a wide range of sustainable food options, including daily vegetarian and vegan meals, plant-forward menus, and dishes prepared from fresh, locally sourced ingredients. These practices support environmental protection, reduce the carbon footprint associated with food production, and promote mindful consumption across campus.

@php $galleries = [ 'Green University Café providing healthy, sustainable, and affordable food choices.' => [ 'paragraph' => '', 'images' => ['front/new/img/sdgs/img/img_75.png','front/new/img/sdgs/img/img_76.png','front/new/img/sdgs/img/img_77.png','front/new/img/sdgs/img/img_78.png','front/new/img/sdgs/img/img_79.png','front/new/img/sdgs/img/img_80.png','front/new/img/sdgs/img/img_82.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