{"id":28253252,"url":"https://github.com/femo-dev/sky-telecom","last_synced_at":"2026-05-03T15:34:16.419Z","repository":{"id":265296094,"uuid":"895654609","full_name":"femo-dev/sky-telecom","owner":"femo-dev","description":"Sky-telecom is a fake commercial company that shows different elements of web design, such as header, hero-banner, modal windows, and responsiveness, among others.","archived":false,"fork":false,"pushed_at":"2024-12-19T00:22:19.000Z","size":3164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T23:40:46.201Z","etag":null,"topics":["css","html","javascript","responsiveness"],"latest_commit_sha":null,"homepage":"https://fabianmendozaospina.github.io/sky-telecom/","language":"HTML","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/femo-dev.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-28T16:05:03.000Z","updated_at":"2024-11-30T04:29:54.000Z","dependencies_parsed_at":"2024-11-28T19:37:50.183Z","dependency_job_id":"cf5f61df-0478-457e-a22e-e6737dbcdb97","html_url":"https://github.com/femo-dev/sky-telecom","commit_stats":null,"previous_names":["fabianmendozaospina/sky-telecom","femo-dev/sky-telecom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/femo-dev/sky-telecom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Fsky-telecom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Fsky-telecom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Fsky-telecom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Fsky-telecom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/femo-dev","download_url":"https://codeload.github.com/femo-dev/sky-telecom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Fsky-telecom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["css","html","javascript","responsiveness"],"created_at":"2025-05-19T16:18:06.973Z","updated_at":"2026-05-03T15:34:16.410Z","avatar_url":"https://github.com/femo-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SKY Telecom\n\nThis project was developed for Program Developer students, focusing on tools like Git and GitHub while working remotely. This web application was designed for a fictional company 'SKY Telecom', and includes features such as a product catalog, user authentication, dropdown menus, modal dialogs, and responsive design. Below are the details of the project's structure and functionality.\n\n![](./assets/img/readme-img-1.png)\n\n## 📑Table of Contents\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Features](#features)\n\n## 🖥️Technologies Used\n![HTML5](https://img.shields.io/badge/HTML-00A6E4?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/CSS-0073E6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/JavaScript-005D99?style=for-the-badge\u0026logo=javascript\u0026logoColor=white)\n\n## 🖱️Installation\nTo run this project locally, follow these steps:\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/fabianmendozaospina/sky-telecom.git\n    ```\n2. Navigate to the project directory:\n    ```sh\n    cd sky-telecom\n    ```\n3. Open `index.html` in your browser to view the application.\n\n## Usage\nThe application includes various features for both users and administrators:\n- Browse the product catalog.\n- View detailed information about products.\n- Log in or register as a user.\n- Contact support through the contact form.\n\n## Project Structure\nThe project is organized as follows:\n- `index.html`: Main HTML file containing the structure of the web application.\n- `style.css`: Stylesheet file for the application's layout and design.\n- `utils.js`: Utility JavaScript for functions, event listeners and functionality.\n- `main.js`: Main JavaScript file responsible for initializing and managing \ncore application interactions, leveraging utility functions from `utils.js`.\n\n![](./assets/img/readme-img-2.png)\n\n## 💡Features\n### Header\n- Logo and navigation menu.\n- Search and cart icons.\n- Dropdown menu for additional links.\n\n### Banner \n- Prominent hero banner to showcase key promotions or announcements.\n- Visually engaging with space for images and text.\n\n### Modal Dialog\n- Log in/Register modal for user authentication.\n- Form validation and submission.\n\n### Product Catalog\n- Display of product images, names, prices, and view product buttons.\n- Responsive grid layout for product display.\n\n### Contact Us\n- Contact form for users to send messages.\n- Input fields for name, email, and message, with validation.\n\n### Footer\n- Social media links.\n- Company information.\n\n\u0026copy; Created by MITT Software Students.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemo-dev%2Fsky-telecom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffemo-dev%2Fsky-telecom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemo-dev%2Fsky-telecom/lists"}