Skip to content

Commit

Permalink
fix:change mentors + remove Claudiu's firm (#5)
Browse files Browse the repository at this point in the history
* fix:block map scrolling without ctrl/cmd key pressed

* feat: add image to blogs page(i dont like it at all)

* fix: change mentors layout
  • Loading branch information
RazvanBalota authored Jan 24, 2024
1 parent 262d9c1 commit 294ccb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
Binary file modified public/gradient.avif
Binary file not shown.
23 changes: 12 additions & 11 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,26 @@ export const mentors = [
worksAt: "Xplication",
website: "https://xplication.com/",
},

{
image: "/traian-simedru.jpeg",
name: "Traian Simedru",
worksAt: "Echipa de Digitalizare",
website: "https://echipadedigitalizare.ro/",
image: "/rares-urban.jpeg",
name: "Rareș Urban",
worksAt: "Acid Art Studio",
website: "https://acidartstudio.com/",
},

{
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: "/traian-simedru.jpeg",
name: "Traian Simedru",
worksAt: "Echipa de Digitalizare",
website: "https://echipadedigitalizare.ro/",
},

{
image: "/alin.jpg",
name: "Alin Muntean",
Expand All @@ -105,8 +106,8 @@ export const mentors = [
{
image: "/claudiu-neamtu.jpeg",
name: "Claudiu Neamțu",
worksAt: "3SS",
website: "https://www.3ss.tv/",
worksAt: "ex-Ninja",
/* website: "https://www.3ss.tv/", */
},
{
image: "/florina.jpg",
Expand Down

0 comments on commit 294ccb2

Please sign in to comment.