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
18 changes: 16 additions & 2 deletions CONTRIBUTORS.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, @negar-75 for restarting column number one after the seventh column! 👏🏻

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @XanderRubio

Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</a>
</td>
<!-- End of column-6 -->
<!-- Start of column-7 -->
<!-- Start of column-7 -->
<td align="center">
<a href="https://github.com/ccelest1">
<img
Expand All @@ -172,6 +172,20 @@
<sub>Tyler Celestin</sub>
</a>
</td>
<!-- End of column-7 -->
<!-- End of column-7 -->
</tr>
<tr>
<!-- Start of column-1 -->
<td align="center">
<a href="https://github.com/negar-75">
<img
src="https://avatars.githubusercontent.com/u/113235504?v=4"
width="100px"
/>
<br />
<sub>Negar Nasiri</sub>
</a>
</td>
<!-- End of column-1 -->
</tr>
</table>
Binary file added public/img/avatar/Negar_Nasiri.jpeg
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/Negar_Nasiri.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions src/Jsons/Contributors.json
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks great, and thank you for reformatting the precious contributor's JSON text, as it was out of alignment.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"id": "Alexander Clemens",
"image": "img/bid_image/Alexander_Clemens.jpg",
"avatar": "img/avatar/Alexander_Clemens.jpg",
Expand Down Expand Up @@ -153,12 +153,21 @@
"text": "I want to visit as many countries as possible before I die."
},
{
"id":"Tyler Celestin",
"image":"img/bid_image/Tyler_Celestin.jpg",
"avatar":"img/avatar/Tyler_Celestin.jpg",
"name":"Tyler Celestin",
"location":"Brooklyn, New York, USA 🇺🇸",
"GitHub":"https://github.com/ccelest1",
"text":"I sincerely appreciate great design and aesthetics. In that same vein, I would cherish the opportunity to travel to vistas that exhibit careful and detailed architecture that is synergistic with their cultural and environmental surroundings. One of those places is, of course, Japan, which is renowned for its talented engineers and attention to green practices. One of my dreams is to work in the field of design, or potentially civil engineering if possible."
}
"id": "Tyler Celestin",
"image": "img/bid_image/Tyler_Celestin.jpg",
"avatar": "img/avatar/Tyler_Celestin.jpg",
"name": "Tyler Celestin",
"location": "Brooklyn, New York, USA 🇺🇸",
"GitHub": "https://github.com/ccelest1",
"text": "I sincerely appreciate great design and aesthetics. In that same vein, I would cherish the opportunity to travel to vistas that exhibit careful and detailed architecture that is synergistic with their cultural and environmental surroundings. One of those places is, of course, Japan, which is renowned for its talented engineers and attention to green practices. One of my dreams is to work in the field of design, or potentially civil engineering if possible."
},
{
"id": "Negar Nasiri",
"image": "img/bid_image/Negar_Nasiri.jpg",
"avatar": "img/avatar/Negar_Nasiri.jpeg",
"name": "Negar Nasiri",
"location": "Lisbon, Portugal 🇵🇹",
"GitHub": "https://github.com/negar-75",
"text": "I've always dreamed of owning my own business, generating income, creating numerous job opportunities, and leaving a significant mark on the world."
}
]