Skip to content

Commit 5330b7e

Browse files
authored
do
1 parent 4566ec1 commit 5330b7e

File tree

8 files changed

+42
-488
lines changed

8 files changed

+42
-488
lines changed

src/App.tsx

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
import { MainContent } from "./components/MainContent";
2-
import { Menu } from "./components/Menu";
3-
4-
export function App() {
1+
export const App = () => {
52
return (
6-
<div className="scroll-smooth">
7-
<MainContent />
8-
<Menu title="Menu" triggerName="☰">
9-
<div className="flex flex-col gap-1 *:underline hover:*:font-semibold">
10-
<p className="cursor-pointer">Main page (you're currently here)</p>
11-
<a href="/blog">Blog</a>
12-
</div>
13-
</Menu>
3+
<div className="font-[Syne] p-4 flex flex-col">
4+
<div>
5+
<h1 className="text-2xl">Hello.</h1>
6+
<h1 className="text-2xl">I'm Fen.</h1>
7+
<p>You'd see a fancy 3d render here or something, but let's make this quick.</p>
8+
<br />
9+
<p>I'm a developer, engineer (sometimes, very bad at it) and a makeshift 3d artist.</p>
10+
<p>I code in <span className="text-[#306998]">Python</span>, <span className="text-[#f0db4f]">JavaScript</span>, <span className="text-[#29beb0]">Go</span> and a bit of <span className="text-[#f89820]">Java</span>, although I also have knowledge of <span className="text-[#61DBFB]">React</span>, NextJS, and some <span className="text-[#41B883]">Vue</span>.</p>
11+
<br />
12+
<p>I like languages, reading, writing and design.</p>
13+
</div>
14+
<div>
15+
<h1 className="text-2xl">Projects</h1>
16+
Honestly, I would put something here, but I don't think any project of mine is important enough to be mentioned here.
17+
<br />
18+
However, you can see my stupid half-baked and dead projects over <a href="https://github.com/NotFenixio?tab=repositories" target="_blank" className="font-semibold text-sky-500 hover:text-sky-600">my GitHub repos</a>.
19+
20+
</div>
21+
<div className="mt-20">
22+
copyright Fen 2024-25
23+
</div>
1424
</div>
15-
);
16-
}
25+
)
26+
}

src/components/Badge.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/components/Language.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/components/MainContent.tsx

Lines changed: 0 additions & 255 deletions
This file was deleted.

src/components/Menu.tsx

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)