Current File : /home/tradevaly/demo.tradevaly.com.bd/resources/views/frontend/career.blade.php
@extends('layouts.frontend')
    @section('content') 

    <div id="wrapper-content" class="wrapper-content pt-0 pb-0">
      <div class="inner-page-banner heading-title-behind text-center">
        <div class="heading heading-style-title-behind mb-0">
          <div class="heading-title-wrapper"> <span>Career</span>
            <h1 class="text-white heading-title h2 font-weight-semibold">Career</h1>
            <ul class="po-bread breadcrumb justify-content-center fadeInUp animated" data-animate="fadeInUp">
              <li class="breadcrumb-item"><a href="index.html">Home</a></li>
              <li class="breadcrumb-item">Career</li>
            </ul>
          </div>
        </div>
      </div>
      <div class="page-shop my-account container pb-5 pt-5">
          <div class="bg-gray-02 mb-7 text-center rounded py-4 px-5 lh-14 text-dark mb-4">
                <h4 class="mb-2">Advertise on tradevaly.com</h4>
                <p>Tradevaly.com is a Portal receiving more than 1 Cr. hits per month. We Offer several services to our Advertisers. 1.Domain Booking ,Website Designing and Development and Hosting as per Google Standards and Norms. 2.SEO(Search Engine Optimisation) of Advertisers Websites so that website appears in top ranking of all leading search engines like Google,Yahoo & Bing. 3.We also cater in Social Media Services like Facebook,LinkedIn ,Youtube,Twitter And Many More. media such as Digital Media. If you would like to ADVERTISE in Indian Industries Directory Website Or DVD Kindly fill up the form below and our Sales Team will get in touch with you.</p>
          </div>
          
            <div class="post-style-2 container">
                <div class="d-flex align-items-center mb-5 flex-wrap flex-sm-nowrap">
                <h4 class="tite text-capitalize font-weight-normal">
                We are looking for some professionals
                </h4>
                
                </div>
                <div class="row">
                <div class="col-lg-6 mb-6">
                <div class="shadow-sm post ">
                <a href="" class="feature-image" style="background-image: url('{{ asset('public/frontend/images/1.jpg')}}">
                </a>
                <div class="py-4 pl-4 pr-3 bg-white">
                <div class="mb-3">
                <h5 class="mb-2"><a href="" class="text-dark">Graphic Designer</a>
                </h5>
                 <div class="">Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator..
                </div>
                </div>
                <button class="btn btn-outline-info btn-sm px-5" type="button">Apply Now</button>
                </div>
                </div>
                </div>
                <div class="col-lg-6 mb-6">
                <div class="shadow-sm post">
                <a href="" class="feature-image" style="background-image: url('{{ asset('public/frontend/images/2.jpg')}}">
                </a>
                <div class="py-4 pl-4 pr-3 bg-white">
                <div class="mb-3">
                <h5 class="mb-2"><a href="" class="text-dark">Marketing Manager</a>
                </h5>
                 <div class="">Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator..
                </div>
                </div>
                <button class="btn btn-outline-info btn-sm px-5" type="button">Apply Now</button>
                </div>
                </div>
                </div>
                <div class="col-lg-6 mb-6">
                <div class="shadow-sm post">
                <a href="" class="feature-image" style="background-image: url('{{ asset('public/frontend/images/3.jpg')}}">
                </a>
                <div class="py-4 pl-4 pr-3 bg-white">
                <div class="mb-3">
                <h5 class="mb-2"><a href="" class="text-dark">Sales Manager</a>
                </h5>
                 <div class="">Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator..
                </div>
                </div>
                <button class="btn btn-outline-info btn-sm px-5" type="button">Apply Now</button>
                </div>
                </div>
                </div>
                <div class="col-lg-6 mb-6">
                <div class="shadow-sm post">
                <a href="" class="feature-image" style="background-image: url('{{ asset('public/frontend/images/4.jpg')}}">
                </a>
                <div class="py-4 pl-4 pr-3 bg-white">
                <div class="mb-3">
                <h5 class="mb-2"><a href="" class="text-dark">Web Developer</a>
                </h5>
                 <div class="">Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator..
                </div>
                </div>
                <button class="btn btn-outline-info btn-sm px-5" type="button">Apply Now</button>
                </div>
                </div>
                </div>
                </div>
              </div>


      </div>
    </div>
    
    @endsection