Skip to content

Commit

Permalink
database atualizada
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedsousa committed Sep 5, 2024
1 parent 2a5b54b commit 5402fb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added images/tic.png
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 images/ubl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,20 @@ export const data = [
tag: 'frontend, backend, curso, cursos',
url: 'https://fullstackopen.com/ptbr/'
},
{
title: 'TIC em Trilhas',
description: 'Capacitações gratuitas elaboradas por profissionais de instituições renomadas e que irão transformar a sua carreira.',
image: 'tic.png',
alt: 'logo do programa',
tag: 'frontend, backend, curso, cursos',
url: 'https://ticemtrilhas.org.br/'
},
{
title: 'Universidade Brasileira Livre',
description: 'É uma comunidade sem fins lucrativos de apoio de estudantes de todos os níveis que ajudam uns aos outros e compartilham suas experiências e conhecimentos em torno de diferentes currículos de código aberto.',
image: 'ubl.png',
alt: 'logo do programa',
tag: 'frontend, backend, curso, cursos',
url: 'https://github.com/Universidade-Livre'
},
]

0 comments on commit 5402fb7

Please sign in to comment.