Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviteixeira-dev/hdc-agency
Website design for creating a page to find jobs or post vacancies.
https://github.com/daviteixeira-dev/hdc-agency
bootstrap css css3 html javascript jquery parallax progress-bar
Last synced: about 7 hours ago
JSON representation
Website design for creating a page to find jobs or post vacancies.
- Host: GitHub
- URL: https://github.com/daviteixeira-dev/hdc-agency
- Owner: daviteixeira-dev
- Created: 2021-09-01T19:32:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T23:58:55.000Z (over 2 years ago)
- Last Synced: 2024-09-17T17:27:02.307Z (about 2 months ago)
- Topics: bootstrap, css, css3, html, javascript, jquery, parallax, progress-bar
- Language: HTML
- Homepage: http://www.daviteixeira.dev.br/hDC-Agency/
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hDC-Agency
About the project |
Technology |
Installation, execution and development |
How to contribute |
License## 👨🏻💻 About the project
```👨🏻💻 Sobre o projeto```Website design to create a page to find jobs or post vacancies. Made from Matheus Battisti's Boostratp course - Hora de Codar
## 🚀 Technology
```🚀 Tecnologias```- [HTML5](https://developer.mozilla.org/en-US/docs/Glossary/HTML5)
- [CSS3](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [Bootstrap](https://getbootstrap.com/)
- [jQuery](https://jquery.com/)
- [Parallax](https://pixelcog.github.io/parallax.js/)
- [Progress Bar](https://github.com/kimmobrunfeldt/progressbar.js/)## 💻 Installation, execution and development
```💻 Instalação, execução e desenvolvimento```### Prerequisites
```💻 Pré-requisitos```
- [Bootstrap](https://getbootstrap.com/)There are no prerequisites
```
## 🤔 How to contribute
```🤔 Como contribuir```**Fork the repository and follow the steps below**
```Faça um fork deste repositório e siga os passos a baixo``````bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**
```Depois que sua pull request for merged, você pode deletar sua branch```## 📝 License
This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```---
Made with ❤️ by Davi Teixeira