[add] dynammic banner and text

aplus#28
tribikram 2 years ago
parent d250c19200
commit a809b34a7b
  1. 14
      public/frontend/css/style.css
  2. BIN
      public/images/news_and_update/2022/12/15/1c623d329a88526a0e6c9a1c65c4201a.png
  3. BIN
      public/images/news_and_update/2022/12/15/1e5eb434d1a0d772e0c1e04c6f3d0848.png
  4. BIN
      public/images/news_and_update/2022/12/15/4cd43853a326fc48bdc8c9fafe4851b6.jpg
  5. BIN
      public/images/news_and_update/2022/12/15/6db3c9959ce9472803ed24a3a616802b.png
  6. BIN
      public/images/news_and_update/2022/12/15/6e202219a93f6179e59e8d976435f717.png
  7. BIN
      public/images/news_and_update/2022/12/15/9caf5be0962aaef8151d401fb0839184.jpg
  8. BIN
      public/images/news_and_update/2022/12/15/abdb738701400157cf77054d493a9cac.png
  9. BIN
      public/images/news_and_update/2022/12/15/bdfccdb83d9e915311acd92adb682842.jpg
  10. BIN
      public/images/news_and_update/2022/12/15/d129e1089ee4f087db233b13eb11afc8.png
  11. BIN
      public/images/news_and_update/2022/12/15/e9bfc0178a5e6e1571180ed05e67a1ca.png
  12. BIN
      public/images/news_and_update/2022/12/15/f335d87b9f462ff7464a74a73cfa5ff1.jpg
  13. BIN
      public/images/service/2022/12/15/7ee63ac55571351c498963fda36f2b88.png
  14. BIN
      public/images/visa_service/2022/12/15/ad22be303de49654d7d0e0535a0c3999.png
  15. 12
      resources/views/admin/news_and_update/create.blade.php
  16. 8
      resources/views/layout/app.blade.php
  17. 6
      resources/views/service_detail.blade.php
  18. 10
      resources/views/service_view.blade.php
  19. 2
      resources/views/services.blade.php

