Skip to content

Commit

Permalink
Umfirmierung auf Mmmake
Browse files Browse the repository at this point in the history
  • Loading branch information
VijoPlays committed Nov 7, 2023
1 parent 53d16d4 commit 6abd9da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/Customization.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import emoji from "react-easy-emoji";
import emoji from 'react-easy-emoji';

import {
Proficiency,
School,
SkillBulletPoints,
SocialMedia,
SoftwareSkill,
WorkExperience,
} from "./types";
Proficiency, School, SkillBulletPoints, SocialMedia, SoftwareSkill, WorkExperience
} from './types';

//_globalColor.scss can be updated to change the look of the website.

Expand Down Expand Up @@ -104,10 +99,10 @@ const softwareSkills: SoftwareSkill[] = [
const workExperiences: WorkExperience[] = [
{
role: "Software Engineer",
company: "Camao Tec",
companyLogo: require("./assets/images/camao-tec-logo.png"),
company: "Mmmake GmbH",
companyLogo: require("./assets/images/mmmake-logo.png"),
date: "October 2021 – Present",
description: "C# Backend and Deployment",
description: "C#/Java Backend and Deployment",
descriptionBullets: [
"ERP with authentication, messaging and user management for one of the biggest IT firms in Germany.",
"During downtime I got to work on Teams applications written in React and Go.",
Expand Down
Binary file removed src/assets/images/camao-tec-logo.png
Binary file not shown.
Binary file added src/assets/images/mmmake-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6abd9da

Please sign in to comment.