diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index b6c8b6f..c391b34 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -4,8 +4,6 @@ box-sizing: border-box; } body { - /* font-family: 'Lato', sans-serif important; */ - /* font-family: 'Rubik', sans-serif; */ font-family: 'Poppins', sans-serif; overflow-x: hidden; } @@ -57,6 +55,8 @@ h4{ z-index: 999; width: 100%; box-shadow: 0 0.5px 1px rgba(246, 246, 246, 0.96); + transition: padding 500ms, box-shadow 500ms; + transition-delay: 200ms; } .header-scroll{ padding: 0 6rem; @@ -64,10 +64,9 @@ h4{ position: sticky; box-shadow: 0 2px 4px rgba(99, 99, 99, 0.25); } -.header .logo{ - height: 4rem; +.header-scroll .logo{ + height: 5rem; } - .navbar-list { display: flex; justify-content: center; @@ -98,9 +97,9 @@ h4{ } .mobile-nav-icon { - width: 3rem; + width: 2rem; height: 2rem; - color: #212529; + color: #ffffff; } .mobile-nav-icon[name="close-outline"] { @@ -152,11 +151,6 @@ Responsive Codes z-index: 999; } - - .header .logo { - width: 40%; - } - .navbar-list { /* display: none; */ width: 100%; @@ -176,7 +170,7 @@ Responsive Codes pointer-events: none; } .nav-inner{ - background: #ffffff; + background: #071C39; } .navbar-list { @@ -205,7 +199,7 @@ Responsive Codes .header { padding: 0 0.8rem; position: sticky; - background: #FFFFFF; + background: #071C39; } .header .logo { @@ -230,4 +224,139 @@ Responsive Codes flex-direction: column; align-items: center; gap: 15px; +} +/* about us section css */ +.about-us-section{ + padding: 3rem 6rem; +} +.about-us-section .row{ + display: flex; + align-items: center; +} +.about-us-sec h2{ + color: #071C39; +} +.about-us-sec h4{ + color: #F54C5F; + font-size: 16px; +} +.about-us-sec h5{ + font-weight: 700; + font-size: 16px; + line-height: 28px; + color: #01070F; +} +.about-us-sec ul { + margin-bottom: 2rem; +} +.about-us-sec ul li { + list-style: none; + font-weight: 500; + font-size: 17px; + line-height: 33px; + letter-spacing: 0.001em; + color: #01070F; +} +.about-us-sec ul li::before { + content: "\f058"; + color: #071C39; + font-family: FontAwesome; + display: inline-block; + margin-right: 0.6em; + margin-left: -1.3em; + width: 1.3em; +} +.about-us-sec a{ + background: #071C39; + border-radius: 25px; + padding: 10px 20px; + text-decoration: none; + color: #FFFFFF; + margin-top: 15px; +} +/* about us section css */ +/* our services section css */ +.our-serivces-section{ + padding: 3rem 6rem; + background: #071C39; +} +.our-services-header h2{ + color: #FFFFFF; +} +.our-services-header p{ + color: #FFFFFF; + padding: 0 30%; + margin-bottom: 45px; +} +.services-cards{ + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + gap: 25px; +} +.services-card{ + background: #0E2B52; + box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.07); + border-radius: 12px; + padding: 20px; + align-items: center; +} +.services-icon{ + padding: 20px; + width: 100px; + height: 100px; + margin: 0 auto; + border-radius: 50%; + background: #1B3D69; +} +.services-card-content{ + align-items: center; + margin: 20px auto; +} +.services-card-content h3{ + font-weight: 600; + font-size: 22px; + line-height: 33px; + text-align: center; + color: #FFFFFF; +} +.services-card-content p{ + font-weight: 400; + font-size: 16px; + line-height: 24px; + text-align: center; + color: #FFFFFF; +} +/* our services section css */ +/* our recruitment section css */ +.our-recruitment-section{ + padding: 3rem 6rem; + background: #E7E7E7; +} +.our-recruitment-header h2{ + color: #071C39; + text-align: center; +} +.our-recruitment-header p{ + font-weight: 700; + font-size: 17px; + line-height: 26px; + text-align: center; + color: #071C39; +} +/* our recruitment section css */ +.slider-partners .slick-track{ + padding: 0 3rem; + display: flex; + justify-content: space-between; + align-items: center; +} +.slider-partners .slick-next::before{ + content: "\f054"; + color: #01070F; + font-family: FontAwesome; +} +.slider-partners .slick-prev::before{ + content: "\f053"; + color: #01070F; + font-family: FontAwesome; } \ No newline at end of file diff --git a/public/frontend/icons/Insurance-Icon.svg b/public/frontend/icons/Insurance-Icon.svg new file mode 100644 index 0000000..0c6b400 --- /dev/null +++ b/public/frontend/icons/Insurance-Icon.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/frontend/icons/recruitment.svg b/public/frontend/icons/recruitment.svg new file mode 100644 index 0000000..7cf25a8 --- /dev/null +++ b/public/frontend/icons/recruitment.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/frontend/icons/ribbon.svg b/public/frontend/icons/ribbon.svg new file mode 100644 index 0000000..534be0e --- /dev/null +++ b/public/frontend/icons/ribbon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/frontend/icons/rpl-icon.svg b/public/frontend/icons/rpl-icon.svg new file mode 100644 index 0000000..4a282a4 --- /dev/null +++ b/public/frontend/icons/rpl-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/frontend/images/about-image.png b/public/frontend/images/about-image.png new file mode 100644 index 0000000..7990e06 Binary files /dev/null and b/public/frontend/images/about-image.png differ diff --git a/public/frontend/images/icebergs.png b/public/frontend/images/icebergs.png new file mode 100644 index 0000000..a4e9d0e Binary files /dev/null and b/public/frontend/images/icebergs.png differ diff --git a/public/frontend/images/laundy-hotels-logo.png b/public/frontend/images/laundy-hotels-logo.png new file mode 100644 index 0000000..0151274 Binary files /dev/null and b/public/frontend/images/laundy-hotels-logo.png differ diff --git a/public/frontend/images/tapa-vino.png b/public/frontend/images/tapa-vino.png new file mode 100644 index 0000000..f5e1f77 Binary files /dev/null and b/public/frontend/images/tapa-vino.png differ diff --git a/public/frontend/images/the-sydney-collective.png b/public/frontend/images/the-sydney-collective.png new file mode 100644 index 0000000..00b771d Binary files /dev/null and b/public/frontend/images/the-sydney-collective.png differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 992a5a3..2c0cb49 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -11,17 +11,13 @@ - + - - - - diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 268e64f..9719416 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -49,5 +49,113 @@ + +
+
+
+ +
+
+
+

A-Plus Australia Agency

+

We will help you achieve Permanent Residency in Australia

+

The success in your life comes from you thriving in the things that you are most passionate about. +

+ At A-PLUS Australia agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia. +

+
Why Choose A-Plus Australia Agency?
+
    +
  • 100% Success
  • +
  • Pathway to Parmanent
  • +
  • You are our first Priority
  • +
+ View More +
+
+
+
+ + +
+
+

Our Services

+

Delivering excellent and cost-effective solutions to ensure customer satisfaction.

+
+
+
+
+ +
+
+

Skill Assessment

+

Our training programme based on occupational training allows students to improve their skills for the right job.

+
+
+
+
+ +
+
+

Recruitment

+

Trade skill assessment is a process to assess the right skills and knowledge required in the occupation field.

+
+
+
+
+ +
+
+

RPL (Recognition of Prior Learning)

+

We assist international students in finding + full-time employment in Australia through a variety of hiring options.

+
+
+
+
+ +
+
+

Insurance

+

We offer flexible health insurance to cover unexpected medical expenses while staying in Australia.

+
+
+
+
+ + +
+
+

Our Recruitment Partners

+

We have 200 + recruitment partners

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +@endsection + +@section('script') + @endsection \ No newline at end of file