Skip to content

Submission from Coder Of #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions COC project/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - COC Space Club</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/ac42c3b1f7.js" crossorigin="anonymous"></script>
</head>
<body class="about-body-container">
<header style="background-color: #5c0555;">
<h1 class="mt-2 mb-5">COC Space Club - About Us</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="join.html" class="join-btn">Join Now</a></li>
</ul>
</nav>
</header>

<main>
<section class="team">
<h2>Meet Our Team</h2>
<ul class="about-team-member">
<li>Anand Madigatla</li>
<li>Amar Rajana</li>
<li>Akhil Mandha</li>
<li>Pramod Rajana</li>
</ul>
</section>

<section class="motive">
<h2>Our Motive</h2>
<p>
Our mission is to raise awareness about space and its vast potential, focusing on students and individuals with limited exposure to space exploration. We aim to simplify complex concepts, making space more accessible and engaging for everyone. Through hands-on activities, interactive games, and virtual sessions, we seek to inspire curiosity and foster a deeper understanding of the universe. By providing educational resources and opportunities, we hope to bridge the knowledge gap and encourage interest in space science. Our goal is to create a community passionate about space exploration. Ultimately, we aspire to motivate the next generation to explore the limitless possibilities of space.</p>
</section>

<section class="exploration">
<h2>Space Exploration</h2>
<img src="https://img.freepik.com/premium-photo/exoplanet-atmosphere_1272857-175792.jpg" alt="Space Exploration">
<p>
Space exploration involves the investigation of celestial bodies beyond Earth, aiming to expand our understanding of the universe. It includes both manned missions, like those to the Moon and Mars, and unmanned missions, such as robotic spacecraft and satellites. These missions provide valuable data on planetary atmospheres, geology, and potential for life. Advanced technology plays a crucial role in enabling these explorations, from powerful telescopes to sophisticated spacecraft. International collaboration is vital, bringing together nations to share knowledge and resources. The ultimate goal of space exploration is to answer fundamental questions about our existence and the nature of the cosmos.</p>
</section>
</main>

<footer class="footer">
<p>&copy; 2024 COC Space Club</p>
</footer>
</body>
</html>
70 changes: 70 additions & 0 deletions COC project/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - COC Space Club</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/ac42c3b1f7.js" crossorigin="anonymous"></script>
</head>
<body class="contact-bg-container">
<header style="background-color: #5c0555;">
<h1>COC Space Club - Contact Us</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="join.html" class="join-btn">Join Now</a></li>
</ul>
</nav>
</header>

<main>
<div class="contact-container-1">
<h2 class="heading-contact">Contact Us</h2>
<form action="#" method="POST">
<div class="form-group">
<label class="label-1" for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label class="label-1" for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label class="label-1" for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<button class="contact-button" type="submit">Send Message</button>
</form>
</div>
<div class="club-container">
<div class="image-container-1">
<img src="https://iili.io/dmoZbUB.jpg" alt="COC Space Club Logo" class="club-logo" style="opacity:1.0;">
</div>
<h1>COC Space Club</h1>
<p>The COC Space Club is a vibrant community dedicated to promoting interest in space exploration and science among students. With our logo prominently displayed, we aim to create a welcoming environment for enthusiasts of all ages.</p>

<h2>Activities:</h2>
<ul class="pl-3">
<li style="color:white">Space Games: We organize engaging space-themed games that allow members to learn while having fun.</li>
<li style="color:white">Workshops: Regular workshops on topics like rocket science, astronomy, and robotics help deepen knowledge and skills.</li>
<li style="color:white">Virtual Sessions: Interactive virtual sessions with guest speakers and experts in the field provide insights into the latest advancements in space research.</li>
<li style="color:white">Exoplanet Research: Members explore the fascinating world of exoplanets, learning about their characteristics and the possibility of life beyond Earth.</li>
<li style="color:white">Field Trips: We arrange trips to observatories and science centers to experience space exploration first-hand.</li>
</ul>
</div>
</main>

<footer class="footer">
<p>&copy; 2024 COC Space Club</p>
</footer>

</body>
</html>
97 changes: 97 additions & 0 deletions COC project/cosmos-research.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cosmos Research</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/ac42c3b1f7.js" crossorigin="anonymous"></script>
</head>
<body class="research-body-container">
<header style="background-color: #5c0555;" >
<h1 class="mt-2 mb-5" >Cosmos Research</h1>
<nav>
<ul>
<li><a style="background-color: #5c0555" href="index.html">Home</a></li>
<li><a style="background-color: #5c0555" href="about.html">About Us</a></li>
<li ><a style="background-color: #5c0555" href="services.html">Services</a></li>
<li ><a style="background-color: #5c0555" href="contact.html">Contact</a></li>
<li><a href="join.html" class="join-btn">Join Now</a></li>
</ul>
</nav>
</header>

<main>
<section class="topic mt-5">
<div class="topic">
<div class="heading-container ">
<h2 >Exploring the Cosmos: Research and Discoveries</h2>
</div>
<img src="https://miro.medium.com/v2/resize:fit:1400/1*nlN2pDkrsMfjD4asgSuJcg.png" alt="Space Mission" />
<p class="para-container">Space research is a crucial scientific endeavor focused on exploring the vast universe beyond Earth. It involves studying celestial bodies such as planets, stars, galaxies, and black holes, aiming to uncover the mysteries of cosmic evolution. Global space agencies like NASA, ESA, and ISRO conduct missions using satellites, space probes, and telescopes to explore space and gather data. These missions help us understand the origins of the universe, the potential for life on other planets, and the nature of dark matter and dark energy. Space research has led to groundbreaking advancements in technology, including satellite communication, medical imaging, and climate monitoring. It continues to push the boundaries of human knowledge and innovation, opening up new possibilities for future space exploration and interplanetary travel.</p>
</div>
<div class="topic mt-5">
<div class="heading-container ">
<h2 >Dark Matter and Dark Energy</h2>
</div>
<img src="https://scitechdaily.com/images/Dark-Matter-Distribution-Universe-Illustration-Art.jpg" />

