{"id":18597492,"url":"https://github.com/convoo/holding-fire","last_synced_at":"2026-02-23T12:02:54.095Z","repository":{"id":58233227,"uuid":"81326895","full_name":"convoo/holding-fire","owner":"convoo","description":"An element that makes a holding page","archived":false,"fork":false,"pushed_at":"2017-03-18T07:25:07.000Z","size":672,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-25T10:57:35.261Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/convoo.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}},"created_at":"2017-02-08T12:17:49.000Z","updated_at":"2017-02-09T03:34:44.000Z","dependencies_parsed_at":"2022-08-30T22:30:26.999Z","dependency_job_id":null,"html_url":"https://github.com/convoo/holding-fire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/convoo/holding-fire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fholding-fire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fholding-fire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fholding-fire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fholding-fire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convoo","download_url":"https://codeload.github.com/convoo/holding-fire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fholding-fire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29742163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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-11-07T01:28:24.268Z","updated_at":"2026-02-23T12:02:54.065Z","avatar_url":"https://github.com/convoo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# holding-fire\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"holding-fire\" src=\"Holding-Fire.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA simple way to create a holding page\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://webcomponents.org/element/convoo/holding-fire\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-published-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/convoo/general\"\u003e\u003cimg src=\"https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://waffle.io/convoo/roadmap\"\u003e\u003cimg src=\"https://badge.waffle.io/convoo/holding-fire.svg?label=In%20Progress\u0026title=In%20Progress\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install \n\n```\nbower install holding-fire --save\n```\n\n# \\\u003cholding-fire\\\u003e\n\nAn element that uploads files and provides download url from Firebase Storage. For images, it can resize and provide a placeholder as well.\n\n```html\n\u003clink rel=\"import\" href=\"/bower_components/holding-fire/holding-fire.html\"\u003e\n```\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"holding-fire.html\"\u003e\n    \u003clink rel=\"import\" href=\"../polymerfire/firebase-app.html\"\u003e\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003cfirebase-app\n    name=\"inline\"\n    api-key=\"AIzaSyAhoCXxkY-ffNwA_7L7HIwBVpASYj1btNE\"\n    auth-domain=\"convoo-login-demo.firebaseapp.com\"\n    database-url=\"https://convoo-login-demo.firebaseio.com\"\u003e\n\u003c/firebase-app\u003e\n\u003cholding-fire\n    app-name=\"inline\"\n    path=\"/subscribers\"\n    alt=\"Convoo\"\n    logo=\"images/lipsum.png\"\n    email=\"hello@example.com\"\n    sub-header=\"Sign up to find out when we launch!\"\n    sub-button=\"Sign up\"\n    thanks=\"Thank you for subscribing!\"\n    thanks-header=\"\"\n    twitter = \"example\"\n\u003e\n    \u003cp\u003eA revolutionary new startup. Website coming soon!\u003c/p\u003e\n\u003c/holding-fire\u003e\n```\n\nSee the demos by clicking in the sidebar on [webcomponents.org](https://webcomponents.org/element/convoo/holding-fire) for more.\n\n### Styling\n\nStyle the element with CSS as you would a normal DOM element. \n\nThe following custom properties and mixins are available for styling:\n\n| Custom property | Description |\n| --- | --- |\n| `--holding-fire-host` | Mixin for the host element |\n| `--holding-fire-overlay` | Mixin for an overlay |\n| `--holding-fire-container` | Mixin for the container |\n| `--holding-fire-logo` | Mixin for the logo |\n| `--holding-fire-inner-container` | Mixin for the inner container with content and form |\n| `--holding-fire-content` | Mixin for the content section |\n| `---holding-fire-subscribe-container` | Mixin for the subscribe container|\n| `---holding-fire-subscribe-title` | Mixin for the subscribe title|\n| `---holding-fire-subscribe-form` | Mixin for the subscribe form|\n| `--holding-fire-input` | Mixin for the inputs |\n| `---holding-fire-subscribe-button` | Mixin for the subscribe button|\n| `--holding-fire-email` | Mixin for the email paragraph |\n| `--holding-fire-email-link` | Mixin for the email text |\n| `---holding-fire-thanks-container` | Mixin for the thanks container|\n| `---holding-fire-thanks-title` | Mixin for the thanks title|\n| `---holding-fire-thanks-section` | Mixin for the thanks section|\n| `--holding-fire-twitter-link` | Mixin for the twitter link |\n| `--holding-fire-twitter-button` | Mixin for the twitter button |\n| `--holding-fire-animations` | Mixin for any animations you want to define. First one will not be registered. See demo. |\n\n\n## Dependencies\n\nElement dependencies are managed via [Bower](http://bower.io/). You can\ninstall that via:\n\n    npm install -g bower\n\nThen, go ahead and download the element's dependencies:\n\n    bower install\n\n\n## Playing With Your Element\n\nIf you wish to work on your element in isolation, we recommend that you use\n[Polyserve](https://github.com/PolymerLabs/polyserve) to keep your element's\nbower dependencies in line. You can install it via:\n\n    npm install -g polyserve\n\nAnd you can run it via:\n\n    polyserve\n\nOnce running, you can preview your element at\n`http://localhost:8080/components/image-fire/`, where `image-fire` is the name of the directory containing it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fholding-fire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvoo%2Fholding-fire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fholding-fire/lists"}