From 0b82b63fe617b6b6f09821ed69efa8ee4db55b1f Mon Sep 17 00:00:00 2001 From: tribikram Date: Fri, 16 Dec 2022 12:02:56 +0545 Subject: [PATCH 1/2] [edit] css fixed --- public/frontend/css/style.css | 2 +- public/frontend/icons/contact-location-icon.svg | 4 ++-- public/frontend/icons/location-address.png | Bin 0 -> 1141 bytes resources/views/am_chef.blade.php | 2 +- resources/views/contact.blade.php | 8 ++++---- resources/views/layout/app.blade.php | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 public/frontend/icons/location-address.png diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index a65cd52..2e80e19 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1024,7 +1024,7 @@ Responsive Codes .chef-hire-form h2{ font-weight: 500; font-size: 22px; - line-height: 178%; + line-height: 1.8rem; text-align: center; color: #0A2849; margin-bottom: 30px; diff --git a/public/frontend/icons/contact-location-icon.svg b/public/frontend/icons/contact-location-icon.svg index 5a6d99a..f2e86ee 100644 --- a/public/frontend/icons/contact-location-icon.svg +++ b/public/frontend/icons/contact-location-icon.svg @@ -3,8 +3,8 @@ - + - + diff --git a/public/frontend/icons/location-address.png b/public/frontend/icons/location-address.png new file mode 100644 index 0000000000000000000000000000000000000000..3d735a8bf9105372b3fea21567a5472b19d05f53 GIT binary patch literal 1141 zcmV-*1d98KP)BX{}0%Xed~>@z@%xt2UGdHDFZMD~QB9(ct}u zB9eFzG2TZ!5>e4$g5niCPzMw>9xSMFciDw;-XtcDvm)@`n9OEBe=)zAx8%ET_RV{5 zG!Qr(?i`+P$<%0IgnDs+wlFB@(_D?y*|d`9`Aql-AxoC#)hm}>3eDM0PE=DYxGZ~|X zC4wQ2X{dQi)?@Xi;&!#s2$MD2l<~-(Vg(}{vw@-`fe2x#fW@l{v31vBu)?ILO3z)u zpW~*+>y4Mg#1P&rx>%GIkv}jwZK9a;+hx6VB}0gs8}Fpv30(8#p`- zm#*EE)OyE!iGutb#6(w=qdh+kTV%vs=phSQBRa~l)1&aEj8;+H% z^BRcg**yY9Yw~0x-=Py_xKmRHTGXNT9x0X8RxHSZJ}|J=cHcxtVe+I=vU=&+3eckO zsmoQ8V|`E{5(oU$rnc76sp9YMZC9_~1}*AP&*~c`$9-bILR*o+BRte3solI?3tH5n znp>JB$4zcGXteMxphX?Z*x4XCuDZp+;dHjCZGFRYJbqd)sdbO&3R={m$k6>Zr_+U_ zC(GN^wy5}ktky3s7PP2C4fZl9%*f40ZQY|*+ug0L!@9x}Sv@W`8nmcG{TAOBI^AcI z8o8xLOqz)s)tuKhXUZ#)IyOso>yhW%k9~WC7WLA@5Zno4{u+wS+xJQ8WE6}4VJ^HC`Hk2XWLXOGA4|a)MjT+^t$3@N%6h(g|jm- zGh>{1%Pq)G7ynio^U?2poGupvbvk?moZ>z8#zzVy^1q)_3x6oJ@P|?he<-!k3Y$6& z@F^NjSoZL_@F~q(#P=u;hr
Hiring

Looking for a job as a Chef or Cook?

-

If you’re qualified to be a Chef of Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!

+

If you’re qualified to be a Chef or Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!

Chefs and Cooks need to be
  • Interested in food and cooking
  • diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index 2912bfb..d112cb6 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -53,9 +53,9 @@ @endif @if($address !== null) - +
    - +
    {{$address->value}}
    @@ -74,7 +74,7 @@
    - +
    @@ -142,7 +142,7 @@
    - +
    @section('script') diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 434342c..201a3e8 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -134,7 +134,7 @@
    -- 2.25.1 From 4104d067dbea2863c2dcbc6e10e8f80f32014300 Mon Sep 17 00:00:00 2001 From: tribikram Date: Fri, 16 Dec 2022 12:26:24 +0545 Subject: [PATCH 2/2] [add] contact icons --- public/frontend/css/style.css | 2 +- public/frontend/icons/contact-call-icon.svg | 12 ++------ .../frontend/icons/contact-location-icon.svg | 18 ++++++------ public/frontend/icons/contact-mail-icon.svg | 14 ++++------ resources/views/contact.blade.php | 28 ++++++++----------- resources/views/insurance.blade.php | 6 ++-- 6 files changed, 32 insertions(+), 48 deletions(-) diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 2e80e19..f4cbd2d 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1731,7 +1731,7 @@ Responsive Codes display: none; } .contact-form{ - margin: 10px; + margin: 25px 0; } .contact-captcha{ display: flex; diff --git a/public/frontend/icons/contact-call-icon.svg b/public/frontend/icons/contact-call-icon.svg index 86a85e0..4257535 100644 --- a/public/frontend/icons/contact-call-icon.svg +++ b/public/frontend/icons/contact-call-icon.svg @@ -1,10 +1,4 @@ - - - - - - - - - + + + diff --git a/public/frontend/icons/contact-location-icon.svg b/public/frontend/icons/contact-location-icon.svg index f2e86ee..57fc78c 100644 --- a/public/frontend/icons/contact-location-icon.svg +++ b/public/frontend/icons/contact-location-icon.svg @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + diff --git a/public/frontend/icons/contact-mail-icon.svg b/public/frontend/icons/contact-mail-icon.svg index a073409..140f5c7 100644 --- a/public/frontend/icons/contact-mail-icon.svg +++ b/public/frontend/icons/contact-mail-icon.svg @@ -1,10 +1,6 @@ - - - - - - - - - + + + + + diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index d112cb6..ac0d0f0 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -36,27 +36,21 @@ one of our migration agents will be in touch.

    - @if($phone !== null) - -
    - -
    + @if(!is_null($phone)) +
    +
    {{$phone->value}}
    -
    + @endif - @if($email !== null) - -
    - -
    + @if(!is_null($email)) +
    +
    {{$email->value}}
    -
    + @endif - @if($address !== null) - -
    - -
    + @if(!is_null($address)) +
    +
    {{$address->value}}
    @endif diff --git a/resources/views/insurance.blade.php b/resources/views/insurance.blade.php index 3374aa2..7150789 100644 --- a/resources/views/insurance.blade.php +++ b/resources/views/insurance.blade.php @@ -28,10 +28,10 @@
    • Find the right cover for you
    • We'll do the paperwork
    • -
    • Choose your preferred Hospital
    • +
    • Choose your preferred hospital
    • Save on Tax
    • -
    • Avoid Long Waiting List
    • -
    • Peace of Mind
    • +
    • Avoid long waiting list
    • +
    • Peace of mind
    -- 2.25.1