Skip to content

Commit

Permalink
Update content links to use new username handle
Browse files Browse the repository at this point in the history
  • Loading branch information
twin-tigon committed Jul 28, 2024
1 parent 6930293 commit e61a397
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const CONTENT = {
{
name: 'website',
description: 'This website 👀',
url: 'https://github.com/rodrigo-garcia-leon/website',
url: 'https://github.com/twin-tigon/website',
keywords: [
'front-end',
'lit',
Expand All @@ -23,38 +23,38 @@ export const CONTENT = {
{
name: 'esbuild-skypack-resolver',
description: 'An esbuild plugin to resolve package names to Skypack CDN URLs',
url: 'https://github.com/rodrigo-garcia-leon/esbuild-skypack-resolver',
url: 'https://github.com/twin-tigon/esbuild-skypack-resolver',
keywords: ['esbuild', 'plugin', 'skypack', 'typescript'],
},
{
name: 'web-hacks',
description: 'Web Hacks 🕸🤓',
url: 'https://github.com/rodrigo-garcia-leon/web-hacks',
url: 'https://github.com/twin-tigon/web-hacks',
keywords: ['front-end', 'houdini', 'javascript'],
},
{
name: 'chat-groups-app',
description: 'Slack clone app built with React',
url: 'https://github.com/rodrigo-garcia-leon/chat-groups-app',
url: 'https://github.com/twin-tigon/chat-groups-app',
keywords: ['front-end', 'react', 'web-sockets', 'javascript'],
},
{
name: 'chat-groups-api',
description: 'Slack clone API built with Django',
url: 'https://github.com/rodrigo-garcia-leon/chat-groups-api',
url: 'https://github.com/twin-tigon/chat-groups-api',
keywords: ['back-end', 'django', 'web-sockets', 'postgresql', 'redis', 'docker', 'python'],
},
{
name: 'thesis-matlab',
description:
'Collection of MATLAB scripts and toolboxes regarding my Master Thesis on psychoacoustics',
url: 'https://github.com/rodrigo-garcia-leon/thesis-matlab',
url: 'https://github.com/twin-tigon/thesis-matlab',
keywords: ['psychoacoustics', 'digital-signal-processing', 'matlab'],
},
{
name: 'authentication-api',
description: 'Authentication API using JWT built with Go and Redis',
url: 'https://github.com/rodrigo-garcia-leon/authentication-api',
url: 'https://github.com/twin-tigon/authentication-api',
keywords: ['back-end', 'jwt', 'redis', 'go'],
},
{
Expand All @@ -67,42 +67,42 @@ export const CONTENT = {
{
name: 'hn-app',
description: 'Hacker News PWA built with React Hooks',
url: 'https://github.com/rodrigo-garcia-leon/hn-app',
url: 'https://github.com/twin-tigon/hn-app',
keywords: ['front-end', 'progressive-web-app', 'react', 'javascript'],
},
{
name: 'hn-api',
description: 'Hacker News API using GraphQL',
url: 'https://github.com/rodrigo-garcia-leon/hn-api',
url: 'https://github.com/twin-tigon/hn-api',
keywords: ['back-end', 'koa', 'graphql', 'nodejs', 'javascript'],
},
{
name: 'cloud',
description: 'Collection of scripts to manage Google Cloud Platform and Kubernetes ☁️',
url: 'https://github.com/rodrigo-garcia-leon/cloud',
url: 'https://github.com/twin-tigon/cloud',
keywords: ['devops', 'google-cloud-platform', 'kubernetes', 'shell'],
},
{
name: 'tictactoe-cli',
description: 'Tic-tac-toe implementation in Rust',
url: 'https://github.com/rodrigo-garcia-leon/tictactoe-rust',
url: 'https://github.com/twin-tigon/tictactoe-rust',
keywords: ['cli', 'gamedev', 'rust'],
},
{
name: 'senescence',
description: 'Senescence is a narrative puzzle platformer made for GMTK Game Jam 2020 ',
url: 'https://github.com/rodrigo-garcia-leon/senescence',
url: 'https://github.com/twin-tigon/senescence',
keywords: ['gamedev', 'game-jam', 'platform-game', 'puzzle-game', 'godot'],
},
],
contactInfo: [
{
name: 'Twitter',
value: 'https://twitter.com/garcialeonrodri',
value: 'https://twitter.com/twin_tigon',
},
{
name: 'Instagram',
value: 'https://www.instagram.com/rodrigogarcialeon/',
value: 'https://www.instagram.com/twin_tigon',
},
{
name: 'LinkedIn',
Expand Down

0 comments on commit e61a397

Please sign in to comment.