{"id":23087002,"url":"https://github.com/chaseottofy/portfolio","last_synced_at":"2025-08-16T06:32:01.587Z","repository":{"id":154898601,"uuid":"618897991","full_name":"chaseottofy/Portfolio","owner":"chaseottofy","description":"Personal portfolio to showcase Front-end skills/projects and means to contact.","archived":false,"fork":false,"pushed_at":"2025-01-18T00:03:07.000Z","size":21987,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T07:41:26.997Z","etag":null,"topics":["css","front-end","front-end-portfolio","javascript","javascript-portfolio","personal-website","portfolio","portfolio-template","portfolio-website","ux","ux-portfolio","webpack"],"latest_commit_sha":null,"homepage":"https://ottofy.dev","language":"JavaScript","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/chaseottofy.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}},"created_at":"2023-03-25T17:07:33.000Z","updated_at":"2025-01-29T10:52:07.000Z","dependencies_parsed_at":"2023-11-12T01:26:15.409Z","dependency_job_id":"f6e49fa7-63bf-450c-8e9c-edbd61e45a57","html_url":"https://github.com/chaseottofy/Portfolio","commit_stats":{"total_commits":180,"total_committers":1,"mean_commits":180.0,"dds":0.0,"last_synced_commit":"298f443efe6324f90398dc20b62f24152d898e8b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chaseottofy/Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaseottofy","download_url":"https://codeload.github.com/chaseottofy/Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaseottofy%2FPortfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270677616,"owners_count":24626799,"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-08-16T02:00:11.002Z","response_time":91,"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":["css","front-end","front-end-portfolio","javascript","javascript-portfolio","personal-website","portfolio","portfolio-template","portfolio-website","ux","ux-portfolio","webpack"],"created_at":"2024-12-16T19:40:20.122Z","updated_at":"2025-08-16T06:32:01.578Z","avatar_url":"https://github.com/chaseottofy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [ottofy.dev](https://ottofy.dev)\n\n![img](/screenshots/sc1d.png)\n\npersonal portfolio\n\nwanted to make this as snappy as possible, still think webpack/vanilla is the best...\n\n\n**If you plan on forking this and using it as a template**\n\nyou'll have to --\n\n- update the json data in src/data/json\n- udpate the images in src/assets/images/imgproj \u0026\u0026 src/assets/images/mugshot\n- configure the form to send the data somewhere,\n\nhere's an example of something you could implement through Apps Script in sheets: for this the other step is get the macro exec path which will serve as the fetch url\n\n```javascript\nconst sheets = SpreadsheetApp.openByUrl(\"https://docs.google.com/spreadsheets/d/\u003cYOUR SHEET ID HERE\u003e\");\nconst sheet = sheets.getSheetByName(\"Sheet1\");\n\nfunction doPost(e){\n  let data = e.parameter;\n  const { parameter: {\n    messageName,\n    contactMethod,\n    messageContactVal,\n    messageVal,\n  }} = e;\n  sheet.appendRow([\n    messageName,\n    contactMethod,\n    messageContactVal,\n    messageVal,\n  ]);\n  return ContentService.createTextOutput(\"Success\");\n}\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseottofy%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaseottofy%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaseottofy%2Fportfolio/lists"}