Skip to content

Commit

Permalink
cr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Sep 2, 2024
1 parent 20fcbd4 commit d544a7e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/tile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{!! $title !!}
</span>
<div @class([
"font-normal text-gray-400 text-xs sm:text-sm leading-relaxed mr-4" => isset( $description ),
"font-normal text-gray-400 text-xs sm:text-sm leading-relaxed" => isset( $description ),
"hidden" => !isset( $description )])>
{!! $description !!}
</div>
Expand Down
28 changes: 14 additions & 14 deletions resources/views/projects/carbon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
<section class="mx-[10%] lg:mx-[15%] 2xl:max-w-7xl 2xl:mx-auto space-y-10 py-10 md:py-20 text-center">
<h2 class="text-3xl md:text-4xl lg:text-5xl font-semibold md:pb-8">{{ __("projects.challenges") }}</h2>
<div class="flex place-content-center flex-wrap gap-4 2xl:gap-7 pb-24">
<x-tile title="{{ __('projects.carbon.challenges.challenge_1.title') }}"
description="{{ __('projects.carbon.challenges.challenge_1.description') }}"
class="max-w-[360px] 2xl:place-items-start">
<x-tile description="{{ __('projects.carbon.challenges.challenge_1.description') }}"
class="max-w-[360px] 2xl:place-items-start pr-4 md:pr-0">
<x-slot:title><span class="pr-20">{{ __('projects.carbon.challenges.challenge_1.title') }}</span></x-slot:title>
<x-icons.users accent="stroke-carbon"/>
</x-tile>

<x-tile title="{{ __('projects.carbon.challenges.challenge_2.title') }}"
description="{{ __('projects.carbon.challenges.challenge_2.description') }}"
class="max-w-[360px] 2xl:place-items-start">
class="max-w-[360px] 2xl:place-items-start mr-2">
<x-slot:description><span class="pr-12 sm:pr-24">{{ __('projects.carbon.challenges.challenge_2.description') }}</span></x-slot:description>
<x-icons.chart-dots accent="stroke-carbon"/>
</x-tile>

<x-tile title="{{ __('projects.carbon.challenges.challenge_3.title') }}"
description="{{ __('projects.carbon.challenges.challenge_3.description') }}"
class="max-w-[360px] 2xl:place-items-start pr-10">
class="max-w-[360px] 2xl:place-items-start pr-8 md:pr-10">
<x-icons.shield-check accent="stroke-carbon"/>
</x-tile>
</div>
Expand All @@ -47,24 +47,24 @@ class="max-w-[360px] 2xl:place-items-start pr-10">
<section class="mx-[10%] lg:mx-[15%] 2xl:max-w-7xl 2xl:mx-auto space-y-10 py-10 md:py-20 text-center">
<h2 class="text-3xl md:text-4xl lg:text-5xl font-semibold pb-8">{{ __("projects.key_functionalities") }}</h2>
<div class="flex place-content-center flex-wrap gap-4 2xl:gap-10 pb-24">
<x-tile title="{{ __('projects.carbon.functionalities.functionality_1.title') }}"
description="{{ __('projects.carbon.functionalities.functionality_1.description') }}"
<x-tile description="{{ __('projects.carbon.functionalities.functionality_1.description') }}"
class="max-w-[350px] 2xl:place-items-start">
<x-slot:title><span class="pr-20">{{ __('projects.carbon.functionalities.functionality_1.title') }}</span></x-slot:title>
<x-icons.app-window accent="stroke-carbon" />
</x-tile>
<x-tile title="{{ __('projects.carbon.functionalities.functionality_2.title') }}"
description="{{ __('projects.carbon.functionalities.functionality_2.description') }}"
<x-tile description="{{ __('projects.carbon.functionalities.functionality_2.description') }}"
class="max-w-[350px] 2xl:place-items-start">
<x-slot:title><span class="pr-24">{{ __('projects.carbon.functionalities.functionality_2.title') }}</span></x-slot:title>
<x-icons.binary-tree accent="stroke-carbon" />
</x-tile>
<x-tile title="{{ __('projects.carbon.functionalities.functionality_3.title') }}"
description="{{ __('projects.carbon.functionalities.functionality_3.description') }}"
<x-tile description="{{ __('projects.carbon.functionalities.functionality_3.description') }}"
class="max-w-[350px] 2xl:place-items-start">
<x-slot:title><span class="pr-24">{{ __('projects.carbon.functionalities.functionality_3.title') }}</span></x-slot:title>
<x-icons.math-symbols accent="stroke-carbon" />
</x-tile>
<x-tile title="{{ __('projects.carbon.functionalities.functionality_4.title') }}"
description="{{ __('projects.carbon.functionalities.functionality_4.description') }}"
<x-tile description="{{ __('projects.carbon.functionalities.functionality_4.description') }}"
class="max-w-[350px] 2xl:place-items-start">
<x-slot:title><span class="pr-24">{{ __('projects.carbon.functionalities.functionality_4.title') }}</span></x-slot:title>
<x-icons.file-analytics accent="stroke-carbon" />
</x-tile>
<x-tile title="{{ __('projects.carbon.functionalities.functionality_5.title') }}"
Expand Down
19 changes: 10 additions & 9 deletions resources/views/projects/k1.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="flex place-content-center flex-wrap gap-4 lg:gap-10">
<x-tile title="{{ __('projects.k1.challenges.challenge_1.title') }}"
description="{{ __('projects.k1.challenges.challenge_1.description') }}"
class="max-w-[350px] pr-16 md:pr-4 lg:pr-12">
class="max-w-[350px] pr-8 md:pr-4 lg:pr-12">
<x-icons.shield-check accent="stroke-k1"/>
</x-tile>

