{"id":15099285,"url":"https://github.com/kostastepetes/web-components-landing-page","last_synced_at":"2026-01-07T03:43:40.861Z","repository":{"id":224524317,"uuid":"763486267","full_name":"kostastepetes/web-components-landing-page","owner":"kostastepetes","description":"Web Components for a minimalistic, yet complete, company landing page. The page contains: Navbar, Hero, Stripe Bar, About \u0026 Services Sections, Contact Form and Footer.","archived":false,"fork":false,"pushed_at":"2024-02-26T12:31:55.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:46:04.362Z","etag":null,"topics":["company-site","landing-page","web-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kostastepetes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-26T11:42:33.000Z","updated_at":"2024-02-26T11:45:37.000Z","dependencies_parsed_at":"2024-02-26T13:05:43.862Z","dependency_job_id":null,"html_url":"https://github.com/kostastepetes/web-components-landing-page","commit_stats":null,"previous_names":["kostastepetes/web-components-landing-page"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostastepetes%2Fweb-components-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostastepetes%2Fweb-components-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostastepetes%2Fweb-components-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostastepetes%2Fweb-components-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostastepetes","download_url":"https://codeload.github.com/kostastepetes/web-components-landing-page/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245855193,"owners_count":20683469,"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":["company-site","landing-page","web-components"],"created_at":"2024-09-25T17:09:30.163Z","updated_at":"2026-01-07T03:43:35.840Z","avatar_url":"https://github.com/kostastepetes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Components Project: Landing Page Example\n\nThis project showcases the use of custom web components to create a landing page. The landing page includes various components such as a navigation bar, hero banner, stripe bars, an about section, services section, a contact form, and a footer. Each component is designed to be reusable and customizable, providing a modular and maintainable structure for web development.\n\n## Features\n\n- **Custom Web Components**: The landing page is built using custom web components, allowing for easy integration and reuse across different web applications.\n- **Modular Design**: Each part of the landing page is encapsulated in its own web component, promoting separation of concerns and making the codebase easier to manage.\n- **Responsive Design**: The components are designed with responsiveness in mind, ensuring a good user experience on devices of all sizes.\n\n## Installation\n\nTo use this landing page in your project, follow these steps:\n\n1. **Include the Component Files**: Copy the JavaScript files for each component (`navbar-component.js`, `hero-banner-component.js`, `stripe-bar-component.js`, `about-component.js`, `services-component.js`, `contact-form-component.js`, `footer-component.js`) into your project's directory.\n\n2. **Link the Components**: In your HTML file, include the JavaScript files for each component before the closing `\u003c/body\u003e` tag.\n\n   ```html\n   \u003cscript src=\"path/to/navbar-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/hero-banner-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/stripe-bar-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/about-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/services-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/contact-form-component.js\" defer\u003e\u003c/script\u003e\n   \u003cscript src=\"path/to/footer-component.js\" defer\u003e\u003c/script\u003e\n   ```\n\n3. **Use the Components**: To add the components to your page, use the custom elements (`\u003cnavbar-component\u003e\u003c/navbar-component\u003e`, `\u003chero-banner-component\u003e\u003c/hero-banner-component\u003e`, `\u003cstripe-bar-component\u003e\u003c/stripe-bar-component\u003e`, `\u003cabout-component\u003e\u003c/about-component\u003e`, `\u003cservices-component\u003e\u003c/services-component\u003e`, `\u003ccontact-form-component\u003e\u003c/contact-form-component\u003e`, `\u003cfooter-component\u003e\u003c/footer-component\u003e`) in your HTML where you want each component to appear.\n\n## Customization\n\nTo customize the components, you can modify the CSS styles within each component's JavaScript file. The styles are defined within the `\u003cstyle\u003e` tag in the template string. You can change colors, sizes, and other properties to match your website's design.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostastepetes%2Fweb-components-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostastepetes%2Fweb-components-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostastepetes%2Fweb-components-landing-page/lists"}