;; -*- mode: common-lisp; -*- ;;; The following lines added by ql:add-to-init-file: #-quicklisp (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) (push (merge-pathnames "dev/bitcoin/bp/" (user-homedir-pathname)) asdf:*central-registry*) t' href='https://git.oscarnajera.com/hugo-minimalist-theme' title='hugo-minimalist-theme Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/author_card.html
blob: b2f77c0d5e20a7968fa805510712f135695456c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="mw7 center pa4 flex flex-column flex-row-ns bt b--black-10">
    <div class="w-10-ns tc">
    <img src="{{ .Site.Author.avatar }}" class="br-100 w3">
    </div>
    <div class="w-90-ns ph3-ns">
        <h5 class="f4 mv1 berkshire-swash">{{ .Site.Author.name }}</h5>
        <h6 class="f5 fw3 pa0 ma0">{{ .Site.Author.role }}</h6>
        <p class="f6 lh-copy">
            {{ .Site.Author.bio }}
        </p>
    </div>
</div>