Skip to content

Commit

Permalink
Merge pull request #15 from hubblemd/main
Browse files Browse the repository at this point in the history
Added Goku
  • Loading branch information
Raunak173 authored Oct 1, 2022
2 parents eb5b276 + 23ee81c commit b19653f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
Binary file added images/goku.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 images/roronoa zoro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,52 @@ <h2 class="card-title">Itachi Uchiha</h2>
</div>
</div>

<div class="card mb-3 card-bg my-4" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<!-- Replace image_name_here by the complete name (with extension) of the image you uploaded -->
<img src="./images/goku.jpg" alt="Goku" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Goku</h2>
<p class="card-text">
Son Goku (孫そん悟ご空くう Son Gokū, Japanese pronunciation: [sõŋgokɯː]), born Kakarot (カカロット Kakarotto, Japanese pronunciation: [kakaɾot̚to]), is a Saiyan raised on Earth and the overall main protagonist of the Dragon Ball series
</p>
<p>
Originally was sent to Earth as an infant, Kakarot would be adopted by Grandpa Gohan who named him Son Goku.
</p>
<hr>
<p>Contributed by- Madhav Dwivedi</p>
</div>
</div>
</div>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->

<div class="card mb-3 card-bg my-4" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<!-- Replace image_name_here by the complete name (with extension) of the image you uploaded -->
<img src="./images/"roronoa zoro.jpg" alt="Roronoa Zoro" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Roronoa Zoro</h2>
<p class="card-text">
Roronoa Zoro,also known as "Pirate Hunter" Zoro, is the combatant of the Straw Hat Pirates, one of their two swordsmen and one of the Nine Senior Officers of the Straw Hat Grand Fleet.
</p>
<p>
Formerly a bounty hunter, he is the second member of Luffy's crew and the first to join it, doing so in the Romance Dawn Arc.
</p>
<hr>
<p>Contributed by- Madhav Dwivedi</p>
</div>
</div>
</div>
</div>

</div>
</main>

Expand Down
Binary file added roronoa zoro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b19653f

Please sign in to comment.