Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Goku #15

Merged
merged 5 commits into from
Oct 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -248,6 +248,52 @@ <h2 class="card-title">Light Yagami</h2>
<!--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/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.