You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ const App: React.FC = () => {
26
26
{/* Textbox section */}
27
27
<divclassName="flex-1 p-5 z-30">
28
28
<Abouttitle="Hello, my name is Otto"imageUrl="/assets/photo.jpg"imageOnRight>
29
-
<pclassName="mb-2">I'm an aspiring software engineer with a background in audio engineering and tech support, passionate about creative coding.</p>
29
+
<pclassName="mb-2">I'm an aspiring software developer with a background in audio engineering and tech support, passionate about creative coding.</p>
30
30
<p>I recently completed my core studies at <ahref="http://hive.fi"className="text-primary hover:text-accent transition-all"target="_blank">Hive Helsinki</a>, where I gained hands-on experience in programming with C and C++. </p>
31
31
<pclassName="mt-2">I built this page so I could have some fun with React, Tailwind, and Three.js, and showcase my projects in the future.</p>
32
32
<pclassName="mt-2">Hope you like what you see! Feel free to interact with that mesh, check out my work and connect with me on LinkedIn or GitHub.</p>
0 commit comments