{"id":31259988,"url":"https://github.com/thcosmonaut77/resume-site","last_synced_at":"2026-04-10T02:39:01.708Z","repository":{"id":314296831,"uuid":"1054939718","full_name":"Thcosmonaut77/RESUME-SITE","owner":"Thcosmonaut77","description":"A modern, responsive personal résumé and portfolio website built with HTML, CSS, and GitHub Pages. Includes a downloadable PDF version and showcases Cloud \u0026 DevOps projects.","archived":false,"fork":false,"pushed_at":"2025-09-20T01:29:54.000Z","size":929,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T01:32:46.987Z","etag":null,"topics":["ansible","aws","cicd","cloud","css","devops","docker","html","nodejs","portfolio","resume","resume-website","terraform","yaml"],"latest_commit_sha":null,"homepage":"https://thcosmonaut77.github.io/RESUME-SITE/","language":"HTML","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/Thcosmonaut77.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-09-11T14:37:16.000Z","updated_at":"2025-09-20T01:29:57.000Z","dependencies_parsed_at":"2025-09-11T18:27:44.894Z","dependency_job_id":"d2fb79cc-65b0-4a73-ba71-eaf59b444a6f","html_url":"https://github.com/Thcosmonaut77/RESUME-SITE","commit_stats":null,"previous_names":["thcosmonaut77/resume-site"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Thcosmonaut77/RESUME-SITE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thcosmonaut77%2FRESUME-SITE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thcosmonaut77%2FRESUME-SITE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thcosmonaut77%2FRESUME-SITE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thcosmonaut77%2FRESUME-SITE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thcosmonaut77","download_url":"https://codeload.github.com/Thcosmonaut77/RESUME-SITE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thcosmonaut77%2FRESUME-SITE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276545728,"owners_count":25661361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","aws","cicd","cloud","css","devops","docker","html","nodejs","portfolio","resume","resume-website","terraform","yaml"],"created_at":"2025-09-23T08:45:29.049Z","updated_at":"2025-09-23T08:45:31.359Z","avatar_url":"https://github.com/Thcosmonaut77.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ibrahim Sulyman – Cloud \u0026 DevOps Engineer \n\n![Build Resume PDF](https://github.com/Thcosmonaut77/RESUME-SITE/actions/workflows/pdf.yaml/badge.svg)\n[![Latest Resume](https://img.shields.io/github/release/Thcosmonaut77/RESUME-SITE.svg?label=Download%20Resume)](https://github.com/Thcosmonaut77/RESUME-SITE/releases/tag/resume-latest)\n[![GitHub Pages](https://img.shields.io/badge/Deployed-GitHub%20Pages-brightgreen)](https://thcosmonaut77.github.io/RESUME-SITE/)\n\nA static resume website with automated PDF generation using GitHub Actions, Node.js, and Puppeteer.\n\n\nThis repository contains my **resume website** built with HTML \u0026 CSS, hosted on **GitHub Pages**, and automatically exported to **PDF** for easy sharing.\n\n---\n\n## 🌐 Live Resume\n🔗 [View Resume Online](https://thcosmonaut77.github.io/RESUME-SITE/)\n\n---\n\n## 📄 Download Resume (PDF)\nThe latest version of my resume is always available here:  \n🔗 [Download Resume (PDF)](https://thcosmonaut77.github.io/RESUME-SITE/resume.pdf)\n\n---\n\n## ⚡ Features\n- Responsive, clean **HTML/CSS** layout\n- Hosted for free on **GitHub Pages**\n- Auto-generated **resume.pdf** using **GitHub Actions + Puppeteer**\n- Print-optimized styles for professional PDF export\n\n---\n\n## 🧑‍💻 Skills Demonstrated\n- CI/CD pipeline automation with **GitHub Actions**\n- Artifact generation and management (**resume.pdf**)\n- Static site hosting on **GitHub Pages**\n- **Idempotent automation** (avoiding redundant commits)\n\n---\n\n## 🛠 Repo Structure\n```bash\nresume-site/\n│\n├── index.html # Resume (main entry point)\n├── css/\n│ └── style.css # Stylesheet\n│\n├── export-pdf.js # Puppeteer script (for PDF generation)\n│\n├── .github/\n│ └── workflows/\n│ └── pdf.yml # GitHub Action workflow\n│\n└── resume.pdf # Auto-generated PDF (not committed manually)\n```\n\n\n---\n\n## 🔄 PDF Automation\n- On every push to `main`, GitHub Actions runs:\n  - Uses **Puppeteer** to render `index.html` → `resume.pdf`\n  - Commits `resume.pdf` back to the repo\n- Ensures that **online resume** and **downloadable PDF** are always in sync.\n\n---\n\n## 📬 Contact\n- 📧 Email: [ibrahim.sulyman777@gmail.com](mailto:ibrahim.sulyman777@gmail.com)  \n- 💼 LinkedIn: [linkedin.com/in/ibrahim-sulyman-897a5b382](https://www.linkedin.com/in/ibrahim-sulyman-897a5b382)  \n- 🖥 GitHub: [github.com/Thcosmonaut77](https://github.com/Thcosmonaut77)  \n\n---\n\n© 2025 Ibrahim Sulyman\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthcosmonaut77%2Fresume-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthcosmonaut77%2Fresume-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthcosmonaut77%2Fresume-site/lists"}