{"id":22217094,"url":"https://github.com/johndev19/owatch-e-commerce-website","last_synced_at":"2026-01-24T22:04:49.221Z","repository":{"id":248859443,"uuid":"829993149","full_name":"JohnDev19/OWatch-E-Commerce-Website","owner":"JohnDev19","description":" O'Watch - responsive landing website for an e-commerce site selling timepieces.","archived":false,"fork":false,"pushed_at":"2024-09-05T11:32:09.000Z","size":23184,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T11:44:45.486Z","etag":null,"topics":["css","e-commerce","html","javascript","landing-page","owatch"],"latest_commit_sha":null,"homepage":"https://johndev19.github.io/OWatch-E-Commerce-Website/","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/JohnDev19.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T11:56:24.000Z","updated_at":"2025-01-27T18:22:58.000Z","dependencies_parsed_at":"2024-07-17T14:41:13.742Z","dependency_job_id":"3e78947c-cc64-44eb-9fda-036c709ab9ee","html_url":"https://github.com/JohnDev19/OWatch-E-Commerce-Website","commit_stats":null,"previous_names":["johndev19/owatch-e-commerce-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnDev19/OWatch-E-Commerce-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FOWatch-E-Commerce-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FOWatch-E-Commerce-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FOWatch-E-Commerce-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FOWatch-E-Commerce-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnDev19","download_url":"https://codeload.github.com/JohnDev19/OWatch-E-Commerce-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDev19%2FOWatch-E-Commerce-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"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":["css","e-commerce","html","javascript","landing-page","owatch"],"created_at":"2024-12-02T22:15:03.134Z","updated_at":"2026-01-24T22:04:49.206Z","avatar_url":"https://github.com/JohnDev19.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# O'Watch - Elegant Timepieces\n\nWelcome to the O'Watch landing page repository! A responsive landing page for an e-commerce site selling timepieces. \n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Demo\n\n![O'Watch Demo](owatch.jpg)\n![O'Watch Demo](laptop.jpg)\n\nCheck out the live demo [here](https://johndev19.github.io/OWatch-E-Commerce-Website/).\n\n## Features\n\n- **Responsive Design**: Optimized for various screen sizes and devices.\n- **Smooth Animations**: Utilizes AOS (Animate On Scroll) for smooth scroll animations.\n- **Elegant UI**: Clean and modern user interface designed with Bootstrap.\n- **Sections**:\n  - **Hero Section**: Welcoming users with a captivating image and a call-to-action button.\n  - **Featured Watches**: Showcases a selection of highlighted products.\n  - **Marquee Section**: An animated ticker for key selling points.\n  - **About**: Information about the O'Watch brand.\n  - **Services**: Describes the various services offered.\n  - **Why O'Watch**: Highlights the unique selling points of the brand.\n  - **Testimonials**: Customer feedback and reviews.\n  - **FAQ**: Answers to frequently asked questions.\n\n## Technologies\n\n- **HTML5**: For structuring the web page.\n- **CSS3**: For styling and layout.\n- **Bootstrap**: For responsive design and pre-built components.\n- **JavaScript**: For interactivity.\n- **AOS (Animate On Scroll)**: For scroll animations.\n- **Font Awesome**: For icons.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/JohnDev19/Owatch-E-Commerce-Website.git\n    ```\n2. Navigate to the project directory:\n    ```sh\n    cd Owatch-E-Commerce-Website\n    ```\n3. Open `index.html` in your browser to view the landing page.\n\n## Usage\n\nFeel free to use this landing page as a template for your own e-commerce projects. Customize the content, styles, and images to fit your brand.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the existing style and conventions.\n\n1. Fork the repository\n2. Create a new branch:\n    ```sh\n    git checkout -b feature/your-feature-name\n    ```\n3. Commit your changes:\n    ```sh\n    git commit -m 'Add some feature'\n    ```\n4. Push to the branch:\n    ```sh\n    git push origin feature/your-feature-name\n    ```\n5. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nEnjoy the elegance of O'Watch!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndev19%2Fowatch-e-commerce-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohndev19%2Fowatch-e-commerce-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndev19%2Fowatch-e-commerce-website/lists"}