Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs Devportal Nov 15 #773

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading