It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://Laatwaaipapagaai.org/forum/profile/lanoramclendon0/

  1. 
  2. <!DOCTYPE html>
  3. <html lang="en">
  4.  
  5.  
  6. <head>
  7.    <title>Home - LAAT WAAI PAPAGAAI NPC</title>
  8.    <meta charset="utf-8">
  9.    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10.    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap" rel="stylesheet">
  11.    <link rel="stylesheet" href="css/font-awesome.min.css">
  12.    <link rel="stylesheet" href="css/animate.css%2bowl.carousel.min.css%2bowl.theme.default.min.css%2bmagnific-popup.css%2bbootstrap-datepicker.css%2bjquery.timepicker.css%2bflaticon.css%2bstyle.css.pagespeed.cc.UfkgCF7BiX.css" />
  13.    <link rel="icon" href="images/favicon.png" type="image/gif">
  14.    <link rel="preconnect" href="https://fonts.googleapis.com">
  15.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16.    <link href="https://fonts.googleapis.com/css2?family=Oleo+Script:wght@700&display=swap" rel="stylesheet">
  17.  
  18.    <style>
  19.        .english {
  20.            background-color: white;
  21.            padding-left: 30px;
  22.            padding-right: 30px;
  23.            color: black;
  24.            font-size: 20px;
  25.            font-weight: 700;
  26.            border: 1px solid gray;
  27.            padding-top: 10px;
  28.            padding-bottom: 10px;
  29.            margin-right: 10px;
  30.            transition: .4s;
  31.            margin-bottom: 10px;
  32.        }
  33.        
  34.        .afrikaan {
  35.            background-color: white;
  36.            padding-left: 30px;
  37.            padding-right: 30px;
  38.            color: black;
  39.            font-size: 20px;
  40.            font-weight: 700;
  41.            border: 1px solid gray;
  42.            padding-top: 10px;
  43.            padding-bottom: 10px;
  44.            margin-right: 10px;
  45.            transition: .4s;
  46.        }
  47.        
  48.        .english:hover {
  49.            background-color: #FD4C82;
  50.            color: white;
  51.            transition: .4s;
  52.        }
  53.        
  54.        .afrikaan:hover {
  55.            background-color: #FD4C82;
  56.            color: white;
  57.            transition: .4s;
  58.        }
  59.        
  60.        .language-active {
  61.            background-color: #FD4C82;
  62.            color: white;
  63.            border: 0px solid #FD4C82;
  64.        }
  65.        
  66.        #afrikaan-faqs {
  67.            display: none;
  68.        }
  69.        /* Style the buttons that are used to open and close the accordion panel */
  70.        
  71.        .accordion {
  72.            background-color: #eee;
  73.            color: black;
  74.            cursor: pointer;
  75.            padding: 18px;
  76.            width: 100%;
  77.            text-align: left;
  78.            border: none;
  79.            outline: none;
  80.            transition: 0.4s;
  81.        }
  82.        /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  83.        
  84.        .active,
  85.        .accordion:hover {
  86.            background-color: #FD4C82;
  87.        }
  88.        /* Style the accordion panel. Note: hidden
  89.        by default */
  90.        
  91.        .panel {
  92.            padding: 0 18px;
  93.            background-color: white;
  94.            max-height: 0;
  95.            overflow: hidden;
  96.            transition: max-height 0.2s ease-out;
  97.        }
  98.        
  99.        .accordion:after {
  100.            content: '\02795';
  101.            /* Unicode character for "plus" sign (+) */
  102.            font-size: 13px;
  103.            color: #777;
  104.            float: right;
  105.            margin-left: 5px;
  106.        }
  107.        
  108.        .active:after {
  109.            content: "\2796";
  110.            /* Unicode character for "minus" sign (-) */
  111.        }
  112.    </style>
  113. </head>
  114.  
  115. <style>
  116.    .dropdown {
  117.        position: relative;
  118.        display: inline-block;
  119.        margin-left: 10px;
  120.        margin-right: 40px;
  121.        color: black;
  122.        margin-top: 27px;
  123.        color: black;
  124.    }
  125.    
  126.    @media(max-width:991px) {
  127.        .dropdown {
  128.            position: relative;
  129.            display: inline-block;
  130.            margin-left: 0px;
  131.            margin-right: 40px;
  132.            color: black;
  133.            margin-top: 15px;
  134.            margin-bottom: 15px;
  135.            color: white;
  136.        }
  137.    }
  138.    
  139.    .dropdown span:hover {
  140.        cursor: pointer;
  141.    }
  142.    
  143.    .scrolled .dropdown {
  144.        position: relative;
  145.        display: inline-block;
  146.        margin-left: 0px;
  147.        margin-right: 30px;
  148.        color: black;
  149.        margin-top: 18px;
  150.    }
  151.    
  152.    .dropdown-content {
  153.        display: none;
  154.        position: absolute;
  155.        background-color: #f9f9f9;
  156.        min-width: 160px;
  157.        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  158.        padding: 12px 16px;
  159.        z-index: 1;
  160.    }
  161.    
  162.    .dropdown-content a {
  163.        color: black;
  164.    }
  165.    
  166.    .dropdown:hover .dropdown-content {
  167.        display: block;
  168.    }
  169. </style>
  170.  
  171. <div class="wrap">
  172.    <div class="container">
  173.        <div class="row justify-content-between">
  174.            <div class="col-md-9  col-md d-flex align-items-center" style=" overflow:visible;">
  175.                <p class="m-0 p-0" style="font-weight: 500; color: white;">Visit <a href="https://sacoronavirus.co.za" target="_blank">https://sacoronavirus.co.za </a> to learn more about the Covid19 response measures</p>
  176.            </div>
  177.            <div class="col-12 col-md d-flex justify-content-md-end">
  178.                <div class="social-media">
  179.                    <p class="mb-0 d-flex">
  180.                        <a href="https://www.facebook.com/groups/913218152756762/?multi_permalinks=1057932748285301" target="_blank" class="d-flex align-items-center justify-content-center"><span
  181. class="fa fa-facebook" ><i class="sr-only"></i></span></a>
  182.                        <a href="https://t.me/joinchat/T5bYXPpv0LO_n7u-" target="_blank" class="d-flex align-items-center justify-content-center"><span
  183. class="fa fa-telegram"><i class="sr-only"></i></span></a>
  184.                        <!-- <a href="#" class="d-flex align-items-center justify-content-center"><span
  185. class="fa fa-instagram"><i class="sr-only">Instagram</i></span></a> -->
  186.                        <!-- <a href="#" class="d-flex align-items-center justify-content-center"><span
  187. class="fa fa-dribbble"><i class="sr-only">Dribbble</i></span></a> -->
  188.                    </p>
  189.                </div>
  190.            </div>
  191.        </div>
  192.    </div>
  193. </div>
  194. <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
  195.    <div class="container w-100">
  196.        <a class="navbar-brand d-flex align-items-center" style="padding:5px;" href="index.php">
  197.            <img src="images/logo.png" style="width: 120px;">
  198.        </a>
  199.        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
  200. <span class="oi oi-menu"></span> Menu
  201. </button>
  202.        <div class="collapse navbar-collapse" id="ftco-nav">
  203.            <ul class="navbar-nav ml-auto mr-auto">
  204.                <li class="nav-item "><a href="index.php" class="nav-link">Home</a></li>
  205.                <li class="nav-item"><a href="about.php" class="nav-link">About</a></li>
  206.                <!-- <li class="nav-item"><a href="groomer.html" class="nav-link">Groomers</a></li> -->
  207.  
  208.                <li class="nav-item"><a href="resources.php" class="nav-link">Advocacy</a></li>
  209.                <!-- <li class="nav-item"><a href="adoption-center.php" class="nav-link">Rehoming</a></li> -->
  210.                <li class="nav-item"><a href="sickbay.php" class="nav-link">Sickbay</a></li>
  211.  
  212.                <li class="nav-item"><a href="gallery.php" class="nav-link">Gallery</a></li>
  213.  
  214.                <!--  -->
  215.                <div class="dropdown">
  216.                    <span>More</span>
  217.                    <div class="dropdown-content">
  218.                        <li class="nav-item"><a href="join.php" class="">Join</a></li>
  219.                        <li class="nav-item"><a href="blog.php" class="">News</a></li>
  220.                        <li class="nav-item"><a href="contact.php" class="">Contact us</a></li>
  221.                    </div>
  222.                </div>
  223.  
  224.  
  225.                <li class="nav-item cta"><a href="donate.php" class="nav-link" style="padding-left: 40px;padding-right: 40px; margin-right: 5px;">Donate</a></li>
  226.  
  227.                <li class="nav-item cta"><a href="https://laatwaaipapagaai.org/forum/" target="_blank" class="nav-link" style="padding-left: 40px;padding-right: 40px;">Forum</a></li>
  228.            </ul>
  229.        </div>
  230.    </div>
  231. </nav>
  232. <section class="hero-wrap js-fullheight" style="background:linear-gradient(90deg, rgb(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(images/header111.jpg); background-size:cover; background-position: left left;" data-stellar-background-ratio="0.5">
  233.  
  234.    <div class="container">
  235.        <div class="row no-gutters slider-text js-fullheight align-items-center" data-scrollax-parent="true">
  236.            <div class="col-lg-7 pt-md-5 ftco-animate">
  237.                <div class="mt-5">
  238.                    <h4 style="color: white;">
  239.                        <span style="font-family: 'Oleo Script', cursive; color:#FD4C82;font-size: 40px;"> Welcome to the online home of Laat Waai Papagaai.</span> <br> We are a charity driven by our passion and commitment to the conservation and  responsible ownership of companion birds.</h4>
  240.                    <!-- <p class="mb-4"  style="color: white;">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove.</p> -->
  241.                    <!-- <p><a href="#" class="btn btn-primary py-3 px-4">Make An Appointment</a> <a href="#" class="btn btn-secondary py-3 px-4 font-weight-bold">11-234-5678-9102</a></p> -->
  242.                </div>
  243.            </div>
  244.        </div>
  245.    </div>
  246. </section>
  247. <!-- <section class="ftco-section bg-light ftco-no-pt intro">
  248.    <div class="container">
  249.        <div class="row">
  250.            <div class="col-md-4 d-flex align-self-stretch">
  251.                <div class="d-block services d-flex justify-content-between">
  252.                    <div class="icon d-flex align-items-center justify-content-center">
  253.                        <span class="flaticon-stethoscope"></span>
  254.                </div>
  255.                <div class="media-body">
  256.                    <h3 class="heading">Veterinary Service</h3>
  257.                    <p class="mb-0">Far far away, behind the word mountains.</p>
  258.  
  259.                </div>
  260.            </div>
  261.        </div>
  262.        <div class="col-md-4 d-flex align-self-stretch">
  263.            <div class="d-block services d-flex justify-content-between">
  264.                <div class="icon d-flex align-items-center justify-content-center">
  265.                    <span class="flaticon-pet"></span>
  266.                </div>
  267.                <div class="media-body">
  268.                    <h3 class="heading">Pet Grooming</h3>
  269.                    <p class="mb-0">Far far away, behind the word mountains.</p>
  270.  
  271.                </div>
  272.            </div>
  273.        </div>
  274.        <div class="col-md-4 d-flex align-self-stretch">
  275.            <div class="d-block services d-flex justify-content-between">
  276.                <div class="icon d-flex align-items-center justify-content-center">
  277.                    <span class="flaticon-cat"></span>
  278.                </div>
  279.                <div class="media-body">
  280.                    <h3 class="heading">Pet Setting</h3>
  281.                    <p class="mb-0">Far far away, behind the word mountains.</p>
  282.  
  283.                </div>
  284.            </div>
  285.        </div>
  286.    </div>
  287.    </div>
  288. </section> -->
  289. <section class="ftco-counter pt-5  img ftco-section ftco-no-pt ftco-no-pb bg-light">
  290.    <div class="container">
  291.        <div class="row d-flex">
  292.            <div class="col-md-6 col-lg-5 d-flex">
  293.                <div class="img w-100 d-flex align-self-stretch align-items-center" style="background-image:url(new-pics123/1\ \(10\).jpg)">
  294.                </div>
  295.            </div>
  296.            <div class="col-md-6 col-lg-7 pl-lg-5">
  297.                <div class="py-md-4">
  298.                    <div class="row justify-content-start pb-3">
  299.                        <div class="col-md-12 heading-section ftco-animate p-4 p-lg-5">
  300.                            <span class="subheading">Welcome to Laat Waai Papagaai NPC</span>
  301.                            <h2 class="mb-4">Let no parrot be left behind!</h2>
  302.                            <p>Laat Waai Papagaai NPC is a registered public benefit organization, dedicated to protecting and promoting the plight of exotic bird species in the public interest. We help parrots to receive the treatment
  303.                                they need, we raise awareness about keeping avians, we offer medical and welfare support to parrots as well as an  advocate for animal rights with a focus on avians.
  304.                            </p>
  305.                            <ul class="list-services">
  306.                                <!-- <a href="resources.php">
  307.                                    <li class="d-flex align-items-center">
  308.                                        <div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-stethoscope"></span></div>
  309.                                        <p>Resources</p>
  310.                                    </li>
  311.                                </a>
  312.                                <p class="">We offer free resources to help you better understand and care for your birds</p> -->
  313.  
  314.                                <a href="sickbay.php">
  315.                                    <li class="d-flex align-items-center">
  316.                                        <div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-stethoscope"></span></div>
  317.                                        <p>Sickbay</p>
  318.                                    </li>
  319.                                </a>
  320.                                <p class="">Our sickbay connects people seeking welfare support with the right veterinarian specialist.</p>
  321.  
  322.  
  323.  
  324.  
  325.                                <a href="https://laatwaaipapagaai.co.za/forum/" target="_blank">
  326.                                    <li class="d-flex align-items-center">
  327.                                        <div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-stethoscope"></span></div>
  328.                                        <p>Forum</p>
  329.                                    </li>
  330.                                </a>
  331.                                <p class="">Join our community to share and learn from like-minded bird lovers.
  332.                                </p>
  333.                                <!-- <a href="adoption-center.php">
  334.                                    <li class="d-flex align-items-center">
  335.                                        <div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-stethoscope"></span></div>
  336.                                        <p>Rehoming</p>
  337.                                    </li>
  338.                                </a>
  339.                                <p class="">Need help with parrot rescue or wish to adopt an avian in need of a home?
  340.                                </p> -->
  341.                            </ul>
  342.                        </div>
  343.                    </div>
  344.                </div>
  345.            </div>
  346.        </div>
  347.    </div>
  348. </section>
  349. <!-- <section class="ftco-section ftco-no-pt ftco-no-pb ftco-services-2">
  350.    <div class="container">
  351.        <div class="row">
  352.            <div class="col-md-12 py-5 text-center">
  353.                <h3 class="appointment-heading">Make An Appointment</h3>
  354.                <div class="appointment-wrap d-flex align-items-center">
  355.                    <form action="#" class="appointment-form ftco-animate">
  356.                        <div class="row">
  357.                            <div class="col-md-3">
  358.                                <div class="form-group">
  359.                                    <input type="text" class="form-control" placeholder="First Name">
  360.                                </div>
  361.                            </div>
  362.                            <div class="col-md-3">
  363.                                <div class="form-group">
  364.                                    <input type="text" class="form-control" placeholder="Last Name">
  365.                                </div>
  366.                            </div>
  367.                            <div class="col-md-3">
  368.                                <div class="form-group">
  369.                                    <div class="form-field">
  370.                                        <div class="select-wrap">
  371.                                            <div class="icon"><span class="fa fa-chevron-down"></span></div>
  372.                                            <select name="" id="" class="form-control">
  373.                                                    <option value="">Select Your Services</option>
  374.                                                    <option value="">Pet Adoption</option>
  375.                                                    <option value="">Pet Grooming</option>
  376.                                                    <option value="">Vaccination</option>
  377.                                                    <option value="">Dog Training</option>
  378.                                                    <option value="">Pet Daycare</option>
  379.                                                    <option value="">Pet Sitter</option>
  380.                                                    <option value="">Veterinary Help</option>
  381.                                                    <option value="">Other Services</option>
  382.                                                </select>
  383.                                        </div>
  384.                                    </div>
  385.                                </div>
  386.                            </div>
  387.                            <div class="col-md-3">
  388.                                <div class="form-group">
  389.                                    <input type="text" class="form-control" placeholder="Phone">
  390.                                </div>
  391.                            </div>
  392.                            <div class="col-md-3">
  393.                                <div class="form-group">
  394.                                    <div class="input-wrap">
  395.                                        <div class="icon"><span class="fa fa-calendar"></span></div>
  396.                                        <input type="text" class="form-control appointment_date" placeholder="Date">
  397.                                    </div>
  398.                                </div>
  399.                            </div>
  400.                            <div class="col-md-3">
  401.                                <div class="form-group">
  402.                                    <div class="input-wrap">
  403.                                        <div class="icon"><span class="fa fa-clock-o"></span></div>
  404.                                        <input type="text" class="form-control appointment_time" placeholder="Time">
  405.                                    </div>
  406.                                </div>
  407.                            </div>
  408.                            <div class="col-md-3">
  409.                                <div class="form-group">
  410.                                    <textarea name="" id="" cols="30" rows="2" class="form-control" placeholder="Message"></textarea>
  411.                                </div>
  412.                            </div>
  413.                            <div class="col-md-3">
  414.                                <div class="form-group">
  415.                                    <input type="submit" value="Appointment" class="btn btn-secondary py-3 px-4">
  416.                                </div>
  417.                            </div>
  418.                        </div>
  419.                    </form>
  420.                </div>
  421.            </div>
  422.        </div>
  423.    </div>
  424. </section> -->
  425. <!-- <section class="ftco-section bg-light">
  426.    <div class="container">
  427.        <div class="row justify-content-center mb-5 pb-2">
  428.            <div class="col-md-8 text-center heading-section ftco-animate">
  429.                <span class="subheading">Groomers</span>
  430.                <h2 class="mb-4">Our Groomers</h2>
  431.            </div>
  432.        </div>
  433.        <div class="row">
  434.            <div class="col-md-6 col-lg-3 ftco-animate">
  435.                <div class="staff">
  436.                    <div class="img-wrap d-flex align-items-stretch">
  437.                        <div class="img align-self-stretch" style="background-image:url(images/xdoc-1.jpg.pagespeed.ic.TOBWPQoHd_.jpg)"></div>
  438.                    </div>
  439.                    <div class="text text-center">
  440.                        <h3 class="mb-1">Lloyd Wilson</h3>
  441.                        <span class="position mb-2">CEO, Founder</span>
  442.                        <div class="faded">
  443.                            <ul class="ftco-social text-center">
  444.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  445.                                                class="fa fa-twitter"></span></a></li>
  446.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  447.                                                class="fa fa-facebook"></span></a></li>
  448.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  449.                                                class="fa fa-google"></span></a></li>
  450.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  451.                                                class="fa fa-instagram"></span></a></li>
  452.                            </ul>
  453.                        </div>
  454.                    </div>
  455.                </div>
  456.            </div>
  457.            <div class="col-md-6 col-lg-3 ftco-animate">
  458.                <div class="staff">
  459.                    <div class="img-wrap d-flex align-items-stretch">
  460.                        <div class="img align-self-stretch" style="background-image:url(images/xdoc-2.jpg.pagespeed.ic.tACp57szBh.jpg)"></div>
  461.                    </div>
  462.                    <div class="text text-center">
  463.                        <h3 class="mb-1">Rachel Parker</h3>
  464.                        <span class="position mb-2">Trainer</span>
  465.                        <div class="faded">
  466.                            <ul class="ftco-social text-center">
  467.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  468.                                                class="fa fa-twitter"></span></a></li>
  469.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  470.                                                class="fa fa-facebook"></span></a></li>
  471.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  472.                                                class="fa fa-google"></span></a></li>
  473.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  474.                                                class="fa fa-instagram"></span></a></li>
  475.                            </ul>
  476.                        </div>
  477.                    </div>
  478.                </div>
  479.            </div>
  480.            <div class="col-md-6 col-lg-3 ftco-animate">
  481.                <div class="staff">
  482.                    <div class="img-wrap d-flex align-items-stretch">
  483.                        <div class="img align-self-stretch" style="background-image:url(images/xdoc-3.jpg.pagespeed.ic.UBSV59S36T.jpg)"></div>
  484.                    </div>
  485.                    <div class="text text-center">
  486.                        <h3 class="mb-1">Ian Smith</h3>
  487.                        <span class="position mb-2">Groomer</span>
  488.                        <div class="faded">
  489.                            <ul class="ftco-social text-center">
  490.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  491.                                                class="fa fa-twitter"></span></a></li>
  492.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  493.                                                class="fa fa-facebook"></span></a></li>
  494.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  495.                                                class="fa fa-google"></span></a></li>
  496.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  497.                                                class="fa fa-instagram"></span></a></li>
  498.                            </ul>
  499.                        </div>
  500.                    </div>
  501.                </div>
  502.            </div>
  503.            <div class="col-md-6 col-lg-3 ftco-animate">
  504.                <div class="staff">
  505.                    <div class="img-wrap d-flex align-items-stretch">
  506.                        <div class="img align-self-stretch" style="background-image:url(images/xdoc-4.jpg.pagespeed.ic.ZyGu4NVXNY.jpg)"></div>
  507.                    </div>
  508.                    <div class="text text-center">
  509.                        <h3 class="mb-1">Alicia Henderson</h3>
  510.                        <span class="position mb-2">Groomer</span>
  511.                        <div class="faded">
  512.                            <ul class="ftco-social text-center">
  513.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  514.                                                class="fa fa-twitter"></span></a></li>
  515.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  516.                                                class="fa fa-facebook"></span></a></li>
  517.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  518.                                                class="fa fa-google"></span></a></li>
  519.                                <li class="ftco-animate"><a href="#" class="d-flex align-items-center justify-content-center"><span
  520.                                                class="fa fa-instagram"></span></a></li>
  521.                            </ul>
  522.                        </div>
  523.                    </div>
  524.                </div>
  525.            </div>
  526.        </div>
  527.    </div>
  528. </section> -->
  529. <section class="ftco-section testimony-section img" style="background-image:url(new-pics123/1\ \(21\).jpg)">
  530.    <div class="container-fluid">
  531.        <div class="row justify-content-center pb-3">
  532.            <div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
  533.                <span class="subheading">Read testimonials</span>
  534.                <h2 class="mb-4">Testimonials</h2>
  535.            </div>
  536.        </div>
  537.        <div class="row ftco-animate justify-content-center">
  538.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  539.                <h5>Twannette</h5>
  540.                <p>â\x80\x9cI rescued my African Grey parrot (Stoffel) from unscrupulous smugglers from the Congo, and due to the horrible conditions he had to endure, I had to rush him to our nearest veterinarian. He was diagnosed with Pneumonia and malnourishment, they wanted to euthanize him, however I decided against it because how can I rescue him and then euthanize? I contacted LWP and you assisted me with such compassion and love for my African Grey and not just that you calmed me in a very stressed situation. To make a long story short - I followed your advice, took him to an avian veterinarian where he received numerous sessions of antibiotics, steam therapy and Cannula (intravenous fluids). Needless to say, with the therapy and your advice to supplement his diet with fruit, vegetables and healthy seeds (NO PEANUTS & NO SUNFLOWER SEEDS) my African Grey is a healthy, happy and content bird. </p>
  541.  
  542.                <p>I could not resist taking Stoffel to the veterinarian who wanted to euthanize him and the vet was amazed at the recovery he made.</p>
  543.  
  544.                <p>Thank you so much for all your assistance and advice.â\x80\x9d</p>
  545.  
  546.  
  547.            </div>
  548.  
  549.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  550.                <h5>Charie</h5>
  551.                <p>â\x80\x9cI was totally uneducated about how complicated it is to care for a parrot properly, like your general public I was under the impression a parrot sits in a cage and eat whatever the pet shop recommends, LWP has opened a whole new world for me. </p>
  552.  
  553.                    
  554.                <p>Whenever I doubt what is safe to feed my parrot, LWP is just a FB message away, I have learnt and are still learning so much from this group. </p>
  555.  
  556.                <p>I have been privileged to receive 2 parrots from their adoption programme with zero fees payable, the parrots were first taken for a medical check-up before they were made available for me to adopt. Paid by the emergency fund of the group.
  557.                </p>
  558.                <p>I am one of the benefactors of the emergency fund and can confirm undoubtedly that the funds are strictly used to assist birds in dire need of medical treatment, I myself have requested assistance for treatment of one of my parrots when I could not afford to pay for my parrotâ\x80\x99s medical treatment, as a parrot owner they saved my "Childâ\x80\x99s" life......This page is changing parrot lives daily, â\x80\x9c</p>
  559.            </div>
  560.  
  561.  
  562.  
  563.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  564.                <h5>Hanlie</h5>
  565.                <p>When I originally started to follow this group, I had an African Grey. His diet consisted out of the usual pet shop food as well as food from my table.</p>
  566.  
  567.                <p>By following all the chats and information that was discussed and shared on this page I came to know that I was feeding my parrot unhealthy food. He died.</p>
  568.  
  569.                <p>In my opinion is that this groupâ\x80\x99s very first priority is the wellbeing of our beloved parrots. We laughed and cried together on that group.... we exchanged information and tips. Really, according to me, itâ\x80\x99s simply the best parrot group I could ever find.</p>
  570.  
  571.                <p>I bought myself a new parrot now... with all the information I only got from this group, I wish to show you how my parrots tailfeathers improved.â\x80\x9d</p>
  572.            </div>
  573.  
  574.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  575.                <h5>Riedewaan</h5>
  576.                <p>â\x80\x9cAs dit nie was vir LWP, Ilse Meyer en dr Coetzee nie, was my African Grey, Coco, seker nie met ons vandag nie. Ilse het my gehelp deur vir Coco 'n afspraak by die avian vet te kry op onkoste van LWP, want ek het nie 'n sent gehad nie (my werk a.g.v. lockdown verloor), sy het ook vir my stap-vir-stap gehelp deur LWP se fb blad, oor hoe om vir Coco vloeistof in te gee en te voer, al was sy bekkie gebreek. Dit het hom aan die lewe gehou tot hy dokter kon sien volgende dag. Na als wat uit liefde en omgee gedoen was om vir Coco se rekening te betaal ens, was daar ook deur LWP gereël vir vervoer vir my en Coco vanaf Mitchells Plain na Klapmuts. Vandag, 3 weke later, is my gaai 100% gesond en gelukkig. Sonder LWP was ek heel waarskynlik vandag sonder my Coco. Baie, baie dankie aan Ilse Meyer, Marissa Chozen, Byron, dr. Coetzee en LWP.â\x80\x9d
  577.  
  578.                </p>
  579.            </div>
  580.  
  581.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  582.                <h5>Marina</h5>
  583.                <p>â\x80\x9cLWP is the best group on parrot advice. You can ask anything: If you are unsure or if you have a problem or if you even just want to show off your parrot. You get support from Ilse and her team almost immediately. Because of LWP I had physical proof to show other parrot owners the damage they are doing to their birds, and I also managed to change their minds to change the sunflower seed diets to either Natures Nest or Rani Herbs and seeds.
  584.                </p>
  585.  
  586.                <p>I would  like to personally thank Ilse and her team for all the hard work they are doing and also for teaching me how to give my parrot the best life possible for as long as possible.â\x80\x9d
  587.                </p>
  588.            </div>
  589.  
  590.  
  591.            <div class="col-md-4 bg-light" style="padding: 30px;margin: 20px;">
  592.                <h5>Yana</h5>
  593.                <p>â\x80\x9cDue to your assistance my avian friends have made a great recovery and I am proud to say they no longer just eat seed. Since joining your Facebook group I am enlightened and now know that my birds cannot just consume sunflower seeds but require an additional diet of fruits, vegetables and nuts.
  594.                </p>
  595.                <p>I would like to sincerely thank you for all your help and assistance the past two years.â\x80\x9d</p>
  596.            </div>
  597.  
  598.  
  599.        </div>
  600.    </div>
  601. </section>
  602. <section class="ftco-section bg-light">
  603.    <div class="container-fluid">
  604.        <div class="row justify-content-center pb-5 mb-3">
  605.            <div class="col-md-7 heading-section text-center ftco-animate">
  606.                <span class="subheading">FAQ</span>
  607.                <h2>Frequently Asked Questions</h2>
  608.                <button class="english language-active" style="display: inline-block;">English</button>
  609.                <button class="afrikaan" style="display: inline-block;">Afrikaans</button>
  610.            </div>
  611.        </div>
  612.    </div>
  613.    <div class="container-fluid" id="english-faqs">
  614.        <div class="row">
  615.            <div class="col-md-6  ftco-animate">
  616.  
  617.  
  618.                <button class="accordion">What is first aid for birds?</button>
  619.                <div class="panel">
  620.                    <p style="padding-top: 20px;">First aid is the initial treatment given to an injured or ill bird during an emergency. The goal of first aid is to stabilize the bird until veterinary medical care can be provided. <br><br>
  621.                        <b> First aid is not a substitute for qualified avian veterinary care.</b></p>
  622.                </div>
  623.  
  624.                <button class="accordion">What is considered a medical emergency?
  625.                </button>
  626.                <div class="panel">
  627.                    <p style="padding-top: 20px;">A medical emergency is any serious, potentially life-threatening injury or illness that requires immediate attention. <br><br> Contact your veterinarian immediately if you observe any of the following symptoms:<br> â\x80¢ Bleeding that
  628.                        does not stop<br> â\x80¢ Difficulty breathing<br> â\x80¢ Extensive burns<br> â\x80¢ Loss of balance<br> â\x80¢ Deep cut or puncture wound<br> â\x80¢ Straining to pass droppings or an egg<br> â\x80¢ Ingestion/exposure to any potential poison<br> â\x80¢ Blood in droppings
  629.                        or regurgitated fluid<br><br> Contact your veterinarian the same day if you observe any of the following symptoms:<br> â\x80¢ Loss of appetite<br> â\x80¢ Eye injury or irritation<br> â\x80¢ Swallow a foreign object<br> â\x80¢ Fluffed and ruffled appearance<br>                        â\x80¢ Lameness or drooped wings<br> â\x80¢ Diarrhoea<br> â\x80¢ Self-mutilation<br> â\x80¢ Sudden swelling anywhere on the body<br> â\x80¢ Evidence of excessive thirst and/or urination<br></p>
  630.                </div>
  631.  
  632.  
  633.                <button class="accordion">How do I cut/trim my parrotâ\x80\x99s wings or trim/cut its beak and toe nails?</button>
  634.                <div class="panel">
  635.                    <p style="padding-top: 20px;">Experts agree that it is NOT advisable for parrot owners to cut or trim your parrotâ\x80\x99s  wings and/or trim and file your parrotâ\x80\x99s beak and toe nails.
  636.                     <br> Special parrot groomers or avian vets are able to do this without traumatizing your bird.
  637.  
  638.                     <br> Some of our avian groomers are able to assist in the proper grooming of your parrot. <br> Please do not hesitate to contact us if you seek help/advice in this regard.
  639.                    </p>
  640.                </div>
  641.  
  642.  
  643.                <button class="accordion">Is Laat Waai Papagaai a Public Benefit Organization?</button>
  644.                <div class="panel">
  645.                    <p style="padding-top: 20px;">Yes, we are and our PBO Number is: 930068416.
  646.                    </p>
  647.                </div>
  648.  
  649.  
  650.                <button class="accordion">Is Laat Waai Papagaai a registered non-profit?</button>
  651.                <div class="panel">
  652.                    <p style="padding-top: 20px;">Yes, LWPâ\x80\x99s is registered with the CIPC as a non-profit company (NPC) with registration number 2018/418700/08.</p>
  653.                </div>
  654.  
  655.                <button class="accordion">Is LWP a non-governmental organization (NGO)?</button>
  656.                <div class="panel">
  657.                    <p style="padding-top: 20px;">Yes, LWP is entirely a private charity.</p>
  658.                </div>
  659.  
  660.                <button class="accordion">Are donations made to LWP tax deductible?
  661.                </button>
  662.                <div class="panel">
  663.                    <p style="padding-top: 20px;">Yes, we are a s18(a) PBO and therefore donations made to LWP is tax deductible.</p>
  664.                </div>
  665.            </div>
  666.            <div class="col-md-6  ftco-animate">
  667.                <button class="accordion">Does Laat Waai Papagaai have branches locally?
  668.                </button>
  669.                <div class="panel">
  670.                    <p style="padding-top: 20px;">Laat Waai Papagaai is based in Centurion, Gauteng, South Africa and although we do not have offices country-wide, our operations and network span across South Africa and even abroad.
  671.                    </p>
  672.                </div>
  673.  
  674.                <button class="accordion">What species does LWP focus on?</button>
  675.                <div class="panel">
  676.                    <p style="padding-top: 20px;">LWP takes a broad and inclusive approach to parrots. We are dedicated to helping any parrot kept in a home environment.</p>
  677.                </div>
  678.  
  679.                <button class="accordion">How does LWP differ from other parrot charities?</button>
  680.                <div class="panel">
  681.                    <p style="padding-top: 20px;">Our focus is mainly on the promotion of responsible parrot ownership. We strive to educate and equip parrot lovers with the tools, knowledge and resources necessary to take care of oneâ\x80\x99s parrot. We do this by offering advice, training and other resources as well as by offering financial aid to parrots in need through our emergency fund.</p>
  682.                </div>
  683.  
  684.  
  685.  
  686.                <button class="accordion">I need help with my sick parrot, what can I do?
  687.                </button>
  688.                <div class="panel">
  689.                    <p style="padding-top: 20px;">We assist parrots in need of emergency medical care. Please visit our sickbay page or contact us immediately in order for us to assist you with your sick parrot.</p>
  690.                </div>
  691.            </div>
  692.  
  693.        </div>
  694.  
  695.    </div>
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.    <div class="container-fluid" id="afrikaan-faqs">
  706.        <div class="row">
  707.            <div class="col-md-6  ftco-animate">
  708.  
  709.                <button class="accordion">Wat is noodhulp vir voëls?
  710.                    </button>
  711.                <div class="panel">
  712.                    <p style="padding-top: 20px;">Noodhulp is die aanvanklike behandeling wat aan â\x80\x98n beseerde of siek voël toegedien word tydens â\x80\x98n noodgeval. Die doel van noodhulp is om die voël te stabiliseer totdat die voël na die voëlveearts gebring kan word vir verdere mediese sorg. <br><br>
  713.                        <b> Noodhulp is nie â\x80\x98n plaasvervanger vir kwalifiseerde mediese sorg deur â\x80\x98n voëlveearts nie.</b></p>
  714.                </div>
  715.  
  716.                <button class="accordion">Wat word beskou as â\x80\x98n mediese noodgeval?
  717.  
  718.                    </button>
  719.                <div class="panel">
  720.                    <p style="padding-top: 20px;">â\x80\x98n Mediese noodgeval is enige ernstige, moontlike Lewensbedreigende besering of siekte wat onmiddellike aandag verg. <br><br> Kontak u veearts onmiddelik indien u enige van die volgende simptome opmerk:<br> â\x80¢ Bloeding wat nie wil stop
  721.                        nie.
  722.                        <br> â\x80¢ Swaar asemhaling.<br> â\x80¢ Ernstige brandwonde.
  723.                        <br> â\x80¢ Verloor balans.
  724.                        <br> â\x80¢ Diep sny of wond.
  725.                        <br> â\x80¢ Sukkel om te ontlas of om â\x80\x98n eier uit te druk.
  726.                        <br> â\x80¢ Inname of blootstelling aan enige moontlike gifstof.<br> â\x80¢ Bloed in stoelgang of die opbring van vloeistof.<br><br> Kontak u veearts onmiddellik indien u enige van die volgende simptome opmerk:<br> â\x80¢ Slegte eetlus.
  727.                        <br> â\x80¢ Oogbesering/irritasie.
  728.                        <br> â\x80¢ Vreemde voorwerp gesluk.<br> â\x80¢ Verrimpelde voorkoms.<br> â\x80¢ Lamheid of vlerke wat hang.<br> â\x80¢ Diarree.
  729.                        <br> â\x80¢ Selfskending.<br> â\x80¢ Skielike swelling enige plek op die liggaam.
  730.                        <br> â\x80¢ Enige oordrewe dors of urinasie.<br></p>
  731.                </div>
  732.  
  733.  
  734.                <button class="accordion">Hoe knip/trim ek my papegaai se vlerke en/of sy bek en toon naels?</button>
  735.                <div class="panel">
  736.                    <p style="padding-top: 20px;">Kenners stem saam dat dit NIE aanbeveel word vir papegaai eienaars om self hul papegaaie se vlerke, snawel en toonnaels te knip NIE. <br>
  737.  
  738.                    Spesialis papegaai en voëlversorgers en veeartse kan hierdie take verrig sonder om die papegaai te traumatiseer. <br>
  739.  
  740.                    Van ons Papegaaiversorgers en lede kan help met hierdie versorgings aspekte. <br> Kontak ons gerus as u raad/advies benodig in hierdie opsig.
  741.                    </p>
  742.                </div>
  743.  
  744.  
  745.                <button class="accordion">Is Laat Waai Papagaai â\x80\x98n registreerde nie-winsgewende maatskappy?</button>
  746.                <div class="panel">
  747.                    <p style="padding-top: 20px;">Ja, LWP is geregistreer by die CIPC as â\x80\x98n nie-winsgewende maatskappy met registrasie nommer 2018/418700/08.
  748.                    </p>
  749.                </div>
  750.  
  751.  
  752.                <button class="accordion">Is LWP â\x80\x98n nie-regeringsorganisasie (NGO)?
  753.                    </button>
  754.                <div class="panel">
  755.                    <p style="padding-top: 20px;">Ja, LWP is â\x80\x98n privaat liefdadigsheidsorganisasie.</p>
  756.                </div>
  757.  
  758.                <button class="accordion">Is donasies aan LWP belasting aftrekbaar?
  759.                    </button>
  760.                <div class="panel">
  761.                    <p style="padding-top: 20px;">Ja, ons is â\x80\x98n A18(a) openbare welstandsorganisasie en donasies aan ons is belasting aftrekbaar.
  762.                    </p>
  763.                </div>
  764.            </div>
  765.            <div class="col-md-6  ftco-animate">
  766.                <button class="accordion">Het Laat Waai Papagaai takke in my plaaslike omgewing?
  767.                    </button>
  768.                <div class="panel">
  769.                    <p style="padding-top: 20px;">LWP is gebaseer uit Centurion, Gauteng, maar ons operasies en netwerke neem ons regoor Suid-Afrika en ook verby ons grense.</p>
  770.                </div>
  771.  
  772.                <button class="accordion">Op watter spesie fokus LWP?</button>
  773.                <div class="panel">
  774.                    <p style="padding-top: 20px;">LWP neem â\x80\x98n breë en inklusiewe benadering tot papegaai kwessies. Ons is toegewyd tot die bevordering van alle papegaaispesies se welstand.</p>
  775.                </div>
  776.  
  777.                <button class="accordion">Hoe verskil LWP van ander papegaai liefdadigheidsorganisasies?
  778.                    </button>
  779.                <div class="panel">
  780.                    <p style="padding-top: 20px;">Ons hooffokus is op die bevordering van verantwoordelike papegaai eienaarskap. Ons streef daarna om papegaai eienaars te leer en toe te rus met al die toerusting, kennis en hulpbronne wat nodig is om â\x80\x98n goeie Versorger vir jou papegaai te wees. Ons doen dit deur advies, opleiding en ander hulpbronne aan te bied, asook om finansiële bystand te lewer vir papegaaie in nood deur ons noodfonds.</p>
  781.                </div>
  782.  
  783.                <button class="accordion">Ek benodig hulp met my siek papegaai, wat staan my te doen?
  784.  
  785.                    </button>
  786.                <div class="panel">
  787.                    <p style="padding-top: 20px;">Ons help papegaaie wat nood mediese sorg benodig.  <br>Besoek ons siekeboegblad of kontak ons onmiddellik sodat ons u kan bystaan met u siek papegaai
  788.                    </p>
  789.                </div>
  790.  
  791.  
  792.                
  793.                <button class="accordion">Verkoop of teel julle met papegaaie?
  794.  
  795.                    </button>
  796.                <div class="panel">
  797.                    <p style="padding-top: 20px;">Nee. LWP is toegewyd tot die bewaring van eksotiese voëls en dit gaan heeltemal teen ons mandaat. Ons dring dus daarop aan dat u eerder oorweeg om 'n papegaai aan te neem. Kontak u naaste voëlveearts of skuiling ten einde 'n goeie huis te bied aan 'n papegaai sonder 'n huis.
  798.                    </p>
  799.                </div>
  800.  
  801.  
  802.  
  803.            </div>
  804.  
  805.        </div>
  806.  
  807.    </div>
  808.  
  809.  
  810.  
  811.  
  812.    </div>
  813. </section>
  814.  
  815.  
  816. <footer class="ftco-footer">
  817.    <div class="container mb-5 pb-4">
  818.        <div class="row">
  819.            <div class="col-lg-6">
  820.                <div class="ftco-footer-widget">
  821.                    <h2 class="logo d-flex align-items-center">
  822.                        <a href="index.php" class="d-flex align-items-center">
  823.                            <h2 class="ftco-heading-2">Laat Waai Papagaai</h2>
  824.                        </a>
  825.                    </h2>
  826.                    <p>Laat Waai Papagaai NPC’s mission is to serve exotic bird lovers  and owners
  827.                     by providing support to parrots in need, whether it is a medical or otherwise health related issue. <br>
  828.                     Whether you need help in training, education or dietary requirements in becoming a fit and proper responsible bird owner, our aim is to assist you and your parrots so they can live a healthy and happy life as a companion bird.
  829. </p>
  830.  
  831.                </div>
  832.            </div>
  833.            <!-- <div class="col-lg col-md-6">
  834.                <div class="ftco-footer-widget">
  835.                    <h2 class="ftco-heading-2">Services</h2>
  836.                    <ul class="list-unstyled">
  837.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Pet Adoption</a></li>
  838.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Pet Grooming</a></li>
  839.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Vaccination</a></li>
  840.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Dog Traning</a></li>
  841.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Pet Daycare</a></li>
  842.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Pet Sitter</a></li>
  843.                        <li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Veterinary Help</a></li>
  844.                    </ul>
  845.                </div>
  846.            </div> -->
  847.            <div class="col-lg-2" style="padding-left: 30px;">
  848.                <div class="ftco-footer-widget">
  849.                    <h2 class="ftco-heading-2">Quick Links</h2>
  850.                    <ul class="list-unstyled">
  851.                        <li><a href="index.php"><span class="fa fa-chevron-right mr-2"></span>Home</a></li>
  852.                        <li><a href="about.php"><span class="fa fa-chevron-right mr-2"></span>About</a></li>
  853.                        <li><a href="resources.php"><span class="fa fa-chevron-right mr-2"></span>Advocacy</a></li>
  854.                        <li><a href="join.php"><span class="fa fa-chevron-right mr-2"></span>Join</a></li>
  855.                        <li><a href="contact.php"><span class="fa fa-chevron-right mr-2"></span>Contact</a></li>
  856.                        <li><a href="donate.php"><span class="fa fa-chevron-right mr-2"></span>Donate</a></li>
  857.                        <li><a href="privacy-policy.php"><span class="fa fa-chevron-right mr-2"></span>Privacy Policy</a></li>
  858.                    </ul>
  859.                </div>
  860.            </div>
  861.            <div class="col-lg col-md-6">
  862.                <div class="ftco-footer-widget">
  863.                    <h2 class="ftco-heading-2">Have any Questions?</h2>
  864.                    <div class="block-23 mb-3">
  865.                        <ul>
  866.                            <!-- <li><span class="fa fa-map-marker mr-3"></span><span class="text">2 TUDOR PLACE
  867.                                MIDSTREAM ESTATE EXT 5
  868.                                HALFWAY HOUSE
  869.                                GAUTENG
  870.                                1692
  871.                                </span></li> -->
  872.                            <li><a><span class="fa fa-phone mr-3"></span><span class="text">+27 65 547 0323</span></a></li>
  873.                            <li><a><span class="fa fa-paper-plane mr-3"></span><span class="text"><span
  874.                                                class="__cf_email__"
  875.                                                data-cfemail="6b02050d042b12041e190f04060a020545080406">info@laatwaaipapagaai.org</span></span></a>
  876.                            </li>
  877.                        </ul>
  878.                        <ul class="ftco-footer-social list-unstyled">
  879.                            <li style="display: inline-block;"><a href="https://t.me/joinchat/T5bYXPpv0LO_n7u-" target="_blank"><span class="fa fa-telegram" style="font-size:22px;"></span></a></li>
  880.                            <li style="display: inline-block;"><a href="https://www.facebook.com/groups/913218152756762/?multi_permalinks=1057932748285301" target="_blank"><span class="fa fa-facebook"  style="font-size:22px;"></span></a></li>
  881.                            <!-- <li style="display: inline-block;"><a href="#"><span class="fa fa-instagram"></span></a></li> -->
  882.                        </ul>
  883.                    </div>
  884.                </div>
  885.            </div>
  886.        </div>
  887.    </div>
  888.    <div class="container-fluid bg-primary py-5">
  889.        <div class="row">
  890.            <div class="col-md-12 text-center">
  891.                <p class="mb-0">
  892.                    Copyright &copy; Laat Waai Papagaai
  893.                    <script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
  894.                    <script>
  895.                        document.write(new Date().getFullYear());
  896.                    </script> All rights reserved
  897.                </p>
  898.            </div>
  899.        </div>
  900.    </div>
  901. </footer>
  902.  
  903. <div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
  904.            <circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
  905.            <circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
  906.                stroke="#F96D00" />
  907.        </svg></div>
  908. <script src="js/jquery.min.js"></script>
  909. <script src="js/jquery-migrate-3.0.1.min.js%2bpopper.min.js%2bbootstrap.min.js.pagespeed.jc.a0C_nhYhox.js"></script>
  910. <script>
  911.    eval(mod_pagespeed_yYMqbuheyB);
  912. </script>
  913. <script>
  914.    eval(mod_pagespeed_RbE8HvPez0);
  915. </script>
  916. <script>
  917.    eval(mod_pagespeed_ROrFjsCxbi);
  918. </script>
  919. <script src="js/jquery.easing.1.3.js%2bjquery.waypoints.min.js%2bjquery.stellar.min.js%2bowl.carousel.min.js.pagespeed.jc.Tis8OdRnes.js">
  920. </script>
  921. <script>
  922.    eval(mod_pagespeed_5GrI1x1UdZ);
  923. </script>
  924. <script>
  925.    eval(mod_pagespeed__koNY1proy);
  926. </script>
  927. <script>
  928.    eval(mod_pagespeed_ArtNifLd3D);
  929. </script>
  930. <script>
  931.    eval(mod_pagespeed_3aHA78fbAs);
  932. </script>
  933. <script src="js/jquery.magnific-popup.min.js%2bjquery.animateNumber.min.js%2bbootstrap-datepicker.js%2bjquery.timepicker.min.js%2bscrollax.min.js.pagespeed.jc.frmyLx52cn.js">
  934. </script>
  935. <script>
  936.    eval(mod_pagespeed_FNFGzTA$zI);
  937. </script>
  938. <script>
  939.    eval(mod_pagespeed_v_sjwFSl7Q);
  940. </script>
  941. <script>
  942.    eval(mod_pagespeed_RIfNB3Pwvk);
  943. </script>
  944. <script>
  945.    eval(mod_pagespeed_qRuzFC$bKn);
  946. </script>
  947. <script>
  948.    eval(mod_pagespeed_M0kzzCqGAe);
  949. </script>
  950. <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&amp;sensor=false">
  951. </script>
  952. <script src="js/google-map.js%2bmain.js.pagespeed.jc.32UaQyrmrz.js"></script>
  953. <script>
  954.    eval(mod_pagespeed_HffV5xmLac);
  955. </script>
  956. <script>
  957.    eval(mod_pagespeed_VDmSNf7BOE);
  958. </script>
  959. <!--
  960. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
  961. <script>
  962.    window.dataLayer = window.dataLayer || [];
  963.  
  964.    function gtag() {
  965.        dataLayer.push(arguments);
  966.    }
  967.    gtag('js', new Date());
  968.  
  969.    gtag('config', 'UA-23581568-13');
  970. </script>
  971. <script defer src="../../../static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"rayId":"680ae5aadc20c609","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2021.8.1","si":10}'>
  972. </script> -->
  973.  
  974. </body>
  975.  
  976.  
  977. <script>
  978.    var acc = document.getElementsByClassName("accordion");
  979.    var i;
  980.  
  981.    for (i = 0; i < acc.length; i++) {
  982.        acc[i].addEventListener("click", function() {
  983.            this.classList.toggle("active");
  984.            var panel = this.nextElementSibling;
  985.            if (panel.style.maxHeight) {
  986.                panel.style.maxHeight = null;
  987.            } else {
  988.                panel.style.maxHeight = panel.scrollHeight + "px";
  989.            }
  990.        });
  991.    }
  992. </script>
  993.  
  994. <script>
  995.    $(document).ready(function() {
  996.        $(".afrikaan").click(function(event) {
  997.            $(this).addClass("language-active");
  998.            $(".english").removeClass("language-active");
  999.            $("#english-faqs").fadeOut("slow");
  1000.            $("#afrikaan-faqs").fadeIn("slow");
  1001.        });
  1002.  
  1003.  
  1004.        $(".english").click(function(event) {
  1005.            $(this).addClass("language-active");
  1006.            $(".afrikaan").removeClass("language-active");
  1007.            $("#afrikaan-faqs").fadeOut("slow");
  1008.            $("#english-faqs").fadeIn("slow");
  1009.  
  1010.        });
  1011.    });
  1012. </script>
  1013.  
  1014. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda