Skip to content

Commit

Permalink
Merge pull request #16 from rajibsalui/main
Browse files Browse the repository at this point in the history
[Feat]: Added communication satellite page
  • Loading branch information
dakshsinghrathore authored Oct 4, 2023
2 parents 5159090 + f25bc17 commit 8130b0a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions COMMU.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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>LVM3</title>
<title>Communication Satellites</title>
</head>

<body>
Expand All @@ -28,7 +28,7 @@
</nav>
</header>

<section class="section-animate bg-lmv3">
<section class="section-animate bg-commu">

</section>
<div class="section-inner-center">
Expand Down
3 changes: 3 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ footer ul li a:hover {
.bg-lmv3 {
background-image: url("../images/dragon.webp");
}
.bg-commu {
background-image: url("../images/commu.jpg");
}

.section-animate {
animation: fadeIn 2s ease-in-out;
Expand Down
4 changes: 2 additions & 2 deletions GSLV.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<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="#">Communication Satellites</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>

</ul>
Expand Down Expand Up @@ -65,4 +65,4 @@ <h4>Visits to the ISS</h4>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions LVM3.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<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="#">Communication Satellites</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>

</ul>
Expand Down Expand Up @@ -65,4 +65,4 @@ <h4>Reflow Missions</h4>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions PSLV.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<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="#">Communication Satellites</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>

</ul>
Expand Down Expand Up @@ -65,4 +65,4 @@ <h4>Total Reflights</h4>

</body>

</html>
</html>
Binary file added images/commu.jpg
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 @@ -20,7 +20,7 @@
<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="#">Communication Satellites</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="#">Foreign Satellites</a></li>
</ul>
<div class="menu-content">
Expand Down

0 comments on commit 8130b0a

Please sign in to comment.