diff --git a/src/App.jsx b/src/App.jsx index 4318673..f1ebbac 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,60 +8,63 @@ const App = () =>{ return (
-
-
- public function - tim_schraml() -
-
// fullstack web engineer
-
- - - // about_me - -
-
-

Passionate full-stack developer committed to mission-driven work, with a focus on thoughtful UI design, collaboration, and a dedication to teaching.

-

I was already fascinated by computers as a child, loved puzzles and logical games, so I made these things my profession

-

I am blessed with a wife and a daughter, love to tinker with my own projects in my spare time and try out new tech trends or just throw myself into a game with friends

-
-
- -
-
-
-
- - // personal_projects - -
- - Taberu 🍱 - - Taberu is about simplifying food ordering within an organization. - - - PHP - REST API - React - Tailwind - Vercel - - - - Portfolio website 🎨 - - Just a small portfolio website where I try things out - - - React - Tailwind - Three.js - - -
-
-
+
+

+ + public function + tim_schraml() + + // fullstack web engineer +

+
+
+ + // about_me + +
+
+

Passionate full-stack developer committed to mission-driven work, with a focus on thoughtful UI design, collaboration, and a dedication to teaching.

+

I was already fascinated by computers as a child, loved puzzles and logical games, so I made these things my profession

+

I am blessed with a wife and a daughter, love to tinker with my own projects in my spare time and try out new tech trends or just throw myself into a game with friends

+
+
+ +
+
+
+
+ + // personal_projects + +
+ + Taberu 🍱 + + Taberu is about simplifying food ordering within an organization. + + + PHP + REST API + React + Tailwind + Vercel + + + + Portfolio website 🎨 + + Just a small portfolio website where I try things out + + + React + Tailwind + Three.js + + +
+
+
+
) diff --git a/src/components/panel/index.jsx b/src/components/panel/index.jsx index 39983b8..0fbc84e 100644 --- a/src/components/panel/index.jsx +++ b/src/components/panel/index.jsx @@ -2,9 +2,9 @@ import React from "react"; const Panel = (props) =>{ return ( -
+
{props.children} -
+ ) } const PanelTitle = (props) =>{ @@ -14,9 +14,9 @@ const PanelTitle = (props) =>{ } const PanelContent = (props) =>{ return ( -
+

{props.children} -

+

) }