author.blade.php 439 B

1234567
  1. <div class="p-3 mb-3 rounded text-center border border-light bg-light box-shadow">
  2. <img class="rounded-circle mb-2" src="{{ config('vienblog.author.avatar') }}" alt="Generic placeholder image"
  3. width="140" height="140">
  4. <h2>{{ config('vienblog.author.name') }}</h2>
  5. <p>{{ config('vienblog.author.description') }}</p>
  6. {{--<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>--}}
  7. </div>