{"id":17295720,"url":"https://github.com/bnb/shouldisubmitavendorpitch.com","last_synced_at":"2026-02-22T21:36:52.169Z","repository":{"id":74933610,"uuid":"378525043","full_name":"bnb/shouldisubmitavendorpitch.com","owner":"bnb","description":"Answering the age old question, 'Should I Submit a Vendor Pitch?'","archived":false,"fork":false,"pushed_at":"2021-06-20T00:17:04.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T12:41:36.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://shouldisubmitavendorpitch.com","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/bnb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-06-19T23:54:58.000Z","updated_at":"2021-11-21T02:51:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fed9406e-f068-49a9-ad0c-1251b6fa3e1b","html_url":"https://github.com/bnb/shouldisubmitavendorpitch.com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"cutenode/no-boilerplate","purl":"pkg:github/bnb/shouldisubmitavendorpitch.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fshouldisubmitavendorpitch.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fshouldisubmitavendorpitch.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fshouldisubmitavendorpitch.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fshouldisubmitavendorpitch.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnb","download_url":"https://codeload.github.com/bnb/shouldisubmitavendorpitch.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fshouldisubmitavendorpitch.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29728482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":[],"created_at":"2024-10-15T11:11:03.129Z","updated_at":"2026-02-22T21:36:52.124Z","avatar_url":"https://github.com/bnb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# No Boilerplate\n\nI often have the urge to create websites that serve a single purpose. That often to simply assert one word: No.\n\nNo boilerplate is a simple, no boilerplate HTML boilerplate that allows you to ship a GitHub pages site to answer a yes/no question super quickly.\n\n## Usage\n\n**Step One:**\n\nClone the repo.\n\n```bash\n$ git clone git@github.com:cutenode/no-boilerplate.git \u003cpath to directory you want to put it in\u003e\n\n# For example:\n#\n# git clone git@github.com:cutenode/no-boilerplate.git amiareal.dev\n# The above command will put it in the directory named amiareal.dev\n```\n\n**Step Two:**\n\nUpdate the git origin to your project's Git Repo. Now's a good time to make any changes to the site if you'd like to!\n\n```bash\n$ git remote rm origin\n$ git remote add origin git@github.com:\u003cORG OR USER\u003e/\u003cREPO\u003e.git\n$ git push\n\n# Make sure you update the second command as appropriately. For example, I used this for amiareal.dev:\n#\n# $ git remote add origin git@github.com:cutenode/amiareal.dev.git\n```\n\n**Step Three:**\n\nFollow the guidance provided by GitHub to publish with GitHub Pages ([About GitHub Pages](https://help.github.com/en/articles/about-github-pages), [Configuring a Custom Domain for your GitHub Pages Site](https://help.github.com/en/articles/configuring-a-custom-domain-for-your-github-pages-site)), or use your preferred static site host.\n\nOne good thing to note here is that you should use the `master` branch as a source for your GitHub Pages.\n\n**Step Four:**\n\nShip it 🚢\n\n## Optional tweaks\n\n### Change \"No\" to \"Yes\"\n\nBy editing `index.html`, you can change the default \"No\" to \"Yes\"... or something else if you want to, I guess.\n\n### Change or Remove the Hidden Message\n\nThere's a hidden message that can be seen if the user scrolls. Pretty generic for this kind of site. I like having added nice bits, and it was less work to copy/paste the HTML and CSS for the H1 and tweak it to be an H2 than it was to make it so they could display on the same page... so the universe just kinda worked things out pretty neatly for me.\n\nIf you want to tweak the hidden message, you can do so in `index.html`.\n\nIf you want to remove the hidden message, you can do so in `index.html`. Additionally, I'd request that you remove the excess lines of CSS in `index.css` to maybe increase load times by less than 1ms for your users.\n\n### Change the Font\n\nI spent a few minutes looking for a nice font on Google Fonts. If you want to change the font, you'll need to update the second `\u003clink\u003e` tag in `index.html` and the font family on the `h1` and `h2` elements in `index.css`.\n\n## Contributing\n\nThis repo has a [Code of Conduct](./CODE_OF_CONDUCT.md). Follow it.\n\nContributions to enhance the repository are more than welcome. I can't guarantee how responsive I'll be to PRs since I have a pretty overwhelming inbox of PRs on projects, but if you don't hear back from me on something feel free to [DM me on Twitter](https://twitter.com/bitandbang) – I'll almost certainly respond to that and take some time to review your PR.\n\nIf you want to contribute anything that would invalidate the name – No Boilerplate – please reconsider and don't spend your time on something that probably won't be merged.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fshouldisubmitavendorpitch.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnb%2Fshouldisubmitavendorpitch.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fshouldisubmitavendorpitch.com/lists"}