Monday, December 9, 2024

menu.html

 <nav class="navbar">

    <ul class="menu">
        <!--<li><a href="index.html">Home</a></li>-->
        <li><a href="https://drive.google.com/uc?id=1YAE-la-b_QhZnKTpvR0JLiuAB6twM8oi">Home</a></li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Arithmetic</a>
            <div class="dropdown-content">
                <!--<a href="addition.html">Addition</a>
                <a href="subtraction.html">Subtraction</a>
                <a href="multiplication.html">Multiplication</a>
                <a href="division.html">Division</a>
                <a href="lessthan_greaterthan.html">Less than or Greater than</a>
                <a href="asc_desc.html">Ascending Order</a>
                <a href="descending.html">Descending Order</a>-->
                <!--<a href="numbers_int.html">Int Numbers</a>
                <a href="numbers_float.html">Float Numbers</a>-->
                <!--<a href="numbers_decimal.html">Decimal Numbers</a>
                <a href="fraction.html">Fraction</a>
                =======================================================================-->
                <a href="https://drive.google.com/uc?id=1QeMZGUztPOSUStSZIyu2gnuykrvRqbaE">Addition</a>
                <a href="https://drive.google.com/uc?id=1YAE-la-b_QhZnKTpvR0JLiuAB6twM8oi">Subtraction</a>
                <a href="https://drive.google.com/uc?id=1pdv2uPDGlqjmfV5RnhbNDFT3hAEG_tZd">Multiplication</a>
                <a href="https://drive.google.com/uc?id=1E9XdGwNeal8ha-zdkihc34WZFw-mNmry">Division</a>
                <a href="https://drive.google.com/uc?id=12izLwl22SwfCzNuRiKKNRLqAMg8rQavJ">Less than or Greater than</a>
                <a href="https://drive.google.com/uc?id=1WFaGBesIyghuaRJ2culsr5c6TX8p2-9c">Ascending Order</a>
                <a href="https://drive.google.com/uc?id=1SDXqBAFlUQltCX1rD3IKwm180XvfcAkY">Descending Order</a>
                <!--<a href="numbers_int.html">Int Numbers</a>
                <a href="numbers_float.html">Float Numbers</a>-->
                <a href="https://drive.google.com/uc?id=1pdmCHRruZNeVDexKO8006gHGcgpKdtlm">Decimal Numbers</a>
                <a href="https://drive.google.com/uc?id=1Sgdm_xShPeliKFX-wRkluM8NpZo5f-Sk">Fraction</a>
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Geometric</a>
            <div class="dropdown-content">
                <!--<a href="measurement.html">Measurement</a>
                <a href="prac_2d.html">2-D Shape</a>
                <a href="3d_shape.html">3-D Shape</a>
                <a href="area_triangle.html">Area of Triangle</a>
                <a href="area_rectangle.html">Area of Rectangle</a>
                <a href="angles.html">Angles</a>
                =================================================-------->
                <a href="https://drive.google.com/uc?id=1EWAznnwczdRwHe8L6OIObIoLR-e6_cu9">Measurement</a>
                <a href="https://drive.google.com/uc?id=17HEaSqwjHw69YkjwLnkdvK62iVew7jek">2-D Shape</a>
                <!--<a href="3d_shape.html">3-D Shape</a>-->
                <a href="https://drive.google.com/uc?id=1ypoMlMRld05NQR4eeXmhQ7HHHC0epGX2">Area of Triangle</a>
                <!--<a href="area_rectangle.html">Area of Rectangle</a>-->
                <!--<a href="angles.html">Angles</a>-->
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Patterns</a>
            <div class="dropdown-content">
                <!--<a href="picture_pattern.html">Picture Pattern</a>
                <a href="number_pattern.html">Number Pattern</a>
                <a href="symbol_pattern.html">Symbol Pattern</a>
                ==================================================================-->
                <a href="https://drive.google.com/uc?id=1o-N6tohGZQIC6uX1hLJp5j4nETPkD8Ph">Picture Pattern</a>
                <a href="https://drive.google.com/uc?id=1IIHhiWdApN7M3trwBSXpEz2SYaKQnvfb">Number Pattern</a>
                <!--<a href="symbol_pattern.html">Symbol Pattern</a>-->
            </div>
        </li>
        <li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Reasoning</a>
            <div class="dropdown-content">
                <!--<a href="verbal.html">Verbal</a>
                <a href="non_verbal.html">Non-verbal</a>
                <a href="logical.html">Logical</a>
                ============================================------>
                <a href="https://drive.google.com/uc?id=17REddcDTo9VTGNAbSoeEVN84oQrILy7Y">Verbal</a>
                <!--<a href="non_verbal.html">Non-verbal</a>-->
                <a href="https://drive.google.com/uc?id=1WApM_NJO5eXRkTeEvt1bwPQCUMH9fr9b">Logical</a>
            </div>
        </li>
        <!--<li class="dropdown">
            <a href="javascript:void(0)" class="dropbtn">Algebra</a>
            <div class="dropdown-content">
                <a href="ratio.html">Ratio Proportion</a>                
                <a href="expression.html">Expression</a>
                <a href="coefficient.html">Coefficient</a>
                <a href="variable.html">Variable</a>
                <a href="constant.html">Constant</a>
                <a href="equation.html">Equation</a>
            </div>
        </li>-->
        <li><a href="https://drive.google.com/uc?id=1Dwv_XTLbckarJkVR-8e8HtAuYDW-8hMS">Contact</a></li>
        <!--<li><a href="about.html">About</a></li>-->
    </ul>
</nav>

No comments:

Post a Comment