src/app/components/home/banner-art/banner-art.template.html
<div class="artwork">
<div class="topbar">
<span class="circle red"></span>
<span class="circle yellow"></span>
<span class="circle green"></span>
</div>
<div class="content">
<p>
<span class="prompt">></span>
Want to improve <a href="https://github.com/presidential-innovation-fellows/code-gov-web">Code.gov</a>?
</p>
<p class="second-line">
<span class="prompt">></span>
Visit our <a href="https://github.com/presidential-innovation-fellows/code-gov-web" target="_blank" rel="noopener">project page</a> or git clone git@github.com:presidential-innovation-fellows/code-gov-web.git
<span class="cursor">❚</span>
</p>
</div>
</div>