Expand All @@ -27,10 +27,10 @@ class="max-w-[350px] pr-6">
<x-icons.user-check accent="stroke-k1"/>
</x-tile>

<x-tile title="{{ __('projects.k1.challenges.challenge_3.title') }}"
description="{{ __('projects.k1.challenges.challenge_3.description') }}"
class="max-w-[350px] pr-8 md:pr-4">
<x-icons.devices accent="stroke-k1"/>
<x-tile description="{{ __('projects.k1.challenges.challenge_3.description') }}"
class="max-w-[350px] pr-6 md:pr-4">
<x-slot:title><span class="md:pr-12">{{ __('projects.k1.challenges.challenge_3.title') }}</span></x-slot:title>
<x-icons.devices accent="stroke-k1"/>
</x-tile>

<x-tile title="{{ __('projects.k1.challenges.challenge_4.title') }}"
Expand All @@ -39,10 +39,10 @@ class="max-w-[350px] pr-4">
<x-icons.app-window accent="stroke-k1"/>
</x-tile>

<x-tile title="{{ __('projects.k1.challenges.challenge_5.title') }}"
description="{{ __('projects.k1.challenges.challenge_5.description') }}"
class="max-w-[350px] pr-2 md:pr-0 lg:pr-8">
<x-icons.photo-scan accent="stroke-k1"/>
<x-tile description="{{ __('projects.k1.challenges.challenge_5.description') }}"
class="max-w-[350px]">
<x-slot:title><span class="pr-12">{{ __('projects.k1.challenges.challenge_5.title') }}</span></x-slot:title>
<x-icons.photo-scan accent="stroke-k1"/>
</x-tile>
</div>
</section>
Expand Down Expand Up @@ -75,6 +75,7 @@ class="max-w-[350px] pr-6">
<x-tile title="{{ __('projects.k1.functionalities.functionality_4.title') }}"
description="{{ __('projects.k1.functionalities.functionality_4.description') }}"
class="max-w-[350px] pr-4">
<x-slot:title><span class="pr-6">{{ __('projects.k1.functionalities.functionality_4.title') }}</span></x-slot:title>
<x-icons.list accent="stroke-k1" />
</x-tile>
<x-tile title="{{ __('projects.k1.functionalities.functionality_5.title') }}"
Expand Down

0 comments on commit d544a7e

Please sign in to comment.