diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index c88e7d4..3610040 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -45,6 +45,6 @@ class HomeController extends Controller }); - return response()->json(['success' => 'Successfully subscribed!','status' =>'Ok'],200); + return response()->json(['success' => 'Thank You for Subscribing !','status' =>'Ok'],200); } } diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 49fa798..59b8ee9 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -234,7 +234,7 @@ Responsive Codes align-items: center; gap: 0.8rem; color: #000000; - margin-right: 6rem; + margin-right: 0; } .top-socials{ display: flex; @@ -245,11 +245,13 @@ Responsive Codes .top-socials a{ font-size: 24px; } -.top-links a{ +.top-links a, +.top-links h2{ text-decoration: none; - font-weight: 400; + font-weight: 500; font-size: 16px; line-height: 24px; + margin-bottom: 0; color: #000000; } .social-links .fa-brands{ @@ -758,6 +760,13 @@ Responsive Codes .visa-desc h2{ color: #E22899; } +.career-counselling h2, +.career-counselling h3{ + text-align: center; +} +.career-counselling h3{ + margin-bottom: 1.6rem; +} .sydney-desc p{ margin-bottom: 2rem; } @@ -819,7 +828,9 @@ Responsive Codes /* study detail css starts */ .study-detail-desc h1, .scholarship-desc h1, -.scholarship-desc h3{ +.scholarship-desc h3, +.career-counselling h3, +.visa-desc h3{ color: #296AC7; } .universities-card{ @@ -998,11 +1009,10 @@ Responsive Codes margin: 10px 0; } .success-message{ - padding: 1rem; font-weight: 500; font-size: 14px; line-height: 2.6rem; - color: #4BB543; + color: #FFFFFF; } .form-sec .form-control::placeholder{ font-weight: 400; @@ -1607,7 +1617,8 @@ Responsive Codes color: #FFFFFF; } .footer-link:hover{ - color: #E22899; + color: #A9C5ED; + transition: all 200ms ease-in-out; } .fa-facebook:hover{ color: #4267B2; @@ -1661,8 +1672,13 @@ Responsive Codes color: #FFFFFF; text-decoration: none; } +.buttonload{ + display: none; +} +.displayBtn{ + display: block; +} /* Footer Css */ - /* mobile view css */ @media only screen and (min-width: 320px) and (max-width: 480px) { h1{ diff --git a/public/frontend/images/about/Commitment.jpg b/public/frontend/images/about/Commitment.jpg new file mode 100644 index 0000000..763e56b Binary files /dev/null and b/public/frontend/images/about/Commitment.jpg differ diff --git a/public/frontend/images/about/Integrity.jpg b/public/frontend/images/about/Integrity.jpg new file mode 100644 index 0000000..746532c Binary files /dev/null and b/public/frontend/images/about/Integrity.jpg differ diff --git a/public/frontend/images/about/professionlaiosn-1.jpg b/public/frontend/images/about/professionlaiosn-1.jpg new file mode 100644 index 0000000..8bcff0b Binary files /dev/null and b/public/frontend/images/about/professionlaiosn-1.jpg differ diff --git a/public/frontend/images/about/professionlaiosn.jpg b/public/frontend/images/about/professionlaiosn.jpg new file mode 100644 index 0000000..5caafb0 Binary files /dev/null and b/public/frontend/images/about/professionlaiosn.jpg differ diff --git a/public/frontend/images/about/realiability.jpg b/public/frontend/images/about/realiability.jpg new file mode 100644 index 0000000..47bd38a Binary files /dev/null and b/public/frontend/images/about/realiability.jpg differ diff --git a/public/frontend/images/about/tranprancy.jpg b/public/frontend/images/about/tranprancy.jpg new file mode 100644 index 0000000..67e2d09 Binary files /dev/null and b/public/frontend/images/about/tranprancy.jpg differ diff --git a/public/frontend/images/about/trusthworthy.jpg b/public/frontend/images/about/trusthworthy.jpg new file mode 100644 index 0000000..d268f1b Binary files /dev/null and b/public/frontend/images/about/trusthworthy.jpg differ diff --git a/public/frontend/images/services/Business-visa.jpg b/public/frontend/images/services/Business-visa.jpg new file mode 100644 index 0000000..b81bff2 Binary files /dev/null and b/public/frontend/images/services/Business-visa.jpg differ diff --git a/public/frontend/images/services/Career-counselling.jpg b/public/frontend/images/services/Career-counselling.jpg new file mode 100644 index 0000000..4788767 Binary files /dev/null and b/public/frontend/images/services/Career-counselling.jpg differ diff --git a/public/frontend/images/services/Insucane.jpg b/public/frontend/images/services/Insucane.jpg new file mode 100644 index 0000000..f041a10 Binary files /dev/null and b/public/frontend/images/services/Insucane.jpg differ diff --git a/public/frontend/images/services/Skilled-Migration-visa.jpg b/public/frontend/images/services/Skilled-Migration-visa.jpg new file mode 100644 index 0000000..5c543b6 Binary files /dev/null and b/public/frontend/images/services/Skilled-Migration-visa.jpg differ diff --git a/public/frontend/images/services/Student-Visa.jpg b/public/frontend/images/services/Student-Visa.jpg new file mode 100644 index 0000000..b2a39f1 Binary files /dev/null and b/public/frontend/images/services/Student-Visa.jpg differ diff --git a/public/frontend/images/services/Study-Aboard.jpg b/public/frontend/images/services/Study-Aboard.jpg new file mode 100644 index 0000000..e63b453 Binary files /dev/null and b/public/frontend/images/services/Study-Aboard.jpg differ diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index e44c533..e5d98cf 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -71,32 +71,33 @@
-

