Skip to content

Commit

Permalink
Remove vacancy text from internship
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 25, 2023
1 parent 71d7bc4 commit b1c473b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions resources/views/front/pages/vacancies/internship.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</section>

<div class="section section-group pt-0">
<section id="interns" class="section -mb-16">
<section id="interns" class="section">
<div class="wrap wrap-6">
<div class="sm:col-span-4">
<div class="markup links-underline links-blue">
Expand All @@ -35,18 +35,6 @@
</div>
</section>

<section id="intro" class="section">
@include('front.pages.vacancies.partials.about', ['hideRick' => true])

<div class="wrap wrap-6">
<div class="mt-16 sm:col-span-4 markup links-underline links-blue">
@include('front.pages.vacancies.partials.clients', ['profile' => 'front'])
</div>
</div>

@include('front.pages.vacancies.partials.stagnation-decline', ['profile' => 'front'])
</section>

@include('front.pages.web-development.partials.stack')
@include('front.pages.vacancies.partials.cta', ["github" => true])

Expand Down

0 comments on commit b1c473b

Please sign in to comment.