@ -546,14 +546,22 @@ Responsive Codes
transition: color 2s; transition: color 2s;
} }
.featured-news:hover p, .featured-news:hover p,
.featured-news:hover h2{ .featured-news:hover h2,
.more-news:hover p,
.more-news:hover h4{
color: #F54C5F; color: #F54C5F;
} }
.featured-news p, .featured-news p,
.featured-news h2{ .featured-news h2{
color: #FFFFFF; color: #FFFFFF;
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 2s; transition: color 300ms;
}
.more-news p,
.more-news h4{
color: #221415;
-webkit-transition: color 1s;
transition: color 300ms;
} }
.news-title h2{ .news-title h2{
display: inline-block; display: inline-block;
@ -1587,7 +1595,7 @@ Responsive Codes
/* labor agreement page css */ /* labor agreement page css */
.labor-section-primary{ .labor-section-primary{
padding: 3rem 6rem; padding: 3rem 6rem;
background: #E7E7E7; background: #F5F5F5;
} }
.labor-section-primary .row{ .labor-section-primary .row{
margin: 20px 0; margin: 20px 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

@ -145,7 +145,19 @@
</select> </select>
</div> </div>
</div> --> </div> -->
<div class="col-md-4">
<div class="form-group">
<label>Type <span style="color: red";> * </span> </label>
<select name="blog_type" class="form-control" id="blog_type" required>
<option value="" selected disabled>Please select Type</option>
@foreach(config('custom.blog_types') as $index => $value)
<option value="{{$index}}">{{$value}}</option>
@endforeach
</select>
</div>
</div>
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label>Status <span style="color: red";> * </span> </label> <label>Status <span style="color: red";> * </span> </label>

@ -86,14 +86,14 @@
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li> <li>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
<a class="dropdown-item" href="{{url('/need_chef')}}">I Need a Chef</a> <a class="dropdown-item" href="{{url('/need_chef')}}">I Need a Chef</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">I am a Chef</a> <a class="dropdown-item" href="{{url('/am_chef')}}">I am a Chef</a>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
</li> </li>
</ul> </ul>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="{{url('/insurance')}}">Insurance</a> <a class="nav-link" href="{{url('/pathway_programme')}}">Pathway</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="{{url('/news')}}">News</a> <a class="nav-link" href="{{url('/news')}}">News</a>
@ -152,9 +152,9 @@
<div class="recruitment"> <div class="recruitment">
<h2>Recruitment</h2> <h2>Recruitment</h2>
<ul> <ul>
<li><a href="/labor_agreement">Labour Agreements</a></li>
<li><a href="/need_chef">I Need a Chef</a></li> <li><a href="/need_chef">I Need a Chef</a></li>
<li><a href="/am_chef">I am a Chef</a></li> <li><a href="/am_chef">I am a Chef</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@ -163,7 +163,7 @@
<h2>Quick Links</h2> <h2>Quick Links</h2>
<ul> <ul>
<li><a href="{{url('/about')}}">About us</a></li> <li><a href="{{url('/about')}}">About us</a></li>
<li><a href="{{url('/pathway_programme')}}">Pathway Programme</a></li> <li><a href="{{url('/pathway_programme')}}">Pathway</a></li>
<li><a href="{{url('/news')}}">News</a></li> <li><a href="{{url('/news')}}">News</a></li>
<li><a href="{{url('/contact')}}">Contact us</a></li> <li><a href="{{url('/contact')}}">Contact us</a></li>
</ul> </ul>

@ -3,10 +3,10 @@
<title>{{$service->name}}</title> <title>{{$service->name}}</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> <meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content={{$service->name}}/> <meta name="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url('frontend/images/service-detail.png')}}"/> <meta name="og:image" content="{{url($service->icon)}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url('../frontend/images/service-detail.png')"> <section class="service-detail-banner" style="background: url({{url($service->icon)}})">
<div class="service-detail-desc"> <div class="service-detail-desc">
<h2>{{$service->name}}</h2> <h2>{{$service->name}}</h2>
</div> </div>
@ -17,7 +17,7 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="permanent-visa-head"> <div class="permanent-visa-head">
<h2>{{$service->name}}s</h2> <h2>{{$service_sections->first()->left_title}}</h2>
<p>{!!strip_tags($service_sections->first()->top_description)!!}</p> <p>{!!strip_tags($service_sections->first()->top_description)!!}</p>
</div> </div>
</div> </div>

@ -1,12 +1,12 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>{{$service->name}}</title> <title>{{$service->name}}</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> <meta name="description" content="{!! strip_tags($service->service_sections()->first()->description)!!}"/>
<meta name="og:title" content={{$service->name}}/> <meta name="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/> <meta name="og:image" content="{{url($service->banner_image)}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url('../frontend/images/skill-assessment-banner.png')"> <section class="service-detail-banner" style="background: url({{url($service->banner_image)}})">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Home</a></li>
@ -28,7 +28,7 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="service-primary-desc"> <div class="service-primary-desc">
<h5>Skill Assessment <hr></h5> <h5>{{$service->name}} <hr></h5>
<h3>{{$service_sections->first()->title}}</h3> <h3>{{$service_sections->first()->title}}</h3>
<p>{{$service_sections->first()->description}}</p> <p>{{$service_sections->first()->description}}</p>
<ul> <ul>
@ -66,7 +66,7 @@
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="service-primary-desc"> <div class="service-primary-desc">
<h5>Skill Assessment<hr></h5> <h5>{{$service->name}}<hr></h5>
<h3>{{$third_service->title}}</h3> <h3>{{$third_service->title}}</h3>
<p>{{$third_service->description}}</p> <p>{{$third_service->description}}</p>
<ul> <ul>

@ -15,7 +15,7 @@
<div class="row g-3"> <div class="row g-3">
<div class="col-md-12"> <div class="col-md-12">
<div class="our-service-head"> <div class="our-service-head">
<h2>Our Services</h2> <h2>What We Offer</h2>
<p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p> <p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p>
</div> </div>
</div> </div>

Loading…
Cancel
Save