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/page.tsx
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,14 @@ export default function HomePage() {
23
23
<Hero/>
24
24
<main>
25
25
<GithubStats/>
26
-
<TwoColfit="left">
27
-
<ImageclassName={styles.portrait}src="/assets/me.jpg"alt="portrait photo of Avery Keuben"width={200}height={200}/>
28
-
<section>
29
-
<p>Hi! I'm Avery</p>
30
-
<p>I'm a software engineer based out of Calgary, Alberta. I have over <YearsSincedate={newDate("2013/09/01 00:00:00")}includeSuffix/> years of hobbiest programming experience,
31
-
and just over <YearsSincedate={newDate("2023/05/01 00:00:00")}includeSuffix/> of professional experience. Over my programming career, I have learned a variety of languages,
32
-
created many personal projects, and have strived to learn as much as possible.</p>
33
-
<p>My current areas of interest are game development (especially engine development), low level programming (including operating systems and firmware), and theoretical computer science. However,
34
-
I am always open to learning new technologies and fields when I get the chance.</p>
35
-
</section>
36
-
</TwoCol>
26
+
<section>
27
+
<p>Hi! I'm Avery</p>
28
+
<p>I'm a software engineer based out of Calgary, Alberta. I have over <YearsSincedate={newDate("2013/09/01 00:00:00")}includeSuffix/> years of hobbiest programming experience,
29
+
and just over <YearsSincedate={newDate("2023/05/01 00:00:00")}includeSuffix/> of professional experience. Over my programming career, I have learned a variety of languages,
30
+
created many personal projects, and have strived to learn as much as possible.</p>
31
+
<p>My current areas of interest are game development (especially engine development), low level programming (including operating systems and firmware), and theoretical computer science. However,
32
+
I am always open to learning new technologies and fields when I get the chance.</p>
0 commit comments