diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index c391b34..6f78917 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -359,4 +359,165 @@ Responsive Codes content: "\f053"; color: #01070F; font-family: FontAwesome; +} +/* our recruitment section css */ +/* news and update section css */ +.news-and-update-section{ + padding: 3rem 6rem; + background: #F6F6F6; +} +.news-and-update-section .row{ + display: flex; + align-items: center; +} +.featured-news{ + position: relative; +} +.featured-content{ + background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #020C1B 86.98%); + width: 100%; + position: absolute; + padding: 20px; + bottom: 0; +} +.featured-content p{ + color: #FFFFFF; +} +.featured-content h2{ + color: #FFFFFF; +} +.news-title h2{ + display: inline-block; +} +.news-title h2::after { + content: ''; + margin-top: 8px; + margin-bottom: 10px; + border-bottom: 5px solid #F54C5F; + width: 40%; + display: block; +} +.featured-news img{ + border-radius: 8px; +} +.more-news{ + display: grid; + grid-template-columns: 1fr 1fr; + gap: 15px; +} +.more-news-box{ + background: #FFFFFF; + box-shadow: 0px 4px 18px rgba(121, 121, 121, 0.05); + border-radius: 12px; +} +.news-box-img img{ + border-radius: 8px 8px 0 0; +} +.news-box-desc{ + padding: 10px; +} +.featured-btn{ + display: flex; + align-items: center; + gap: 10px; +} +.featured-btn a{ + color: #FFFFFF; + text-decoration: none; +} +.featured-btn .fa-solid{ + color: #F54C5F; +} +/* news and update section css */ +.clients-section{ + padding: 3rem 6rem; +} +.review-card{ + margin: 0 20px; + padding: 20px; + background: #FFFFFF; + box-shadow: 0px 4px 27px rgba(100, 98, 98, 0.1); + border-radius: 26px; +} +.review-card-section{ + display: flex; + gap: 20px; +} +.profile-content{ + display: flex; + justify-content: space-between; + margin-bottom: 30px; +} +.desc-section p{ + margin-top: 10px; +} +.profile-section{ + display: flex; + align-items: center; + gap: 10px; +} +.profile-img{ + width: 80px; + height: 80px; +} +.profile-img img{ + border-radius: 50%; +} +.review-card-section .slick-dots li button::before { + font-size: 18px; + color: #ffffff; + border: 2px solid #01070F; + border-radius: 50%; + line-height: 18px; + opacity: 1; +} +.review-card-section .slick-dots li.slick-active button::before { + color: #F54C5F; + opacity: 1; +} +/* news and update section css */ +.quick-enquiry-setion{ + background-image: url('../images/quick-enquiry.png'); + padding: 6rem; + background-repeat: no-repeat; + height: auto; + box-shadow: inset 0 1700px rgb(0 0 0 / 30%); + background-size: cover!important; + position: relative; +} +.contact-phone{ + display: flex; + align-items: center; + gap: 10px; +} +.contact-phone h5{ + margin-bottom: 0; + color: #FFFFFF; +} +.contact-desc{ + display: flex; + flex-direction: column; + gap: 20px; +} +.enquiry-form h2{ + font-weight: 500; + font-size: 46px; + text-align: center; + letter-spacing: 0.001em; + color: #F54C5F; + display: inline-block; +} +.enquiry-form h2::after{ + content: ''; + margin: 20px 30%; + border-bottom: 5px solid #F54C5F; + width: 50%; + text-align: center; + display: block; +} +.enquiry-form p{ + font-weight: 400; + font-size: 14px; + text-align: center; + color: #FFFFFF; } \ No newline at end of file diff --git a/public/frontend/icons/email-Icon.svg b/public/frontend/icons/email-Icon.svg new file mode 100644 index 0000000..f4e4bc9 --- /dev/null +++ b/public/frontend/icons/email-Icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/frontend/icons/location-Icon.svg b/public/frontend/icons/location-Icon.svg new file mode 100644 index 0000000..2e5ba01 --- /dev/null +++ b/public/frontend/icons/location-Icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/frontend/icons/phone-Icon.svg b/public/frontend/icons/phone-Icon.svg new file mode 100644 index 0000000..fb34145 --- /dev/null +++ b/public/frontend/icons/phone-Icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/frontend/images/baking.png b/public/frontend/images/baking.png new file mode 100644 index 0000000..bdcd8d4 Binary files /dev/null and b/public/frontend/images/baking.png differ diff --git a/public/frontend/images/featured-image.png b/public/frontend/images/featured-image.png new file mode 100644 index 0000000..d3e5252 Binary files /dev/null and b/public/frontend/images/featured-image.png differ diff --git a/public/frontend/images/profile.jpeg b/public/frontend/images/profile.jpeg new file mode 100644 index 0000000..296cff1 Binary files /dev/null and b/public/frontend/images/profile.jpeg differ diff --git a/public/frontend/images/quick-enquiry.png b/public/frontend/images/quick-enquiry.png new file mode 100644 index 0000000..f515d3e Binary files /dev/null and b/public/frontend/images/quick-enquiry.png differ diff --git a/public/frontend/images/quoteicon.png b/public/frontend/images/quoteicon.png new file mode 100644 index 0000000..ac09880 Binary files /dev/null and b/public/frontend/images/quoteicon.png differ diff --git a/public/frontend/images/star.png b/public/frontend/images/star.png new file mode 100644 index 0000000..c235341 Binary files /dev/null and b/public/frontend/images/star.png differ diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 9719416..5085c68 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,6 +1,6 @@ @extends('layout.app') @section('title') - Apus Agency + Aplus Agency @endsection @section('content') @@ -144,6 +144,201 @@ + + +
+
+

