Skip to content

Commit

Permalink
Merge pull request #45 from snapsnapturtle/feature/update-job-title-o…
Browse files Browse the repository at this point in the history
…n-main-page

update job title and add backend framework to main page
  • Loading branch information
snapsnapturtle committed May 12, 2023
2 parents 8d85a70 + 8d66a6a commit 4c8dd7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build

on:
workflow_call:

jobs:
build:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: 'Dependabot auto merge'
name: Pull requests

on:
pull_request:

permissions:
contents: write
pull-requests: write
on: pull_request

jobs:
build:
Expand Down
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
<p class="whois">$ whois <a href="/">jonah.ml</a></p>
<main>
<p>
Jonah Möller is a senior software engineer from Hamburg, Germany currently building products at
Jonah Möller is an engineering manager from Hamburg, Germany currently building products at
<a href="//closelink.net/" target="_blank" rel="noreferrer noopener">Closelink</a>, a start-up in the
maritime industry, providing a category management tool, tailored to the sourcing and procurement of
marine lubricants. The technologies he works with the most are
<a href="//kotlinlang.org" target="_blank" rel="noreferrer noopener">Kotlin</a> and
<a href="//www.typescriptlang.org" target="_blank" rel="noreferrer noopener">TypeScript</a> with
<a href="//reactjs.org" target="_blank" rel="noreferrer noopener">React</a>.
<a href="//kotlinlang.org" target="_blank" rel="noreferrer noopener">Kotlin</a> with
<a href="//spring.io" target="_blank" rel="noreferrer noopener">Spring</a> and
<a href="//reactjs.org" target="_blank" rel="noreferrer noopener">React</a> in
<a href="//www.typescriptlang.org" target="_blank" rel="noreferrer noopener">TypeScript</a>.
</p>
<p>
Apart from work-related projects, he enjoys playing the piano, capturing moments with his camera and
Expand Down

0 comments on commit 4c8dd7a

Please sign in to comment.