summaryrefslogtreecommitdiffstats
path: root/layouts/_partials/hero.html
blob: 11034bebb23a4de435ee1dc5b47d3c36a9a60bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
<section class="hero">
  {{ partial "matrix-canvas.html" . }}
  <div class="hero-content">
    <div class="hero-avatar">{{ .Site.Params.avatar }}</div>
    <div class="hero-text">
      <h1>{{ .Site.Params.author }}</h1>
      <div class="hero-role">// engineer • writer • human</div>
      <p class="hero-bio">{{ .Site.Params.description }}</p>
    </div>
  </div>
</section>