diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 12ac01d..5be3c6f 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -11,17 +11,15 @@ p{ line-height: 1.6rem; } h1{ - font-weight: 600; - font-size: 44px; - line-height: 54px; + font-weight: 700; + font-size: 40px; + line-height: 60px; align-items: center; - margin-bottom: 1.4rem; } h2{ font-weight: 600; font-size: 32px; line-height: 48px; - margin-bottom: 1.5rem; } /* new nav*/ .header { @@ -64,6 +62,10 @@ h2{ .nav-link:hover, .nav-link:active { color: #326CBF !important; + text-decoration: underline; + text-underline-offset: 8px; + text-decoration-color: #326CBF; + text-decoration-thickness: 3px; } .mobile-navbar-btn { @@ -298,13 +300,17 @@ Responsive Codes .blog-section, .study-australia-desc, .study-sydney-section, -.study-melbourne-section{ +.study-melbourne-section, +.study-detail-section, +.scholarship-section{ padding: 3rem 6rem; } .services-section .row, .why-us-section .row, .testimonials-section .row, -.study-melbourne-section .row{ +.study-melbourne-section .row, +.study-detail-section .row, +.scholarship-section .row{ display: flex; align-items: center; } @@ -633,6 +639,37 @@ Responsive Codes text-align: center; color: #296AC7; } +/* study detail css starts */ +.study-detail-desc h1, +.scholarship-desc h1, +.scholarship-desc h3{ + color: #296AC7; +} +.universities-card{ + background: #FFFFFF; + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); + border-radius: 8px; + text-align: center; + padding: 20px; + margin: 20px 0; +} +.universities-card h5{ + font-weight: 700; + margin-top: 1rem; + font-size: 16px; + line-height: 24px; + color: #296AC7; +} +.universities-card img, +.scholarship-img img{ + border-radius: 8px; +} +.scholarship-img{ + padding: 2rem; +} +.scholarship-desc p{ + margin: 1rem 0; +} /* Footer Css */ .footer{ background: #296AC7; diff --git a/public/frontend/images/smiling-girls-at-meeting.png b/public/frontend/images/smiling-girls-at-meeting.png new file mode 100644 index 0000000..c4845f0 Binary files /dev/null and b/public/frontend/images/smiling-girls-at-meeting.png differ diff --git a/public/frontend/images/university0fsydney.png b/public/frontend/images/university0fsydney.png new file mode 100644 index 0000000..c00b169 Binary files /dev/null and b/public/frontend/images/university0fsydney.png differ diff --git a/resources/views/study-abroad-detail.blade.php b/resources/views/study-abroad-detail.blade.php new file mode 100644 index 0000000..2c601d2 --- /dev/null +++ b/resources/views/study-abroad-detail.blade.php @@ -0,0 +1,129 @@ +@extends('layout.app') +@section('title') +Study Abroad + + + + + + +@endsection +@section('content') +
+
+
+
+

Study in Sydney

+

+ Upon completing your studies in Australia, you’ll be ready to work in today’s competitive international job market. Australia is home to some of the finest research institutions in the world. The education provided fosters innovative, versatile, independent and critical thinking skills as you grow in the field of your choice. +

+ Their high-quality academic programs range from mathematics, chemistry, biology, engineering and technology, among other study programs. Degrees obtained are recognised across the world. +

+ Australia opens its doors to international students through public and private universities, vocational and English language institutions. At Expert Education, we’ll help you reach your academic goals in Australia. We provide honest, credible, and authentic education and migration counselling advice for Australia student visa requirements. +

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

Available Universities and Courses

+

+ The Australian education system is guided by the Australian Qualifications Framework (AQF). The AQF facilitates pathways through formal qualifications by connecting schools, universities and vocational education systems together. +

+ The studies in Australia cover several fields, ranging from accounting to health and medicine, engineering, travel and hospitality, business and management, among other specializations. +

+ ET houses a team of professional consultants, and we are happy to assist you for Australia student visa requirements. There are many universities and courses available based on the location you choose to study. The popular Universities are: +

+
+
+
+
+ +
University of Sydney
+
+
+
+
+ +
University of Sydney
+
+
+
+
+ +
University of Sydney
+
+
+
+
+ +
University of Sydney
+
+
+

We offer end-to-end counselling services to international students for those seeking to come or are already in Australia. From initial counselling on the prospects of higher studies to choosing the right education institution, understanding the Australia student visa process and travelling to Australia, career advice, migration and taxation details, we’re here to help. We’d love to hear from you! Just contact us and we will help you.

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

Fee, Scholarship, Cost of Living

+

Financial preparation for studying in Australia

+

The cost of studying depends on the educational provider you select, the location and the chosen level of study.

+
The fee structure of education differs based on the field you pursue.
+
    +
  • Schools in Australia may cost around $7,800 to $30,000 (yearly).
  • +
  • Undergraduate Bachelor Degree is around $15,000 to $33,000 (yearly).
  • +
  • A postgraduate Master’s Degree can vary from $20,000 up to $37,000 (yearly).
  • +
  • Vocational Education and Training is around $4,000 to $22,000 (yearly).
  • +
  • English language studies can cost around $300 per week.
  • +
  • Doctoral degrees are around $14,000 to $37,000 (yearly).
  • +
+
+
+
+
+
+
+

Accomplishing academic goals worry-free!

+

+ Various scholarship opportunities are offered to international students to study without worrying about financial support. Every scholarship to study in Australia has a different set of requirements based on the institution selected to pursue studies. +

+ Parents seeking a scholarship for their child can also directly visit the respective university website for more information. +

+ However, if you need a helping hand, we can assist in advising the best scholarship to study in Australia and aid in its application processes. +

+

Travel and Accomodation

+

The average cost of living in Australia is a crucial factor to consider during your application and financial preparation.

+

Here are some of the approximate weekly costs involved in sharing a rental to home-staying and more.

+ +

If you choose a boarding school for your child in Australia, the yearly cost can range from $11,000 to $22,000. Similarly, other approximate weekly costs include:

+ +
+
+@endsection \ No newline at end of file diff --git a/resources/views/study-abroad.blade.php b/resources/views/study-abroad.blade.php index 7ace334..a3a5104 100644 --- a/resources/views/study-abroad.blade.php +++ b/resources/views/study-abroad.blade.php @@ -35,7 +35,7 @@

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

- Read more + Read more
@@ -60,7 +60,7 @@

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

- Read more + Read more
@@ -76,7 +76,7 @@

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

- Read more + Read more
@@ -101,7 +101,7 @@

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

- Read more + Read more
@@ -117,7 +117,7 @@

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

- Read more + Read more
diff --git a/routes/web.php b/routes/web.php index 53f182f..69ce5a0 100644 --- a/routes/web.php +++ b/routes/web.php @@ -19,4 +19,7 @@ Route::get('/', function () { Route::get('/study-abroad', function () { return view('study-abroad'); }); +Route::get('/study-abroad-detail', function () { + return view('study-abroad-detail'); +});