[edit] meta title description

aplus#22
tribikram 2 years ago
parent 276598ac0e
commit 7d744b4c11
  1. 5
      public/frontend/css/style.css
  2. BIN
      public/frontend/images/am-chef-banner.png
  3. BIN
      public/frontend/images/need-chef-banner.png
  4. 3
      resources/views/about.blade.php
  5. 5
      resources/views/am_chef.blade.php
  6. 3
      resources/views/contact.blade.php
  7. 3
      resources/views/insurance.blade.php
  8. 3
      resources/views/labor_agreement.blade.php
  9. 3
      resources/views/need_chef.blade.php
  10. 3
      resources/views/news.blade.php
  11. 5
      resources/views/news_detail.blade.php
  12. 3
      resources/views/pathway_programme.blade.php
  13. 3
      resources/views/recruitment.blade.php
  14. 3
      resources/views/service_detail.blade.php
  15. 9
      resources/views/service_view.blade.php
  16. 3
      resources/views/services.blade.php
  17. 3
      resources/views/welcome.blade.php

@ -870,11 +870,12 @@ Responsive Codes
.service-secondary-desc hr, .service-secondary-desc hr,
.insurance-content hr, .insurance-content hr,
.labor-section-primary hr, .labor-section-primary hr,
.labor-section-secondary hr{ .labor-section-secondary hr,
.service-primary-desc hr{
width: 38px; width: 38px;
height: 0px; height: 0px;
opacity: 1; opacity: 1;
border: 1px solid #F54C5F; border: 1px solid #0E2B52;
} }
.who-we-desc h5, .who-we-desc h5,
.obj-header h5, .obj-header h5,

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 KiB

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>About Us</title> <title>About Us</title>
<meta name="description" content="APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals."/>
<meta name="og:title" content="About Us"/>
<meta name="og:image" content="{{url($about->first()->image)}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="about-banner-section"> <section class="about-banner-section">

@ -1,9 +1,12 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>I am Chef</title> <title>I am Chef</title>
<meta name="description" content="Need a Chef or Cook?"/>
<meta name="og:title" content="I need a Chef"/>
<meta name="og:image" content="{{url('frontend/images/am-chef-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="need-chef-banner" style="background: url('frontend/images/need-chef.png')"> <section class="need-chef-banner" style="background: url('frontend/images/am-chef-banner.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Aplusagency</a></li> <li class="breadcrumb-item"><a href="/">Aplusagency</a></li>

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Contact Us</title> <title>Contact Us</title>
<meta name="description" content="If you have an enquiry regarding immigration to Australia, please fill out the enquiry form below and one of our migration agents will be in touch."/>
<meta name="og:title" content="Contact Us"/>
<meta name="og:image" content="{{url('frontend/images/contact-us-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Insurance</title> <title>Insurance</title>
<meta name="description" content="We provide a range of affordable insurance plans for international students to cover their unexpected medical expenses while staying in Australia. We've got the right health insurance to meet your unique lifestyle needs. A Plus has agreements with a number of medical and allied health providers in Australia."/>
<meta name="og:title" content="Insurance"/>
<meta name="og:image" content="{{url('frontend/images/insurance.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="insurance-banner" style="background: url('frontend/images/insurance.png')"> <section class="insurance-banner" style="background: url('frontend/images/insurance.png')">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Labor Agreement</title> <title>Labor Agreement</title>
<meta name="description" content="Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available."/>
<meta name="og:title" content="Labor Agreement"/>
<meta name="og:image" content="{{url('frontend/images/labor-agreement.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="labor-agreement-banner" style="background: url('frontend/images/labor-agreement.png')"> <section class="labor-agreement-banner" style="background: url('frontend/images/labor-agreement.png')">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>I need a Chef</title> <title>I need a Chef</title>
<meta name="description" content="Need a Chef or Cook?"/>
<meta name="og:title" content="I need a Chef"/>
<meta name="og:image" content="{{url('frontend/images/need-chef.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="need-chef-banner" style="background: url('frontend/images/need-chef.png')"> <section class="need-chef-banner" style="background: url('frontend/images/need-chef.png')">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>News & Updates</title> <title>News & Updates</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Pathway Programme"/>
<meta name="og:image" content="{{url('frontend/images/pathway-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="news-banner-section" style="background: url('frontend/images/news-banner.png')"> <section class="news-banner-section" style="background: url('frontend/images/news-banner.png')">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Recognition of Prior Learning (RPL)</title> <title>{{$news->first()->title}}</title>
<meta name="description" content={!!strip_tags($news->first()->description)!!}/>
<meta name="og:title" content={{$news->first()->title}}/>
<meta name="og:image" content="{{url($news->first()->image)}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="bloghead-section"> <section class="bloghead-section">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Pathway Programme</title> <title>Pathway Programme</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Pathway Programme"/>
<meta name="og:image" content="{{url('frontend/images/pathway-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="pathway-banner-section" style="background: url('frontend/images/pathway-banner.png')"> <section class="pathway-banner-section" style="background: url('frontend/images/pathway-banner.png')">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Recruitment</title> <title>Recruitment</title>
<meta name="description" content="We help businesses and enterprises to leverage the valuable skills of our custom dedicated team to help match your project needs on various technology in development"/>
<meta name="og:title" content="Recruitment"/>
<meta name="og:image" content="{{url('frontend/images/recruitment.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="recruitment-banner" style="background: url('frontend/images/recruitment.png')"> <section class="recruitment-banner" style="background: url('frontend/images/recruitment.png')">

@ -1,6 +1,9 @@
@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="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url('frontend/images/service-detail.png')}}"/>
@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('frontend/images/service-detail.png')">

@ -1,9 +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="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/>
@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('../frontend/images/service-detail.png')">
<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>
@ -25,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><img src="{{url('frontend/icons/double-slash.svg')}}" alt=""> Skill Assessment</h5> <h5>Skill Assessment <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>
@ -63,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><img src="{{url('frontend/icons/double-slash.svg')}}" alt=""> Skill Assessment</h5> <h5>Skill Assessment<hr></h5>
<h3>{{$third_service->title}}</h3> <h3>{{$third_service->title}}</h3>
<p>{{$third_service->description}}</p> <p>{{$third_service->description}}</p>
<ul> <ul>

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Our Services</title> <title>Our Services</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Our Services"/>
<meta name="og:image" content="{{url('frontend/images/skill-assessment.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="services-banner-section"> <section class="services-banner-section">

@ -1,6 +1,9 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>Aplus Agency</title> <title>Aplus Agency</title>
<meta name="description" content="APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals."/>
<meta name="og:title" content="Aplus Agency"/>
<meta name="og:image" content="{{url('frontend/images/recruitment.png')}}"/>
@endsection @endsection
@section('content') @section('content')
@php @php

Loading…
Cancel
Save