diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 19f92d9..1948ede 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -324,7 +324,7 @@ class HomeController extends Controller public function news(){ $news = NewsAndUpdate::where('status',1)->get(); - return view('news.blade.php',compact('news')) + return view('news.blade.php',compact('news')); } } diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 5a34a0c..45e9211 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -127,6 +127,11 @@ h4{ transition: all 300ms ease-in-out; } +.dropdown:hover .dropdown-menu{ + display: block; + transition: all .5s, .5s linear; + top: 100%; +} .section-hero, .section-services { @@ -212,10 +217,6 @@ Responsive Codes position: sticky; background: #071C39; } - - .header .logo { - width: 55%; - } } /* new nav */ @@ -226,9 +227,13 @@ Responsive Codes .banner-section .banner-description{ position: absolute; top: 40%; - left: 10%; - visibility: hidden; - animation: 6s anim-lineUp ease-out; + left: 5%; +} +.banner-description span::before{ + content: "Study Programme"; + animation: 12s animate infinite; + padding-left: 10px; + color: #F54C5F; } .banner-section .banner-description-two{ position: absolute; @@ -260,7 +265,7 @@ Responsive Codes transform: translateX(-50%); visibility: visible; } - 20% { + 30% { opacity: 0; visibility: visible; } @@ -275,25 +280,19 @@ Responsive Codes transform: translateX(0%); } } -@keyframes anim-lineDown { + +@keyframes animate { 0% { - opacity: 0; - transform: translateY(-50%); - visibility: visible; - } - 20% { - opacity: 0; - visibility: visible; + content: "Study Programme"; } 50% { - opacity: 1; - visibility: visible; - transform: translateY(0%); + content: "Training Programme"; } - 100% { - opacity: 0; - visibility: visible; - transform: translateY(0%); + 75% { + content: "Skill Assessment"; + } + 100%{ + content: "Skilled Recruitment"; } } .banner-description h3, .banner-description-two h3, .banner-description-three h3{ @@ -329,7 +328,10 @@ Responsive Codes .about-us-section{ padding: 3rem 6rem; } -.about-us-section .row{ +.about-us-section .row, +.service-primary .row, +.service-secondary .row, +.service-view-last .row{ display: flex; align-items: center; } @@ -484,6 +486,7 @@ Responsive Codes width: 100%; position: absolute; padding: 20px; + border-radius: 0 0 8px 8px; bottom: 0; } .first-blog h5, .first-blog p{ @@ -752,13 +755,22 @@ Responsive Codes list-style: none; padding-left: 0; } -.visa-services ul li a, .recruitment ul li a, .quick-links ul li a{ +.visa-services ul li a, +.recruitment ul li a, +.quick-links ul li a{ font-weight: 400; font-size: 14px; color: #FFFFFF; line-height: 2rem; text-decoration: none; } +.visa-services ul li a:hover, +.recruitment ul li a:hover, +.quick-links ul li a:hover, +.developed-by a:hover, +.disclaimer a:hover{ + color: #F54C5F; +} .footer-top::after{ content: ''; border-bottom: 1px solid #53676E; @@ -772,7 +784,9 @@ Responsive Codes display: flex; justify-content: space-between; } -.footer-bottom p{ +.footer-bottom p, +.disclaimer a{ + text-decoration: none; font-weight: 400; font-size: 13px; line-height: 1.8rem; @@ -798,7 +812,8 @@ Responsive Codes .who-we-desc hr, .obj-header hr, .hiring-content hr, -.news-update-head hr{ +.news-update-head hr, +.service-secondary-desc hr{ width: 38px; height: 0px; opacity: 1; @@ -807,7 +822,9 @@ Responsive Codes .who-we-desc h5, .obj-header h5, .hiring-content h5, -.news-update-head h5{ +.news-update-head h5, +.service-primary-desc h5, +.service-secondary-desc h5{ font-weight: 500; font-size: 16px; line-height: 24px; @@ -819,7 +836,8 @@ Responsive Codes .who-we-desc h3, .obj-header h3, .hiring-content h3, -.news-update-head h3{ +.news-update-head h3, +.service-primary-desc h3{ font-weight: 700; font-size: 38px; line-height: 57px; @@ -932,6 +950,12 @@ Responsive Codes line-height: 21px; color: #FFFFFF; } +.submit-btn button:hover, +.featured-news-desc a:hover, +.service-secondary-desc a:hover, +.chef-hire-form button:hover{ + background: #103E70; +} .chef-hire-form input:focus, .chef-hire-form select:focus, .chef-hire-form textarea:focus, @@ -1173,18 +1197,20 @@ Responsive Codes padding-left: 1rem; margin-top: 1rem; } -.service-detail-sectwo ul li{ +.service-detail-sectwo ul li, +.service-primary-desc ul li{ display: flex; align-items: center; - gap: 10px; list-style: none; } -.service-detail-sectwo ul li::before { - content: url(../icons/christmas-star.svg); +.service-detail-sectwo ul li::before, +.service-primary-desc ul li::before { + content: url(../icons/christmas-star-new.svg); color: #071C39; display: inline-block; margin-right: 0.6em; margin-left: -1.3em; + margin-top: 8px; width: 1.3em; } .service-detail-third{ @@ -1233,7 +1259,8 @@ Responsive Codes color: #071C39; margin-bottom: 25px; } -.featured-news-desc a{ +.featured-news-desc a, +.service-secondary-desc a{ background: #F54C5F; border-radius: 44px; text-decoration: none; @@ -1331,7 +1358,38 @@ Responsive Codes margin-top: 5px; width: 140%; } - +/* service view css */ +.service-primary{ + padding: 3rem 6rem; + background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(231, 231, 231) 20%,rgb(231, 231, 231) 100%); +} +.service-primary-img, +.service-secondary-img{ + margin-right: 25px; +} +.service-secondary{ + padding: 3rem 6rem; + background: #4D57C3; +} +.service-secondary-desc h3{ + font-weight: 700; + font-size: 38px; + line-height: 57px; + color: #FFFFFF; +} +.service-secondary-desc p{ + font-weight: 500; + font-size: 16px; + line-height: 1.8rem; + color: #FFFFFF; + margin-bottom: 25px; +} +.service-view-last{ + padding: 3rem 6rem; +} +.service-last-img{ + margin-left: 25px; +} @media only screen and (min-width: 320px) and (max-width: 480px) { /* contact us mobile view */ .about-banner-section .breadcrumb, @@ -1339,6 +1397,21 @@ Responsive Codes .need-chef-banner .breadcrumb{ display: none; } + .banner-section .banner-description { + position: absolute; + top: 10%; + left: 5%; + } + .banner-description h2{ + font-weight: 800; + font-size: 22px; + text-align: center; + line-height: 36px; + color: #FFFFFF; + } + .header .logo { + height: 3rem; + } .get-in-touch-section, .our-services-header p{ padding: 0; @@ -1377,7 +1450,9 @@ Responsive Codes .our-recruitment-section, .news-and-update-section, .clients-section, - .quick-enquiry-setion{ + .quick-enquiry-setion, + .service-secondary, + .service-view-last{ padding: 2rem; } .visa-services, @@ -1433,6 +1508,15 @@ Responsive Codes .chef-hire-form{ padding: 20px; } + .service-primary{ + padding: 2rem; + background:rgb(231, 231, 231); + } + .service-primary-img, + .service-secondary-img, + .service-last-img{ + margin: 0 0 20px 0; + } } /* large screen */ diff --git a/public/frontend/icons/christmas-star-new.svg b/public/frontend/icons/christmas-star-new.svg new file mode 100644 index 0000000..5ce40f5 --- /dev/null +++ b/public/frontend/icons/christmas-star-new.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/frontend/icons/double-slash.svg b/public/frontend/icons/double-slash.svg new file mode 100644 index 0000000..b3eb2e7 --- /dev/null +++ b/public/frontend/icons/double-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/news_and_update/2022/12/09/4157e604ba36c240337a7db058fcec7b.png b/public/images/news_and_update/2022/12/09/4157e604ba36c240337a7db058fcec7b.png new file mode 100644 index 0000000..e182dc8 Binary files /dev/null and b/public/images/news_and_update/2022/12/09/4157e604ba36c240337a7db058fcec7b.png differ diff --git a/public/images/setting/2022/12/09/501a7deebf3f5e06018c0df16594bcda.png b/public/images/setting/2022/12/09/501a7deebf3f5e06018c0df16594bcda.png new file mode 100644 index 0000000..62d7502 Binary files /dev/null and b/public/images/setting/2022/12/09/501a7deebf3f5e06018c0df16594bcda.png differ diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index 5c2a35e..1cc0826 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -97,29 +97,29 @@
- @php - $code = Str::random(5); - @endphp -
- -
-
- - + @php + $code = Str::random(5); + @endphp +
+ +
+
+ + +
+
+ + + +
+
-
- - - + @if ($errors->has('captcha')) + + {{ $errors->first('captcha') }} + + @endif
-
-
- @if ($errors->has('captcha')) - - {{ $errors->first('captcha') }} - - @endif -
diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 9c226db..c41886b 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -39,11 +39,12 @@ About
-

Disclaimer|Privacy Policy

+

Disclaimer | Privacy Policy

Design & Developed by: Extratech

diff --git a/resources/views/service_view.blade.php b/resources/views/service_view.blade.php new file mode 100644 index 0000000..c304896 --- /dev/null +++ b/resources/views/service_view.blade.php @@ -0,0 +1,70 @@ +@extends('layout.app') +@section('title') + Skill Assessment +@endsection +@section('content') +
+
+

Skill Assessment

+
+
+
+
+
+
+ +
+
+
+
+
Skill Assessment
+

Pathway to Skill Recognition

+

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

+
    +
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • +
  • Voluptas, eveniet consectetur blanditiis ut dolor officiis porro omnis! Maiores atque esse vero numquam quod.
  • +
  • Laudantium aperiam, ipsa odio repellendus libero cumque.
  • +
+
+
+
+
+
+
+
+
+ +
+
+
+
+

Skill Assessment
+

Pathway to Skill Recognition

+

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

+ Book An Appointment +
+
+
+
+
+
+
+
+
Skill Assessment
+

Pathway to Skill Recognition

+

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

+
    +
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • +
  • Voluptas, eveniet consectetur blanditiis ut dolor officiis porro omnis! Maiores atque esse vero numquam quod.
  • +
  • Laudantium aperiam, ipsa odio repellendus libero cumque.
  • +
+
+
+
+
+ +
+
+
+
+@endsection \ No newline at end of file diff --git a/resources/views/services.blade.php b/resources/views/services.blade.php index 4ddd480..32cb94f 100644 --- a/resources/views/services.blade.php +++ b/resources/views/services.blade.php @@ -18,7 +18,7 @@