Skip to content

Commit a5a167f

Browse files
authored
Update page.tsx
1 parent af35861 commit a5a167f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/app/page.tsx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,14 @@ export default function HomePage() {
2323
<Hero />
2424
<main>
2525
<GithubStats />
26-
<TwoCol fit="left">
27-
<Image className={styles.portrait} src="/assets/me.jpg" alt="portrait photo of Avery Keuben" width={200} height={200}/>
28-
<section>
29-
<p>Hi! I&apos;m Avery</p>
30-
<p>I&apos;m a software engineer based out of Calgary, Alberta. I have over <YearsSince date={new Date("2013/09/01 00:00:00")} includeSuffix /> years of hobbiest programming experience,
31-
and just over <YearsSince date={new Date("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&apos;m Avery</p>
28+
<p>I&apos;m a software engineer based out of Calgary, Alberta. I have over <YearsSince date={new Date("2013/09/01 00:00:00")} includeSuffix /> years of hobbiest programming experience,
29+
and just over <YearsSince date={new Date("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>
33+
</section>
3734
<Automota boardHeight={10} tileSize={20} ruleSet={{
3835
born: [3,4],
3936
survive: [3,4]

0 commit comments

Comments
 (0)