diff --git a/components/Blog/ContentPage.tsx b/components/Blog/ContentPage.tsx index 530830a..932b5cb 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/Layout.tsx b/components/Blog/Layout.tsx index 5f7e8ab..7fddbf2 100644 --- a/components/Blog/Layout.tsx +++ b/components/Blog/Layout.tsx @@ -14,13 +14,13 @@ const Layout: NextPage = ({ title, children }) => { {title ?? "c0ntroller.de"}
-
+
{ children }
-
+
Copyright und so nen Stuff
diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx index a0a9a39..8c86dea 100644 --- a/components/Blog/Navigation.tsx +++ b/components/Blog/Navigation.tsx @@ -11,29 +11,29 @@ import logo from "../../public/img/icon.png"; const Navigation: NextPage<{}> = () => { return ; }; diff --git a/components/Blog/ThemeSwitch.tsx b/components/Blog/ThemeSwitch.tsx index fcb98b1..7e70c45 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/components/Spinner.tsx b/components/Spinner.tsx index 2c332c5..7529dd1 100644 --- a/components/Spinner.tsx +++ b/components/Spinner.tsx @@ -11,7 +11,7 @@ const Spinner: NextPage<{size: number, color?: string}> = ({ size, color }) => { const vbSizeX = (2 * x0) + side + (2 * padding); const vbSizeY = diameterY + (2 * padding); - return
+ return
; }; diff --git a/components/Terminal/REPL/REPLInput.tsx b/components/Terminal/REPL/REPLInput.tsx index 08ccbf1..ca07f63 100644 --- a/components/Terminal/REPL/REPLInput.tsx +++ b/components/Terminal/REPL/REPLInput.tsx @@ -160,7 +160,7 @@ const REPLInput: NextPage = ({historyCallback, historyClear, in return
- } className={styles.in} type={"text"} onChange={replinOnChange} onKeyDown={keyEvent} spellCheck={"false"} autoComplete={"off"} autoFocus maxLength={20} /> + } className={styles.in} type="text" onChange={replinOnChange} onKeyDown={keyEvent} spellCheck="false" autoComplete="off" autoFocus maxLength={20} />
; diff --git a/data/achievements.tsx b/data/achievements.tsx index 7824859..547ede7 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 0e9dbd8..7e2b6a4 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/me.tsx b/pages/me.tsx index b687cc3..f3c5c9d 100644 --- a/pages/me.tsx +++ b/pages/me.tsx @@ -75,7 +75,7 @@ const Me: NextPage = () => { return

This is me.

- Me + Me

diff --git a/pages/terminal.tsx b/pages/terminal.tsx index 0f3ffbc..5f8a8ab 100644 --- a/pages/terminal.tsx +++ b/pages/terminal.tsx @@ -65,7 +65,7 @@ const Terminal: NextPage<{ buildTime: string }> = ({ buildTime }) => { | Bug? | - + | |