An open API service indexing awesome lists of open source software.

https://github.com/kostastepetes/web-components-landing-page

Web Components for a minimalistic, yet complete, company landing page. The page contains: Navbar, Hero, Stripe Bar, About & Services Sections, Contact Form and Footer.
https://github.com/kostastepetes/web-components-landing-page

company-site landing-page web-components

Last synced: 5 months ago
JSON representation

Web Components for a minimalistic, yet complete, company landing page. The page contains: Navbar, Hero, Stripe Bar, About & Services Sections, Contact Form and Footer.

Awesome Lists containing this project

README

          

# Web Components Project: Landing Page Example

This 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.

## Features

- **Custom Web Components**: The landing page is built using custom web components, allowing for easy integration and reuse across different web applications.
- **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.
- **Responsive Design**: The components are designed with responsiveness in mind, ensuring a good user experience on devices of all sizes.

## Installation

To use this landing page in your project, follow these steps:

1. **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.

2. **Link the Components**: In your HTML file, include the JavaScript files for each component before the closing `