{"id":16982065,"url":"https://github.com/tenphi/nude-talk-shower","last_synced_at":"2026-05-18T11:33:49.087Z","repository":{"id":51589874,"uuid":"211458945","full_name":"tenphi/nude-talk-shower","owner":"tenphi","description":"Nude Frontend Talk Slides","archived":false,"fork":false,"pushed_at":"2022-12-04T16:03:37.000Z","size":11433,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T18:15:15.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tenphi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-28T07:02:53.000Z","updated_at":"2020-05-05T13:17:29.000Z","dependencies_parsed_at":"2023-01-23T01:16:15.293Z","dependency_job_id":null,"html_url":"https://github.com/tenphi/nude-talk-shower","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenphi%2Fnude-talk-shower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenphi%2Fnude-talk-shower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenphi%2Fnude-talk-shower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenphi%2Fnude-talk-shower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenphi","download_url":"https://codeload.github.com/tenphi/nude-talk-shower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885515,"owners_count":20526293,"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","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-14T02:07:13.382Z","updated_at":"2026-05-18T11:33:39.070Z","avatar_url":"https://github.com/tenphi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shower Presentation Template [![Build Status](https://travis-ci.org/shower/shower.svg?branch=master)](https://travis-ci.org/shower/shower)\n\n\u003cimg src=\"pictures/logo.png\" width=\"250\" alt=\"Shower logo\"\u003e\n\n\u003e Shower ['ʃəuə] noun. A person or thing that shows.\n\n1. Built on HTML, CSS and vanilla JavaScript\n2. Works in all modern browsers\n3. Themes are separated from engine\n4. Fully keyboard accessible\n5. Printable to PDF\n\n[See it in action](http://shwr.me/). Includes [Ribbon](https://github.com/shower/ribbon/) and [Material](https://github.com/shower/material/) themes, and [core](https://github.com/shower/core/) with plugins.\n\nFollow [@shower_me](https://twitter.com/shower_me) for support and updates, [file an issue](https://github.com/shower/shower/issues/new) if you have any.\n\n## Quick Start\n\n1. Download and unzip [template archive](http://shwr.me/shower.zip)\n2. Open `index.html` and start creating your presentation\n\n## Deploy to Netlify\n\nBy clicking the button below you can fork this repo and deploy it to Netlify.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/shower/shower)\n\nBy doing this you would get a GitHub repo linked with Netlify in a way any change to the repo would trigger a shower rebuild and deploy to Netlify servers, which allows for a really easy way to create and share Shower presentation without the need to install anything locally.\n\n## Advanced\n\n### Get your own Shower\n\n1. Copy Shower in your account via [GitHub](#copy-via-github) or via [CLI](#copy-via-cli)\n2. Install dependencies `npm install` and start it `npm start`.\n\nOnce you’re done you can build a clean copy of your slides:\n\n    npm run prepare\n\nAnd you’ll find your presentation in `prepared` folder with only needed files in it. You can also run `npm run archive` to get the same files in `archive.zip`. But there’s more! You can easily publish your presentation online by running:\n\n    npm run publish\n\nAnd you’ll have your slides published to `http://USER.github.io/REPO/`.\n\n#### Copy via GitHub\n\n1. Open [import page](https://github.com/new/import).\n2. For the repository URL use `https://github.com/shower/shower`.\n3. For the name use any name you want, your presentation name would be the best.\n4. Clone the resulted repository to your computer.\n\n#### Copy via CLI\n\n1. Сlone this repository `git clone --depth=1 git@github.com:shower/shower.git`, (`--depth=1` will make it way faster).\n2. [Create](https://github.com/new) a new blank repository and copy its cloning address `git@github.com:USER/REPO.git`.\n3. Change remote of your local clone to the one you’ve just copied `git remote set-url origin git@github.com:USER/REPO.git`.\n4. Push your local clone to GitHub `git push -u origin master`.\n\n## Usage Examples\n\n- [Semantic for cynics](https://pepelsbey.net/pres/semantics/en/)\n- [Inhuman UI](https://pepelsbey.net/pres/inhuman-ui/)\n- [My Vanilla CSS](https://pepelsbey.net/pres/vanilla-css/)\n- [I’m in IoT](https://pepelsbey.net/pres/im-in-iot/)\n\n## Browser Support\n\nLatest stable versions of Chrome, Edge, Firefox, and Safari are supported.\n\n## Contributing\n\nYou’re always welcome to contribute. Fork project, make changes and send it as pull request. But it’s better to file an [issue](https://github.com/shower/shower/issues) with your idea first. Read [contributing rules](CONTRIBUTING.md) for more details.\n\nMain contributors in historical order: [pepelsbey](https://github.com/pepelsbey), [jahson](https://github.com/jahson), [miripiruni](https://github.com/miripiruni), [kizu](https://github.com/kizu), [artpolikarpov](https://github.com/artpolikarpov), [tonyganch](https://github.com/tonyganch), [zloylos](https://github.com/zloylos).\n\n---\nLicensed under [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenphi%2Fnude-talk-shower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenphi%2Fnude-talk-shower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenphi%2Fnude-talk-shower/lists"}