{"id":23477746,"url":"https://github.com/adominguez/app-page","last_synced_at":"2026-01-23T14:44:59.901Z","repository":{"id":176176499,"uuid":"99837890","full_name":"adominguez/app-page","owner":"adominguez","description":"This component shows a structure of page with the possibility of add a markdown file inside","archived":false,"fork":false,"pushed_at":"2017-12-12T18:55:41.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T16:12:19.344Z","etag":null,"topics":["page","polymer-element","structure"],"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/adominguez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-09T17:58:37.000Z","updated_at":"2017-12-10T20:16:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2cfd111-6d9b-4a95-b669-48382d81886c","html_url":"https://github.com/adominguez/app-page","commit_stats":null,"previous_names":["adominguez/app-page"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/adominguez/app-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adominguez%2Fapp-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adominguez%2Fapp-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adominguez%2Fapp-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adominguez%2Fapp-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adominguez","download_url":"https://codeload.github.com/adominguez/app-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adominguez%2Fapp-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["page","polymer-element","structure"],"created_at":"2024-12-24T18:29:40.482Z","updated_at":"2026-01-23T14:44:59.882Z","avatar_url":"https://github.com/adominguez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \\\u003capp-page\\\u003e\n\n`app-page` shows a structure of page with the option of add a markdown file inside for show all information in a page.\n\n![app-page](app-page.png \"app-page\")\n\n## Installing the component\n\n- For install it, clone the repository in your local machine\n\n```\n  $ git clone https://github.com/adominguez/app-page.git\n```\n\n- Do a npm install and bower install\n\n```\n  $ npm install \u0026\u0026 bower install\n``` \n\n## Serving the component\n\nYou can serve the component with:\n\n```\n  $ gulp serve\n```\n\n__Example__\n\n```html\n\u003capp-page title-page=\"blog\" subtitle-page=\"Marked publications\" fade-in\u003e\u003c/app-page\u003e\n```\n\n__markdown file Example__\n\n```html\n\u003capp-page readme=\"https://raw.githubusercontent.com/PolymerElements/polymer-starter-kit/master/README.md\" title-page=\"blog\" subtitle-page=\"Marked publications\" fade-in\u003e\u003c/app-page\u003e\n```\n\n__Responsive example__\n\n```html\n\u003capp-page title-page=\"Contact\" subtitle-page=\"contact with us\" responsive fade-in\u003e\u003c/app-page\u003e\n```\n\nThis component is responsive at 960px. Then the right content goes down in the page\n\n## Slot\n\nThis component has three `slot`:\n\n| slot               | function                               |\n|:------------------ | --------------------------------------:|\n| left-content       | Show the information in the page       |\n| left-content-down  | Show information down of left-content  |\n| right-content      | Show the right sidebar                 |\n\n## Styling\nThe following custom properties and mixins are available for styling:\n\n| Custom property                              | Description                                         | Default |\n|:-------------------------------------------- |:--------------------------------------------------- | -------:|\n| --app-page-first-color                       | color for first color                               | #212121 |\n| --app-page-second-color                      | color for second color                              | #666    |\n| --app-page-blockquote-bg-color               | background color for blockquote                     | #eeeeee |\n| --app-page-h1                                | empty mixin for h1                                  | {}      |\n| --app-page-h2                                | empty mixin for h2                                  | {}      |\n| --app-page-h3                                | empty mixin for h3                                  | {}      |\n| --app-page-h4                                | empty mixin for h4                                  | {}      |\n| --app-page-h5                                | empty mixin for h5                                  | {}      |\n| --app-page-h6                                | empty mixin for h6                                  | {}      |\n| --app-page-p                                 | empty mixin for p                                   | {}      |\n| --app-page-blockquote                        | empty mixin for blockquote                          | {}      |\n| --app-page-blockquote-p                      | empty mixin for blockquote p                        | {}      |\n| --app-page-code                              | empty mixin for code                                | {}      |\n| --app-page-list                              | empty mixin for list                                | {}      |\n| --app-page-list-li                           | empty mixin for list li                             | {}      |\n| --app-page-link-color                        | color for link                                      | #FF4081 |\n| --app-page-link                              | empty mixin for link                                | {}      |\n| --app-page-link-hover-color                  | color for link hover                                | #212121 |\n| --app-page-link-hover                        | empty mixin for link hover                          | {}      |\n| --app-page-link-visited                      | empty mixin for link visited                        | {}      |\n| --app-page-card                              | empty mixin for card                                | {}      |\n| --app-page-bg-color                          | background for host                                 | #fafafa |\n| --app-page                                   | empty mixin for host                                | {}      |\n| --app-page-panel-right-width                 | width for panel right                               | 200px   |\n| --app-page-panel-left                        | empty mixin for panel-left                          | {}      |\n| --app-page-title                             | empty mixin for title                               | {}      |\n| --app-page-subtitle                          | empty mixin for sutitle                             | {}      |\n| --app-page-title-left-content                | empty mixin for left content                        | {}      |\n| --app-page-panel-right-b-l-color             | border left for panel-right                         | #e5e5e5 |\n| --app-page-panel-right-bg-color              | background color for panel-right                    | #fff    |\n| --app-page-panel-right                       | empty mixin for panel-right                         | {}      |\n| --app-page-title-right-content               | empty mixin for right-content                       | {}      |\n| --app-page-hide-panel-right                  | empty mixin for host([hide-panel-right])            | {}      |\n| --app-page-hide-panel-right-panel-left       | empty mixin for host([hide-panel-right]) panel-left | {}      |\n| --app-page-responsive                        | empty mixin for host([responsive])                  | {}      |\n| --app-page-responsive-panel-left             | empty mixin for host([responsive]) panel-left       | {}      |\n| --app-page-responsive-panel-right-b-t-color  | border top for host([hide-panel-right]) panel-right | #e5e5e5 |\n| --app-page-responsive-panel-right            | empty mixin for host([responsive]) panel-right      | {}      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadominguez%2Fapp-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadominguez%2Fapp-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadominguez%2Fapp-page/lists"}