DEV Community

Tymur Levtsun
Tymur Levtsun

Posted on

Hacktoberfest Part 2: Made something small and usefull

Overview

The second repository I contributed to was ufosc/Club_Website_2 which is the Website for the UF Open Source Club.

Issue

The issue was minor, but probably annoying for the maintainers, and it was about making links in the footer that lead to external websites like their social media to open in a separate tab.

Implementation

I have faced such issues before so I did know what I have to do. The thing is to add target= _blank attribute to the tag of the links that you want to open in new tabs. So I did it pretty quickly and made a PR which was merged without problems.

Conclusion

This one was quick and easy and made me go through the specifications of the tag again.

Top comments (0)