We are passionate about creating a calm, inspiring work environment that attracts very - high-performing talent. We connect that talent with our partners, providing mutual growth opportunities. +

+ We work with you to turn your plan to study overseas into a launch pad for professional success and personal growth. + ET Education combines experience and technology to help you make the most informed decision possible.

- +
diff --git a/resources/views/career_counselling.blade.php b/resources/views/career_counselling.blade.php new file mode 100644 index 0000000..d74e3b6 --- /dev/null +++ b/resources/views/career_counselling.blade.php @@ -0,0 +1,63 @@ +@extends('layout.app') +@section('title') +Career Counselling + + + + + + +@endsection +@section('content') +
+ +
+

Career Counselling

+
Get the right guidance to leap through your career.
+
+
+
+
+
+
+

Counselling at Your Tips

+

Ensuring You Put Your Best Foot Forward

+

+ At ET Education Visa & Migration, our skilled professionals assist international students in career guidance and counselling: Right from selecting the most suitable course to the best education provider and visa application process to the journey to Australia and making you experts in the field you choose to secure a job after completion of studies. They assist the students by providing authentic information, making the different options available, and helping them choose the right course. +

+  We provide counselling services to students from all educational backgrounds. We are dealing with values & faith and always give our best and provide a fruitful outcome. +

+
+
+
+
+
+
+
+
+

Comprehensive Counselling Process

+

Partnering With You Every Step of the Way

+

Every student is guided from initial college selection all the way up to a successful student visa.

+
    +
  • Send Academic Documents
  • +
  • Profile Evaluation Call
  • +
  • University Shortlist
  • +
  • Document Preparation
  • +
  • Application Submission
  • +
  • Visa Counseling & Interview
  • +
+
+
+
+
+ +
+
+
+
+@endsection \ No newline at end of file diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index 30a77dd..08465c0 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -59,7 +59,7 @@

If you have any queries, let us know.

@csrf -
+
diff --git a/resources/views/insurance.blade.php b/resources/views/insurance.blade.php new file mode 100644 index 0000000..45e886d --- /dev/null +++ b/resources/views/insurance.blade.php @@ -0,0 +1,49 @@ +@extends('layout.app') +@section('title') +Insurance + + + + + + +@endsection +@section('content') +
+ +
+

Insurance

+
Get the right guidance to leap through your career.
+
+
+
+
+
+
+

OSHC and OVHC Insurance Cover

+

An Insurance Policy for the Right Visas

+

An applicant travelling to Australia on a student visa purchased the Overseas Student Health Cover, and an international applicant wishing to come to or work in Australia applied for the Overseas Visitor Health Cover. These include; +

    +
  • Student Visa: Subclass 500
  • +
  • Visitor Visas: Subclasses 300, 580, 590, 600, 601
  • +
  • Bridging Visas
  • +
  • Working Visas: Subclasses 482, 485, 400,401, 476, 489, etc.
  • +
  • Working Holiday Visas: Subclasses 417 & 462
  • +
+ ET Education is partnered with the most popular health insurance providers such as BUPA, Medibank, AHM, NIB and Allianz Care Australia, giving you the flexibility to take the health cover of your choice at a highly competitive price. +

+
+
+
+
+ +
+
+
+
+@endsection \ No newline at end of file diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 84569d0..9e8a046 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -61,7 +61,8 @@