Skip to content

Commit

Permalink
Update docs Devportal Nov 15
Browse files Browse the repository at this point in the history
* Remove outdated job offers
* Implement a redirect to the main job page on epages.com
  • Loading branch information
dkluever22 committed Nov 15, 2024
1 parent b9aaa19 commit bf1ff06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 47 deletions.
33 changes: 4 additions & 29 deletions _data/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
- title: Software Developer - 3rd Party Integration, REST API (all genders)
link: https://epages-gmbh.jobs.personio.de/job/202173
description: Be part of a Scrum team and support us in the conception, development and maintenance of our connectors and the extension of our REST API.
location: Hamburg/Barcelona

- title: Senior JavaScript Engineer (all genders)
link: https://epages-gmbh.jobs.personio.de/job/201909
description: Build a responsive, modular, and highly user interactive web application with us that is easy to scale and to extend.
location: Hamburg/Barcelona

- title: (Senior) Java Developer (all genders)
link: https://epages-gmbh.jobs.personio.de/job/202115
description: Join one of our cross-functional Scrum teams and work on a microservice-based architecture for our e-commerce platform.
location: Jena/Hamburg/Barcelona

- title: Product Owner (all genders)
link: https://epages-gmbh.jobs.personio.de/job/226186
description: Be responsible for the further development of our software and support several Scrum teams with your knowledge.
location: Barcelona

- title: Product Owner (all genders)
link: https://epages-gmbh.jobs.personio.de/job/1075968
description: Be responsible for the further development of our software and support several Scrum teams with your knowledge.
location: Jena

- title: Senior User Experience Designer (all genders)
link: https://epages-gmbh.jobs.personio.de/job/1137607
description: Work closely with product owners, UI designers, UX writers, and developers to create user-friendly interaction concepts for our products.
location: Hamburg
- title:
link:
description:
location:
21 changes: 3 additions & 18 deletions _pages/devjobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,11 @@

<section class="job-openings">

<h2 class="section__title" id="job-openings">Exciting. Challenging. Grow with us.</h2>
<h2 class="section__title" id="job-openings">Explore careers and join our team!</h2>

<p class="section__body">Do you love coding? Are you eager to take on a new challenge? We are offering various job opportunities especially for experienced web developers.</p>
<p class="section__body">Looking for open positions? Head over to our main job page for all current opportunities.</p>

<div class="card-wrapper">

{% assign jobs = site.data.jobs %}
{% for job in jobs %}

<div class="card card--jobs">
<a target="_blank" href="{{ job.link }}" onClick="ga('send', 'event', 'Jobs', 'click', '{{ job.title }}');">
<h4 class="card__title card--jobs__title">{{ job.title }}</h4>
<p class="card__body card--jobs__body">{{ job.description | truncate: 160, '' }}</p>
<p class="card__footer card--jobs__footer">{{ job.location }}</p>
</a>
</div>

{% endfor %}

</div>
<br>

<a href="https://epages.com/career" class="cta cta--beyond">View all jobs</a>

Expand Down

0 comments on commit bf1ff06

Please sign in to comment.