HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/WPYadBatya/wp-content/themes/yad-batya/page-newsletter.php
<?php /* Template Name: Newsletter Page */
get_header();
?>
<section class="banner-space-wrap">
        <div class="banner-patter-1 newsletter">
            <div class="container">
                <div class="content-wrap">
                    <div class="pagination">
                        <ul class="listing">
                            <li><a href="<?php echo esc_url(site_url()); ?>">Home</a></li>
                            <li><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 330 330">
                                    <path
                                        d="m250.606 154.389-150-149.996c-5.857-5.858-15.355-5.858-21.213.001-5.857 5.858-5.857 15.355.001 21.213l139.393 139.39L79.393 304.394c-5.857 5.858-5.857 15.355.001 21.213C82.322 328.536 86.161 330 90 330s7.678-1.464 10.607-4.394l149.999-150.004a14.996 14.996 0 0 0 0-21.213z">
                                    </path>
                                </svg></li>
                            <li class="active"><a href="<?php echo esc_url(home_url('/newsletter')); ?>">Yad Batya L’Kallah Newsletter</a></li>
                        </ul>
                    </div>
                    <h1 class="title">Yad Batya L’Kallah <span class="block">Newsletter</span></h1>
                    <p class="para">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
                        Ipsum
                        has been the industry’s standard</p>
                </div>
            </div>
        </div>
    </section>


    <div class="inner-content-wrap">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="content-head">
                        <h2 class="title">Batya’s <span>Legacy</span></h2>
                        <!-- <p class="para">“Batya was a young newlywed when she was tragically taken from this world. She
                            was at the peak of her happiness, newly married and expecting her first child when she was
                            in a fatal car accident.”</p> -->
                    </div>
                </div>
                <div class="col-lg-12">
                    <figure class="newsletter-img-wrap">
                   <?php echo do_shortcode('[dflip id="23"][/dflip]'); ?>

                        <!-- <img src="<?php echo get_template_directory_uri(); ?>/img/newsletter-img.png" alt="" class="img"> -->
                    </figure>
                </div>
            </div>
        </div>
    </div>


    <div class="partner-wrap">
        <div class="container custom-container">

            <div class="head-wrap">

                <div class="tag full-bg"><img src="<?php echo get_template_directory_uri(); ?>/img/hand-flower-2.png" class="img" /> <span>Clients</span></div>
                <h2 class="title">Our <span>Partners</span></h2>
                <p class="para">Yad Batya L’Kallah aims to give our kallahs the very best quality in home goods that will last a lifetime.</p>
            </div>

            <div class="logo-wrap">
                <div class="our-partner">
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-1.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-2.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-3.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-4.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-5.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-6.png" alt="">
                        </figure>
                    </div>
                    <div>
                        <figure class="img">
                            <img src="<?php echo get_template_directory_uri(); ?>/img/p-logo-7.png" alt="">
                        </figure>
                    </div>
                </div>


            </div>

        </div>
    </div>


<?php get_footer(); ?>