New & Updates

+
+
+
+ +
+
+
+
+
+ +
+
+

Baking and Pastry Arts

+

Aadvanced culinary training in baking fresh bread, cakes, pies ...

+
+
+
+
+ +
+
+

Baking and Pastry Arts

+

Aadvanced culinary training in baking fresh bread, cakes, pies ...

+
+
+
+
+ +
+
+

Baking and Pastry Arts

+

Aadvanced culinary training in baking fresh bread, cakes, pies ...

+
+
+
+
+ +
+
+

Baking and Pastry Arts

+

Aadvanced culinary training in baking fresh bread, cakes, pies ...

+
+
+
+
+
+
+ + +
+
+

What our Clients say about us?

+

Words from our clients always persuades us to create successful stories.

+
+
+
+
+ +

I loved the service that I received. It was wonderful, doctor explained everything and answered all my questions. I highly recommend them!!

+
+
+
+ +
+ Read more +
+
+
+ +
+
+
Suman Thoker Tamang
+

Manager, Extratech Nepal

+
+
+
+
+
+ +

I loved the service that I received. It was wonderful, doctor explained everything and answered all my questions. I highly recommend them!!

+
+
+
+ +
+ Read more +
+
+
+ +
+
+
Suman Thoker Tamang
+

Manager, Extratech Nepal

+
+
+
+
+
+ +

I loved the service that I received. It was wonderful, doctor explained everything and answered all my questions. I highly recommend them!!

+
+
+
+ +
+ Read more +
+
+
+ +
+
+
Suman Thoker Tamang
+

Manager, Extratech Nepal

+
+
+
+
+
+ +

I loved the service that I received. It was wonderful, doctor explained everything and answered all my questions. I highly recommend them!!

+
+
+
+ +
+ Read more +
+
+
+ +
+
+
Suman Thoker Tamang
+

Manager, Extratech Nepal

+
+
+
+
+
+ + +
+
+
+
+

Let’s Start a Conversation

+

We’d love to hear from you. Our friendly support team is always here to assist you.

+
+
+ +
+61 - 047 817 7809
+
+
+ +
info@aplusagency.com.au
+
+
+ +
Suite 503, Level 5, 368 Sussex Street Sydney, NSW 2000
+
+
+
+
+
+
+
+
+

Quick Enquiry

+

Want to get in touch? Please fill in the form below and one of our agents will be in touch with you shortly.

+
+
+
+
+
+
+ @endsection @@ -156,6 +351,13 @@ autoplay: true, autoplaySpeed: 2000, }); + $('.review-card-section').slick({ + slidesToShow: 3, + slidesToScroll: 1, + autoplay: true, + autoplaySpeed: 2000, + dots: true + }) }); @endsection \ No newline at end of file