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 meotwo from pokemon world #941

Closed
wants to merge 1 commit 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/mewtwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,11 @@ <h1 style="color: var(--col1);">
<!-- Do not alter the code above this line unless you want to improve/ fix the website -->

<!-- Card section starts -->

<div class="container" id="cont">

<!--Sample Naruto card start-->

<div class="card mb-3 card-bg my-4" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
Expand All @@ -229,6 +231,35 @@ <h2 class="card-title">Naruto Uzumaki</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 with the complete name (with extension) of the image you uploaded -->
<img src="./images/mewtwo.png" alt="mewtwo" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Mewtwo</h2>
<p class="card-text">
Mewtwo is a formidable presence in the Pokémon world, possessing unparalleled Psychic abilities.
This enigmatic creature is a genetically enhanced clone created through scientific experimentation,
with its origins rooted in the elusive Pokémon, Mew. The genetic tampering resulted in a Pokémon of
extraordinary power, making it one of the most potent Psychic types in existence.
</p>
<p>
However, over time, a transformation occurred. Through unwavering determination and understanding,
Mewtwo managed to bridge the gap with the psychic entity within it. Their relationship evolved from
one of strife to one of cooperation and friendship. As a result, Mewtwo gained the ability to access
the entity's powerful chakra at will, enhancing its already remarkable abilities.
</p>
<hr>
<p>Contributed by- Ashish Nagmoti</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">
Expand Down