@extends( 'layout.main' ) @section( 'content' )

{{ $profile->display_name }} {{ $profile->meta->tagline }}

City

@if( $profile->description )

About Me

{!! clean( $profile->description ) !!}

@endif @if ( $profile->skills ) @endif {{--
--}} {{--
--}} {{--

Work History and Feedback

--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--
    --}} {{-- --}} {{--
    --}} {{--

    Web, Database and API Developer Rated as Worker

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- August 2018
    --}} {{--
    --}} {{--
    --}} {{--

    Excellent programmer - fully carried out my project in a very professional manner.

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
    --}} {{-- --}} {{--
    --}} {{--

    WordPress Theme Installation Rated as Worker

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- June 2018
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
    --}} {{-- --}} {{--
    --}} {{--

    Fix Python Selenium Code Rated as Employer

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- May 2018
    --}} {{--
    --}} {{--
    --}} {{--

    I was extremely impressed with the quality of work AND how quickly he got it done. He then offered to help with another side part of the project that we didn't even think about originally.

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
    --}} {{-- --}} {{--
    --}} {{--

    PHP Core Website Fixes Rated as Worker

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- May 2018
    --}} {{--
    --}} {{--
    --}} {{--

    Awesome work, definitely will rehire. Poject was completed not only with the requirements, but on time, within our small budget.

    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
  • --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}

Employment History

    @if ( $profile->previousJobs()->count() > 0 ) @foreach( $profile->previousJobs()->get() as $job )
  • {{ $job->post_title }}

    May 2018 - Present

    {!! str_limit( clean( $job->post_description, 200 ) ) !!}

  • @endforeach @else
  • This user has no previous jobs.

  • @endif
@endsection