Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 3 additions & 1 deletion resources/views/career.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
<h2 class="font-semibold text-gray-900 leading-7.5 text-md md:text-4xl lg:text-5xl mb-4 md:mb-10">{{ __("content.career.section_3.title_1") }}</h2>
<p class="text-xs md:text-lg font-normal text-center xl:text-start text-gray-400 leading-7.5 mx-8 md:mx-0">{{ __("content.career.section_3.subtitle_1") }}</p>
</div>
<x-primary-button href="https://praktyki.blumilk.pl/" target="_blank" class="px-16 my-6 flex w-full md:w-auto m-auto xl:m-0 xl:mr-auto xl:justify-start bg-website-normal">{{ __("buttons.apply_internship") }}</x-primary-button>
<x-primary-button href="https://praktyki.blumilk.pl/" target="_blank"
data-umami-event="outbound-link-click" data-umami-event-url="https://praktyki.blumilk.pl/"
class="px-16 my-6 flex w-full md:w-auto m-auto xl:m-0 xl:mr-auto xl:justify-start bg-website-normal">{{ __("buttons.apply_internship") }}</x-primary-button>
</div>
<div class="flex relative self-center basis-3/5">
<img src="{{ asset('graphics/career_2.svg') }}" class="h-auto w-full object-center shrink-0 pt-4 pb-10 md:pb-0"
Expand Down
12 changes: 6 additions & 6 deletions resources/views/layout/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<img class="w-24 md:w-32 shrink-0 mx-auto" src="{{ asset('identification/logo.svg') }}" alt="Blumilk logo"/>
</div>
<div class="flex justify-center items-center space-x-4 md:space-x-6">
<a href="https://clutch.co/profile/blumilk-0" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<a href="https://clutch.co/profile/blumilk-0" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://clutch.co/profile/blumilk-0">
<span class="sr-only">{{ __('alt.clutch') }}</span>
<x-icons.clutch></x-icons.clutch>
</a>
<a href="https://github.com/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<a href="https://github.com/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://github.com/blumilksoftware">
<span class="sr-only">{{ __('alt.github') }}</span>
<i class="fa-brands fa-square-github text-xl lg:text-2xl"></i>
</a>
<a href="https://linkedin.com/company/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<a href="https://linkedin.com/company/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://linkedin.com/company/blumilksoftware">
<span class="sr-only">{{ __('alt.linkedin') }}</span>
<i class="fa-brands fa-linkedin text-xl lg:text-2xl"></i>
</a>
<a href="https://www.facebook.com/blumilksoftware/" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<a href="https://www.facebook.com/blumilksoftware/" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://www.facebook.com/blumilksoftware/">
<span class="sr-only">{{ __('alt.facebook') }}</span>
<i class="fa-brands fa-square-facebook text-xl lg:text-2xl"></i>
</a>
<a href="https://www.youtube.com/@blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<a href="https://www.youtube.com/@blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://www.youtube.com/@blumilksoftware">
<span class="sr-only">{{ __('alt.youtube') }}</span>
<i class="fa-brands fa-square-youtube text-xl lg:text-2xl"></i>
</a>
Expand All @@ -36,7 +36,7 @@
</div>
<div class="mt-2 md:mt-0">
<p class="text-center text-sm leading-5">
<a href="https://github.com/blumilksoftware/website" target="_blank" class="block md:inline font-normal whitespace-normal pr-1">{{ __('footer.code') }}</a>
<a href="https://github.com/blumilksoftware/website" target="_blank" data-umami-event="outbound-link-click" data-umami-event-url="https://github.com/blumilksoftware/website" class="block md:inline font-normal whitespace-normal pr-1">{{ __('footer.code') }}</a>
<span class="hidden md:inline">|</span>
<a href="{{ route('privacy-policy') }}" class="block md:inline font-normal whitespace-normal px-1">{{ __('footer.policy') }}</a>
<span class="hidden md:inline">|</span>
Expand Down
5 changes: 5 additions & 0 deletions resources/views/layout/public.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

<script src='https://api.mapbox.com/mapbox-gl-js/v3.4.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v3.4.0/mapbox-gl.css' rel='stylesheet'/>
<script
defer src="https://analytics.blumilk.pl/script.js"
data-website-id="f07919bb-dcef-4970-9efb-e732177147ab"
data-domains="dev.website.blumilk.pl">
</script>
</head>

<body class="font-sora flex flex-col h-screen justify-between">
Expand Down
Loading