Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aervnu committed Jan 9, 2025
1 parent 842cec0 commit 3a64cd7
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 59 deletions.
13 changes: 7 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,39 @@ const Page = () => {
<main>
<div className="">
<h1>
<strong>Oh. How did you land here? Anyways welcome.</strong>
<strong>Oh. Hi and welcome.</strong>
</h1>
<br />
<p>
Hi, Sabbatical here. I break things.
Sabbatical here. I break things.
</p>
<br />
<h1>
<strong>My hobbies</strong>
<strong>What I like</strong>
</h1>
<p>
<br />
Regular expressions and low level computing. Fun stuff, trust me.
<br />
Fighter aircraft, especially the F-22 Raptor. I love this thing. Jet engines are the best type of engines to have ever existed.
<br />
Photography. Insta is{" "}
<a href="https://www.instagram.com/aervnu.0/">aervnu.0</a>, go check
things out there.
</p>
<br />
<h1>
<strong>Plans for the future (if one of these comes true someone on this world has won 500000 dollars)</strong>
<strong>Plans for the future (if one of these comes true someone on this world will win 500000 dollars)</strong>
</h1>
<p>
<br />
New languages? DE and JP maybe. B2 and N2 respectively I guess.
<br />
<br />
Networking. I love this.
Computer networking. I&apos;ll make sure I get a CCNA before I die.
<br />
<br />
JS and C++. Big hype.
JS and C++. Hype looks big enough.
</p>
<br />
<h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next": "15.1.4",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand All @@ -18,9 +22,19 @@
}
],
"paths": {
"@/*": ["./*"]
}
"@/*": [
"./*"
]
},
"target": "ES2017"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}

1 comment on commit 3a64cd7

@vercel
Copy link

@vercel vercel bot commented on 3a64cd7 Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.