Created
April 22, 2021 07:28
-
-
Save ng-the-engineer/c5e42b03a4eacd3fd8576600f4e41448 to your computer and use it in GitHub Desktop.
Code snippet of CV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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