Skip to content

Commit

Permalink
Merge pull request #21 from Bculp/feature/updated-contributors
Browse files Browse the repository at this point in the history
Hacktoberfest 2020: Added links for contributors and fixed character encoding warning
  • Loading branch information
yelynn1 authored Oct 26, 2020
2 parents 307bfd0 + bfbc876 commit 4c237cf
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions contributors.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
Expand Down Expand Up @@ -39,28 +40,44 @@ <h3 id="ct"></h3>
<tr>
<td width="3%">1</td>
<td width="15%">Ye Lynn Khant</td>
<td width="15%">https://github.com/yelynn1</td>
<td width="15%">
<a href="https://github.com/yelynn1">
https://github.com/yelynn1
</a>
</td>
<td width="20%">Initiated this project</td>
</tr>

<tr>
<td>2</td>
<td>Prasanna S S</td>
<td>https://github.com/prasannassp</td>
<td>
<a href="https://github.com/prasannassp">
https://github.com/prasannassp
</a>
</td>
<td>Added contributors.html</td>
</tr>

<tr>
<td>3</td>
<td>Yash Ajgaonkar</td>
<td>https://github.com/yash2189</td>
<td>
<a href="https://github.com/yash2189">
https://github.com/yash2189
</a>
</td>
<td>Documentation</td>
</tr>

<tr>
<td>4</td>
<td>ArshdeepSingh98</td>
<td>https://github.com/ArshdeepSingh98</td>
<td>
<a href="https://github.com/ArshdeepSingh98">
https://github.com/ArshdeepSingh98
</a>
</td>
<td>Styling contributors</td>
</tr>

Expand Down

0 comments on commit 4c237cf

Please sign in to comment.