{"id":24772552,"url":"https://github.com/sbarbett/resume","last_synced_at":"2026-05-02T13:35:45.847Z","repository":{"id":274274431,"uuid":"922427312","full_name":"sbarbett/resume","owner":"sbarbett","description":"A simple resume page in a container","archived":false,"fork":false,"pushed_at":"2025-08-01T01:18:46.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T02:37:36.671Z","etag":null,"topics":["docker","flask","resume-website","tailwind-css"],"latest_commit_sha":null,"homepage":"https://shane.barbetta.me","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbarbett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-26T07:03:51.000Z","updated_at":"2025-08-01T01:18:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a2d5c35-ec6a-4abc-b290-81af1e1323ec","html_url":"https://github.com/sbarbett/resume","commit_stats":null,"previous_names":["sbarbett/resume"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbarbett/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbarbett","download_url":"https://codeload.github.com/sbarbett/resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbarbett%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["docker","flask","resume-website","tailwind-css"],"created_at":"2025-01-29T04:23:18.567Z","updated_at":"2026-05-02T13:35:45.840Z","avatar_url":"https://github.com/sbarbett.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# resume\n\nThis is a simple web app I created as a personal splash page and to provide an easy way for people to contact me. The page includes:\n\n- A brief summary of my background.\n- A list of technical skills.\n- Links to my GitHub and LinkedIn profiles.\n- A contact form that sends messages to my Discord.\n\n## Features\n\n- **Modern Design**: Built with TailwindCSS for a clean layout.\n- **Dynamic Contact Form**: Messages submitted through the form are forwarded to my Discord server.\n- **Multiple Deployment Options**: Can be deployed as a Flask app with Docker or as a static site on Netlify.\n\n## How It Works\n\nThe app can be deployed in two ways:\n\n### Flask App (Docker)\n- Powered by Flask and uses a Discord webhook to handle contact form submissions.\n- Environment variables (stored in a `.env` file) are used for sensitive data like the app's secret key and the webhook URL.\n\n### Static Site (Netlify)\n- Static HTML/CSS/JavaScript with Netlify serverless functions.\n- Discord webhook URL is stored in Netlify environment variables.\n- No server required - runs entirely on Netlify's infrastructure.\n\n## Deployment Options\n\n### Option 1: Docker Deployment (Original Flask App)\n\nYou can build and run it with Compose:\n\n```bash\ndocker-compose up --build\n```\n\nMake sure to set up your `.env` file with the following variables:\n```\nFLASK_SECRET_KEY=your_secret_key\nDISCORD_WEBHOOK_URL=your_discord_webhook_url\n```\n\n### Option 2: Netlify Deployment (Static Site)\n\n1. **Push code to GitHub**\n\n2. **Connect to Netlify:**\n   - Go to [netlify.com](https://netlify.com)\n   - Click \"New site from Git\"\n   - Connect GitHub repository\n   - Publish directory: `.`\n\n3. **Set environment variable:**\n   - Go to Site settings → Environment variables\n   - Add `DISCORD_WEBHOOK_URL` with your webhook URL\n\n4. **Deploy:**\n   - Netlify will automatically deploy and provide a URL\n\n## File Structure\n\n```\nresume/\n├── app.py                 # Flask application (Docker deployment)\n├── index.html             # Static site (Netlify deployment)\n├── templates/\n│   └── resume.html        # Original Flask template\n├── static/                # Images and assets\n├── netlify/\n│   └── functions/\n│       └── contact.js     # Netlify serverless function\n├── docker-compose.yml     # Docker configuration\n├── Dockerfile             # Docker image\n├── package.json           # Netlify dependencies\n└── netlify.toml           # Netlify configuration\n```\n\n## Why I Built This\n\nI wanted a personal splash page that could be deployed both locally with Docker and as a free static site on Netlify.\n\n---\n\nFeel free to reach out via the contact form!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbarbett%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbarbett%2Fresume/lists"}