feat(about): move about section to header
This commit is contained in:
parent
3704e4f3c6
commit
100aa011a6
|
@ -1,8 +0,0 @@
|
|||
{{#summary}}
|
||||
<section id="about">
|
||||
<h3>About</h3>
|
||||
<article>
|
||||
{{{markdown .}}}
|
||||
</article>
|
||||
</section>
|
||||
{{/summary}}
|
|
@ -10,6 +10,11 @@
|
|||
<h2>{{.}}</h2>
|
||||
{{/label}}
|
||||
</div>
|
||||
{{#summary}}
|
||||
<article>
|
||||
{{{markdown .}}}
|
||||
</article>
|
||||
{{/summary}}
|
||||
<ul class="icon-list">
|
||||
{{#location}}
|
||||
{{#if city}}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<body>
|
||||
{{#resume.basics}}
|
||||
{{> header}}
|
||||
{{> about}}
|
||||
{{/resume.basics}}
|
||||
|
||||
{{> work}}
|
||||
|
|
|
@ -273,6 +273,9 @@ blockquote > * + * {
|
|||
<h1>Richard Hendriks</h1>
|
||||
<h2>Programmer</h2>
|
||||
</div>
|
||||
<article>
|
||||
<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>
|
||||
</article>
|
||||
<ul class="icon-list">
|
||||
<li>
|
||||
<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"></path><circle cx="12" cy="10" r="3"></circle></svg>
|
||||
|
@ -302,12 +305,6 @@ blockquote > * + * {
|
|||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<section id="about">
|
||||
<h3>About</h3>
|
||||
<article>
|
||||
<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>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="work">
|
||||
<h3>Work</h3>
|
||||
|
|
Loading…
Reference in New Issue