# 🖥️ Terminal OS Portfolio

> **An immersive terminal-based operating system experience showcasing technical leadership and engineering excellence**

[![Live Demo](https://img.shields.io/badge/Live-Demo-00ff00?style=for-the-badge)](https://oyi77.github.io/terminal/)
[![GitHub Pages](https://img.shields.io/badge/GitHub-Pages-181717?style=for-the-badge&logo=github)](https://oyi77.github.io/)
[![Portfolio](https://img.shields.io/badge/CV-OS-00ff00?style=for-the-badge)](https://oyi77.github.io/oyi77)

## 🎯 Overview

A fully interactive hacker-themed terminal OS that simulates a complete boot experience from BIOS to command prompt. Built to showcase technical leadership and engineering excellence.

### 🏢 Leadership Highlights

- **GarudaMedia** - 3000+ employees
- **Solomon Mining** - Indonesia's first legal crypto mining
- **BerkahKarya** - 5B+ IDR monthly turnover
- **AiTradePulse** - 90%+ win rate trading platform

## ✨ Key Features

- 🚀 **Boot Sequence** - Realistic BIOS to prompt experience
- 💻 **Terminal Interface** - Matrix-style with multiple themes
- 📁 **Virtual Filesystem** - Navigate directories and files
- 🎮 **20+ Commands** - Interactive portfolio exploration
- 🔧 **EcmaOS Integration** - Full OS kernel with games and utilities
- 📊 **Real-time Data** - GitHub, market data, analytics

## 🚀 Quick Start

```bash
# Clone repository
git clone https://github.com/oyi77/oyi77.github.io.git
cd oyi77.github.io

# Install dependencies
bundle install

# Run local server
bundle exec jekyll serve

# Open http://localhost:4000/terminal/
```

## 📁 Project Structure

```
oyi77.github.io/
├── _config.yml              # Jekyll configuration
├── _data/                   # Jekyll data files (YAML/JSON)
├── _pages/                  # Static pages
│   └── resumes/            # Resume documents (markdown)
├── _plugins/                # Jekyll plugins (categorized)
│   ├── analytics/          # Analytics & metrics plugins
│   ├── data/               # Data fetching plugins
│   ├── generators/         # Jekyll generators
│   └── utils/              # Utility plugins
├── assets/
│   ├── css/                # Stylesheets
│   ├── js/
│   │   ├── features/       # Feature-specific JS (news, portal, etc.)
│   │   ├── widgets/        # Reusable widgets
│   │   └── terminal/       # Terminal OS code
│   ├── pdf/                # PDF documents (CV.pdf)
│   └── images/             # Images
├── features/                # Standalone feature pages
│   └── eye/                # Eye animation features
├── news/                   # News aggregator page
└── docs/                   # Documentation
```

## 📖 Documentation

Comprehensive documentation available in the [`docs/`](docs/) directory:

- [Architecture](docs/architecture/overview.md) - System design and components
- [Development](docs/development/setup.md) - Setup and development guide
- [API Reference](docs/api/commands.md) - Command and API documentation
- [Deployment](docs/deployment/github-pages.md) - Deployment guides

## 🎮 Try It Live

Visit [oyi77.github.io/terminal](https://oyi77.github.io/terminal/) and start exploring!

**Quick Commands:**
- `help` - See all commands
- `whoami` - View profile
- `companies` - Explore leadership experience
- `repos` - View GitHub repositories
- `cv` - Access interactive CV

## 🛠️ Tech Stack

- **Frontend**: HTML5, CSS3, JavaScript (ES6+)
- **Terminal**: [xterm.js](https://xtermjs.org/)
- **Site Generator**: Jekyll
- **Hosting**: GitHub Pages

## 📚 Learn More

- [Architecture Overview](docs/architecture/overview.md)
- [Adding Commands](docs/development/adding-commands.md)
- [Command Reference](docs/api/commands.md)
- [Filesystem API](docs/api/filesystem.md)

## 🔗 Links

- **Live Terminal**: [oyi77.github.io/terminal](https://oyi77.github.io/terminal/)
- **Interactive CV**: [oyi77.github.io/oyi77](https://oyi77.github.io/oyi77)
- **GitHub**: [@oyi77](https://github.com/oyi77)
- **GitHub (Alt)**: [@jokogendeng77](https://github.com/jokogendeng77)
- **GitLab**: [@oyi77](https://gitlab.com/oyi77)
- **Quora**: [Paijo](https://www.quora.com/profile/Paijo-43)
- **Twitter**: [@this_is_paijo](https://x.com/this_is_paijo)
- **Medium**: [@oyi77](https://medium.com/@oyi77)
- **Substack**: [Paijo's Substack](https://oyi77.substack.com/)
- **Dev.to**: [@oyi77](https://dev.to/oyi77)
- **Publish0x**: [cr4zydud3](https://www.publish0x.com/cr4zydud3/)

## 📄 License

Open source and available for educational purposes.

---

**Built with ❤️ by Lead Software Engineer**

*"Code is poetry, terminals are art"* 🎨
