Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 09:45
Code snippet of CV
<link rel="stylesheet" type="text/css" href="css/competencies.css" />
@ng-the-engineer
ng-the-engineer / competencies.css
Created April 22, 2021 09:44
Code snippet of CV
.strength-icon {
font-size: 9px;
color: #0097e6;
}
@ng-the-engineer
ng-the-engineer / sheets-of-paper.css
Created April 22, 2021 09:42
Code snippet of CV
body {
...
/* Define a reasonable base font size */
font-size: 10pt;
}
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 08:07
code snippet of CV
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 08:06
Code snippet of CV
<ion-icon name="mail-outline" class="ion-icon"></ion-icon>
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 07:35
Code snippet of CV
<ul class="contacts">
<li><span class="contact-item">[email protected]</span></li>
<li><span class="contact-item">linkedlin url</span></li>
<li><span class="contact-item">+44 7890 123456</span></li>
</ul>
@ng-the-engineer
ng-the-engineer / header.css
Created April 22, 2021 07:33
Code snippet of CV
.contacts {
list-style: none;
float: right;
margin: 0 0;
font-size: 10px;
}
.contact-item {
font-size: 8px;
font-family: "Saira Extra Condensed", sans-serif;
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 07:28
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>
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 07:27
Code snippet of CV
<link href="https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"/>
@ng-the-engineer
ng-the-engineer / index.html
Created April 22, 2021 07:24
Code snippet of CV
<link rel="stylesheet" type="text/css" href="css/grid.css" />
<link rel="stylesheet" type="text/css" href="css/header.css" />