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!