parent
b5baa3f208
commit
2edf556a7e
|
@ -0,0 +1,2 @@
|
|||
{{#name}}<title>{{.}}</title>{{/name}}
|
||||
{{#summary}}<meta name="description" content="{{stripTags (markdown .)}}">{{/summary}}
|
|
@ -2,8 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{resume.basics.name}}</title>
|
||||
<meta name="description" content="{{stripTags (markdown resume.basics.summary)}}">
|
||||
{{#resume.basics}}
|
||||
{{> meta}}
|
||||
{{/resume.basics}}
|
||||
<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">
|
||||
<style>{{{css}}}</style>
|
||||
|
|
|
@ -10,8 +10,8 @@ exports[`test/render.js TAP renders a resume > must match snapshot 1`] = `
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Richard Hendriks</title>
|
||||
<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!">
|
||||
<title>Richard Hendriks</title>
|
||||
<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!">
|
||||
<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">
|
||||
<style>:root {
|
||||
|
|
Loading…
Reference in New Issue