Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created April 22, 2021 07:28
Show Gist options
  • Save ng-the-engineer/c5e42b03a4eacd3fd8576600f4e41448 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/c5e42b03a4eacd3fd8576600f4e41448 to your computer and use it in GitHub Desktop.
Code snippet of CV
<div class="grid-container container-column-2">
<div>
<div class="cv-name">John Doe</div>
</div>
<div>
<ul>
<li>[email protected]</li>
<li>linkedlin url</li>
<li>+44 7890 123456</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment