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
Binary file added assets/tvshow-images/faws.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions components/tvshows/tvshow.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,21 @@
<!-- change the content of title div according to your tv show -->
<div class="title">What-If</div>
</div>

<!-- ============= Card For Falcon And Winter Soldier =============== -->
<div class="card">
<div class="card-image">
<!-- upload your image in assets/tvshow-images/ folder and use it here -->
<img src="../../assets/tvshow-images/faws.jpg" alt="falcon and winter soldier" />
</div>

<div class="know-more">
<!-- Add the official link of your Tv Show in href -->
<a href="https://www.marvel.com/tv-shows/the-falcon-and-the-winter-soldier/1">KNOW MORE</a>
</div>
<!-- change the content of title div according to your tv show -->
<div class="title">Falcon and Winter Soldier</div>
</div>
</div>
</body>
</html>