Skip to content

Commit

Permalink
feat: add more mentors
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanBalota authored and ClaudiuCeia committed Jan 23, 2024
1 parent 75170cb commit 0c13bc5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
Binary file added public/alex-bala.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/claudiu-neamtu.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/rares-urban.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/traian-simedru.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Mentors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Mentor from "./Mentor.astro";
</div>
<ul
role="list"
class="mx-auto mt-20 grid max-w-2xl grid-cols-2 gap-x-4 gap-y-16 text-center sm:grid-cols-3 md:grid-cols-4 lg:mx-0 lg:max-w-none lg:grid-cols-5 xl:grid-cols-6"
class="mx-auto mt-20 grid max-w-2xl grid-cols-2 gap-x-4 gap-y-16 text-center sm:grid-cols-3 md:grid-cols-4 lg:mx-0 lg:max-w-none lg:grid-cols-5"
>
<Mentor />
</ul>
Expand Down
27 changes: 26 additions & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,43 @@ export const mentors = [
worksAt: "WhiteCity Code",
website: "https://whitecitycode.com/",
},
{
image: "/alex-bala.jpeg",
name: "Alex Băla",
worksAt: "Xplication",
website: "https://xplication.com/",
},

{
image: "/traian-simedru.jpeg",
name: "Traian Simedru",
worksAt: "Echipa de Digitalizare",
website: "https://echipadedigitalizare.ro/",
},
{
image: "/george.jpg",
name: "George Cosma",
worksAt: "WhiteCity Code",
website: "https://whitecitycode.com/",
},
{
image: "/rares-urban.jpeg",
name: "Rareș Urban",
worksAt: "Acid Art Studio",
website: "https://acidartstudio.com/",
},
{
image: "/alin.jpg",
name: "Alin Munteanu",
name: "Alin Muntean",
worksAt: "WhiteCity Code",
website: "https://whitecitycode.com/",
},
{
image: "/claudiu-neamtu.jpeg",
name: "Claudiu Neamțu",
worksAt: "3SS",
website: "https://www.3ss.tv/",
},
{
image: "/florina.jpg",
name: "Florina Păcurar",
Expand Down

0 comments on commit 0c13bc5

Please sign in to comment.