Skip to content

Commit

Permalink
Replace personal networks to add ORCID and Google Scholar; Update to …
Browse files Browse the repository at this point in the history
…use academic email instead of personal
  • Loading branch information
lucaslopes committed Aug 17, 2024
1 parent 9136dbc commit 6bf247b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Binary file added imgs/mail.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 imgs/orcid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions imgs/scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 15 additions & 12 deletions js/script.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
let social = [
// {color: '#AD35AF', img: 'imgs/instagram.png', url: 'https://instagram.com/lucaslopesf'},
// {color: '#3C5999', img: 'imgs/facebook.png', url: 'https://fb.com/lucaslopes42'},
{color: '#0274B3', img: 'imgs/linkedin.png', url: 'https://linkedin.com/in/lucaslopesf'},
{color: '#189CDE', img: 'imgs/telegram.png', url: 'https://t.me/lucaslopesf'},
// {color: '#2AA9E0', img: 'imgs/twitter.png', url: 'https://twitter.com/lucaslopes37'},
{color: '#DC2A26', img: 'imgs/youtube.png', url: 'https://youtube.com/lucaslopesf2'},
// {color: '#1DB854', img: 'imgs/spotify.png', url: 'https://open.spotify.com/user/12146452710'},
{color: '#1B1F23', img: 'imgs/github.png', url: 'https://github.com/lucaslopes'},
// {color: '#292929', img: 'imgs/medium.png', url: 'https://medium.com/@lucaslopesf'},
{color: '#2C2B64', img: 'imgs/lattes.png', url: 'http://lattes.cnpq.br/4977148353055436'},
// {color: '#B92A27', img: 'imgs/quora.png', url: 'https://quora.com/profile/Lucas-Lopes-3'},
{color: '#F6F6F6', img: 'imgs/email.png', url: 'email', email: 'luc' + 'aslop' + 'esf2@g' + 'mai' + 'l.c' + 'om'}
{color: '#189CDE', img: 'imgs/mail.png', url: 'email', email: 'lucas' + '-' + 'lopes' + '@' + 'ufrj' + '.' + 'br'},
{color: '#0274B3', img: 'imgs/linkedin.png', url: 'https://linkedin.com/in/lucaslopesf'},
{color: '#1B1F23', img: 'imgs/github.png', url: 'https://github.com/lucaslopes'},
{color: '#F6F6F6', img: 'imgs/scholar.svg', url: 'https://scholar.google.com/citations?user=BnHiH60AAAAJ'},
{color: '#2C2B64', img: 'imgs/lattes.png', url: 'http://lattes.cnpq.br/4977148353055436'},
{color: '#003449', img: 'imgs/orcid.png', url: 'https://orcid.org/0000-0002-6500-9749'},
// Social media:
// {color: '#AD35AF', img: 'imgs/instagram.png', url: 'https://instagram.com/lucaslopesf'},
// {color: '#3C5999', img: 'imgs/facebook.png', url: 'https://fb.com/lucaslopes42'},
// {color: '#189CDE', img: 'imgs/telegram.png', url: 'https://t.me/lucaslopesf'},
// {color: '#2AA9E0', img: 'imgs/twitter.png', url: 'https://twitter.com/lucaslopes37'},
// {color: '#DC2A26', img: 'imgs/youtube.png', url: 'https://youtube.com/lucaslopesf2'},
// {color: '#1DB854', img: 'imgs/spotify.png', url: 'https://open.spotify.com/user/12146452710'},
// {color: '#292929', img: 'imgs/medium.png', url: 'https://medium.com/@lucaslopesf'},
// {color: '#B92A27', img: 'imgs/quora.png', url: 'https://quora.com/profile/Lucas-Lopes-3'},
];

let table;
Expand Down

0 comments on commit 6bf247b

Please sign in to comment.