{"id":28497727,"url":"https://github.com/nibir2405/portfolio_web-v2","last_synced_at":"2026-04-20T03:02:27.343Z","repository":{"id":296564953,"uuid":"993812578","full_name":"Nibir2405/portfolio_web-v2","owner":"Nibir2405","description":"A personal portfolio website built with Django, showcasing projects, skills, and a contact form.","archived":false,"fork":false,"pushed_at":"2025-05-31T15:28:30.000Z","size":601,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T13:06:38.968Z","etag":null,"topics":["bootstrap","css","django","html5","python3","sqllite3"],"latest_commit_sha":null,"homepage":"https://navid250.pythonanywhere.com/","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/Nibir2405.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}},"created_at":"2025-05-31T15:21:05.000Z","updated_at":"2025-05-31T15:45:16.000Z","dependencies_parsed_at":"2025-06-01T04:03:36.927Z","dependency_job_id":"7ab36615-2478-4d1f-81a3-d06b8360c3cc","html_url":"https://github.com/Nibir2405/portfolio_web-v2","commit_stats":null,"previous_names":["nibir2405/portfolio_web-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nibir2405/portfolio_web-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nibir2405%2Fportfolio_web-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nibir2405%2Fportfolio_web-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nibir2405%2Fportfolio_web-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nibir2405%2Fportfolio_web-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nibir2405","download_url":"https://codeload.github.com/Nibir2405/portfolio_web-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nibir2405%2Fportfolio_web-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["bootstrap","css","django","html5","python3","sqllite3"],"created_at":"2025-06-08T13:06:39.228Z","updated_at":"2026-04-20T03:02:27.336Z","avatar_url":"https://github.com/Nibir2405.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio Web\n\nA personal portfolio website built with Django, showcasing projects, skills, and a contact form. This project is designed to highlight your experience, technical skills, and completed works, with a modern responsive UI.\n\n## Features\n\n- **Home Page:** Introduction and quick links.\n- **About Section:** Brief bio and background.\n- **Skills Section:** Visual representation of technical skills.\n- **Projects Section:** List of completed projects with GitHub links.\n- **Contact Form:** Visitors can send messages directly from the site.\n- **Admin Panel:** Manage contact submissions and site content.\n- **Static Assets:** Custom CSS, images, and downloadable resume.\n\n## Project Structure\n\n```\nmysite/\n    settings.py\n    urls.py\n    wsgi.py\nportfolio_web/\n    admin.py\n    apps.py\n    forms.py\n    models.py\n    tests.py\n    urls.py\n    views.py\n    migrations/\n    templates/\nstatic/\n    css/\n    images/\n    pdf/\nmanage.py\ndb.sqlite3\n```\n\n## Setup Instructions\n\n1. **Clone the repository**\n    ```sh\n    git clone \u003crepository-url\u003e\n    cd \u003cproject-directory\u003e\n    ```\n\n2. **Install dependencies**\n    ```sh\n    pip install django\n    ```\n\n3. **Apply migrations**\n    ```sh\n    python manage.py migrate\n    ```\n\n4. **Create a superuser (for admin access)**\n    ```sh\n    python manage.py createsuperuser\n    ```\n\n5. **Run the development server**\n    ```sh\n    python manage.py runserver\n    ```\n\n6. **Access the site**\n    - Open [http://127.0.0.1:8000/](http://127.0.0.1:8000/) in your browser.\n    - Admin panel: [http://127.0.0.1:8000/admin/](http://127.0.0.1:8000/admin/)\n\n## Live Demo\n\nYou can view the live version of this portfolio at:  \n[https://navid250.pythonanywhere.com](https://navid250.pythonanywhere.com)\n\n## Customization\n\n- **Resume:** Replace `static/pdf/resume.pdf` with your own resume.\n- **Images:** Update images in `static/images/` as needed.\n- **Projects:** Edit the projects section in [`portfolio_web/templates/home.html`](portfolio_web/templates/home.html).\n- **Contact Form:** The form is defined in [`portfolio_web/forms.py`](portfolio_web/forms.py) and submissions are stored in the database via the `Contact` model.\n\n## Technologies Used\n\n- Django 5.x\n- HTML5, CSS3\n- SQLite (default, can be changed in [`mysite/settings.py`](mysite/settings.py))\n\n## License\n\nThis project is for personal and educational use. You may modify and use it as a template for your own portfolio.\n\n\n\n\n**Author:** \n---\nNavid Ul Islam\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibir2405%2Fportfolio_web-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnibir2405%2Fportfolio_web-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibir2405%2Fportfolio_web-v2/lists"}