Add CV download option.

This commit is contained in:
Pietro Arancibia 2020-04-19 11:12:19 -03:00
parent ef799952d7
commit 454f72892c
8 changed files with 76 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

View File

@ -5,6 +5,7 @@ googleAnalytics: UA-163864247-1
disableRSS: true disableRSS: true
disableSitemap: true disableSitemap: true
disable404: true disable404: true
relativeURLs: true
params: params:
description: Pietro Arancibia Website description: Pietro Arancibia Website
author: Pietro Arancibia author: Pietro Arancibia
@ -44,6 +45,10 @@ params:
icon: fa-map-marker icon: fa-map-marker
url: //goo.gl/maps/pvBw6skuj6cPbYYY8 url: //goo.gl/maps/pvBw6skuj6cPbYYY8
title: Gramado / RS / Brasil title: Gramado / RS / Brasil
- class: download
icon: fa-download
url: Pietro Arancibia.pdf
title: Download CV
education: education:
enable: true enable: true
title: Education title: Education

View File

@ -87,6 +87,8 @@ if (!doNotTrack) {
<li class="location"><i class="fa fa-map-marker"></i><a href="//goo.gl/maps/pvBw6skuj6cPbYYY8">Gramado / RS / Brasil</a></li> <li class="location"><i class="fa fa-map-marker"></i><a href="//goo.gl/maps/pvBw6skuj6cPbYYY8">Gramado / RS / Brasil</a></li>
<li class="download"><i class="fa fa-download"></i><a href="Pietro%20Arancibia.pdf">Download CV</a></li>
</ul> </ul>
</div> </div>

View File

@ -87,6 +87,8 @@ if (!doNotTrack) {
<li class="location"><i class="fa fa-map-marker"></i><a href="//goo.gl/maps/pvBw6skuj6cPbYYY8">Gramado / RS / Brasil</a></li> <li class="location"><i class="fa fa-map-marker"></i><a href="//goo.gl/maps/pvBw6skuj6cPbYYY8">Gramado / RS / Brasil</a></li>
<li class="download"><i class="fa fa-download"></i><a href="Pietro%20Arancibia.pdf">Download CV</a></li>
</ul> </ul>
</div> </div>

View File

@ -0,0 +1,32 @@
# Pietro Arancibia
**Address:** Rua das Fontes, 45, apto 301, Gramado, Rio Grande do sul
**Cellphone:** (54) 99984 0147
**e-mail:** lordthanwer@gmail.com
**Birth Date:** 03/07/1993
## Formation
12/2009 - Technical course on computer assembly and maintenance, SENAI, Canela.
12/2015 - Formation on multiplatform network administrator, Sisnema, Porto Alegre (80 hours).
12/2017 - Official course and certification Ubiquiti Enterprise Wireless Admin (UEWA).
12/2017 - Bachelor degree on Information Systems, Faccat, Taquara.
## Experience
### Gtek Informatica - IT Analyst (2019 - Present)
I'm specialized in server and network management of a large number of companies in the city.
### Bela - Sysadmin (2018 - 2019)
Used to maintain a mail hosting provider and a financial startup company, based on Amazon EC2 and a big collaborative team of developers.
### Gramado Parks - IT Analyst (2015 - 2018)
I was in charge to manage Windows and CentOS linux enterprise servers, a complex network based on OSPF routing, and user support.

BIN
static/Pietro Arancibia.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,34 @@
# Pietro Arancibia
**Endereço:** Rua das Fontes, 45, apto 301, Gramado, Rio Grande do sul
**Celular:** (54) 99984 0147
**e-mail:** lordthanwer@gmail.com
**Nascimento:** 03/07/1993
## Escolaridade
12/2009 - Curso técnico de montagem e configuração de computadores concluido
no SENAI, em Canela.
12/2015 - Formação Administrador de Redes Multiplataforma, Sisnema, Porto
Alegre (80 horas).
12/2017 - Curso e certificação oficial Ubiquiti Enterprise Wireless Admin (UEWA).
12/2017 - Bacharel em Sistemas de Informaçã, Faccat, Taquara.
## Experiência
### Gtek Informatica - Analista de TI Empresarial (2019 - Presente)
Especializado em gerenciamento de servidores e redes de um grande numero de empresas na cidade.
### Bela - Administrador de sistemas (2018 - 2019)
Mantinha a estrutura de um provedor de e-mail e de uma startup da area financeira, baseada na Amazon EC2 com um grande time de desenvolvedores.
### Gramado Parks - Analista de TI (2015 - 2018)
Responsável por manter servidores empresariais baseados em sistemas Windows e CentOS, uma rede complexa baseada em roteamento OSPF, e suporte ao usuário.

Binary file not shown.