{"id":18932649,"url":"https://github.com/yougotwill/portfolio-site","last_synced_at":"2026-05-14T21:33:27.968Z","repository":{"id":106185811,"uuid":"185745527","full_name":"yougotwill/portfolio-site","owner":"yougotwill","description":"My portfolio site made for beginner web devs to look at.","archived":false,"fork":false,"pushed_at":"2020-11-22T02:15:55.000Z","size":13416,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T19:38:05.095Z","etag":null,"topics":["beginners","career","cv","html","javascript","js","personal","portfolio","resume","sass","website"],"latest_commit_sha":null,"homepage":"https://www.yougotwill.com/portfolio-site/","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/yougotwill.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":"2019-05-09T07:09:08.000Z","updated_at":"2025-02-27T08:17:47.000Z","dependencies_parsed_at":"2023-06-25T23:38:23.055Z","dependency_job_id":null,"html_url":"https://github.com/yougotwill/portfolio-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yougotwill/portfolio-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fportfolio-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fportfolio-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fportfolio-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fportfolio-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yougotwill","download_url":"https://codeload.github.com/yougotwill/portfolio-site/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fportfolio-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["beginners","career","cv","html","javascript","js","personal","portfolio","resume","sass","website"],"created_at":"2024-11-08T11:50:03.693Z","updated_at":"2026-05-14T21:33:27.952Z","avatar_url":"https://github.com/yougotwill.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Portfolio Website\n\nFinally a portfolio website I'm satisfied with. It's static and simple as intended.\n\n- Designed with HTML, SASS \u0026 a pinch of JS.\n\n- Built for beginner developers and easy to use. No need for any specific frameworks or tools. This does mean that there is a lot of redundant code. C'est la vie.\n\n## Please Note\n- The default theme is the dark theme.\n- All the styling for the website is stored in [main.css](main.css) which is compiled from the [sass](sass) directory.\n\nIf you only have CSS knowledge feel free to delete the [sass](sass) directory and edit the [main.css](main.css) file directly.\nHowever, I do recommend learning [SASS](https://sass-lang.com) because it will *change your life*.\n\nThe [main.css](main.css) is formatted to be easy to read and not necessarily easy to code. If you use a program like [Scout-App](https://scout-app.io) you can recompile the [main.css](main.css) file using differnt formats e.g. (expanded, compact, compressed) to a style that suits you.\n\n## How to use\n1. Download this respository\n2. Edit the HTML files with your information.\n3. Tweak the website's themes as you see fit in either [main.css](main.css) or in [sass](sass).\n  1. SASS Route I recommend that you download [Scout-App](https://scout-app.io) to compile the SASS to CSS. It's super easy to use and you don't need to fiddle with the command line.\n  2. For the SASS complication process your source is [sass](sass) and the output is the base directory.\n  3. It should compile and overwrite [main.css](main.css).\n4. Open [index.html](index.html) in your browser and see what you think.\n\n## Screenshots\n\n### Dark Theme\n\n![Screenshot](assets/images/screenshot-dark.png)\n\n### Light Theme\n\n![Screenshot](assets/images/screenshot-light.png)\n\n## Things that helped and inspired me\nSite Look\n- Indigo Minimalist Jekyll Template [https://github.com/sergiokopplin/indigo](https://github.com/sergiokopplin/indigo)\n- Sindre Sorhus [https://sindresorhus.com/](https://sindresorhus.com/)\n- Facebook Messenger Light / Dark Modes [https://www.messenger.com/](https://www.messenger.com/)\n\nSocial Media Icons:\n\n- [Iconmonstr](https://iconmonstr.com/)\n- [Svgrepo](https://www.svgrepo.com/)\n\nSkills Icons:\n\n- [Shields.io](https://shields.io/)\n\nStopping the nav and footer bouncing when scrolling\n\n- https://www.smashingmagazine.com/2018/08/scroll-bouncing-websites/\n\nDark and light mode toggle\n\n- The most simple way to toggle a light and dark theme when using SASS on a static website. Trust me I spent hours looking into this…\n- https://flaviocopes.com/dark-mode/\n- **NB** When working on this locally the theme switch won't work in safari. This has something to do with safari thinking the javascript is unsecure since it is being run from a local directory. Everything is fine once you host it online.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Fportfolio-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyougotwill%2Fportfolio-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Fportfolio-site/lists"}