Skip to content

Commit

Permalink
Merge pull request #114 from Rishul2003/feat-Update-Image-Gallery
Browse files Browse the repository at this point in the history
feat: #109 Update Image Gallery Added Gaganyaan
  • Loading branch information
dakshsinghrathore authored Oct 21, 2023
2 parents d77cc61 + f05b0ec commit bfec81f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file added Image_Gallery/images/Gaganyan_mission.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Image_Gallery/images/gaganayan1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Image_Gallery/images/gaganyaan2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion Image_Gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,25 @@ <h1>Images</h1>
<div class="card_body">
<p>ASTROSAT</p>
</div>
</div>
</div>
<div data-name="missions" class="card">
<img src="./images/Gaganyan_mission.jpg"/>
<div class="card_body">
<p>Gaganyaan Mission</p>
</div>
</div>
<div data-name="missions" class="card">
<img src="./images/gaganayan1.jpg"/>
<div class="card_body">
<p>Gaganyaan Mission details</p>
</div>
</div>
<div data-name="missions" class="card">
<img src="./images/gaganyaan2.png"/>
<div class="card_body">
<p>Gaganyaan Mission rover</p>
</div>
</div>
<div data-name="facilities" class="card">
<img src="./images/vikram sarabhai space centre.webp"/>
<div class="card_body">
Expand Down

0 comments on commit bfec81f

Please sign in to comment.