Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 15, 2024
1 parent e5dc012 commit dada0c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
3 changes: 3 additions & 0 deletions public/build/assets/vacation-9c4fa166.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"file": "assets/perks-1c409941.svg",
"src": "resources/images/perks.svg"
},
"resources/images/vacation.svg": {
"file": "assets/vacation-9c4fa166.svg",
"src": "resources/images/vacation.svg"
},
"resources/js/app.js": {
"dynamicImports": [
"resources/js/docs.js",
Expand Down
3 changes: 3 additions & 0 deletions resources/images/vacation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions resources/views/careers.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<section class="relative overflow-hidden pt-48 pb-20 lg:pt-48 xl:pt-56 xl:pb-28">
<div class="relative max-w-screen-xl px-5 mx-auto">
<div class="relative">
<h1 class="max-w-3xl mx-auto text-5xl sm:text-5xl font-bold text-center md:text-6xl lg:text-7xl">Join us.<br>Make the web.<br>Better.</h1>
<h1 class="max-w-3xl mx-auto text-5xl sm:text-5xl font-bold text-center md:text-6xl lg:text-7xl">Make the web.<br>Better.<br>Together.</h1>
<div
class="mt-6 max-w-sm mx-auto flex flex-col justify-center items-center gap-4 sm:flex-row md:mt-8 lg:mt-10">
<x-button.primary class="w-full sm:w-auto" href="#positions">
Expand All @@ -27,35 +27,35 @@ class="mt-6 max-w-sm mx-auto flex flex-col justify-center items-center gap-4 sm:
<h2 class="text-4xl font-bold md:text-5xl">Benefits</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-16">
@foreach ([
[
'image' => 'resources/images/health-benefits.svg',
'title' => 'Inclusive health package',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
],
[
'image' => 'resources/images/learn-and-grow.svg',
'title' => 'Learn and grow',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'description' => 'Work with the best and brightest in the Laravel ecosystem, building the tools that Laravel developers love.',
],
[
'image' => 'resources/images/health-benefits.svg',
'title' => 'Health benefits',
'description' => 'Laravel is proud to offer robust, private health benefits no matter what country you reside in.',
],
[
'image' => 'resources/images/life-work-balance.svg',
'title' => 'Balanced working life',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'title' => 'Remote workplace',
'description' => 'We are a fully distributed team working together to build the next generation of Laravel packages and products.',
],
[
'image' => 'resources/images/diversity-inclusion.svg',
'title' => 'Diversity and inclusion',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'image' => 'resources/images/vacation.svg',
'title' => 'Take a vacation',
'description' => 'We believe well-rested employees do their best work. Laravel offers generous vacation time plus your country\'s holidays.',
],
[
'image' => 'resources/images/perks.svg',
'title' => 'Generous perks program',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'title' => 'Retirement contributions',
'description' => 'Retirement fund / pension contributions are available to Laravel employees, tailored to your country.',
],
[
'image' => 'resources/images/diversity-inclusion.svg',
'title' => 'Inclusive health package',
'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
'title' => 'Stock option eligibility',
'description' => 'Laravel employees are eligible for stock options so that you share in Laravel\'s overall success.',
],
] as $benefit)
<div class="space-y-4">
Expand Down

0 comments on commit dada0c7

Please sign in to comment.