diff --git a/README.md b/README.md index e564056..fec2bbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # aramjonghu-site +![Homepage](./assets/homepage.png) + Personal website and central hub for my projects, systems, and self-hosted services. This site is not just a portfolio — it acts as an entry point into a larger ecosystem of applications, infrastructure, and experiments. @@ -21,8 +23,8 @@ Each entry links to a running instance. - Nextcloud — file storage and synchronization - Navidrome — personal music streaming - Forgejo — Git hosting and development platform -- SearXNG — privacy-focused search engine -- Stream service — live media platform powered by OvenMediaEngine + OvenPlayer +- OmniSearch — privacy-focused search engine +- Stream service — live media platform powered by MediaMTX - Friend’s Gitea instance — external development collaboration These services are part of my personal infrastructure and exist outside the portfolio itself. diff --git a/assets/homepage.png b/assets/homepage.png new file mode 100644 index 0000000..e54423d Binary files /dev/null and b/assets/homepage.png differ diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index e6b9837..1116720 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -25,7 +25,7 @@ export default function Home() { setProjIdx((i) => (i - 1 + projectList.length) % projectList.length); const nextProject = () => setProjIdx((i) => (i + 1) % projectList.length); - const [activeTab, setActiveTab] = useState("about"); + const [activeTab, setActiveTab] = useState("projects"); const sections = [ {