2020-07-05 13:30:25 +02:00
/ * I M P O R T A N T
* This snapshot file is auto - generated , but designed for humans .
* It should be checked into source control and tracked carefully .
* Re - generate by setting TAP _SNAPSHOT = 1 and running tests .
* Make sure to inspect the output below . Do not ignore changes !
* /
'use strict'
exports [ ` test/render.js TAP renders a resume > must match snapshot 1 ` ] = `
2021-02-14 15:18:58 +01:00
< ! DOCTYPE html >
2020-07-05 13:30:25 +02:00
< html lang = "en" >
< head >
2021-02-14 15:18:58 +01:00
< meta charset = "utf-8" >
2021-03-09 12:40:08 +01:00
< title > Richard Hendriks < / t i t l e >
< meta name = "description" content = "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinal!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!" >
2021-02-14 15:18:58 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" >
2020-07-18 22:44:17 +02:00
< style > : root {
2021-03-07 14:58:21 +01:00
color - scheme : light dark ;
2021-03-19 13:40:49 +01:00
-- color - background : # ffffff ;
-- color - primary : # 212529 ;
-- color - secondary : # 95 a5a6 ;
-- color - muted : # f4f6f6 ;
-- color - accent : # f1c40f ;
-- color - link : # 2 ecc71 ;
-- scale - ratio : 1.25 ;
2020-07-18 22:44:17 +02:00
-- scale0 : 1 rem ;
2021-03-19 13:40:49 +01:00
-- scale1 : calc ( var ( -- scale0 ) * var ( -- scale - ratio ) ) ;
-- scale2 : calc ( var ( -- scale1 ) * var ( -- scale - ratio ) ) ;
-- scale3 : calc ( var ( -- scale2 ) * var ( -- scale - ratio ) ) ;
-- scale4 : calc ( var ( -- scale3 ) * var ( -- scale - ratio ) ) ;
-- scale5 : calc ( var ( -- scale4 ) * var ( -- scale - ratio ) ) ;
2020-07-18 22:44:17 +02:00
}
2021-03-07 14:50:42 +01:00
@ media ( prefers - color - scheme : dark ) {
: root {
2021-03-19 13:40:49 +01:00
-- color - background : # 181 a1b ;
-- color - primary : # d1cdc7 ;
-- color - secondary : # aaa398 ;
-- color - muted : # 1e2021 ;
2021-03-07 14:50:42 +01:00
}
}
2020-07-18 22:44:17 +02:00
* {
box - sizing : border - box ;
margin : 0 ;
padding : 0 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2020-07-05 13:30:25 +02:00
html {
font - size : 14 px ;
}
2020-07-18 22:44:17 +02:00
2020-07-05 13:30:25 +02:00
body {
2021-03-19 13:40:49 +01:00
background : var ( -- color - background ) ;
color : var ( -- color - primary ) ;
2020-07-18 22:44:17 +02:00
display : grid ;
font : 1 em / 1.5 Lato , sans - serif ;
gap : 2 em ;
grid - template - columns :
[ full - start ]
1 fr
[ main - start side - start ]
minmax ( min - content , 12 em )
[ side - end content - start ]
minmax ( min - content , 36 em )
[ main - end content - end ]
1 fr
[ full - end ] ;
grid - template - rows : auto [ content ] 0 ;
margin - bottom : 4 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
body : : before {
content : '' ;
grid - column : full ;
grid - row : content ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
ol ,
ul {
padding - left : 1 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
li + li {
2021-03-03 19:42:34 +01:00
margin - top : 0.4 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2021-03-05 18:24:53 +01:00
li : : marker ,
. network {
2021-03-19 13:40:49 +01:00
color : var ( -- color - secondary ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
a {
2021-03-19 13:40:49 +01:00
color : var ( -- color - link ) ;
2020-07-18 22:44:17 +02:00
text - decoration : none ;
transition : color 0.2 s ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
a : focus ,
a : hover {
2021-03-19 13:40:49 +01:00
color : var ( -- color - accent ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h1 ,
h2 ,
h3 ,
h5 {
2020-07-05 13:30:25 +02:00
font - weight : normal ;
}
2020-07-18 22:44:17 +02:00
h1 ,
h2 ,
h3 {
line - height : 1.2 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h1 {
font - size : var ( -- scale5 ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h2 {
2021-03-19 13:40:49 +01:00
color : var ( -- color - secondary ) ;
2020-07-18 22:44:17 +02:00
font - size : var ( -- scale4 ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h3 {
2021-03-19 13:40:49 +01:00
color : var ( -- color - accent ) ;
2020-07-18 22:44:17 +02:00
font - size : var ( -- scale3 ) ;
grid - column : side ;
margin - bottom : 1 rem ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h4 {
font - size : var ( -- scale2 ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h5 {
font - size : var ( -- scale1 ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
h6 {
font - size : var ( -- scale0 ) ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
blockquote {
2021-03-19 13:40:49 +01:00
border - left : 0.2 em solid var ( -- color - muted ) ;
2020-07-18 22:44:17 +02:00
padding - left : 1 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
cite {
2021-03-19 13:40:49 +01:00
color : var ( -- color - secondary ) ;
2020-07-18 22:44:17 +02:00
font - style : inherit ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
cite : : before {
content : '— ' ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2021-03-03 19:42:34 +01:00
svg {
margin - right : 0.2 em ;
vertical - align : - 0.2 em ;
}
2020-10-31 13:19:52 +01:00
. masthead {
2021-03-19 13:40:49 +01:00
background : var ( -- color - muted ) ;
2020-07-18 22:44:17 +02:00
display : inherit ;
gap : inherit ;
grid - column : full ;
grid - template - columns : inherit ;
padding : 4 em 0 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2020-10-31 13:19:52 +01:00
. masthead > * ,
2020-07-18 22:44:17 +02:00
section {
grid - column : main ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2021-06-20 16:23:55 +02:00
. masthead > img {
border - radius : 50 % ;
grid - column : side ;
grid - row : span 2 ;
max - width : 100 % ;
}
2020-10-31 13:19:52 +01:00
article > * + * ,
blockquote > * + * {
margin - top : 0.6 em ;
}
2020-07-26 00:20:18 +02:00
. stack {
display : grid ;
gap : 1.5 em ;
}
2021-03-03 19:42:34 +01:00
. icon - list {
list - style : none ;
padding : 0 ;
}
2020-07-18 22:44:17 +02:00
. grid - list {
display : grid ;
gap : 1 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. spaced - list {
display : flex ;
align - items : center ;
justify - content : space - between ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. spaced - list : first - child : : before {
2021-03-19 13:40:49 +01:00
border - bottom : 1 px solid var ( -- color - muted ) ;
2020-07-18 22:44:17 +02:00
content : '' ;
flex - grow : 1 ;
margin : 0 1 em ;
order : 1 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. spaced - list > : nth - child ( 2 ) {
order : 2 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. tag - list {
display : flex ;
2020-07-26 00:20:18 +02:00
flex - wrap : wrap ;
2020-07-18 22:44:17 +02:00
list - style : none ;
padding : 0 ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. tag - list > li {
2021-03-19 13:40:49 +01:00
background : var ( -- color - muted ) ;
2020-07-18 22:44:17 +02:00
margin : 0 0.2 em 0.2 em 0 ;
padding : 0.2 em 0.6 em ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2020-11-02 20:14:42 +01:00
@ media print , ( min - width : 48 em ) {
2020-07-18 22:44:17 +02:00
h3 {
text - align : right ;
margin - bottom : inherit ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
2020-10-31 13:19:52 +01:00
. masthead > * ,
2020-07-18 22:44:17 +02:00
section {
grid - column : content ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
section {
display : contents ;
2020-07-05 13:30:25 +02:00
}
2020-07-18 22:44:17 +02:00
. grid - list {
grid - template - columns : 1 fr 1 fr ;
2020-07-05 13:30:25 +02:00
}
}
2020-07-18 22:44:17 +02:00
< / s t y l e >
2020-07-05 13:30:25 +02:00
< / h e a d >
< body >
2020-10-31 13:19:52 +01:00
< header class = "masthead" >
2021-06-20 16:23:55 +02:00
< img src = "image.jpg" alt = "" >
2021-03-03 19:42:34 +01:00
< div >
< h1 > Richard Hendriks < / h 1 >
< h2 > Programmer < / h 2 >
< / d i v >
< ul class = "icon-list" >
< li >
2021-03-05 18:50:45 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-map-pin" > < path d = "M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" > < / p a t h > < c i r c l e c x = " 1 2 " c y = " 1 0 " r = " 3 " > < / c i r c l e > < / s v g >
2021-03-03 19:42:34 +01:00
San Francisco , United States
< / l i >
< li >
2021-03-05 18:50:45 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-mail" > < path d = "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" > < / p a t h > < p o l y l i n e p o i n t s = " 2 2 , 6 1 2 , 1 3 2 , 6 " > < / p o l y l i n e > < / s v g >
2020-07-18 22:44:17 +02:00
< a href = "mailto:richard.hendriks@mail.com" > richard . hendriks @ mail . com < / a >
2021-03-03 19:42:34 +01:00
< / l i >
< li >
2021-03-05 18:50:45 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-phone" > < path d = "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" > < / p a t h > < / s v g >
2021-03-03 19:42:34 +01:00
< a href = "tel:9125554321" > ( 912 ) 555 - 4321 < / a >
< / l i >
< li >
2021-03-05 18:50:45 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-link" > < path d = "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" > < / p a t h > < p a t h d = " M 1 4 1 1 a 5 5 0 0 0 - 7 . 5 4 - . 5 4 l - 3 3 a 5 5 0 0 0 7 . 0 7 7 . 0 7 l 1 . 7 1 - 1 . 7 1 " > < / p a t h > < / s v g >
2020-10-31 14:20:25 +01:00
< a href = "http://richardhendricks.example.com" > richardhendricks . example . com < / a >
2021-03-03 19:42:34 +01:00
< / l i >
2021-03-05 18:24:53 +01:00
< li >
2021-03-05 18:56:04 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-twitter" > < path d = "M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z" > < / p a t h > < / s v g >
2021-03-05 18:24:53 +01:00
neutralthoughts
< span class = "network" > ( Twitter ) < / s p a n >
< / l i >
< li >
2021-03-05 18:50:45 +01:00
< svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke - width = "2" stroke - linecap = "round" stroke - linejoin = "round" class = "feather feather-user" > < path d = "M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" > < / p a t h > < c i r c l e c x = " 1 2 " c y = " 7 " r = " 4 " > < / c i r c l e > < / s v g >
2021-03-05 18:24:53 +01:00
< a href = "https://soundcloud.example.com/dandymusicnl" > dandymusicnl < / a >
< span class = "network" > ( SoundCloud ) < / s p a n >
< / l i >
2021-03-03 19:42:34 +01:00
< / u l >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< section id = "about" >
< h3 > About < / h 3 >
2020-11-01 15:03:16 +01:00
< article >
2020-07-18 22:44:17 +02:00
< p > Richard hails from Tulsa . He has earned degrees from the University of Oklahoma and Stanford . ( Go Sooners and Cardinal ! ) Before starting Pied Piper , he worked for Hooli as a part time software developer . While his work focuses on applied information theory , mostly optimizing lossless compression schema of both the length - limited and adaptive variants , his non - work interests range widely , everything from quantum computing to chaos theory . He could tell you about it , but THAT would NOT be a “ length - limited ” conversation ! < / p >
2020-11-01 15:03:16 +01:00
< / a r t i c l e >
2020-07-05 13:30:25 +02:00
< / s e c t i o n >
2020-07-18 22:44:17 +02:00
< section id = "work" >
< h3 > Work < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > Pied Piper < / h 4 >
< span >
< time datetime = "2013-12-01" > Dec 2013 < / t i m e > –
< time datetime = "2014-12-01" > Dec 2014 < / t i m e >
< / s p a n >
< / d i v >
< div class = "spaced-list" >
< strong > CEO / President < / s t r o n g >
2020-10-31 14:20:25 +01:00
< a href = "http://piedpiper.example.com" > piedpiper . example . com < / a >
2020-10-31 13:19:52 +01:00
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > Pied Piper is a multi - platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores ™ that are not merely competitive , but approach the theoretical limit of lossless compression . < / p >
< h5 > Highlights < / h 5 >
< ul >
< li > Build an algorithm for artist to detect if their music was violating copy right infringement laws < / l i >
< li > Successfully won Techcrunch Disrupt < / l i >
< li > Optimized an algorithm that holds the current world record for Weisman Scores < / l i >
< / u l >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "volunteer" >
< h3 > Volunteer < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > CoderDojo < / h 4 >
< span >
< time datetime = "2012-01-01" > Jan 2012 < / t i m e > –
< time datetime = "2013-01-01" > Jan 2013 < / t i m e >
< / s p a n >
< / d i v >
< div class = "spaced-list" >
< strong > Teacher < / s t r o n g >
2020-10-31 14:20:25 +01:00
< a href = "http://coderdojo.example.com/" > coderdojo . example . com < / a >
2020-10-31 13:19:52 +01:00
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > Global movement of free coding clubs for young people . < / p >
< h5 > Highlights < / h 5 >
< ul >
< li > Awarded & # x27 ; Teacher of the Month & # x27 ; < / l i >
< / u l >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "education" >
< h3 > Education < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > University of Oklahoma < / h 4 >
< span >
< time datetime = "2011-06-01" > Jun 2011 < / t i m e > –
< time datetime = "2014-01-01" > Jan 2014 < / t i m e >
< / s p a n >
< / d i v >
< div class = "spaced-list" >
< strong > Information Technology < / s t r o n g >
2020-10-31 14:20:25 +01:00
< a href = "https://www.ou.edu/" > www . ou . edu < / a >
2020-10-31 13:19:52 +01:00
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > Bachelor < / p >
< h5 > Courses < / h 5 >
< ul >
< li > DB1101 - Basic SQL < / l i >
< li > CS2011 - Java Introduction < / l i >
< / u l >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "projects" >
< h3 > Projects < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > Miss Direction < / h 4 >
< span >
< time datetime = "2016-08-24" > Aug 2016 < / t i m e > –
< time datetime = "2016-08-24" > Aug 2016 < / t i m e >
< / s p a n >
< / d i v >
< div class = "spaced-list" >
< span >
< strong > Team lead , Designer < / s t r o n g >
at < strong > Smoogle < / s t r o n g >
< / s p a n >
< a href = "missdirection.example.com" > missdirection . example . com < / a >
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > A mapping engine that misguides you < / p >
< h5 > Highlights < / h 5 >
< ul >
< li > Won award at AIHacks 2016 < / l i >
< li > Built by all women team of newbie programmers < / l i >
< li > Using modern technologies such as GoogleMaps , Chrome Extension and Javascript < / l i >
< / u l >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "awards" >
< h3 > Awards < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > Digital Compression Pioneer Award < / h 4 >
< time datetime = "2014-11-01" > Nov 2014 < / t i m e >
< / d i v >
< div class = "spaced-list" >
< div >
Awarded by < strong > Techcrunch < / s t r o n g >
< / d i v >
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > There is no spoon . < / p >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "publications" >
< h3 > Publications < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
< article >
2020-10-31 13:19:52 +01:00
< header >
< div class = "spaced-list" >
< h4 > Video compression for 3 d media < / h 4 >
< time datetime = "2014-10-01" > Oct 2014 < / t i m e >
< / d i v >
< div class = "spaced-list" >
< span >
Published by < strong > Hooli < / s t r o n g >
< / s p a n >
2020-10-31 14:20:25 +01:00
< a href = "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)" > en . wikipedia . org / wiki / Silicon _Valley _ ( TV _series ) < / a >
2020-10-31 13:19:52 +01:00
< / d i v >
< / h e a d e r >
2020-07-18 22:44:17 +02:00
< p > Innovative middle - out compression algorithm that changes the way we store data . < / p >
2020-07-26 00:20:18 +02:00
< / a r t i c l e >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "skills" >
< h3 > Skills < / h 3 >
< div class = "grid-list" >
< div >
2020-11-01 13:37:00 +01:00
< h4 > Web Development < / h 4 >
2020-07-18 22:44:17 +02:00
< ul class = "tag-list" >
< li > HTML < / l i >
< li > CSS < / l i >
< li > Javascript < / l i >
< / u l >
2020-07-05 13:30:25 +02:00
< / d i v >
2020-07-18 22:44:17 +02:00
< div >
2020-11-01 13:37:00 +01:00
< h4 > Compression < / h 4 >
2020-07-18 22:44:17 +02:00
< ul class = "tag-list" >
< li > Mpeg < / l i >
< li > MP4 < / l i >
< li > GIF < / l i >
< / u l >
2020-07-05 13:30:25 +02:00
< / d i v >
2020-07-18 22:44:17 +02:00
< / d i v >
< / s e c t i o n >
< section id = "languages" >
< h3 > Languages < / h 3 >
< div class = "grid-list" >
< div >
2020-11-01 13:37:00 +01:00
< h4 > English < / h 4 >
2020-07-18 22:44:17 +02:00
Native speaker
< / d i v >
< / d i v >
< / s e c t i o n >
< section id = "interests" >
< h3 > Interests < / h 3 >
< div class = "grid-list" >
< div >
2020-11-01 13:37:00 +01:00
< h4 > Wildlife < / h 4 >
2020-07-18 22:44:17 +02:00
< ul class = "tag-list" >
< li > Ferrets < / l i >
< li > Unicorns < / l i >
< / u l >
< / d i v >
< / d i v >
< / s e c t i o n >
< section id = "references" >
< h3 > References < / h 3 >
2020-07-26 00:20:18 +02:00
< div class = "stack" >
2020-07-18 22:44:17 +02:00
< blockquote >
< p > It is my pleasure to recommend Richard , his performance working as a consultant for Main St . Company proved that he will be a valuable addition to any company . < / p >
< p >
< cite > Erlich Bachman < / c i t e >
< / p >
< / b l o c k q u o t e >
< / d i v >
< / s e c t i o n >
2020-07-05 13:30:25 +02:00
< / b o d y >
< / h t m l >
`