Skip to content

Commit

Permalink
Updated workplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ws141 committed Feb 27, 2023
1 parent a3aa855 commit 3d1ef21
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 1,251 deletions.
25 changes: 22 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,21 +407,40 @@ <h2><i class="fa fa-user ico"></i> About</h2>
<!-- WORK EXPERIENCE -->
<div class="box">
<h2><i class= "fa fa-suitcase ico"></i> Work Experience</h2>
<div class="job clearfix">
<div class="row">
<div class="details">
<div class="where">Hospitad AB</div>
<div class="address">
<a href="https:&#x2F;&#x2F;parsly.com&#x2F;" target= "_blank"><i class="fa fa-globe ico"></i> https:&#x2F;&#x2F;parsly.com&#x2F;</a>
</div>
<div class="year">April 2022 – Present</div>
</div>
</div>
<div class="row">
<div class="job-details col-xs-11">
<div class="profession">Software Developer</div>
<div class="description">
Developing the Parsly platform in Kotlin and Java.
</div>
</div>
</div>
</div>
<div class="job clearfix">
<div class="row">
<div class="details">
<div class="where">iModules AB</div>
<div class="address">
<a href="https:&#x2F;&#x2F;gloot.com&#x2F;" target= "_blank"><i class="fa fa-globe ico"></i> https:&#x2F;&#x2F;gloot.com&#x2F;</a>
</div>
<div class="year">April 2019 – Present</div>
<div class="year">April 2019 – April 2022</div>
</div>
</div>
<div class="row">
<div class="job-details col-xs-11">
<div class="profession">Software Developer</div>
<div class="description">
Developing the mobile G-Loot platform in Java 8 on Google App Engine.
Developing the mobile G-Loot platform in Java 8 on Google App Engine. Also focused on building and maintaining the infrastructure in Google Cloud Platform with Terraform and FluxCD. Lastly worked on developing microservices in Java with Spring Boot.
</div>
</div>
</div>
Expand Down Expand Up @@ -551,7 +570,7 @@ <h2><i class="fa fa-bullseye ico"></i> Contact</h2>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-globe fa-fw"></span></div>
<div class="title only pull-right"><a href="http:&#x2F;&#x2F;pregl.se" target="_blank">http:&#x2F;&#x2F;pregl.se</a></div>
<div class="title only pull-right"><a href="https:&#x2F;&#x2F;pregl.se" target="_blank">https:&#x2F;&#x2F;pregl.se</a></div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-github fa-fw"></span></div>
Expand Down
Loading

0 comments on commit 3d1ef21

Please sign in to comment.