Skip to main content

Posts

Showing posts from July, 2023

Chandrayaan 3 Launch

  Space exploration has always captivated the human imagination, driving us to explore the vast unknown beyond our planet. In recent years, India has emerged as a rising force in the field of space exploration, with its ambitious Chandrayaan mission series. Building upon the success of Chandrayaan-1 and the subsequent Chandrayaan-2 mission, the Indian Space Research Organisation (ISRO) is now gearing up for the launch of Chandrayaan-3. In this blog post, we will delve into the details of Chandrayaan-3, its objectives, and the significance of this mission for India's space program.   The Background: Chandrayaan-1, launched in 2008, marked India's first mission to the moon. It successfully achieved several milestones, including the discovery of water molecules on the lunar surface and mapping the moon's topography. Building upon the success of Chandrayaan-1, Chandrayaan-2, launched in 2019, aimed to further our understanding of the moon's surface, its geology, and t...

Bootstrap 5 Carousel Code

  <!-- Carousel --> < div  id ="demo"  class ="carousel slide"  data-bs-ride ="carousel" >    <!-- Indicators/dots -->    < div  class ="carousel-indicators" >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="0"  class ="active" > < /button >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="1" > < /button >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="2" > < /button >    < /div >    <!-- The slideshow/carousel -->    < div  class ="carousel-inner" >      < div  class ="carousel-item active" >        < img  src ="la.jpg"  alt ="Los Angeles"  class ="d-block w-100" ...