Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/commit/3b99fd46609e77518ec74bf769dbd727a9c2e620?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
31 additions and
13 deletions
public/frontend/css/style.css
BIN
public/frontend/images/aboutus-banner.png
BIN
public/frontend/images/contact-us-banner.png
BIN
public/frontend/images/need-chef.png
resources/views/about.blade.php
resources/views/contact.blade.php
resources/views/layout/app.blade.php
resources/views/need_chef.blade.php
@ -764,8 +764,12 @@ Responsive Codes
}
}
/* about us page css */
/* about us page css */
. about-banner-section {
. about-banner-section {
padding : 3rem 6rem ;
background : url ( '../images/aboutus-banner.png' ) ;
background : # 0A2849 ;
padding : 6rem ;
height : 40vh ;
background-repeat : no-repeat ;
background-size : cover ! important ;
position : relative ;
}
}
. who-we-section {
. who-we-section {
padding : 3rem 6rem ;
padding : 3rem 6rem ;
@ -812,8 +816,12 @@ Responsive Codes
}
}
/* contact us css */
/* contact us css */
. contact-us-section {
. contact-us-section {
padding : 3rem 6rem ;
background : url ( '../images/contact-us-banner.png' ) ;
background : # 0A2849 ;
padding : 6rem ;
height : 40vh ;
background-repeat : no-repeat ;
background-size : cover ! important ;
position : relative ;
}
}
. get-in-touch-section {
. get-in-touch-section {
padding : 3rem 6rem ;
padding : 3rem 6rem ;
@ -936,16 +944,21 @@ Responsive Codes
height : 40vh ;
height : 40vh ;
background-repeat : no-repeat ;
background-repeat : no-repeat ;
background-size : cover ! important ;
background-size : cover ! important ;
position : relative ;
}
}
. chef-banner-content h2 {
. chef-banner-content h2 ,
. about-banner-content h2 ,
. contact-banner-content h2 {
font-weight : 700 ;
font-weight : 700 ;
font-size : 80px ;
font-size : 6 0px;
line-height : 3rem ;
line-height : 3rem ;
color : # FFFFFF ;
color : # FFFFFF ;
text-align : center ;
text-align : center ;
margin-top : 4rem ;
margin-bottom : 25px ;
text-shadow : 4px 4px 4px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
text-shadow : 4px 4px 4px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
position : absolute ;
top : 50 % ;
left : 50 % ;
transform : translate ( -50 % , -50 % ) ;
}
}
. chef-banner-content p {
. chef-banner-content p {
font-weight : 500 ;
font-weight : 500 ;
Width:
|
Height:
|
Size: 912 KiB
Width:
|
Height:
|
Size: 636 KiB
Width:
|
Height:
|
Size: 630 KiB
Width:
|
Height:
|
Size: 604 KiB
@ -6,10 +6,13 @@
< section class = "about-banner-section" >
< section class = "about-banner-section" >
< 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 >
< li class = "breadcrumb-item active" aria-current = "page" > About< / li >
< li class = "breadcrumb-item active" aria-current = "page" > About< / li >
< / ol >
< / ol >
< / nav >
< / nav >
< div class = "about-banner-content" >
< h2 > About us< / h2 >
< / div >
< / section >
< / section >
< section class = "who-we-section" >
< section class = "who-we-section" >
< div class = "row" >
< div class = "row" >
@ -6,10 +6,13 @@
< section class = "contact-us-section" >
< section class = "contact-us-section" >
< 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 >
< li class = "breadcrumb-item active" aria-current = "page" > Contact Us< / li >
< li class = "breadcrumb-item active" aria-current = "page" > Contact Us< / li >
< / ol >
< / ol >
< / nav >
< / nav >
< div class = "contact-banner-content" >
< h2 > Contact us< / h2 >
< / div >
< / section >
< / section >
< section class = "get-in-touch-section" >
< section class = "get-in-touch-section" >
< div class = "get-in-card" >
< div class = "get-in-card" >
@ -47,7 +47,7 @@
< / ul >
< / ul >
< / li >
< / li >
< li class = "nav-item" >
< li class = "nav-item" >
< a class = "nav-link" href = "{{url('/recruitment ')}}" > Recruitment< / a >
< a class = "nav-link" href = "{{url('/need_chef ')}}" > Recruitment< / a >
< / 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('/insurance')}}" > Insurance< / a >
@ -6,13 +6,12 @@
< section class = "need-chef-banner" >
< section class = "need-chef-banner" >
< 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 = "/" > Aplusagency < / a > < / li >
< li class = "breadcrumb-item active" aria-current = "page" > Recruitment< / li >
< li class = "breadcrumb-item active" aria-current = "page" > Recruitment< / li >
< / ol >
< / ol >
< / nav >
< / nav >
< div class = "chef-banner-content" >
< div class = "chef-banner-content" >
< h2 > I need a Chef< / h2 >
< h2 > I need a Chef< / h2 >
< p > Are you struggling to find chefs? Aplus has placed over 600 chefs in hospitality venues across Australia< / p >
< / div >
< / div >
< / section >
< / section >
< section class = "hiring-chef" >
< section class = "hiring-chef" >