diff --git a/components/Blog/ContentPage.tsx b/components/Blog/ContentPage.tsx index eff497d..530830a 100644 --- a/components/Blog/ContentPage.tsx +++ b/components/Blog/ContentPage.tsx @@ -12,8 +12,8 @@ const ContentPage: NextPage<{ content: ProjectRender | DiaryRender }> = ({ conte return (<> {content.type === "diary" ? : null}
- {content.more ? : null} - {content.repo ? : null} + {content.more ? : null} + {content.repo ? : null}
diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx index 3b4a302..a0a9a39 100644 --- a/components/Blog/Navigation.tsx +++ b/components/Blog/Navigation.tsx @@ -23,17 +23,17 @@ const Navigation: NextPage<{}> = () => {
Projects - +
About Me - +
-
+
; }; diff --git a/components/Blog/ThemeSwitch.tsx b/components/Blog/ThemeSwitch.tsx index 4405807..fcb98b1 100644 --- a/components/Blog/ThemeSwitch.tsx +++ b/components/Blog/ThemeSwitch.tsx @@ -36,7 +36,7 @@ const ThemeSwitch: NextPage<{ size?: string }> = ({ size }) => { if (!mounted) { return
- +
; } @@ -44,8 +44,8 @@ const ThemeSwitch: NextPage<{ size?: string }> = ({ size }) => { const moonClasses = fadeProps.moon || (theme === "light" ? styles.selected : undefined); return
-
switchTheme("light")}>
-
switchTheme("dark")}>
+
switchTheme("light")}>
+
switchTheme("dark")}>
; }; diff --git a/data/achievements.tsx b/data/achievements.tsx index ac5ac25..7824859 100644 --- a/data/achievements.tsx +++ b/data/achievements.tsx @@ -9,10 +9,10 @@ interface Achievement { export const achievements = (size?: string): Achievement[] => [ { "description": "Awarded with the Deutschlandstipendium", - "icon": + "icon": }, { "description": "Developer of the official testbed for Digital Twins in Industry 4.0 of the TU Dresden", - "icon": + "icon": } ]; diff --git a/data/skills.tsx b/data/skills.tsx index 010aee6..0e9dbd8 100644 --- a/data/skills.tsx +++ b/data/skills.tsx @@ -45,39 +45,39 @@ export const skills = (sizeCardIcons?: string, sizeBadgeIcons?: string): SkillSe title: "Programming Languages", skillBars: [{ name: "TypeScript", - icon: , + icon: , pct: 100 }, { name: "JavaScript", - icon: , + icon: , pct: 100 }, { name: "Java", - icon: , + icon: , pct: 80 }, { name: "Python 3", - icon: , + icon: , pct: 95 }, { name: "PHP", - icon: , + icon: , pct: 50 }, { name: "Bash", - icon: , + icon: , pct: 60 }, { name: "C/C++", - icon: , + icon: , pct: 60 }, { name: "Rust", - icon: , + icon: , pct: 80 }, { name: "C#", - icon: , + icon: , pct: 40 }], colors: { @@ -94,23 +94,23 @@ export const skills = (sizeCardIcons?: string, sizeBadgeIcons?: string): SkillSe title: "Web Technologies", skillBars: [{ name: "TypeScript", - icon: , + icon: , pct: 100 }, { name: "JavaScript", - icon: , + icon: , pct: 100 }, { name: "React", - icon: , + icon: , pct: 80 }, { name: "HTML5", - icon: , + icon: , pct: 80 }, { name: "CSS3", - icon: , + icon: , pct: 90 }], additional: [{ @@ -137,7 +137,7 @@ export const skills = (sizeCardIcons?: string, sizeBadgeIcons?: string): SkillSe title: "Embedded Programming", skillBars: [{ name: "C/C++", - icon: , + icon: , pct: 60 }], additional: [{ @@ -184,15 +184,15 @@ export const skills = (sizeCardIcons?: string, sizeBadgeIcons?: string): SkillSe title: "Languages", skillBars: [{ name: "German (native)", - icon: , + icon: , pct: 100 }, { name: "English (C1)", - icon: , + icon: , pct: 90 }, { name: "Russian (basics)", - icon: , + icon: , pct: 30 }], colors: { diff --git a/pages/terminal.tsx b/pages/terminal.tsx index c5006d5..12dc20c 100644 --- a/pages/terminal.tsx +++ b/pages/terminal.tsx @@ -65,7 +65,7 @@ const Terminal: NextPage<{ buildTime: string }> = ({ buildTime }) => { | Bug? | - + | |