Skip to content

Commit

Permalink
Update generateMonthSellers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PewDizinho authored Sep 12, 2024
1 parent 31a7cb8 commit 9dd4cdd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions generateMonthSellers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,67 +5,67 @@ const monthSellers = [
category: "programmer",
curso: "Análise e Desenvolvimento de Sistemas",
title: "Programador do mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
profileUrl: "",
},
{
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/josé.jpg",
name: "José Augusto",
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Paulo.jpg",
name: "Paulo Eduardo Konopka",
category: "design",
curso: "Designer",
title: "Designer do mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
profileUrl: "",
},
{
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/bryan.jpg",
name: "Bryan Alexandre",
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Paulo.jpg",
name: "Paulo Eduardo Konopka",
category: "publicity",
curso: "Publicidade",
title: "Publicitário do mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
profileUrl: "",
},
{
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/bruno.jpg",
name: "Bruno Eufrasio",
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Paulo.jpg",
name: "Paulo Eduardo Konopka",
category: "Marketing",
curso: "Marketing",
title: "Marketing do mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
profileUrl: "",
},
{
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Trobojão.jpg",
name: "João Scarante",
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Paulo.jpg",
name: "Paulo Eduardo Konopka",
category: "audiosvisuais",
curso: "Auddios Visuais",
title: "Audios Visuais do mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
profileUrl: "",
},
{
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/JoãoTrizotte.jpg",
name: "João Trizotte",
imgUrl: "https://pewdizinho.github.io/PI1/assets/fotosZoadas/fundadores/Paulo.jpg",
name: "Paulo Eduardo Konopka",
category: "programmer",
curso: "Análise e Desenvolvimento de Sistemas",
title: "Programador do Mês",
university: "UniOpet",
university: "Tuiuti",
stars: "★★★☆☆☆",
sellsThisMonth: "NaN",
sellAllTime: "NaN",
Expand Down

0 comments on commit 9dd4cdd

Please sign in to comment.