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 card #4 #9

Closed
wants to merge 2 commits into from
Closed
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.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,32 @@ <h2 class="card-title">Light Yagami</h2>
</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/goku.jpg" alt="Son Goku" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Son Goku</h2>
<p class="card-text">
Son Goku , born Kakarot , is a Saiyan raised on Earth and the overall main protagonist of the Dragon Ball series.
He was originally sent to Earth as an infant, Kakarot would be adopted by Grandpa Gohan who named him Son Goku.
He constantly strives and trains to be the greatest warrior possible, which has kept the Earth and the universe safe from destruction many times
</p>
<p>
A head injury at an early age alters Goku's memory, ridding him of his initial destructive nature and allowing him to grow up to become one of Earth's greatest defenders.
</p>
<hr>
<p>Contributed by- saiyan_vegeta </p>
</div>
</div>
</div>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->

</div>
Expand Down