Skip to content

Commit

Permalink
Minor CV and styling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
poseen committed Aug 31, 2023
1 parent 193db74 commit 789df23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Work Experience

### Gap year - Career Break | Dec 2022 - Present

During my career break, I have focused on personal and professional growth, spending time with family, studying Japanese, obtaining AWS certificates, trying new programming languages, and developing expertise in software architectures. This time has allowed me to recharge and prepare for my next endeavor with renewed enthusiasm and a versatile skill-set.

### Software Development Engineer II @ Amazon Web Services (Canada) | 2020 Nov - 2022 Nov

**Product:** Amazon MQ - RabbitMQ
Expand Down Expand Up @@ -73,7 +77,9 @@ Eötvös Loránd University (ELTE) - Faculty of Informatics

Thesis: Chess AI

## Skills
## Additional information

### Skills

* .NET (Core) | C#
* Java
Expand All @@ -82,16 +88,15 @@ Thesis: Chess AI
* DynamoDB
* Git
* AWS
* Object-oriented design
* Development in scale
* Agile, Kanban

## Languages
### Languages

* English (Professional)
* Hungarian (Native)

## Interests
### Interests

* Mathematics
* Cosmology
Expand Down
6 changes: 3 additions & 3 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ body {
p {
margin-bottom: 1.5rem;
font-family: Tahoma, "Times New Roman", Georgia, serif;
font-size: 110%;
font-size: 100%;
line-height: 150%
}

Expand Down Expand Up @@ -654,7 +654,7 @@ footer {

.about__head {
margin: 0;
font-size: 1.25rem;
font-size: 1.0rem;
font-family: sans-serif;
font-weight: 500;
line-height: 1.85rem;
Expand All @@ -663,7 +663,7 @@ footer {
.about__description {
color: #888;
margin: .5rem 0;
font-size: 1.25rem
font-size: 1.0rem
}

.section__title {
Expand Down

0 comments on commit 789df23

Please sign in to comment.