{"id":38275715,"url":"https://github.com/guicybercode/teste_gui","last_synced_at":"2026-01-17T01:53:15.893Z","repository":{"id":323707193,"uuid":"1094308944","full_name":"guicybercode/teste_gui","owner":"guicybercode","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-11T18:07:39.000Z","size":10129,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-11T18:17:18.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guicybercode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T14:39:46.000Z","updated_at":"2025-11-11T18:07:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/guicybercode/teste_gui","commit_stats":null,"previous_names":["guicybercode/teste_gui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/guicybercode/teste_gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicybercode%2Fteste_gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicybercode%2Fteste_gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicybercode%2Fteste_gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicybercode%2Fteste_gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guicybercode","download_url":"https://codeload.github.com/guicybercode/teste_gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicybercode%2Fteste_gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T01:53:15.783Z","updated_at":"2026-01-17T01:53:15.865Z","avatar_url":"https://github.com/guicybercode.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cyber Mathrock - Personal Website\n\n\u003e Source code repository for my personal blog and portfolio website\n\nA modern, lightweight personal website built with PHP, HTML, CSS, and JavaScript. Features a Wikipedia-inspired layout with a clean aesthetic, showcasing my work as a software engineer and musician.\n\n## 🌟 Features\n\n- **Personal Blog**: Wikipedia-inspired layout with sidebar navigation and article-style content\n- **GitHub Portfolio**: Automatically displays pinned repositories from GitHub\n- **Skills Visualization**: Interactive radar chart showcasing diverse skills (Programming, Music, Languages, Systems, Cloud, Reading, Composition, Linux)\n- **Real-time Chat**: Simple chat system without login requirements\n  - Messages automatically expire after 24 hours\n  - File-based storage (no database needed)\n  - Auto-refresh every 3 seconds\n- **Responsive Design**: Beautiful light aesthetic theme that works perfectly on desktop and mobile\n- **Orange Color Scheme**: Warm, modern color palette with orange accents\n- **Photo Placeholders**: Ready-to-use spaces for personal photos\n\n## 📸 Screenshots\n\n### Home Page\n![Home Page](images/screenshots/home.png)\n\n### Portfolio Section\n![Portfolio](images/screenshots/portfolio.png)\n\n### Skills Visualization\n![Skills](images/screenshots/skills.png)\n\n### Chat Interface\n![Chat](images/screenshots/chat.png)\n\n*Note: Add your screenshots to the `images/screenshots/` directory*\n\n## 🎵 Music \u0026 Videos\n\nCheck out my guitar covers on YouTube: [@moonguip](https://youtube.com/@moonguip)\n\n## 🚀 Future Features\n\n- [ ] Add more interactive elements\n- [ ] Implement blog post system\n- [ ] Add contact form\n- [ ] Integrate music player\n- [ ] Add dark mode toggle\n- [ ] Implement search functionality\n\n*Add your planned features here*\n\n## 📋 Requirements\n\n- PHP 7.4 or higher\n- Apache or Nginx web server\n- Write permissions for the `chat_messages.txt` file\n\n## 🛠️ Installation\n\n### Quick Install (Debian/Ubuntu/Arch)\n\nRun the installation script:\n\n```bash\nchmod +x install.sh\nsudo ./install.sh\n```\n\nThe script will:\n- Detect your Linux distribution\n- Install PHP and Apache/Nginx\n- Configure necessary modules\n- Provide setup instructions\n\n### Manual Installation\n\n#### Debian/Ubuntu\n\n```bash\nsudo apt-get update\nsudo apt-get install -y php php-cli php-common apache2\nsudo a2enmod rewrite\nsudo systemctl start apache2\nsudo systemctl enable apache2\n```\n\n#### Arch Linux\n\n```bash\nsudo pacman -S php apache\nsudo systemctl start httpd\nsudo systemctl enable httpd\n```\n\n## 📁 Project Structure\n\n```\nprojeto_droplet/\n├── index.php              # Main website page\n├── chat.php               # Chat API endpoints\n├── chat_messages.txt      # Chat message storage (created automatically)\n├── css/\n│   └── style.css          # Stylesheet with orange theme\n├── js/\n│   └── main.js            # JavaScript for portfolio, charts, and chat\n├── images/\n│   └── placeholder/       # Image directory\n│   └── screenshots/        # Screenshots directory (create if needed)\n├── install.sh             # Installation script\n└── README.md              # This file\n```\n\n## 🎯 Usage\n\n### Portfolio\n\nThe portfolio section automatically fetches your pinned repositories from GitHub. If GraphQL API fails (requires authentication), it falls back to showing your 6 most recently updated repositories.\n\n### Skills Chart\n\nThe skills radar chart displays 8 diverse skills. You can modify the data in `js/main.js` in the `initializeSkillsChart()` function.\n\n### Chat\n\n1. Enter your name in the \"Your name\" field\n2. Type your message\n3. Click \"Send\" or press Enter\n4. Messages are automatically refreshed every 3 seconds\n5. Messages expire after 24 hours automatically\n\n### Adding Screenshots\n\n1. Create a `screenshots` directory inside `images/`\n2. Add your screenshot images\n3. Update the image paths in the Screenshots section above\n\n### Adding YouTube Videos\n\nTo add a YouTube video to the Music section:\n1. Get your YouTube video ID from the URL (e.g., `dQw4w9WgXcQ` from `https://youtube.com/watch?v=dQw4w9WgXcQ`)\n2. Replace `VIDEO_ID` in `index.php` (Music section) with your actual video ID\n\n## 🎨 Customization\n\n### Changing Colors\n\nModify `css/style.css` and update the CSS variables in `:root`:\n- `--link-color`: Primary orange color (#ff6b35)\n- `--link-hover`: Hover orange color (#ff8c5a)\n- `--accent-orange`: Soft orange accent (#ffb88c)\n\n### Updating Skills Chart\n\nEdit `js/main.js` and modify the `initializeSkillsChart()` function to change:\n- Skill labels\n- Skill values (0-100)\n- Chart colors\n\n### Chat Settings\n\nEdit `chat.php` to modify:\n- Message expiration time (currently 24 hours)\n- Maximum messages stored\n- Message refresh interval (change `3000` in `main.js`)\n\n## 🔒 Security Notes\n\n- This is a personal website. For production use, consider:\n  - Adding rate limiting for chat messages\n  - Implementing user authentication\n  - Using a proper database instead of file storage\n  - Adding CSRF protection\n  - Implementing enhanced input validation and sanitization\n\n## 🐛 Troubleshooting\n\n### Chat not working\n\n- Check file permissions: `chat_messages.txt` must be writable\n- Check PHP error logs: `/var/log/apache2/error.log` (Debian/Ubuntu) or `/var/log/httpd/error_log` (Arch)\n- Ensure PHP is properly configured\n\n### Portfolio not loading\n\n- Check browser console for JavaScript errors\n- Verify GitHub API is accessible (check CORS if needed)\n- GraphQL API may require authentication - fallback to REST API should work automatically\n\n### Charts not displaying\n\n- Check browser console for JavaScript errors\n- Ensure internet connection (Chart.js is loaded from CDN)\n- Verify that `js/main.js` is loading correctly\n\n### Images not showing\n\n- Check file permissions for the `images/` directory\n- Verify image paths are correct\n- Check browser console for 404 errors\n\n## 📝 License\n\nThis project is provided as-is for personal use.\n\n---\n\n\"너희는 먼저 그의 나라와 그의 의를 구하라 그리하면 이 모든 것을 너희에게 더하시리라\" - 마태복음 6:33\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicybercode%2Fteste_gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguicybercode%2Fteste_gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicybercode%2Fteste_gui/lists"}