diff --git a/public/content/projects.md b/public/content/projects.md
index b53e4d2..ffd98c8 100644
--- a/public/content/projects.md
+++ b/public/content/projects.md
@@ -1,18 +1,16 @@
-# My Projects
+# Projects
-## Project 1: Personal Portfolio
+## Personal Portfolio
- **Tech Stack:** React, TypeScript, Tailwind CSS
- **Description:** A retro TV-themed portfolio website
-- [View Source](https://github.com/username/portfolio)
+- [View Source](https://git.ivanch.me/ivanch/new-home)
-## Project 2: Task Manager
-- **Tech Stack:** Node.js, Express, MongoDB
-- **Description:** RESTful API for managing tasks and projects
-- [Live Demo](https://demo.example.com)
+## Kasbot
+- **Tech Stack:** .NET Core
+- **Description:** A Discord music bot for playing music from YouTube/Spotify
+- [View Source](https://github.com/ivanch/kasbot)
---
-### Currently Working On
-* Cloud infrastructure optimization
-* Open source contributions
-* Machine learning side projects
+# Published Articles
+(incoming)
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index 66b7334..f3e086b 100755
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -4,6 +4,8 @@ import TerminalButton from './components/TerminalButton';
import ProfileContent from './components/ProfileContent';
import ProjectsContent from './components/ProjectsContent';
import TerminalShell from './components/TerminalShell';
+import SkillsContent from './components/SkillsContent';
+import ResumeContent from './components/ResumeContent';
function App() {
const [activeSection, setActiveSection] = React.useState('about');
@@ -71,6 +73,8 @@ function App() {
{activeSection === 'projects' && (
+{` + _____ __ _ _ _ _____ + / ____|/ /_ (_) | | |/ ____| + | (___ | '_ \\| | | | | (___ + \\___ \\| | | | | | | |\\____ \\ + ____) | | | | | | | | ____) | + |_____/|_| |_|_|_| |_||_____/ + + Programming: + ├── Languages: C# (.NET Core, .NET Framework, ASP.NET Core) + ├── Languages: TypeScript, JavaScript, Python, Golang, Java, C/C++ + └── Frontend: React + + Infrastructure: + ├── Cloud: AWS + ├── CI/CD: GitHub Actions, GitLab CI, Helm/Terraform, Shell Scripting + └── Containers: Docker, Kubernetes + + Databases: + ├── SQL: PostgreSQL, MySQL + ├── NoSQL: MongoDB + └── Caching: Redis +`}+