1οΈβ£ Make a folder with your username:
2οΈβ£ Copy This Tag from index.html file and paste right beneath the mentioned tag (probably on line 14 in index.html):
<div class="container name">
<a href="Your Github URL"
style="color:Choose any color; font-family:Choose any font family;">Your Name</a></div>
3οΈβ£ Edit the attribute values in the copied tag with your preferred values (Just update values highlighted below):
<div class="container name">
<a href="π Your Github URL π"
style="color: π Choose any color; π font-family: π Choose any font family; π">
π Your Name π</a></div>
4οΈβ£ Make the PR:
$ git push origin master
Note: ποΈ Before making a PR kindly first inspect locally, that everything is perfect!