diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css
index 9dd7155..8c2ec41 100644
--- a/public/frontend/css/style.css
+++ b/public/frontend/css/style.css
@@ -119,7 +119,6 @@ h4{
display: none;
}
.dropdown-menu a{
- font-weight: 600;
font-size: 14px;
}
.service-dropdown{
@@ -134,7 +133,7 @@ h4{
padding-left: 0;
}
.service-drop-card h5{
- color: #F54C5F;
+ color: #000000;
font-size: 18px;
margin-bottom: 0;
padding: 0 1rem;
@@ -144,8 +143,8 @@ h4{
list-style: none;
}
.dropdown-item:focus, .dropdown-item:hover {
- color: #fff !important;
- background-color: #F54C5F !important;
+ color: #F54C5F !important;
+ background: none !important;
transition: all 300ms ease-in-out;
}
@@ -256,6 +255,8 @@ Responsive Codes
}
.banner-section video {
display:block;
+ margin: 0 auto;
+ width: 100%;
}
.banner-section .banner-shadow {
position: absolute;
@@ -456,9 +457,14 @@ Responsive Codes
width: 100px;
height: 100px;
margin: 0 auto;
+ display: flex;
+ align-items: center;
border-radius: 50%;
background: #1B3D69;
}
+.services-icon img{
+ margin: 0 auto;
+}
.services-card-content{
align-items: center;
margin: 20px auto;
@@ -864,11 +870,12 @@ Responsive Codes
.service-secondary-desc hr,
.insurance-content hr,
.labor-section-primary hr,
-.labor-section-secondary hr{
+.labor-section-secondary hr,
+.service-primary-desc hr{
width: 38px;
height: 0px;
opacity: 1;
- border: 1px solid #F54C5F;
+ border: 1px solid #0E2B52;
}
.who-we-desc h5,
.obj-header h5,
@@ -909,14 +916,20 @@ Responsive Codes
.contact-us-section .breadcrumb,
.need-chef-banner .breadcrumb,
.insurance-banner .breadcrumb,
-.labor-agreement-banner .breadcrumb{
+.labor-agreement-banner .breadcrumb,
+.service-detail-banner .breadcrumb,
+.recruitment-banner .breadcrumb,
+.news-banner-section .breadcrumb{
float: right;
}
.about-banner-section .breadcrumb a,
.contact-us-section .breadcrumb a,
.need-chef-banner .breadcrumb a,
.insurance-banner .breadcrumb a,
-.labor-agreement-banner .breadcrumb a{
+.labor-agreement-banner .breadcrumb a,
+.service-detail-banner .breadcrumb a,
+.recruitment-banner .breadcrumb a,
+.news-banner-section .breadcrumb a{
text-decoration: none;
color: #FFFFFF;
}
@@ -1294,7 +1307,8 @@ Responsive Codes
}
.service-detail-second .row,
.service-detail-third .row,
-.news-update-section .row{
+.news-update-section .featured-block,
+.who-we-section .row{
display: flex;
align-items: center;
}
@@ -1644,7 +1658,10 @@ Responsive Codes
.about-banner-section .breadcrumb,
.contact-us-section .breadcrumb,
.need-chef-banner .breadcrumb,
- .insurance-banner .breadcrumb {
+ .insurance-banner .breadcrumb,
+ .service-detail-banner .breadcrumb,
+ .recruitment-banner .breadcrumb,
+ .news-banner-section .breadcrumb{
display: none;
}
.banner-section .banner-description {
@@ -1654,9 +1671,8 @@ Responsive Codes
}
.banner-description h2{
font-weight: 800;
- font-size: 22px;
- text-align: center;
- line-height: 36px;
+ font-size: 18px;
+ line-height: 28px;
color: #FFFFFF;
}
.header .logo {
diff --git a/public/frontend/images/am-chef-banner.png b/public/frontend/images/am-chef-banner.png
new file mode 100644
index 0000000..b2f2fd3
Binary files /dev/null and b/public/frontend/images/am-chef-banner.png differ
diff --git a/public/frontend/images/need-chef-banner.png b/public/frontend/images/need-chef-banner.png
new file mode 100644
index 0000000..b57fc1a
Binary files /dev/null and b/public/frontend/images/need-chef-banner.png differ
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index c27e3a0..414b819 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -1,6 +1,9 @@
@extends('layout.app')
@section('title')
About Us
+
+
+
@endsection
@section('content')
diff --git a/resources/views/am_chef.blade.php b/resources/views/am_chef.blade.php
index 389c7ac..1294320 100644
--- a/resources/views/am_chef.blade.php
+++ b/resources/views/am_chef.blade.php
@@ -1,9 +1,12 @@
@extends('layout.app')
@section('title')
I am Chef
+
+
+
@endsection
@section('content')
-
+