Skip to content

Commit 5bf0ba3

Browse files
authored
Merge pull request #39 from mateuseap/develop
Release
2 parents 6821fab + 9cecd39 commit 5bf0ba3

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/constants/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import {
77
SiFlask as FlaskIcon,
88
SiAmazonaws as AWSIcon,
99
SiRubyonrails as RubyOnRailsIcon,
10+
SiGrafana as GrafanaIcon,
11+
SiApacheairflow as ApacheAirflowIcon,
1012
} from 'react-icons/si';
1113
import {
1214
TbBrandTypescript as TypeScriptIcon,
@@ -130,6 +132,14 @@ export const FRAMEWORKS_AND_TECHNOLOGIES: Array<TechnologyCardProps> = [
130132
name: 'GCP',
131133
Icon: GoogleCloudIcon,
132134
},
135+
{
136+
name: "Grafana",
137+
Icon: GrafanaIcon,
138+
},
139+
{
140+
name: "Apache Airflow",
141+
Icon: ApacheAirflowIcon,
142+
}
133143
];
134144

135145
export const PROJECTS: Array<ProjectCardProps> = [
@@ -190,6 +200,16 @@ export const PROJECTS: Array<ProjectCardProps> = [
190200
thumbnail:
191201
'https://raw.githubusercontent.com/mateuseap/Oncase-Challenge/main/front-end/public/logo-icon.png',
192202
},
203+
{
204+
name: 'Domino',
205+
description:
206+
'A real-time multiplayer Domino game, for two players, built with React and Flask-SocketIO.',
207+
githubRepoUrl: 'https://github.com/mateuseap/domino/',
208+
deployedAppUrl: 'https://domino-lovat.vercel.app/',
209+
technologiesUsed: ['JavaScript', 'React', 'Python', 'Flask', 'Flask-SocketIO'],
210+
thumbnail:
211+
'https://i.imgur.com/wEZh4Qf.png',
212+
},
193213
{
194214
name: 'Palavrinha',
195215
description:

0 commit comments

Comments
 (0)