<p class="para-container">Dark matter and dark energy are two of the most mysterious and fundamental components of the universe. Dark matter, which makes up about 27% of the universe, is invisible and does not emit or absorb light, but its presence is inferred from its gravitational effects on galaxies and galaxy clusters. Scientists believe it plays a crucial role in holding galaxies together, though its exact nature remains unknown.

Dark energy, on the other hand, comprises nearly 68% of the universe and is thought to be responsible for its accelerating expansion. This mysterious force opposes gravity and causes the universe to expand at an increasing rate. Despite being the dominant form of energy in the universe, dark energy is still poorly understood, and its discovery has reshaped our understanding of cosmology. Together, dark matter and dark energy account for 95% of the universe's total content, yet they remain among the greatest scientific enigmas.</p>
</div>
<div class="topic mt-5">
<div>
<h2 class="heading-container ">Black Holes</h2>
</div>
<img src="https://cdn.mos.cms.futurecdn.net/HsDtpFEHbDpae6wBuW5wQo.jpg" />

<p class="para-container">Black holes are regions of space where gravity is so intense that nothing, not even light, can escape from them. They form when massive stars collapse under their own gravity at the end of their life cycles. The boundary surrounding a black hole, known as the event horizon, marks the point of no return—once crossed, matter and light are inevitably pulled in.

At the center of a black hole is the singularity, a point where matter is thought to be infinitely dense and gravity infinitely strong. Research into black holes has advanced significantly, especially with the first-ever image of a black hole captured in 2019 by the Event Horizon Telescope. This provided groundbreaking insights into black hole behavior, their formation, and their influence on surrounding galaxies. Black holes remain a focus of scientific curiosity, offering clues about the nature of space, time, and the universe itself.</p>
</div>
<div class="topic mt-5">
<div class="heading-container ">
<h2 >Galaxy Formation and Evolution</h2>
</div>
</div>
<img src="https://i.natgeofe.com/n/e484088d-3334-4ab6-9b75-623f7b8505c9/1086_4x3.jpg" alt="Black Holes" />

<p class="para-container">Galaxy formation and evolution are key areas of astrophysics, focused on understanding how galaxies are born, grow, and change over billions of years. Galaxies, massive systems of stars, gas, dust, and dark matter, are believed to form from small fluctuations in the density of matter in the early universe. These fluctuations caused gas and dust to clump together, leading to the formation of the first stars and galaxies.

Over time, galaxies grow through mergers with other galaxies and the accumulation of surrounding material. These interactions can trigger bursts of star formation and significantly alter the galaxy's shape and structure. The Milky Way, for example, is a spiral galaxy that continues to evolve through interactions with its smaller satellite galaxies. Understanding galaxy formation and evolution helps scientists trace the history of the universe, revealing how large-scale structures like galaxy clusters and superclusters emerged and evolved over time.</p>
</div>
<div class="topic mt-5"></div>
<div class="heading-container ">
<h2 >Exoplanet Research</h2>
</div>
</div>
<img src="https://www.sydney.edu.au/content/dam/brand-and-marketing-assets/conceptual-images/artists-impression-exoplanet-binary-star-system-adobe-stock-images.jpeg" alt="Black Holes" />

<p class="para-container">Exoplanet research focuses on the discovery and study of planets beyond our solar system, known as exoplanets. Since the first exoplanet was discovered in 1992, thousands have been identified using techniques like the transit method and radial velocity. These methods detect the tiny changes in light or motion caused by a planet orbiting its star.

The study of exoplanets has revealed a wide variety of planetary systems, some with Earth-like planets in the "habitable zone" where conditions could support liquid water and potentially life. Missions like NASA's Kepler and TESS have played a crucial role in finding these planets. Exoplanet research not only expands our understanding of planetary formation but also raises exciting possibilities about the existence of life beyond Earth. Future missions aim to analyze exoplanet atmospheres, seeking biosignatures that could indicate the presence of living organisms.</p>
</div>
<div class="topic mt-5"></div>
<div class="heading-container ">
<h2 >Future-research</h2>
</div>
</div>
<img src="https://media.licdn.com/dms/image/D4E12AQGuYozh_XZURg/article-cover_image-shrink_720_1280/0/1713972514962?e=2147483647&v=beta&t=fegqD3AKocxm0OKu4AWS99DngcpUVJ_n0ddBWUI1u5I" />

<p class="para-container">Future research on space and exoplanets holds incredible potential, with upcoming missions poised to reveal groundbreaking discoveries. The James Webb Space Telescope (JWST) will not only study the universe's earliest galaxies but also investigate exoplanet atmospheres for signs of habitability and possible biosignatures. This could provide key insights into the conditions of distant worlds.

The European Space Agency's PLATO mission is also set to find and characterize Earth-like exoplanets in the habitable zones around Sun-like stars. Future advancements will allow scientists to study exoplanet atmospheres in greater detail, searching for gases like oxygen or methane, which may hint at the presence of life. These missions will help expand our understanding of planetary systems and life beyond Earth, driving forward the next era of space exploration.</p>
</div>
</section>
</main>

<footer class="bottom-footer">
<p>&copy; 2024 COC Space Club</p>
</footer>
</body>
</html>
Loading