Skip to content

V1ntag3/portifolio_front

Repository files navigation

Apresentação e Portifólio

Projeto web com design e desenvolvimento concebidos por minha autoria, visando não apenas expor meus trabalhos como desenvolvedor, mas também oferecer uma plataforma para compartilhar meu currículo e fornecer opções de contato.

Hospedagem

O site está hospedado em: https://curious-phoenix-ed69f1.netlify.app

Stack utilizada

Front-end: HTML, CSS, JavaScript, Vue.js.

Design Figma

Design pode ser encontrado em: https://www.figma.com/file/0UAQjCP4Q6J94cN6yTDrTq?type=design

Rodando localmente

Clone o projeto

  git clone https://github.com/V1ntag3/portifolio_front.git

Entre no diretório do projeto

  cd portifolio_front

Instale as dependências

  yarn install

Inicie o servidor

  yarn serve

Aprendizados

Com esse pequeno projeto consegui relembrar um pouco dos coneceitos utilizados no Vue 3. Além de por em prática o desenvolvimento responsivo.

Suporte

Para suporte, mande um email para marcos.vinicius.r.alencar@gmail.com.

Licença

MIT License

Copyright (c) 2023 Marcos Vinícius Ribeiro Alencar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.