$ cd Task1
.... other people code ....
<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/useusername.jpg" class="d-block w-full">
<div class="card-body">
<h5 class="card-title text-center">Enter Your Name</h5>
<div class="text-center">
<a href="Your Github Home URL"><i class="fa fa-github-square icon fa-3x"></i></a>
<a href="Your LinkedIn Profile URL"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
</div>
</div>
<!-- Paste Above this line -->
Make sure to write Your Name, Github URL and Linkedin URL at space provided. (If you don't have your LinkedIn account, put a '#' instead)
View Your contribution at: https://helios1101.github.io/HacktoberFest_19/Task1/
All the enthusiastic contributors are requested to add their part carefully following the proper code block which is to be to be copy-pasted and then edited. Also,before sendng a PR, it would be great if you yourself render the html page at least once to see how your changes are manifested. There have been instances where a single contribution destroyed the entire layout of the page, even affecting others' contributions.