Skip to content

Commit

Permalink
#25 Improving "Professional Experience" page
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
gabcvit committed Nov 19, 2024
1 parent d48cfcd commit 6c752b0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
14 changes: 8 additions & 6 deletions src/components/ResumeSingleElement.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<template>
<div class="grid grid-cols-4 my-8">
<div class="grid grid-cols-4 my-4 p-4 rounded border border-indigo-600 bg-stone-800">
<div class="col-span-3 row-span-1">
<p class="">
_ {{ office }}
<p class="font-bold">
> {{ office }}
</p>
<p class="">
<p class="text-indigo-600 pb-2">
{{ title }}
</p>
<p>{{ description }}</p>
<p class="text-sm">
{{ description }}
</p>
</div>
<div class="col-span-1 mr-16 text-right">
<div class="col-span-1 text-right">
<p>{{ period }}</p>
</div>
</div>
Expand Down
36 changes: 18 additions & 18 deletions src/views/ProfessionalExperiencePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<p class="text-2xl mt-16 mb-8">
Professional Experience
</p>
<p class="text-xl my-12 underline-offset-4 underline">
<p class="text-m mb-4 mt-8">
Working experience
</p>

<ResumeSingleElement
title="Senior Developer Consultant"
description="Currently working as a Developer Consultant in an Agile,
diverse, equitable, inclusive, innovative workspace. Which is currently
bringing extraordinary impact to many clients all around the globe.
Tech stack: Swift, SwiftUI, Vue3, Typescript, GraphQL, GitHub Actions, Terraform, AWS."
office="Thoughtworks"
description="Currently working as a Senior Developer Consultant in an Agile,
dynamic, fast-paced and innovative workspace. Worked together with clients from Sales, Crypto currency (finances)
and transportation branches, varying across greenfield projects and ongoing ones.
// Tech stack: Swift, SwiftUI, Vue, Typescript, Javascript, GraphQL, GitHub Actions, Terraform, AWS."
office="Thoughtworks - Munich, Germany"
period="2021 - now"
/>

<ResumeSingleElement
title="Mobile application developer"
description="Worked in mobile aplication development,
design, test and debug in a fast-paced environment. For both
native apps and hybrid. Tech Stack: React-Native, Ionic 1 and 3,
description="Developed over 10 mobile apps for multiple clients in a customer-centered small consultancy.
Had a lot of experience building and mocking design proposals, development, test and debug in a fast-paced
environment for both native and hybrid applications // Tech Stack: React-Native, Ionic 1 and 3,
Unity, Sketch, InVision, MongoDB, Node."
office="app-affairs GmbH."
office="app-affairs GmbH. - Munich, Germany"
period="2017 - 2021"
/>

<ResumeSingleElement
title="Infrastructure internship"
description="Have worked for 1 semester. Got experience in Computer
description="Worked for 1 semester in field services. Got experience in Computer
infrastructure, user support, internal tools test protocol,
hardware and software Rollout administration and execution,
hardware and software Rollout administration & execution,
and network maintenance."
office="Bosch-Rexroth Ltda."
office="Bosch-Rexroth Ltda. - Atibaia, Brazil"
period="2015"
/>

Expand All @@ -43,12 +43,12 @@
children with Haemophilia. The project was financed by PIBIC
(Programa institucional de bolsas de iniciação científica –
Program of Scientific Initiation Scholarships) at Campinas
State University(UNICAMP)."
office="Campinas State University"
State University (UNICAMP)."
office="Campinas State University - Limeira, Brazil"
period="2013 - 2014"
/>

<p class="text-xl my-12 underline-offset-4 underline">
<p class="text-m mb-4 mt-8">
Education and Certifications
</p>

Expand All @@ -59,7 +59,7 @@
consists in the following courses: a 3-month course of Android application
development, a 3-month course of iOS application development and a 4-month
course of Web development for mobile devices."
office="University of Toronto"
office="University of Toronto - Toronto, Canada"
period="2015-2016"
/>

Expand All @@ -69,7 +69,7 @@
exploring many topics in development such as Planning the best development
method for each system, modeling methods for Structure-based and object
oriented languages, Computer architecture and many others."
office="Campinas State University"
office="Campinas State University - Limeira, Brazil"
period="2012 - 2015"
/>
</template>
Expand Down

0 comments on commit 6c752b0

Please sign in to comment.