-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Soumya-9641/main
add foreign satelite page and changes some data which was there as 0
- Loading branch information
Showing
8 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 © 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters