Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evavic44/the-three-musketeers

This is a repository for small static website projects built with HTML, CSS & JavaScript. The Ultimate Web Trio. I like to call them: The Three Musketeers
https://github.com/evavic44/the-three-musketeers

css3 html html5 saas scss

Last synced: about 2 months ago
JSON representation

This is a repository for small static website projects built with HTML, CSS & JavaScript. The Ultimate Web Trio. I like to call them: The Three Musketeers

Awesome Lists containing this project

README

        

The Three Musketeers

[![PRs Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/Evavic44/The-Three-Musketeers)

> ### 📌About

This repository is specifically created to work and document all the basic web development projects using HTML, CSS & JavaScript. It's an Ultimate Web Dev Trio combination. Let's call this "The Three Musketeers".

Everyone are welcomed to hop in be it beginner or professional. Feel free to push a PR.

Do follow this [issue template](https://github.com/Evavic44/The-Tree-Musketeers/blob/main/.github/ISSUE_TEMPLATE/issues-template.md) to create an issue.

Collection of all scripts to get you started with web development and ease your learning journey. Repo can be used for your inspiration or mere fun. Contributions of any kind are welcome.


> ### ⚙ Projects


CSS Cards



CSS Image Preview Card




> ### 💥Contributions

#### Contribution rules

* Make sure to follow these [contributing guidelines](https://github.com/prathimacode-hub/The-Tree-Musketeers/blob/main/CONTRIBUTING.md) to get PR merged successfully.
* Create an issue using the [template](https://github.com/Evavic44/The-Tree-Musketeers/blob/main/.github/ISSUE_TEMPLATE/issues-template.md) given stating the PR you are going to add and what it does briefly
* Create a new branch in your forked repository and then start working
* Include a proper commit message in your commits. `$ git commit -m 'Commit message'`
* Always rebase with `master:Evavic44/The-Three-Musketeers` to avoid merge conflicts whenever you start to work.
* Include proper PR message while giving pull request.
* Try to keep pull requests small to minimize merge conflicts

#### Getting Started

* Fork this repo (button on top)
* Clone on your local machine
```
$ git clone https://github.com/your-user-name/The-Three-Musketeers.git
```
* Change to `The-Three-Musketeers` directory
```
$ cd The-Three-Musketeers
```
* Add Upstream
```
$ git remote add upstream 'https://github.com/Evavic44/The-Three-Musketeers.git'
```
* Create a new branch
```
$ git checkout -b my-new-branch
```
* Make your changes
* Commit and push
```
$ git add .
```
```
$ git commit -m "your-commit-message"
```
```
$ git push origin my-new-branch
```
* Create a new pull request from your forked repository to `main` branch of `Evavic44/The-Three-Musketeers`


> ### ✔Contributors
Thanks goes to these amazing people for their contributions 🎉🎉🎉


Prathima Kadari

## ⭐If you like the project:

- Star the Repo - [The Three Musketeers](https://github.com/Evavic44/The-Tree-Musketeers)
- Follow me on GitHub - [Eke Victor](https://github.com/Evavic44)

## Happy Contributing!