Skip to content

Commit

Permalink
Merge pull request DecodersCommunity#7 from evilseye/main
Browse files Browse the repository at this point in the history
Added Light Yagami card
  • Loading branch information
rajgautam-cloud authored Sep 30, 2022
2 parents 9b24c9d + 48d4f4e commit 1f71dac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added images/download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,30 @@ <h2 class="card-title">Uchiha Madara</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/download.jpg" alt="Yagami" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Light Yagami</h2>
<p class="card-text">
Light Yagami (夜神月, Yagami Raito) is the main protagonist of the Death Note series. After discovering the Death Note, he decides to use it to rid the world of criminals.
</p>
<p>
His killings are eventually labelled by the people living in Japan as the work of "Kira."
</p>
<hr>
<p>Contributed by- Utkarsh Pandey</p>
</div>
</div>
</div>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->

</div>
Expand Down

0 comments on commit 1f71dac

Please sign in to comment.