관리-도구
편집 파일: ethos.blade.php
@extends('layouts.header') @section('content') <!-- Start Page Banner --> <div class="page-banner-area item-bg4" style="background-image: url({{asset('/storage/img/happykiddo_slider_img1.jpg')}});"> <div class="d-table"> <div class="d-table-cell"> <div class="container"> <div class="page-banner-content"> <h2>Dolphinz Ethos</h2> <ul> <li> <a href="{{ route('home') }}">Home</a> </li> <li>Dolphinz Ethos</li> </ul> </div> </div> </div> </div> </div> <!-- End Page Banner --> <!-- Start Choose Area --> <section class="choose-area pt-100 pb-70"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="single-choose-item"> <h4>Dolphinz Ethos</h4> <p style="text-align: justify;">Ethos @ Dolphinz, is the lovely, fun-filled, colorful, second home that we create for our Dolphinites, which help shapes their attitudes to learning, work, relationships, respect, love and human values with our commitment to high standards. "Caring and Sharing" is our commitment to each and every child @ Dolphinz and we ensure to inculcate these values based on "Fun-Way" method and "Montessori" method which is with a strong recognition of the "child's right to play". We strongly believe that children flourish best in an environment in which they know that high standards are expected of them and at the same time are free to pursue their play, learning and development without fear of being hurt or hindered by anyone else. We aim to create a fun-filled environment in which children develop self-discipline and self-esteem in an atmosphere of mutual respect and encouragement. </p> </div> </div> <div class="col-lg-6"> <div class="choose-image"> <img src="{{asset('/storage/img/happykiddo_section-info2.png')}}" alt="image"> <div class="choose-image-shape"> <div class="shape-1"> <img src="{{asset('/storage/img/choose/choose-shape-1.png')}}" alt="image"> </div> <div class="shape-2"> <img src="{{asset('/storage/img/choose/choose-shape-3.png')}}" alt="image"> </div> <div class="shape-3"> <img src="{{asset('/storage/img/choose/choose-shape-3.png')}}" alt="image"> </div> </div> </div> </div> </div> </div> </section> <!-- End Choose Area --> @endsection