https://bca-warrior.netlify.app/

URL inviato:
https://bca-warrior.netlify.app/
Report terminato:

I link in uscita identificati dalla pagina

LinkTesto
https://drive.google.com/file/d/1sjj6kSFUBKxhtQHcmxyhoQYG6VnNzCbV/view?usp=drive_linkClick Here
https://drive.google.com/file/d/1n_OCBki0PpN1dfZmijkHSjq079Cvo26P/view?usp=drive_linkClick Here
https://drive.google.com/file/d/1abYQv-_u0xqF0F8_0JUkGPAW-Pf7PHvj/view?usp=drive_linkClick Here
https://drive.google.com/file/d/1gZrkBhIwtBIhHnwZW8ld1bMEcLHO84U5/view?usp=drive_linkClick Here
https://drive.google.com/file/d/1up7DQMug6IYtcBDNBvAlMHXfbegPoCmK/view?usp=drive_linkClick Here
https://drive.google.com/file/d/15-e3vEGWxCBr13DsVwO8LkR1SaPyECuL/view?usp=drive_linkClick Here
https://drive.google.com/file/d/1ncMjOeRhWfqBLe7w2j4AE1T6IX6e1iMx/view?usp=drive_linkHere
https://wa.me/9442797657?text=HIHelp Center

Variabili JavaScript · 7 trovate

Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Popperfunction
bootstrapobject

Messaggi di log della console · 1 trovati

Messaggi registrati nella console Web

TipoCategoriaLog
errornetwork
URL
https://bca-warrior.netlify.app/favicon.ico
Testo
Failed to load resource: the server responded with a status of 404 ()

HTML

