diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d1984716..fd7dac7c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -148,7 +148,7 @@ - + Luciano Juarez - + + + + + +
+ Tyler Celestin +
+ + diff --git a/public/img/avatar/Tyler_Celestin.jpg b/public/img/avatar/Tyler_Celestin.jpg new file mode 100644 index 00000000..b7972557 Binary files /dev/null and b/public/img/avatar/Tyler_Celestin.jpg differ diff --git a/public/img/bid_image/Tyler_Celestin.jpg b/public/img/bid_image/Tyler_Celestin.jpg new file mode 100644 index 00000000..5a02ab1e Binary files /dev/null and b/public/img/bid_image/Tyler_Celestin.jpg differ diff --git a/public/img/dummy_image/10.jpg b/public/img/dummy_image/10.jpg new file mode 100644 index 00000000..4a8688bc Binary files /dev/null and b/public/img/dummy_image/10.jpg differ diff --git a/src/Components/BrickLayout/BrickLayout.jsx b/src/Components/BrickLayout/BrickLayout.jsx index 4c2dd8a3..2372b479 100644 --- a/src/Components/BrickLayout/BrickLayout.jsx +++ b/src/Components/BrickLayout/BrickLayout.jsx @@ -20,6 +20,9 @@ const BrickLayout = () => { +
+ +
) diff --git a/src/Jsons/Contributors.json b/src/Jsons/Contributors.json index 0742a903..b280d03d 100644 --- a/src/Jsons/Contributors.json +++ b/src/Jsons/Contributors.json @@ -1,5 +1,4 @@ -[ - { + { "id": "Alexander Clemens", "image": "img/bid_image/Alexander_Clemens.jpg", "avatar": "img/avatar/Alexander_Clemens.jpg", @@ -151,5 +150,14 @@ "location": "Puebla, Mexico 🇲🇽", "GitHub": "https://github.com/luc881", "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." + } ]