Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created February 18, 2016 15:47
Show Gist options
  • Save treyharris/2f560dcae9975b06f41e to your computer and use it in GitHub Desktop.
Save treyharris/2f560dcae9975b06f41e to your computer and use it in GitHub Desktop.
<div id="qr">
<img src="http://chart.apis.google.com/chart?cht=qr&chs=120x120&chld=L&choe=UTF-8&chl=http%3A%2F%2Fgoo.gl%2FXXXXXX" alt="QR code to http://goo.gl/XXXXXX">
<p>For a downloadable copy of this c.v., scan above or go to <a href="http://goo.gl/XXXXXX">http://goo.gl/XXXXXX</a>.</p>
</div>
@media screen {
#qr {
display: none;
}
}
@media print {
#qr {
float:right;
width:25%;
border-left: 1px solid #ccc;
padding-left: 10px;
margin-left: 10px;
font-style: italic;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment