Last active
November 23, 2019 15:08
-
-
Save OlukaDenis/d79b576bf94a477f36be9bc925f61358 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1>Top 5 Languages </h1> | |
<p>In the last year, developers collaborated in more than 370 primary languages on GitHub. The following are the the top five languages with more contributions on GitHub</p> | |
<div class="list"> | |
<ul> | |
<li class="list-item"> <a href="#"> Javascript </a> </li> | |
<li class="list-item"> <a href="#"> Python </a> </li> | |
<li class="list-item"> <a href="#"> Java </a> </li> | |
<li class="list-item"> <a href="#"> PHP </a> </li> | |
<li class="list-item"> <a href="#"> C# </a> </li> | |
</ul> | |
</div | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment