Skip to content

Commit

Permalink
Merge pull request #20 from Soumya-9641/main
Browse files Browse the repository at this point in the history
add foreign satelite page and changes some data which was there as 0
  • Loading branch information
dakshsinghrathore authored Oct 5, 2023
2 parents 8130b0a + 1e178fe commit 07978fb
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 10 deletions.
2 changes: 1 addition & 1 deletion COMMU.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
Expand Down
3 changes: 3 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ footer ul li a:hover {
.bg-commu {
background-image: url("../images/commu.jpg");
}
.bg-foreign {
background-image: url("../images/foreignIsro.png");
}

.section-animate {
animation: fadeIn 2s ease-in-out;
Expand Down
84 changes: 84 additions & 0 deletions Foreign.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
<title>Communication Satellites</title>
<style>
.custom-link {
color: green; /* Define the color for the custom link */
text-decoration: none; /* Remove underlines, if desired */
}

.custom-link:hover {
color: rgb(102, 102, 200); /* Define a different color when hovered */
}
</style>
</head>

<body>
<header class="main-header">
<div class="logo">
<a href="index.html">
<img src="images/logo.png" alt="ISRO">
</a>
</div>
<nav class="desktop-main-menu">
<ul>
<li><a href="PSLV.html">Polar Satellite LV</a></li>
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
</header>

<section class="section-animate bg-foreign">

</section>
<div class="section-inner-center">
<h3>Foreign Satellites</h3>
<p>This is a list of all the foreign satellites launched by India. India has launched 431 satellites
for 34 countries as of 30 July 2023.[1] As of 2019, <a href="https://en.wikipedia.org/wiki/ISRO" class="custom-link">the Indian Space Research Organisation</a>, India's government space agency, is the only launch-capable agency in India, and launches all research and commercial projects.</p>
<br>
<p>To get more knowlege hover to this <a href="https://en.wikipedia.org/wiki/List_of_foreign_satellites_launched_by_India" class="custom-link">ISRO</a> </p>
</div>
<div class="stats">
<div>
<span class="counter" data-target="3">431 </span>
<h4>Total Launches</h4>
</div>

<div>
<span class="counter" data-target="3">34 </span>
<h4>Total Countries</h4>
</div>
<div>
<span class="counter" data-target="7">$101M </span>
<h4>Total revenue </h4>
<h4>Between 2013 and 2015</h4>
</div>

</div>


<footer>
<ul>
<li>ISRO &copy; 2023</li>
<li><a href="https://twitter.com/isro" target="_blank">Twitter</a></li>
<li><a href="https://www.youtube.com/@isroofficial5866" target="_blank">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/isro/" target="_blank">LinkedIn</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Suppliers</a></li>
</ul>
</footer>


</body>

</html>
6 changes: 3 additions & 3 deletions GSLV.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
Expand All @@ -37,11 +37,11 @@ <h3>GSLV Mark II</h3>
</div>
<div class="stats">
<div>
<span class="counter" data-target="3">0</span>
<span class="counter" data-target="3">15</span>
<h4>Total Launches</h4>
</div>
<div>
<span class="counter" data-target="7">0</span>
<span class="counter" data-target="7">15</span>
<h4>Total Landings</h4>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion LVM3.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
Expand Down
8 changes: 4 additions & 4 deletions PSLV.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
Expand All @@ -37,11 +37,11 @@ <h3>PSLV-C54/EOS-06</h3>
</div>
<div class="stats">
<div>
<span class="counter" data-target="3">0</span>
<h4>Total Launches</h4>
<span class="counter" data-target="3">13</span>
<h4>Total PSLV Launches</h4>
</div>
<div>
<span class="counter" data-target="7">0</span>
<span class="counter" data-target="7"> 59</span>
<h4>Total Landings</h4>
</div>
<div>
Expand Down
Binary file added images/foreignIsro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>
</ul>
<div class="menu-content">
<div id="menu-navigation">
Expand Down

0 comments on commit 07978fb

Please sign in to comment.