Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
</a>
</td>
<!-- End of column-2 -->
<!-- Start of column -->
<!-- Start of column-3 -->
<td align="center">
<a href="https://github.com/SJLEE411">
<img
Expand All @@ -210,8 +210,8 @@
<sub>Sangjune Lee</sub>
</a>
</td>
<!-- End of column -->
<!-- Start of column -->
<!-- End of column-3 -->
<!-- Start of column-4 -->
<td align="center">
<a href="https://github.com/Tomas-Arrativel">
<img
Expand All @@ -222,8 +222,8 @@
<sub>Tomás Arrativel</sub>
</a>
</td>
<!-- End of column -->
<!-- Start of column -->
<!-- End of column-4 -->
<!-- Start of column-5 -->
<td align="center">
<a href="https://github.com/BenTracyDotCom">
<img
Expand All @@ -234,7 +234,20 @@
<sub>Ben Tracy</sub>
</a>
</td>
<!-- End of column -->
<!-- End of column-5 -->
<!-- Start of column-6 -->
<td align="center">
<a href="https://github.com/vrun1208">
<img
src="https://avatars.githubusercontent.com/u/58364635?v=4"
width="100px"
/>
<br />
<sub>Varun Patodia</sub>
</a>
</td>
<!-- End of column-6 -->
<!-- End of column-7 -->
<!-- Start of column -->
<td align="center">
<a href="https://github.com/itzmidinesh">
Expand All @@ -246,6 +259,6 @@
<sub>Dinesh Anbazhagan</sub>
</a>
</td>
<!-- End of column -->
<!-- End of column-7 -->
</tr>
</table>
Binary file added public/img/avatar/varun_patodia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/bid_image/varun_patodia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Jsons/Contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@
"GitHub": "https://github.com/BenTracyDotCom",
"text": "I want to see and sleep under the Northern Lights."
},
{
"id": "Varun Patodia",
"image": "img/bid_image/varun_patodia.jpg",
"avatar": "img/avatar/varun_patodia.jpg",
"name": "Varun Patodia",
"location": "Bhopal, Madhaya Pradesh, India 🇮🇳",
"GitHub": "https://github.com/vrun4750",
"text": "I want to go trekking all the places in India before I die."
},
{
"id": "Dinesh Anbazhagan",
"image": "img/bid_image/Dinesh_Anbazhagan.jpg",
Expand Down