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://satintelkampolresbanjarbaru.org/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.        <meta charset="UTF-8">
  5.        <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.        <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=0">
  7.        <link rel="icon" href="https://tambuah.com/assets/img/icon.png" type='image/png'>
  8.        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css" integrity="sha512-rt/SrQ4UNIaGfDyEXZtNcyWvQeOq0QLygHluFQcSjaGB04IxWhal71tKuzP6K8eYXYB6vJV4pHkXcmFGGQ1/0w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  9.        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  10.        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  11.  
  12.        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js" integrity="sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  13.        <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.min.js" integrity="sha512-7rusk8kGPFynZWu26OKbTeI+QPoYchtxsmPeBqkHIEXJxeun4yJ4ISYe7C6sz9wdxeE1Gk3VxsIWgCZTc+vX3g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  14.        
  15.        <link rel="preconnect" href="https://fonts.googleapis.com">
  16.        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17.        <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800&family=Noto+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
  18.  
  19.        <title>Tambuah</title>
  20.        <style>
  21.            :root{
  22.                --header-h:60px;
  23.            }
  24.            .h1,.h2,.h3,.h4,.h5,.h6{
  25.                font-family:"Inconsolata",sans-serif;
  26.                font-family:serif;
  27.            }
  28.            hr{
  29.                border-color:#4F3926!important;
  30.            }
  31.            body{
  32.                -webkit-font-smoothing:antialiased;
  33.                padding-top:0px;
  34.                font-size:14px;
  35.                color:#4F3926;
  36.                font-family: 'Noto Sans','Monserrat', sans-serif;
  37.            }
  38.            a[href],a[href]:hover{
  39.                text-decoration:none;
  40.                color:#4F3926;
  41.            }
  42.            .header{
  43.                background:white;
  44.                position:sticky;
  45.                top:0;
  46.                height:var(--header-h);
  47.                position:relative;
  48.                z-index:2;
  49.            }
  50.            .header a{
  51.                display:block;
  52.                cursor:pointer;
  53.                padding:.5rem .25rem;
  54.                position:relative;
  55.                text-align:center;
  56.                font-size:12px;
  57.                letter-spacing:1px;
  58.                margin:0 1rem;
  59.                margin-top:10px;
  60.                font-weight:500;
  61.            }
  62.            .header a:before{
  63.                content:' ';
  64.                transition:all .2s linear;
  65.                width:100%;
  66.                height:2px;
  67.                position:absolute;
  68.                left:0px;
  69.                bottom:0px;
  70.                background:black;
  71.                transform:scaleX(0);
  72.            }
  73.            .header a:hover:before, .header a:active:before{
  74.                transform:scaleX(1);
  75.            }
  76.            a.menu-item[href]{
  77.                font-family:"Noto Sans",sans-serif;
  78.            }
  79.            .wrapper{
  80.                height:calc(100vh - var(--header-h));
  81.                width:100vw;
  82.                position:relative;
  83.                transition:all .2s linear;
  84.                overflow:hidden;
  85.                z-index:1;
  86.            }
  87.            .wrapper .overlay{
  88.                background:#000a;
  89.                position:absolute;
  90.                top:0px;
  91.                left:0px;
  92.                width:100%;
  93.                height:100%;
  94.                transition:all .2s linear;
  95.                z-index:2;
  96.            }
  97.            .wrapper:before{
  98.                content:'';
  99.                position:absolute;
  100.                top:0px;
  101.                left:0px;
  102.                height:50%;
  103.                width:100%;
  104.                background:white url(https://tambuah.com/assets/img/logo.png) no-repeat;
  105.                background-size:300px;
  106.                background-position:bottom -150px center;
  107.                transition: all .3s ease;
  108.                z-index:5;
  109.            }
  110.            .wrapper:after{
  111.                content:'';
  112.                position:absolute;
  113.                bottom:0px;
  114.                left:0px;
  115.                height:50%;
  116.                width:100%;
  117.                background:white url(https://tambuah.com/assets/img/logo.png) no-repeat;
  118.                background-size:300px;
  119.                background-position:top -183px center;
  120.                transition:all .5s ease;
  121.                z-index:5;
  122.            }
  123.            .wrapper.show{
  124.                display:block;
  125.            }
  126.            .wrapper.show:before{
  127.                top:-50%;
  128.            }
  129.            .wrapper.show:after{
  130.                bottom:-50%;
  131.            }
  132.            .wrapper-container{
  133.                overflow:auto;
  134.            }
  135.            .header a.contact{
  136.                margin-left:0px;
  137.            }
  138.            .section{
  139.                position:relative;
  140.                width:100vw;
  141.                height:calc(100vh - var(--header-h));
  142.                display:flex;
  143.                align-items:stretch;
  144.                justify-content:center;
  145.            }
  146.            .section-left{
  147.                position:relative;
  148.                height:calc(100vh - var(--header-h));
  149.                flex:1;
  150.                -ms-flex:1;
  151.            }
  152.            .section-right{
  153.                position:relative;
  154.                width:50%;
  155.                max-width:650px;
  156.                background:#f7f7f7;
  157.                padding:2rem;
  158.                overflow:auto;
  159.            }
  160.            .bg{
  161.                position:absolute;
  162.                z-index:-1;
  163.                background:white url(https://tambuah.com/assets/img/background.png) no-repeat fixed top center;
  164.                background-size:cover;
  165.                top:0px;
  166.                left:0px;
  167.                width:100%;
  168.                height:100%;
  169.                opacity:.6;
  170.            }
  171.            .bg_menu{
  172.                position:absolute;
  173.                background:white url(https://tambuah.com/assets/img/bg_menu.jpg) no-repeat fixed top center;
  174.                background-size:cover;
  175.                background-position:center right 200px;
  176.                top:0px;
  177.                left:0px;
  178.                width:100%;
  179.                height:100%;
  180.                z-index:-1;
  181.                filter:brightness(0.5);
  182.            }
  183.            .bg_drinks{
  184.                position:absolute;
  185.                z-index:-1;
  186.                background:white url(https://tambuah.com/assets/img/bg_drinks.jpg) no-repeat fixed top center;
  187.                background-size:cover;
  188.                background-position:top -850px left -300px;
  189.                top:0px;
  190.                left:0px;
  191.                width:100%;
  192.                height:100%;
  193.                z-index:-1;
  194.                filter:brightness(0.5);
  195.            }
  196.            .bg_1,.bg_2{
  197.                position:absolute;
  198.                background:white url(https://tambuah.com/assets/img/foods.jpg) no-repeat fixed top center;
  199.                background-size:cover;
  200.                background-position:center right 200px;
  201.                top:0px;
  202.                left:0px;
  203.                width:100%;
  204.                height:100%;
  205.                z-index:-1;
  206.                filter:brightness(0.5);
  207.            }
  208.            .bg_1{
  209.                background-image:url(https://tambuah.com/assets/img/bg_1.jpeg);
  210.            }
  211.            .bg_2{
  212.                background-image:url(https://tambuah.com/assets/img/asset_06.jpg);
  213.            }
  214.            .section .watermark{
  215.                position:absolute;
  216.                top:300px;
  217.                left:-150px;
  218.                transform:rotate(-90deg);
  219.                font-weight:300;
  220.                color:lightgrey;
  221.                z-index:2;
  222.                font-size:16px;
  223.                letter-spacing:1px;
  224.            }
  225.            table.menu{
  226.                width:100%;
  227.            }
  228.            table.menu tr td{
  229.                white-space:nowrap;
  230.                padding-top:10px;
  231.            }
  232.            table.menu tr{
  233.                border-bottom:.5px solid lightgrey;
  234.            }
  235.            table.menu tr td:nth-child(2){
  236.                text-align:right;
  237.            }
  238.            #menu fieldset+fieldset,#drinks fieldset+fieldset{
  239.                margin-top:2rem;
  240.            }
  241.            #menu fieldset legend,#drinks fieldset legend{
  242.                margin-bottom:0px;
  243.                font-family:"Inconsolata",sans-serif;
  244.                font-weight:600;
  245.                font-family:inherit;
  246.            }
  247.            .text-jumbo{
  248.                font-weight:700;
  249.                font-weight:normal;
  250.                font-size:80px;
  251.                font-family:"Inconsolata",sans-serif;
  252.                font-family:serif;
  253.                position:relative;
  254.                top:calc(50vh - 60px - 75px);
  255.            }
  256.            .text-jumbo span{
  257.                font-weight: 300;
  258.                height: 100px;
  259.                width: 3px;
  260.                background: white;
  261.                display: inline-block;
  262.                position: relative;
  263.                top: 20px;
  264.            }
  265.            .text-large{
  266.                font-weight:700;
  267.                font-size:32px;
  268.                font-family:"Inconsolata",sans-serif;
  269.                font-family:serif;
  270.            }
  271.            .text-subtitle{
  272.                font-size:28px;
  273.                text-align:center;
  274.            }
  275.            .section-left{
  276.                padding:3rem 2rem;
  277.            }
  278.            .section-right{
  279.                padding:2rem 6rem;
  280.            }
  281.            #about{
  282.                color:white;
  283.            }
  284.            #about .panel-left{
  285.                border-left:1px solid white;
  286.                padding:1rem 3rem;
  287.            }
  288.            #about .panel-right{
  289.                border-right:1px solid white;
  290.                padding:1rem 3rem;
  291.            }
  292.            #about p{
  293.                text-align:justify;
  294.            }
  295.            .pillar{
  296.                height:calc(100vh - var(--header-h) - 6rem);
  297.            }
  298.            .desktop{
  299.                display:block;
  300.            }
  301.            .mobile{
  302.                display:none;
  303.            }
  304.            .maps{
  305.                border:0px;
  306.                width:100%;
  307.                height:450px;
  308.            }
  309.            .header.mobile .menu{
  310.                position:fixed;
  311.                top:0px;
  312.                left:0px;
  313.                bottom:0px;
  314.                right:0px;
  315.                transition:all .2s ease;
  316.                background:rgba(0,0,0,.8);
  317.                color:white;
  318.                font-size:18px;
  319.                z-index:99;
  320.                transform:translate(-100%,-100%);
  321.            }
  322.            .header.mobile .menu.show{
  323.                transform:translate(0,0);
  324.            }
  325.            .header.mobile a[data-href]{
  326.                display:block;
  327.                text-align:center;
  328.                padding:1.25rem;
  329.                font-size:24px;
  330.                font-family:"Inconsolata",sans-serif;
  331.            }
  332.            .header.mobile a[data-href]:before{
  333.                background:white;
  334.            }
  335.            #contact span{
  336.                color:white;
  337.            }
  338.            #menu .menu-body{
  339.                margin:auto;
  340.                position:relative;
  341.                top:calc(50vh - 90px - 55px);
  342.            }
  343.            #drinks .menu-body{
  344.                margin:auto;
  345.                position:relative;
  346.                top:calc(50vh - 60px - 28px);
  347.            }
  348.            #contact .text-jumbo{
  349.                top:calc(50vh - 60px - 150px);
  350.            }
  351.            #contact a[href]{
  352.                color:white;
  353.            }
  354.            .img-gal-wrapper{
  355.                position:relative;
  356.                border-radius:1rem;
  357.                max-height:200px;
  358.                overflow:hidden;
  359.                transition:all .2s linear;
  360.            }
  361.  
  362.            #gallery .row>div{
  363.                margin-top:1rem;
  364.            }
  365.            .img-gal-wrapper:hover{
  366.                transform:scale(1.05);
  367.                z-index:999;
  368.            }
  369.            .img-gal{
  370.                width:100%;
  371.            }
  372.            .img-overlay{
  373.                position:fixed;
  374.                top:0px;
  375.                left:0px;
  376.                right:0px;
  377.                bottom:0px;
  378.                background:#0008;
  379.                z-index:9999;
  380.                display:flex;
  381.                justify-content:center;
  382.                align-items:center;
  383.            }
  384.            .img-overlay img{
  385.                max-height:90vh;
  386.                max-width:90vw;
  387.                border:1px solid lightgrey;
  388.            }
  389.            @media (max-width:800px){
  390.                .desktop{
  391.                    display:none;
  392.                }
  393.                .mobile{
  394.                    display:block;
  395.                }
  396.                .section{
  397.                    display:block;
  398.                }
  399.                .text-jumbo{
  400.                    top:0px;
  401.                    padding-top:3rem;
  402.                    padding-bottom:3rem;
  403.                    padding:0;
  404.                }
  405.                .section-left{
  406.                    height:auto;
  407.                    padding:6rem 2rem;
  408.                }
  409.                .section-right{
  410.                    width:100%;
  411.                    min-height:400px;
  412.                    padding:2rem 3rem;
  413.                    max-width:none;
  414.                }
  415.                .bg_menu,.bg_drinks{
  416.                    background-position:center center;
  417.                    position:fixed;
  418.                }
  419.                #about .media{
  420.                    display:block;
  421.                }
  422.                #about .pillar{
  423.                    display:none;
  424.                }
  425.                #about .panel-left,#about .panel-right{
  426.                    border:0px;
  427.                    padding:0 .5rem;
  428.                }
  429.                #about .w-50{
  430.                    width:100%!important;
  431.                }
  432.                .header a{
  433.                    font-size:16px;
  434.                    padding:.25rem 1rem;
  435.                }
  436.                #menu .menu-body{
  437.                    padding:7rem 0;
  438.                    top:0px;
  439.                }
  440.                #drinks .menu-body{
  441.                    padding:8.5rem 0;
  442.                    top:0px;
  443.                }
  444.                #contact .text-jumbo{
  445.                    top:0px;
  446.                    padding:0;
  447.                }
  448.                .section .watermark{
  449.                    font-size:10px;
  450.                    top:150px;
  451.                    left:-100px;
  452.                }
  453.                #menu .section-right,#drinks .section-right{
  454.                    min-height:calc(100vh - 326px - 60px);
  455.                }
  456.                .bg_drinks{
  457.                    background-size:200%;
  458.                    background-position:top -450px left -300px;
  459.                }
  460.            }
  461.            .popup-cover{
  462.                position:fixed;
  463.                top:0px;
  464.                left:0px;
  465.                width:100vw;
  466.                height:100vh;
  467.                display:flex;
  468.                justify-content:center;
  469.                align-items:center;
  470.                z-index:99;
  471.                background:#0005;
  472.            }
  473.            .popup{
  474.                max-width:500px;
  475.                max-height:600px;
  476.                border-radius:1rem;
  477.                padding:.5rem;
  478.                width:100%;
  479.            }
  480.        </style>
  481.        <script>
  482.            $(function(){
  483.                $(".popup-cover").click(function(){
  484.                    $(this).hide();
  485.                });
  486.            });
  487.        </script>
  488.    </head>
  489.    <body>
  490.                <div class='header desktop'>
  491.            <div class='container'>
  492.                <div class='media justify-content-center align-items-center'>
  493.                    <a data-href="#home" >HOME</a>
  494.                    <a data-href="#about">ABOUT</a>
  495.                    <a data-href="#menu">MENU</a>
  496.                    <a data-href="#drinks">DRINKS</a>
  497.                    <a data-href="#gallery">GALLERY</a>
  498.                    <a data-href="#contact">CONTACT</a>
  499.                </div>
  500.            </div>
  501.        </div>
  502.        <div class='header mobile'>
  503.            <div class='menu' onclick='toggle_mobile_menu()'>
  504.                <a data-href="#home" >HOME</a>
  505.                <a data-href="#about">ABOUT</a>
  506.                <a data-href="#menu">MENU</a>
  507.                <a data-href="#drinks">DRINKS</a>
  508.                <a data-href="#gallery">GALLERY</a>
  509.                <a data-href="#contact">CONTACT</a>
  510.            </div>
  511.            <div class='container'>
  512.                <div class='media justify-content-center'>
  513.                    <div>
  514.                        <a onclick='toggle_mobile_menu()'><i class='fa fa-bars mr-3'></i><span>MENU</span></a>
  515.                    </div>
  516.                </div>
  517.            </div>
  518.        </div>
  519.        <div class='wrapper show'>
  520.            <div class='bg' style='opacity:.2'></div>
  521.            <div class='overlay'>
  522.  
  523.            </div>
  524.            <div class='wrapper-container'>
  525.                <div id='home' class='section'>
  526.                    <div>
  527.                        <div class='m-auto text-center' style='position:relative;top:calc(50vh - 180px - 30px)'>
  528.                            <img src="https://tambuah.com/assets/img/logo.png" class='animate__animated animate__lightSpeedInRight' width='256' alt="">
  529.                            <div class='media my-2 align-items-center justify-content-center'>
  530.                                <div style='width:1px; height:30px;'>
  531.  
  532.                                </div>
  533.                            </div>
  534.                            <div class='h3 animate__animated animate__lightSpeedInLeft'>Authenticity Restaurant of Indonesia Padang Cuisine</div>
  535.                            <div class='animate__animated animate__backInUp'>
  536.                                
  537.                            </div>
  538.                        </div>
  539.                    </div>
  540.                </div>
  541.                <div id='about' class='section'>
  542.                    <div class='media-body'>
  543.                        <div class='media align-items-stretch'>
  544.                            <div class='section-left'>
  545.                                <div class='watermark'>TAMBUAH - AUTHENTIC PADANG CUISINE</div>
  546.                                <div class='bg_1' style='background-position:center center'></div>
  547.                                <div class=''>
  548.                                    <div class='media align-items-center'>
  549.                                        <div class='w-50'></div>
  550.                                        <div class='pillar'></div>
  551.                                        <div class='w-50 panel-left'>
  552.                                            <div class='text-large'>ABOUT US</div>
  553.                                            <p>TAMBUAH Indonesian Padang Cuisine comes with the concept of a full-service Padang cuisine restaurant that offers Indonesian Padang cuisine with original and unique flavors. It first arrived in Preah Sihanouk city, Cambodia on May 21, 2023.</p>
  554.  
  555.                                            <p>Committed to introducing Padang specialties from Indonesia that provide a dining experience with a unique feel. Being a restaurant that can be relied upon as a place for a nostalgic and unforgettable dining experience, not only from food & beverages, but the overall feel of the room is different from other Padang restaurants that have been present.</p>
  556.  
  557.                                            <p>Expect mouth-watering flavors with delicious spice blends and strong aromas. Talented chefs who meticulously prepare the food and serve it to perfection.</p>
  558.  
  559.                                            <p>TAMBUAH focuses on the concept of lifestyle dining to create an energizing social dining experience. The integration of Indonesia's new approach to typical Padang cuisine will broaden the horizons of the entire community with more diverse food techniques and concepts in order to create a cuisine known as Padang's signature flavor that resonates with the tastes of the people especially in Preah Sihanouk city, Cambodia.</p>
  560.                                        </div>
  561.                                    </div>
  562.                                </div>
  563.                            </div>                        
  564.                        </div>
  565.                        <div class='media align-items-stretch'>
  566.                            <div class='section-left'>
  567.                                <div class='watermark'>TAMBUAH - AUTHENTIC PADANG CUISINE</div>
  568.                                <div class='bg_2' style='background-position:center center'></div>
  569.                                <div class=''>
  570.                                    <div class='media align-items-center'>
  571.                                        <div class='w-50 panel-right'>
  572.                                            <div class='text-large'>OUR MENU</div>
  573.                                            <p>With a selection of cuisines that bring the flavors of Padang to embrace the idea of delicious food packaged in small dishes. Successful in energizing the dining experience together. By presenting a menu of various types of the best selected ingredients, perfectly presented to the guests.</p>
  574.  
  575.                                            <p>Carefully crafted cuisine selections, serving our own specialties as well as some additional menus and snacks full of deliciousness.</p>
  576.  
  577.                                            <p>We are on a mission to create innovative dishes, providing some interactive and memorable dining experiences. Authenticity and Distinctiveness is what will bind guests in their subconscious to convince them to come back for more.</p>
  578.                                        </div>
  579.                                        <div class='pillar'></div>
  580.                                        <div class='w-50'></div>
  581.                                    </div>
  582.                                </div>
  583.                            </div>
  584.                        </div>
  585.                    </div>
  586.                </div>
  587.                <div id='menu' class='section'>
  588.                    <div class='watermark'>TAMBUAH - AUTHENTIC PADANG CUISINE</div>
  589.                    <div class='bg_menu'>
  590.                    </div>
  591.                    <div class='section-left text-white'>
  592.                        <div class='text-center text-jumbo'>
  593.                            <span style=''></span> Menu
  594.                        </div>
  595.                        <div class='d-none text-center mt-2 px-5' style='font-size:32px'>
  596.                            Menu Padang & Menu Ala Carte
  597.                        </div>
  598.                    </div>
  599.                    <div class='section-right'>
  600.                        <div class='menu-body'>
  601.                            <hr>
  602.                            <a class='menu-item media' target="_blank" href="https://tambuah.com/assets/menu/menu_paket_spesial.pdf?v1740750353">
  603.                                <div class='media-body'>SPECIAL SET MENU</div>
  604.                                <div><i class='fa fa-arrow-up-right-from-square'></i></div>
  605.                            </a>
  606.                            <hr>
  607.                            <a class='menu-item media' target="_blank" href="https://tambuah.com/assets/menu/menu_hemat.pdf?v1740750353">
  608.                                <div class='media-body'>VALUE MEAL MENU</div>
  609.                                <div><i class='fa fa-arrow-up-right-from-square'></i></div>
  610.                            </a>
  611.                            <hr>
  612.                            <a class='menu-item media' target='_blank' href="https://tambuah.com/assets/menu/menu_harian_spesial.pdf?v1740750353">
  613.                                <div class='media-body'>SPECIAL DAILY MENU</div>
  614.                                <div><i class='fa fa-arrow-up-right-from-square'></i></div>
  615.                            </a>
  616.                            <hr>
  617.                            <a class='menu-item media' target='_blank' href="https://tambuah.com/assets/menu/hidangan_tambahan.pdf?v1740750353">
  618.                                <div class='media-body'>ADDITIONAL DISH</div>
  619.                                <div><i class='fa fa-arrow-up-right-from-square'></i></div>
  620.                            </a>
  621.                            <hr>
  622.                        </div>
  623.                    </div>
  624.                </div>
  625.                <div id='drinks' class='section'>
  626.                    <div class='watermark'>TAMBUAH - AUTHENTIC PADANG CUISINE</div>
  627.                    <div class='bg_drinks'>
  628.                    </div>
  629.                    <div class='section-left text-white'>
  630.                        <div class='text-center text-jumbo'>
  631.                            <span></span> Drinks
  632.                        </div>
  633.                        <div class='d-none text-center mt-2 px-5' style='font-size:32px'>
  634.                            Tea, Coffee, Fresh Juice, Mocktail, Light Fresh & Dessert
  635.                        </div>
  636.                    </div>
  637.                    <div class='section-right'>
  638.                        <div class='menu-body'>
  639.                            <hr>
  640.                            <a href="https://tambuah.com/assets/menu/minuman.pdf?v1740750353" target='_blank' class='menu-item media'>
  641.                                <div class='media-body'>DRINKS LIST</div>
  642.                                <div><i class='fa fa-arrow-up-right-from-square'></i></div>
  643.                            </a>
  644.                            <hr>
  645.                        </div>
  646.                    </div>
  647.                </div>
  648.                <div id='gallery' class='section'>
  649.                    <div class='container'>
  650.                        <div class='text-center h2 mt-3'>OUR GALLERY</div>
  651.                        <div class='mt-3 py-3'>
  652.                            <div class='row'>
  653.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  654.                                        <div class='img-gal-wrapper'>
  655.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_06-min.jpg" alt="">
  656.                                        </div>
  657.                                    </div>
  658.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  659.                                        <div class='img-gal-wrapper'>
  660.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_09-min.jpg" alt="">
  661.                                        </div>
  662.                                    </div>
  663.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  664.                                        <div class='img-gal-wrapper'>
  665.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_10-min.jpg" alt="">
  666.                                        </div>
  667.                                    </div>
  668.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  669.                                        <div class='img-gal-wrapper'>
  670.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_11-min.jpg" alt="">
  671.                                        </div>
  672.                                    </div>
  673.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  674.                                        <div class='img-gal-wrapper'>
  675.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_12-min.jpg" alt="">
  676.                                        </div>
  677.                                    </div>
  678.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  679.                                        <div class='img-gal-wrapper'>
  680.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_13-min.jpg" alt="">
  681.                                        </div>
  682.                                    </div>
  683.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  684.                                        <div class='img-gal-wrapper'>
  685.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_14-min.jpg" alt="">
  686.                                        </div>
  687.                                    </div>
  688.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  689.                                        <div class='img-gal-wrapper'>
  690.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_19_01-min.jpg" alt="">
  691.                                        </div>
  692.                                    </div>
  693.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  694.                                        <div class='img-gal-wrapper'>
  695.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_19_02-min.jpg" alt="">
  696.                                        </div>
  697.                                    </div>
  698.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  699.                                        <div class='img-gal-wrapper'>
  700.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_19_03-min.jpg" alt="">
  701.                                        </div>
  702.                                    </div>
  703.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  704.                                        <div class='img-gal-wrapper'>
  705.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_20-min.jpg" alt="">
  706.                                        </div>
  707.                                    </div>
  708.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  709.                                        <div class='img-gal-wrapper'>
  710.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_21-min.jpg" alt="">
  711.                                        </div>
  712.                                    </div>
  713.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  714.                                        <div class='img-gal-wrapper'>
  715.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_22-min.jpg" alt="">
  716.                                        </div>
  717.                                    </div>
  718.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  719.                                        <div class='img-gal-wrapper'>
  720.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_23-min.jpg" alt="">
  721.                                        </div>
  722.                                    </div>
  723.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  724.                                        <div class='img-gal-wrapper'>
  725.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_24-min.jpg" alt="">
  726.                                        </div>
  727.                                    </div>
  728.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  729.                                        <div class='img-gal-wrapper'>
  730.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_25-min.jpg" alt="">
  731.                                        </div>
  732.                                    </div>
  733.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  734.                                        <div class='img-gal-wrapper'>
  735.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_26-min.jpg" alt="">
  736.                                        </div>
  737.                                    </div>
  738.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  739.                                        <div class='img-gal-wrapper'>
  740.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_27-min.jpg" alt="">
  741.                                        </div>
  742.                                    </div>
  743.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  744.                                        <div class='img-gal-wrapper'>
  745.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_28-min.jpg" alt="">
  746.                                        </div>
  747.                                    </div>
  748.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  749.                                        <div class='img-gal-wrapper'>
  750.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_29.jpg" alt="">
  751.                                        </div>
  752.                                    </div>
  753.                                                                    <div class='col-12 col-md-6 col-lg-4'>
  754.                                        <div class='img-gal-wrapper'>
  755.                                            <img class='img-gal' src="/https://tambuah.com/assets/gallery/asset_30.jpg" alt="">
  756.                                        </div>
  757.                                    </div>
  758.                                                            </div>
  759.                        </div>
  760.                    </div>
  761.                </div>
  762.                <div id='contact' class='section'>
  763.                    <div class='watermark'>TAMBUAH - AUTHENTIC PADANG CUISINE</div>
  764.                    <div class='section-left' style='background:rgba(0,0,0,.8);color:white;'>
  765.                        <div class='text-jumbo text-center' style=''>
  766.                            <div>Contact</div>
  767.                            <div class='text-subtitle'>
  768.                                <a target='_blank' href='https://wa.me/855312592288'><i class='fab fa-whatsapp text-info mr-2'></i><font>(+855) 31 259 2288</font></a>
  769.                            </div>
  770.                            <div class='text-subtitle'>
  771.                                <i class='fa fa-phone mr-2'></i><font>(+855) 31 259 2299</font>
  772.                            </div>
  773.                        </div>
  774.                        
  775.                    </div>
  776.                    <div class='section-right'>
  777.                        <div class=''>
  778.                            <div class='text-center'><img src="https://tambuah.com/assets/img/logo.png" width='128' alt=""></div>
  779.                            <hr>
  780.                            <div>08.00 AM - 21.00 PM</div>
  781.                            <div>Closed Every Monday</div>
  782.                            <div class='py-3'></div>
  783.                            <hr>
  784.                            <div><b>OUR LOCATION</b></div>
  785.                            <hr>
  786.                            <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d481.7709602663939!2d103.50354669347671!3d10.610996606167296!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3107e18990d6c49d%3A0x7a1ad91bf280f44e!2sTAMBUAH%20Indonesian%20Padang%20Cuisine!5e0!3m2!1sen!2skh!4v1683538738988!5m2!1sen!2skh" class='maps' allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
  787.                        </div>
  788.                    </div>
  789.                </div>
  790.            </div>
  791.        </div>
  792.        <div class='img-overlay' style='display:none'>
  793.            <img src="" alt="">
  794.        </div>
  795.        <script>
  796.            $(".wrapper .overlay").fadeOut(10);
  797.            $(".section").hide();
  798.            $("#home").show();
  799.            $(".header a[data-href]").on("click",function(){
  800.                $(".wrapper").removeClass('show');
  801.                $(".wrapper .overlay").fadeIn(10);
  802.                setTimeout(()=>{
  803.                    $(".section").hide();
  804.                    $(this.dataset.href).show();
  805.                    $(".wrapper").addClass('show');
  806.                    $('.wrapper .overlay').fadeOut(500);
  807.                },500);
  808.                console.log(this.dataset.href);
  809.                return false;
  810.            });
  811.  
  812.            function toggle_mobile_menu(){
  813.                $('.header.mobile .menu').toggleClass('show');
  814.            }
  815.  
  816.            $(".header.mobile a[data-href]").on("click",function(){
  817.                toggle_mobile_menu();
  818.            });
  819.            $(".img-gal-wrapper").on("click",function(){
  820.                let img = $(this).find("img")[0];
  821.                $(".img-overlay img")[0].src=img.src;
  822.                $(".img-overlay").fadeIn(500);
  823.            });
  824.            $(".img-overlay").on("click",function(){
  825.                $(this).fadeOut();
  826.            });
  827.        </script>
  828.    </body>
  829. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda