Skip to content

Commit

Permalink
add launch images
Browse files Browse the repository at this point in the history
  • Loading branch information
shohei committed Feb 5, 2024
1 parent 88865bb commit 653c2e5
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 0 deletions.
Binary file added image/rocket/kabura_flight.webp
Binary file not shown.
Binary file added image/rocket/kabura_launch.webp
Binary file not shown.
Binary file added image/rocket/simba_flight.webp
Binary file not shown.
Binary file added image/rocket/simba_launch.webp
Binary file not shown.
Binary file added image/rocket/tembo_flight.webp
Binary file not shown.
Binary file added image/rocket/tembo_launch.webp
Binary file not shown.
46 changes: 46 additions & 0 deletions rocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,55 @@ <h2 class="title has-text-weight-bold">N-3 rocket (2023)</h2>
</div>

</div>

<div class="columns is-centered" style="margin-top: 5px;">
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/tembo_launch.webp" />
</figure>
</div>
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/kabura_launch.webp" />
</figure>
</div>
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/simba_launch.webp" />
</figure>
</div>
</div>
<div class="columns is-centered" style="margin-top: 5px;">
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/tembo_flight.webp" />
</figure>
<figcaption>
Tembo
</figcaption>
</div>
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/kabura_flight.webp" />
</figure>
<figcaption>
Kabura
</figcaption>
</div>
<div class="column is-one-fifth">
<figure class="image">
<img src="./image/rocket/simba_flight.webp" />
</figure>
<figcaption>
Simba
</figcaption>
</div>
</div>

</div>



<!-- N-2 rocket -->
<div class="card article">
<div class="card-content">
Expand Down

0 comments on commit 653c2e5

Please sign in to comment.