Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/Eu1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 13 additions & 15 deletions data/profile.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Renan J Paula",
"photo": "https://avatars.githubusercontent.com/u/3266640?v=4",
"job": "Tech Lead no S3 Bank",
"name": "Dumonte Fonseca Barbosa Jr",
"photo": "assets/img/Eu1.jpeg",
"job": "AAG na PMSP",
"location": "São Paulo - SP",
"phone": "(16) 98159-7656",
"email": "renanjohannsen@gmail.com",
"phone": "(11) 98082-2467",
"email": "dumontbarbosa@yahoo.com.br",
"skills": {
"hardSkills": [
{
Expand Down Expand Up @@ -34,17 +34,15 @@
],
"softSkills": [
"Empatia",
"Liderança",
"Trabalho em equipe",
"Flexibilidade",
"Organização"
]
},
"languages": [
"Português BR",
"Inglês (intermediário)",
"Espanhol (intermediário)",
"Italiano (iniciante)"
"Inglês (básico)",
"Espanhol (pero, no mucho)"
],
"portfolio": [
{
Expand All @@ -60,18 +58,18 @@
],
"professionalExperience": [
{
"name": "Arquiteto de software / S3 BANK",
"period": "2022 - até o momento",
"name": "Assistente Administrativo de Gestão",
"period": "2009 - até o momento",
"description": "É um prazer trabalhar ao lado de tantos profissionais excepcionais e construir tantas inovações de mercado."
},
{
"name": "Software Engineering Lead / DIO",
"period": "2021 - 2022",
"name": "Auxiliar Administrativo - VIA MOTOS",
"period": "2002 - 2009",
"description": "Foi um grande prazer fazer parte deste time fantástico e poder contribuir com a transformação de tantas vidas."
},
{
"name": "CEO / Brain Machine",
"period": "2016 - 2021",
"name": "Desenhista de AutoCAD - SIEMENS",
"period": "1993 - 2001",
"description": "Anos incríveis ao lado de pessoas maravilhosas ajudando muitas empresas por todo o mundo."
}
]
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifólio Renan J Paula</title>
<title>Portifólio Dumonte Fonseca Barbosa Jr</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
Expand All @@ -28,7 +28,7 @@
<body>
<main class="main">
<header class="header">
<img src="assets/img/my-photo.png" alt="Foto de Perfil" class="photo" id="profile.photo">
<img src="assets/img/Eu1.jpeg" alt="Foto de Perfil" class="photo" id="profile.photo">

<h1 class="title">
Olá, <br>eu sou <span id="profile.name">Carregando...</span>
Expand Down