JSFiddle - React, Tailwind, and code Playground

2018 Spring Resume

by Nick Iaconis

HTML

<header>
  <dl>
    <dt class="metadata">name</dt>
    <dd class="header__name">Nick Iaconis</dd>
    <dt class="metadata">headline</dt>
    <dd class="header__headline">Software Engineer</dd>
    <dd class="header__headline">Building UI for the Modern Web</dd>
  </dl>
</header>

CSS

.metadata {
  position: absolute;
  left: -10000;
  width: 1px;
  height: 1px;
  overflow: hidden;
}