author.blade.php 617 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 lazyload" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" data-original="{{ config('vienblog.author.avatar') }}" alt="Generic placeholder image"
  3. width="140" height="140">
  4. <h2 class="theme-first-text">{{ config('vienblog.author.name') }}</h2>
  5. <p class="theme-second-text">{{ config('vienblog.author.description') }}</p>
  6. {{--<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>--}}
  7. </div>