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/be90e624cd549dd35a8be6f4354cd8a4d8807367?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
9 additions and
1 deletions
public/frontend/css/style.css
public/frontend/icons/email-enquiry.svg
resources/views/welcome.blade.php
@ -374,6 +374,9 @@ Responsive Codes
color : # FFFFFF ;
color : # FFFFFF ;
margin-top : 15px ;
margin-top : 15px ;
}
}
. about-us-sec a : hover {
background : # F54C5F ;
}
/* about us section css */
/* about us section css */
/* our services section css */
/* our services section css */
. our-serivces-section {
. our-serivces-section {
@ -0,0 +1,5 @@
<svg width= "24" height= "24" viewBox= "0 0 24 24" fill= "none" xmlns= "http://www.w3.org/2000/svg" >
<rect x= "4" y= "6" width= "16" height= "12" rx= "2" stroke= "#071C39" />
<path d= "M4 9L11.1056 12.5528C11.6686 12.8343 12.3314 12.8343 12.8944 12.5528L20 9" stroke= "white" stroke-width= "1.2" />
<path d= "M11.3292 12.1056L5.24853 9.06525C4.78978 8.83587 4.5 8.367 4.5 7.8541C4.5 7.10625 5.10625 6.5 5.8541 6.5H18.1459C18.8937 6.5 19.5 7.10625 19.5 7.8541C19.5 8.367 19.2102 8.83587 18.7515 9.06525L12.6708 12.1056C12.2485 12.3167 11.7515 12.3167 11.3292 12.1056Z" stroke= "#071C39" />
</svg>
Width:
|
Height:
|
Size: 577 B
@ -276,7 +276,7 @@
< div class = "input-group mb-3" >
< div class = "input-group mb-3" >
< div class = "input-group-prepend" >
< div class = "input-group-prepend" >
< span class = "input-group-text" id = "basic-addon1" >
< span class = "input-group-text" id = "basic-addon1" >
< img src = "{{url('frontend/icons/email-icon .svg')}}" alt = "" >
< img src = "{{url('frontend/icons/email-enquiry .svg')}}" alt = "" >
< / span >
< / span >
< / div >
< / div >
< input type = "email" name = "email" class = "form-control" placeholder = "Email" aria-label = "Email" aria-describedby = "basic-addon1" >
< input type = "email" name = "email" class = "form-control" placeholder = "Email" aria-label = "Email" aria-describedby = "basic-addon1" >