Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/dennis-every.github.io


https://github.com/dennis-every/dennis-every.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Microverse Project Portfolio Page

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Microverse Portfolio Page

**Microverse project portfolio page** is a webpage built to showcase html and css skills learned during the microverse program

## 🛠 Built With

### Tech Stack

- HTML
- CSS

### Key Features

- **Responsive pages**
- **Contact form**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

```sh
cd my-folder
git clone [email protected]:dennis-every/portfolio.git
```

### Prerequisites

In order to run the tests for this project you need:

Example command:

```sh
npm install
```

### Setup

Clone this repository to your desired folder.

Example commands:

```sh
cd my-folder
git clone [email protected]:dennis-every/portfolio.git
```

### Install

n/a

### Usage

Open index.html in your preferred browser.

### Run tests

To run tests, run the following command:

```sh
npm install
```

```sh
npx hint .
```

```sh
npx stylelint "**/*.{css,scss}"
```

```sh
npx eslint .
```

### Deployment

- Deployed with github pages at:
- https://dennis-every.github.io/

(back to top)

## 👥 Author

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://linkedin.com/in/dennis-every)

## 👥 Collaborators

👤 **Hans-Derly Rameau**

- GitHub: [@hansderly](https://github.com/hansderly)
- Twitter: [@\_hansderly](https://twitter.com/_hansderly)
- LinkedIn: [ansderly-rameau](https://linkedin.com/in/ansderly-rameau/)

👤 **Kender Romain**

- GitHub: [@Kensteph](https://github.com/kensteph)
- Twitter: [@RomainKender](https://twitter.com/RomainKender)
- LinkedIn: [kender-romain8788](https://www.linkedin.com/in/kender-romain8788/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Please star this project if you like this project.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse and it's community of Micronauts for the opportunity to collobarate, help, support, and valuable feedback through code reviews and pair programming.

(back to top)

## ❓ FAQ

- **Can I re-use your code?**

- Sure, no problem!

- **How can I see the project?**

- Just clone the repository as expained in the setup section, and open the index.html file in your preferred browser.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed

(back to top)