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

https://github.com/hmontarroyos/curriculum

Curriculum desenvolvido via template no Gastby no Workshop portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.
https://github.com/hmontarroyos/curriculum

curriculum dowhile2020 front-end gastby porfolio-website

Last synced: 3 months ago
JSON representation

Curriculum desenvolvido via template no Gastby no Workshop portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]


Curriculum   |   
Tecnologias Utilizadas   |   
Como Instalar o Projeto   |   
Como usar   |   
Deploy da aplicação


## Curriculum


#### Desktop


portifolio


#### Mobile


mobile home


mobile experiências


Este projeto foi desenvolvido no Workshop Portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.

Template Baseado totalmente no Projeto do anubhavsrivastava
deixo os devidos creditos ao mesmo e o link do Repositorio Original

[Repositorio Original do Template](https://github.com/anubhavsrivastava/gatsby-starter-resume).

Template Original [aqui](https://anubhavsrivastava.github.io/gatsby-starter-resume/)


(de volta ao topo)

### Tecnologias Utilizadas


[![Gatsby][Gatsby]][Gatsby-url]


### Utilitários


[![Vercel][Vercel]][Vercel-url]

(de volta ao topo)

### Como Instalar o Projeto

Certifique-se de ter o programa Gatsby CLI instalado:

```sh
npm install --global gatsby-cli
```

E execute a partir de sua CLI:

```sh
gatsby new https://github.com/anubhavsrivastava/gatsby-starter-resume
```

Então você pode executá-lo:

Após Clonar o Projeto, já em sua maquina utilize o seguinte comando para baixar suas dependências.

```sh
npm install
```
Ou em alguns caso será necessario executar o comando passando algumas flags

```sh
npm install --legacy-peer-deps
```

Após baixar todas as Dependências do Projeto dentro da pasta Raiz, inicie o Servidor com o Comando:

```sh
gatsby develop
```

### Como usar

Para Inicializar o Projeto
Abrir [http://localhost:8000](http://localhost:8000) vizualizar no Navegador.
O Gatsby roda por default na porta 8000


### Para Personalizar o Template

Edite `config.js` para colocar seus detalhes

```javascript
module.exports = {
siteTitle: 'Gatsby Starter Resume', //
...
firstName: 'Anubhav',
lastName: 'Srivastava',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
}
...
],
};

```


### Deploy da aplicação

[![Deploy][Deploy]][Deploy-url]


### 🚀 Let's code! 🚀 ###

[contributors-shield]: https://img.shields.io/github/contributors/HMontarroyos/curriculum.svg?style=for-the-badge
[contributors-url]: https://github.com/HMontarroyos/curriculum/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/HMontarroyos/curriculum.svg?style=for-the-badge
[forks-url]: https://github.com/HMontarroyos/curriculum/fork
[stars-shield]: https://img.shields.io/github/stars/HMontarroyos/curriculum.svg?style=for-the-badge
[stars-url]: https://github.com/HMontarroyos/curriculum/stargazers
[issues-shield]: https://img.shields.io/github/issues/HMontarroyos/curriculum.svg?style=for-the-badge
[issues-url]: https://github.com/HMontarroyos/curriculum/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/hebertmontarroyos-developer/

[Gatsby]: https://img.shields.io/badge/Gatsby-%23663399.svg?style=for-the-badge&logo=gatsby&logoColor=whit
[Gatsby-url]: https://www.gatsbyjs.org/docs/building-with-components/

[Vercel]: https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
[Vercel-url]: https://vercel.com/
[Deploy]: https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
[Deploy-url]: https://hebertmontarroyos.com.br/