Skip to content
Open
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
2 changes: 2 additions & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Meet our Contributors
<a href="https://github.com/Baobab-Prince">Chaz Carothers</a>

<a href="https://github.com/AbhayBhan">Abhay Bhan</a>

<a href ="https://github.com/cchhllooee">cchhllooee</a>
Binary file added assets/characters-images/wintersoldier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions components/characters/character.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,23 @@
<div class="title">Wolverine</div>
</div>

<!-- Adding Winter Soldier's Character Card -->
<div class="card">
<div class="card-image">
<!-- upload your image in assets/characters-images/ folder and use it here -->
<img
src="../../assets/characters-images/wintersoldier.png"
alt="Winter Soldier"/>
</div>

<div class="know-more">
<!-- Add the official link of your character in href -->
<a href="https://www.marvel.com/characters/winter-soldier-bucky-barnes">KNOW MORE</a>
</div>

<!-- change the content of title div according to your character -->
<div class="title">Winter Soldier</div>
</div>
</div>
</body>
</html>