{"id":22930945,"url":"https://github.com/prowilliam/prowilliam.github.io","last_synced_at":"2026-05-09T19:33:09.797Z","repository":{"id":231602319,"uuid":"782160823","full_name":"ProWilliam/ProWilliam.github.io","owner":"ProWilliam","description":"Welcome to my digital portfolio. Here you will find a collection of my web projects, all created with Astro to ensure optimal performance. From web applications to static sites, each project reflects my passion for creating innovative digital experiences.","archived":false,"fork":false,"pushed_at":"2024-12-03T22:41:49.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T17:25:09.280Z","etag":null,"topics":["astro","css","html","javascript"],"latest_commit_sha":null,"homepage":"https://prowilliam.github.io/","language":"CSS","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/ProWilliam.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}},"created_at":"2024-04-04T18:51:01.000Z","updated_at":"2024-12-03T22:41:54.000Z","dependencies_parsed_at":"2024-04-04T21:25:30.243Z","dependency_job_id":"e9da0d85-6e17-4392-8fbd-8ce64845f151","html_url":"https://github.com/ProWilliam/ProWilliam.github.io","commit_stats":null,"previous_names":["prowilliam/prowilliam.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProWilliam/ProWilliam.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProWilliam%2FProWilliam.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProWilliam%2FProWilliam.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProWilliam%2FProWilliam.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProWilliam%2FProWilliam.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProWilliam","download_url":"https://codeload.github.com/ProWilliam/ProWilliam.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProWilliam%2FProWilliam.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260261912,"owners_count":22982705,"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":["astro","css","html","javascript"],"created_at":"2024-12-14T10:32:24.425Z","updated_at":"2026-05-09T19:33:04.771Z","avatar_url":"https://github.com/ProWilliam.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProWilliam.github.io\n\nThis project is a personal website hosted on GitHub Pages. You can visit the site at [ProWilliam.github.io](https://prowilliam.github.io/).\n\n## Description\n\nThe project contains a static website designed to display personal information, projects and any other relevant content. It is built with HTML, CSS and JavaScript.\n\n## Project Structure\n\n```plaintext\nProWilliam.github.io/\n├── public/\n│   ├── 1-image-project1.webp\n│   ├── 1-image-project1.webp\n│   ├── 1-image-project1.webp\n│   ├── favicon.svg\n│   └── profile-photo.jpg\n├── src/\n│   ├── components/\n│   │   ├── badge/\n│   │   │   ├── Badge.astro\n│   │   │   └── Badge.css\n│   │   ├── buttonAnimated/\n│   │   │   ├── ButtonAnimated.astro\n│   │   │   └── ButtonAnimatedStyles.css\n│   │   ├── downLoadCurriculum/\n│   │   │   ├── DownLoadCurriculum.astro\n│   │   │   └── DownLoadCurriculumStyles.css\n│   │   ├── form/\n│   │   │   ├── Form.astro\n│   │   │   └── FormStyle.css\n│   │   ├── header/\n│   │   │   ├── Header.astro\n│   │   │   └── HeaderStyle.css\n│   │   ├── slider/\n│   │   │   ├── Slider.astro\n│   │   │   └── SliderStyle.css\n│   │   ├── socialMedia/\n│   │   │   ├── SocialMedia.astro\n│   │   │   └── SocialMediaStyle.css\n│   │   ├── themeMode/\n│   │   │   ├── ThemeMode.astro\n│   │   │   └── ThemeModeStyle.css\n│   │   └── themeModeTwo/\n│   │       ├── ThemeModeTwo.astro\n│   │       └── ThemeModeTwoStyle.css\n│   ├── icons/\n│   │   └── Resume.pdf\n│   ├── icons/\n│   │   ├── about-me.svg\n│   │   ├── close.svg\n│   │   ├── code.svg\n│   │   ├── github.svg\n│   │   ├── hachyderm.svg\n│   │   ├── linkedin.svg\n│   │   ├── mail.svg\n│   │   ├── menu.svg\n│   │   ├── message-home.svg\n│   │   ├── plug.svg\n│   │   └── user-plus.svg\n│   ├── layouts\n│   │   ├── Layout.asctro\n│   │   └── LayoutStyle.css\n│   ├── pages\n│   │   ├── index.asctro\n│   │   └── index.css\n│   ├── sections\n│   │   ├── about/\n│   │   │   ├── About.astro\n│   │   │   └── AboutStyle.css\n│   │   ├── contact/\n│   │   │   ├── Contact.astro\n│   │   │   └── ContactStyle.css\n│   │   ├── home/\n│   │   │   ├── Home.astro\n│   │   │   └── HomeStyle.css\n│   │   └── projects/\n│   │       ├── Project.astro\n│   │       └── ProjectStyle.css\n│   └── env.d.ts\n├── .env\n├── .gitignore\n├── astro.config.mjs\n├── package-lock.json \n├── package.json\n├── README.md\n└── tsconfig.json\n```\n\n## Requirements\n- Modern web browser (Chrome, Firefox, Safari, Edge, etc.)\n- Internet connection to access GitHub Pages\n\n## Instructions for Use\n1. Clone the Repository\nClone the repository to your local machine using the following command:\n```bash\ngit clone https://github.com/ProWilliam/ProWilliam.github.io.git\n```\n\n2. Open the Project\nNavigate to the cloned project folder:\n```bash\ncd ProWilliam.github.io\n```\n\n3. Initialize\nWrite the following command to initialize it on port 3000 by default:\n```bash\nnpm run dev\n```\n\nContributions\nIf you wish to contribute to the project, please follow the following steps:\n\n1. Fork the Repository\n2. Create a Feature Branch (Feature Branch)\n```bash\ngit checkout -b feature/nueva-caracteristica\n```\n3. Commit Changes\n```bash\ngit commit -m \"feat(\u003chere-your-file-modify\u003e): add new feature\"\n```\n4. Push the Branch\n```bash\ngit push origin feature/\u003cmodify-name\u003e\n```\n5. Open a Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprowilliam%2Fprowilliam.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprowilliam%2Fprowilliam.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprowilliam%2Fprowilliam.github.io/lists"}