Skip to content

Commit

Permalink
feat: update projects/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Oct 6, 2024
1 parent 82ff510 commit 6beb7bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 27 deletions.
23 changes: 7 additions & 16 deletions src/components/main/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ export function About() {
</h2>
<div className="flex flex-col space-y-2">
<p>
I'm Marcel, an <Age />
Hey - I'm Marcel, an <Age />
-year-old Software Engineer specializing in Infrastructure,
DevOps & Backend development. Currently pursuing an
undergraduate Open Degree focusing on Mathematics and
Computer Science.
DevOps & Backend development.
</p>
<p>
Mostly known from creating{" "}
Expand All @@ -36,24 +34,17 @@ export function About() {
thousands of daily users.
</p>
<p>
Other projects include{" "}
Currently, I'm the Founder & CEO of Originoid LTD, going all
in making{" "}
<Link
href="https://x.com/dromzeh/status/1771212786736992411"
href="https://originoid.co"
target="_blank"
className="text-foreground hover:text-muted-foreground/50 transition-all duration-150"
>
Originoid
</Link>
, an OC & Work sharing platform launching everywhere Q3
2024, and{" "}
<Link
href="https://pfp.supply"
target="_blank"
className="text-foreground hover:text-muted-foreground/50 transition-all duration-150"
>
pfp.supply
</Link>
, a platform for sharing profile pictures.
, a platform for creators to post their artwork and original
characters.
</p>
</div>
</div>
Expand Down
19 changes: 10 additions & 9 deletions src/data/work.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"work": [
{
"name": "Originoid",
"description": "Originoid is a free-to-use platform for OC creators and artists.",
"languages": ["NextJS", "Hono", "Typescript", "Cloudflare", "Rust"],
"projecturl": "https://originoid.co/",
"role": "Founder",
"oss": true,
"giturl": "https://github.com/originoidco",
"active": true
},
{
"name": "wanderer.moe",
"description": "Created wanderer.moe at 15, an open-source centralized game assets hosting website that handles thousands of daily requests and users. \nBackend: Typescript, Turso (LibSQL), Hono, Cloudflare R2, DO & Resend hosted on Cloudflare Workers. \nFrontend: NextJS, TailwindCSS, and Typescript with shadcn/ui on Cloudflare Pages. \nSite translations handled through Crowdin.",
Expand All @@ -10,15 +20,6 @@
"giturl": "https://git.wanderer.moe/",
"active": true
},
{
"name": "pfp.supply",
"description": "Devleoped a free to use profile picture sharing platform made with NextJS & Cloudflare Workers.",
"languages": ["NextJS", "Hono", "Typescript", "Cloudflare", "NextJS", "TailwindCSS"],
"projecturl": "https://pfp.supply/",
"role": "Creator",
"oss": false,
"active": true
},
{
"name": "hyv-fps-unlocker",
"description": "Developed a lightweight Rust CLI which modifies Registry Entries for various games, allowing users to bypass defaults and set custom FPS values. \nCurrently undergoing a rewrite with Tauri (Rust & Svelte) to support additional methods of unlocking.",
Expand Down
4 changes: 2 additions & 2 deletions src/posts/unraid-tailscale-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Apply the changes and let the container start.
To connect the swag container to the Tailscale network, we need to create a custom Docker network, which we'll call "swagproxy". This will allow the containers to communicate with each other.

```bash
Docker network create swagproxy
Docker network connect swagproxy swag
docker network create swagproxy
docker network connect swagproxy swag
```

### Installing and Configuring Vaultwarden (Bitwarden)
Expand Down

0 comments on commit 6beb7bf

Please sign in to comment.