Skip to content

Commit

Permalink
Update tech/tools list
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Dec 11, 2023
1 parent 07f44c0 commit 5220338
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions src/lib/data/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
faTableColumns,
faTerminal,
faLayerGroup,
faFileLines,
} from '@fortawesome/free-solid-svg-icons';

import svelteIconSvg from '$lib/images/svelte-icon.svg';
Expand Down Expand Up @@ -81,10 +82,6 @@ const languages = [
];

const other = [
{
name: 'GitHub',
icon: faGithub,
},
{
name: 'Git',
icon: faCodeBranch,
Expand All @@ -101,10 +98,6 @@ const other = [
name: 'Asp.Net',
icon: faDiagramProject,
},
{
name: 'Next.js',
icon: faReact,
},
{
name: 'Vue',
icon: faVuejs,
Expand All @@ -121,14 +114,6 @@ const other = [
name: 'Entity Framework',
icon: faTableColumns,
},
{
name: 'AWS',
icon: faAws,
},
{
name: 'SSH',
icon: faTerminal,
},
{
name: 'NGINX',
icon: faLayerGroup,
Expand All @@ -146,8 +131,8 @@ const other = [
icon: faDocker,
},
{
name: 'Postman',
customIcon: postmanIconSvg,
name: 'Sentry',
icon: faFileLines,
},
];

Expand Down

0 comments on commit 5220338

Please sign in to comment.