Il corpo HTML non elaborato della pagina

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BCA-WARRIOR - Your Complete BCA Learning Platform</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="styles.css">
</head>
<body class="min-h-screen bg-gray-50">
    <!-- Navbar -->
    <nav class="bg-white shadow-sm fixed w-full z-10">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <svg class="h-8 w-8 text-blue-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
                    </svg>
                    <span class="ml-2 text-xl font-bold text-gray-900">BCA-WARRIOR</span>
                </div>
                <div class="hidden sm:flex sm:items-center sm:space-x-8">
                    <a class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium" href="/">Home</a>
                    <a class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium" href="/index2">Subjects</a>
                    <a href="( BCA ) Time Table.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Time table</a>
                    <a href="server maintenance.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
                    <a href="server maintenance.html" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">Get Started</a>
                </div>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <div class="relative bg-white pt-16 pb-32 overflow-hidden">
        <div class="relative">
            <div class="lg:mx-auto lg:max-w-7xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
                <div class="px-4 max-w-xl mx-auto sm:px-6 lg:py-16 lg:max-w-none lg:mx-0 lg:px-0 animate-fade-in-left">
                    <div>
                        <div class="mt-6">
                            <h2 class="text-4xl font-extrabold tracking-tight text-gray-900 animate-fade-in">
                                Master Your BCA Journey
                            </h2>
                            <p class="mt-4 text-lg text-gray-500 animate-fade-in">
                                Comprehensive study materials, notes, and resources for BCA students. Excel in your computer applications degree with our curated content.
                            </p>
                            <div class="mt-6 animate-fade-in">
                                <div class="relative max-w-lg">
                                    <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
                                        <!-- <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> -->
                                            <!-- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> -->
                                        
                                    </div>
                                    <!-- <input type="text" class="block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:placeholder-gray-400 focus:ring-1 focus:ring-blue-600 focus:border-blue-600 sm:text-sm" placeholder="Search for subjects, topics, or resources..."> -->
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="mt-12 sm:mt-16 lg:mt-0 animate-fade-in-right">
                    <div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
                        <img class="w-full rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0 lg:h-full lg:w-auto lg:max-w-none" src="https://scontent.fblr17-1.fna.fbcdn.net/v/t39.30808-6/238569647_365450261825391_9019427773258805324_n.jpg?_nc_cat=107&amp;ccb=1-7&amp;_nc_sid=cc71e4&amp;_nc_ohc=GCn9JlgXexEQ7kNvgFrSEWI&amp;_nc_zt=23&amp;_nc_ht=scontent.fblr17-1.fna&amp;_nc_gid=AFh4pBwvvGmvF7gAOSeBx0_&amp;oh=00_AYA16iC20R7kgKDi94J4M01Kuk3iMy-bDGSIp-b3ie8T0A&amp;oe=674CC913" width="500" height="500" alt="Student studying">
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Features Section -->
    <div class="py-12 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:text-center">
                <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2>
          <center>      <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
                   HINDU COLLEGE BCA IV SEMESTER SYLLABUS
                </p><center>
                <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
                    Comprehensive resources and tools to help you master your BCA degree.
                </p>
            </center></center></div>

            


  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>WEB BEKS</title>
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css">
  <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
  <link rel="stylesheet" href="style3.css">


  <div class="container">
    <div class="accordion" id="accordionExample">
      <div class="item">
        <div class="item-header" id="headingOne">
          <h2 class="mb-0">
            <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseTwo">
              MAJOR SYLLABUS #1
              <i class="fa fa-angle-down"></i>
            </button>
          </h2>
        </div>
        <div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
          <div class="t-p">
            <section class="languages">
              <h2>MAJOR SYLLABUS</h2>
              <table>
                  <thead>
                      <tr>
                          <th>S.No.</th>
                          <th>Semester - 4	</th>
                          <th>Document</th>
                      </tr>
                  </thead>
                  <tbody>
                      <tr>
                          <th>1</th>
                          <th>Python Programming</th>
                          <th><a href="https://drive.google.com/file/d/1sjj6kSFUBKxhtQHcmxyhoQYG6VnNzCbV/view?usp=drive_link">Click Here</a></th>
                      </tr>
                      <tr>
                          <th>2</th>
                          <th>Operating System</th>
                          <th><a href="https://drive.google.com/file/d/1n_OCBki0PpN1dfZmijkHSjq079Cvo26P/view?usp=drive_link">Click Here</a></th>
                      </tr>
                      <tr>
                          <th>3</th>
                          <th>Mobile Application Development Using Andriod</th>
                          <th><a href="https://drive.google.com/file/d/1abYQv-_u0xqF0F8_0JUkGPAW-Pf7PHvj/view?usp=drive_link">Click Here</a></th>
                      </tr>
                  </tbody>
              </table>
          </section>
          </div>
        </div>
      </div>
      <div class="item">
        <div class="item-header" id="headingTwo">
          <h2 class="mb-0">
            <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
              MINOR SYLLABUS #2
              <i class="fa fa-angle-down"></i>
            </button>
          </h2>
        </div>
        <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
          <div class="t-p">
            <section class="container">
              <h2>MINOR SYLLABUS</h2>
              <!-- <p class="note">A student has to choose any TWO of the following four courses</p> -->
              <table>
                  <thead>
                      <tr>
                          <th>S.No.</th>
                          <th>Semester - 4</th>
                          <th>Document</th>
                      </tr>
                  </thead>
                  <tbody>
                      <tr>
                          <th>1</th>
                          <th>Digital Marketing</th>
                          <th><a href="https://drive.google.com/file/d/1gZrkBhIwtBIhHnwZW8ld1bMEcLHO84U5/view?usp=drive_link">Click Here</a></th>
                      </tr>
                       <tr>
                          <th>2</th>
                          <th>Human Resource Management</th>
                          <th><a href="https://drive.google.com/file/d/1up7DQMug6IYtcBDNBvAlMHXfbegPoCmK/view?usp=drive_link">Click Here</a></th>
                      </tr>
                  </tbody>
              </table>
          </section>
          </div>
        </div>
      </div>
      <div class="item">
        <div class="item-header" id="headingThree">
          <h2 class="mb-0">
            <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
              SKILL COURSES #3
              <i class="fa fa-angle-down"></i>
            </button>
          </h2>
        </div>
        <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
          <div class="t-p">
            <section class="skill-courses">
              <h2>SKILL COURSES</h2>
              <!-- <p class="note">A student has to choose any TWO of the following four courses</p> -->
              <table>
                  <thead>
                      <tr>
                          <th>S.No.</th>
                          <th>Semester - 4</th>
                          <th>Document</th>
                      </tr>
                  </thead>
                  <tbody>
                      <tr>
                          <th>1</th>
                          <th>Cyber Security</th>
                          <th><a href="https://drive.google.com/file/d/15-e3vEGWxCBr13DsVwO8LkR1SaPyECuL/view?usp=drive_link">Click Here</a></th>
                      </tr>
                  </tbody>
              </table>
          </section>
          </div>
        </div>
      </div>
      <div class="item">
        <div class="item-header" id="headingFour">
          <h2 class="mb-0">
            <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
              MD COURSES #4
              <i class="fa fa-angle-down"></i>
            </button>
          </h2>
        </div>
        <div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordionExample">
          <div class="t-p">
            <section class="skill-courses">
                <h2>MD COURSES</h2>
                <table>
                    <thead>
                        <tr>
                            <th>S.No.</th>
                            <th>Semester - 4</th>
                            <th>Document</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <th>1</th>
                            <th>Introduction to Nanotechnology</th>
                            <th><a href="https://drive.google.com/file/d/1ncMjOeRhWfqBLe7w2j4AE1T6IX6e1iMx/view?usp=drive_link">Here</a></th>
                        </tr>
                    </tbody>
                </table>
            </section>
          </div>
        </div>
      </div>
    </div>
  </div>







            <div class="mt-10">
                <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
                    <!-- Feature cards will be dynamically generated using JavaScript -->
                    <div id="features-container"></div>
                </div>
            </div>
        </div>
    </div>

    <!-- Subjects Section -->
    <div class="bg-gray-50 py-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center animate-fade-in">
                <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Thank You </h2>
                <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
                    Explore our comprehensive collection of BCA subjects and study materials
                </p>
            </div>
            <div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-4" id="subjects-container">
                <!-- Subject cards will be dynamically generated using JavaScript -->
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-white">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div class="col-span-1">
                    <div class="flex items-center">
                        <svg class="h-8 w-8 text-blue-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
                        </svg>
                        <span class="ml-2 text-xl font-bold text-gray-900">BCA-WARRIOR</span>
                    </div>
                    <p class="mt-4 text-gray-500 text-sm">
                        Your complete guide to mastering BCA studies with comprehensive resources and materials.
                    </p>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Study Materials</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Notes</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Question Papers</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Tutorials</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="https://wa.me/9442797657?text=HI" class="text-base text-gray-500 hover:text-gray-900">Help Center</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Contact Us</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">FAQ</a></li>
                        <li><a href="server maintenance.html" class="text-base text-gray-500 hover:text-gray-900">Community</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="Archive.html" class="text-base text-gray-500 hover:text-gray-900">Privacy Policy</a></li>
                        <li><a href="Archive.html" class="text-base text-gray-500 hover:text-gray-900">Terms of Service</a></li>
                        <li><a href="Archive.html" class="text-base text-gray-500 hover:text-gray-900">Cookie Policy</a></li>
                    </ul>
                </div>
            </div>
            <div class="mt-8 border-t border-gray-200 pt-8">
                <p class="text-base text-gray-400 text-center">
                    © <span id="current-year"></span> BCA-WARRIOR. All rights reserved.
                </p>
            </div>
        </div>
    </footer>

    <script src="script.js"></script>






    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Languages and Skill Courses</title>
    <link rel="stylesheet" href="abi.css">

</body></html>