{"id":15685198,"url":"https://github.com/dennis-every/portfolio","last_synced_at":"2025-05-07T16:22:34.023Z","repository":{"id":64471844,"uuid":"572693978","full_name":"dennis-every/portfolio","owner":"dennis-every","description":"A project portfolio page  built to showcase JavaScript, HTML, and CSS skills learned during the Microverse program","archived":false,"fork":false,"pushed_at":"2023-07-14T01:31:10.000Z","size":8531,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T11:51:11.575Z","etag":null,"topics":["css","html5","javascript"],"latest_commit_sha":null,"homepage":"https://dennis-every.github.io/","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/dennis-every.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":"2022-11-30T20:38:33.000Z","updated_at":"2023-09-23T06:41:06.000Z","dependencies_parsed_at":"2024-10-23T18:10:50.433Z","dependency_job_id":"0c45a7dc-373c-4e98-9ba4-5410ff161518","html_url":"https://github.com/dennis-every/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennis-every","download_url":"https://codeload.github.com/dennis-every/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252913186,"owners_count":21824115,"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":["css","html5","javascript"],"created_at":"2024-10-03T17:24:15.093Z","updated_at":"2025-05-07T16:22:33.997Z","avatar_url":"https://github.com/dennis-every.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003cb\u003ePortfolio Dennis Neville Every\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Portfolio Page ](#-portfolio-page-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n    - [Deployment](#deployment)\n  - [👥 Author ](#-author-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [❓ FAQ ](#-faq-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Portfolio Page \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Portfolio** is the portfolio webpage of Dennis Every - Full Stack Dev\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- HTML\n- CSS\n- JavaScript\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Responsive design**\n- **Contact form submission and validation**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n```sh\n  cd my-folder\n  git clone git@github.com:dennis-every/portfolio.git\n```\n\n### Prerequisites\n\nIn order to run the tests for this project you need:\n\nExample command:\n\n```sh\n npm install\n```\n\n### Setup\n\nClone this repository to your desired folder.\n\nExample commands:\n\n```sh\n  cd my-folder\n  git clone git@github.com:dennis-every/portfolio.git\n```\n\n### Install\n\nn/a\n\n### Usage\n\nOpen index.html in your preferred browser.\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  npm install\n```\n\n```sh\n  npx hint .\n```\n\n```sh\n  npx stylelint \"**/*.{css,scss}\"\n```\n\n```sh\n  npx eslint .\n```\n\n### Deployment\n\n- Deployed with github pages [here](https://dennis-every.github.io/portfolio/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Dennis Every**\n\n- GitHub: [@dennis-every](https://github.com/dennis-every)\n- Twitter: [@dennis_every](https://twitter.com/dennis_every)\n- LinkedIn: [dennis-every](https://linkedin.com/in/dennis-every)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nPlease star this project if you like this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FAQ (optional) --\u003e\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **Can I re-use your code?**\n\n  - Sure, no problem!\n\n- **How can I see the project?**\n\n  - Just clone the repository as expained in the setup section, and open the index.html file in your preferred browser.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./MIT.md) licensed\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-every%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennis-every%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-every%2Fportfolio/lists"}