658 lines
14 KiB
HTML
658 lines
14 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i" rel="stylesheet">
|
|
|
|
<title>Bree LaPointe</title>
|
|
|
|
<style>
|
|
body {
|
|
background: #fff;
|
|
font-family: 'Lato', sans-serif;
|
|
letter-spacing: 0.02em;
|
|
word-wrap: break-word;
|
|
color: #000;
|
|
line-height: 1.4;
|
|
margin: 50px 0 60px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
line-height: 1em;
|
|
margin: 0;
|
|
}
|
|
h1 {
|
|
color: #FF1717;
|
|
font-size: 2.4em;
|
|
font-weight: 900;
|
|
}
|
|
h2 {
|
|
margin-top: 10px;
|
|
font-weight: 900;
|
|
}
|
|
h3 {
|
|
font-size: 1.2em;
|
|
font-weight: 900;
|
|
}
|
|
h4 {
|
|
font-size: 1.1em;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
p {
|
|
font-weight: 400;
|
|
font-size: 1em;
|
|
margin: 0;
|
|
line-height: 1.8em;
|
|
opacity: 0.8;
|
|
}
|
|
em {
|
|
opacity: 0.5;
|
|
}
|
|
p {
|
|
line-height: 1.4;
|
|
}
|
|
ul {
|
|
margin-bottom: 0;
|
|
}
|
|
section, #skills .item {
|
|
margin-bottom: 2em;
|
|
}
|
|
section > h3 {
|
|
width: 25%;
|
|
float: left;
|
|
color: #FF1717;
|
|
}
|
|
section > section {
|
|
width: 75%;
|
|
float: left;
|
|
}
|
|
blockquote {
|
|
margin: 0;
|
|
margin-bottom: 1em;
|
|
}
|
|
a {
|
|
font-size: 0.9em;
|
|
font-weight: 700;
|
|
opacity: 0.5;
|
|
color: #000;
|
|
}
|
|
.divider {
|
|
height: 1px;
|
|
width: 100%;
|
|
background-color: #ccc;
|
|
}
|
|
.item {
|
|
margin-bottom: 3em;
|
|
}
|
|
.row:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
#resume {
|
|
margin: 0 auto;
|
|
/*max-width: 595px;*/
|
|
max-width: 690px;
|
|
padding: 0 50px;
|
|
}
|
|
#resume > section {
|
|
margin-bottom: -10px;
|
|
margin-top: 10px;
|
|
}
|
|
#resume > section:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
.summary {
|
|
margin: 10px 0 50px;
|
|
font-style: italic;
|
|
}
|
|
#skills .keywords,
|
|
#languages > section,
|
|
#interests > section,
|
|
#profiles > section,
|
|
#contacts {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
#education .institution,
|
|
#work .name,
|
|
#volunteer .name,
|
|
#awards .title,
|
|
#publications .name {
|
|
font-size: 1em;
|
|
font-weight: 900;
|
|
width: 65%;
|
|
float: left;
|
|
}
|
|
#education .area,
|
|
#education .studyType {
|
|
font-size: 0.9em;
|
|
font-weight: 400;
|
|
font-style: italic
|
|
}
|
|
#education .date,
|
|
#work .date,
|
|
#volunteer .date,
|
|
#awards .date,
|
|
#publications .date {
|
|
font-size: 0.7em;
|
|
letter-spacing: -0.02em;
|
|
font-weight: 400;
|
|
width: 35%;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
#education .education-sub-info {
|
|
margin-top: 10px;
|
|
}
|
|
#education .education-sub-info span:not(:last-child):after {
|
|
margin: 0 5px;
|
|
content: "/";
|
|
}
|
|
#work .url,
|
|
#work .position,
|
|
#work .highlights,
|
|
#work .item > h5,
|
|
#volunteer .url,
|
|
#volunteer .position,
|
|
#volunteer .highlights,
|
|
#volunteer .item > h5,
|
|
#awards .awarder,
|
|
#publications .url,
|
|
#publications .publisher,
|
|
#skills .item .level,
|
|
#languages .item .fluency {
|
|
font-size: 0.9em;
|
|
}
|
|
#work .summary,
|
|
#work .description,
|
|
#awards .summary,
|
|
#volunteer .summary,
|
|
#publications .summary {
|
|
font-style: normal;
|
|
font-size: 0.8em;
|
|
margin: 10px 0;
|
|
}
|
|
#work .position,
|
|
#volunteer .position,
|
|
#awards .awarder,
|
|
#publications .publisher {
|
|
margin-top: 10px;
|
|
font-style: italic;
|
|
}
|
|
#work .highlights,
|
|
#volunteer .highlights {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
#work .highlights li,
|
|
#volunteer .highlights li {
|
|
font-size: 0.9em;
|
|
|
|
/* one column configration */
|
|
width: 100%;
|
|
|
|
/* two column configration */
|
|
/* width: 45%; */
|
|
/* margin-right: 5%; */
|
|
}
|
|
#skills .keywords {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
font-size: 0.8em;
|
|
margin-top: 10px;
|
|
}
|
|
#skills .keywords li {
|
|
margin-right: 20px;
|
|
}
|
|
#skills .item .name,
|
|
#languages .item .language,
|
|
#profiles .item .network {
|
|
font-weight: 900;
|
|
}
|
|
#languages .item,
|
|
#profiles .item {
|
|
width: 33.3%;
|
|
margin-bottom: 10px;
|
|
}
|
|
#profiles .item .network {
|
|
font-size: 0.9em;
|
|
}
|
|
#profiles .item .url {
|
|
font-size: 0.8em;
|
|
}
|
|
#interests .name {
|
|
font-size: 0.9em;
|
|
font-style: italic;
|
|
margin-right: 7px;
|
|
}
|
|
#interests .name:not(:last-child):after {
|
|
content: ',';
|
|
margin-left: -3px;
|
|
}
|
|
#contacts .item {
|
|
flex: 1;
|
|
margin-bottom: 0;
|
|
}
|
|
#profiles, #skills {
|
|
overflow: hidden;
|
|
}
|
|
#contacts {
|
|
margin-left: 25%;
|
|
font-size: 0.8em;
|
|
}
|
|
#contacts .site {
|
|
align-self: flex-end;
|
|
text-align: right;
|
|
}
|
|
#contacts .site a {
|
|
color: #FF1717;
|
|
opacity: 1;
|
|
font-size: 1em;
|
|
font-weight: 900;
|
|
}
|
|
#contacts .location .block span:not(:last-child):after {
|
|
content: ', ';
|
|
}
|
|
#contacts .block {
|
|
display: block;
|
|
}
|
|
#references .item {
|
|
width: 45%;
|
|
float: left;
|
|
padding-right: 10%;
|
|
}
|
|
#references .item:nth-child(2n) {
|
|
padding: 0;
|
|
}
|
|
#references .reference {
|
|
font-style: normal;
|
|
font-size: 0.7em;
|
|
margin: 10px 0;
|
|
font-style: italic;
|
|
}
|
|
#references .name {
|
|
font-weight: 900;
|
|
font-size: 0.8em;
|
|
}
|
|
/* Smartphones (portrait) ----------- */
|
|
@media (max-width: 599px) and (not print) {
|
|
body {
|
|
margin: 30px 0 40px;
|
|
}
|
|
#resume {
|
|
padding: 0 35px;
|
|
}
|
|
#resume > section {
|
|
margin-top: 50px;
|
|
}
|
|
.summary {
|
|
margin-bottom: 40px;
|
|
}
|
|
section {
|
|
margin-bottom: 0;
|
|
}
|
|
section > h3 {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 20px;
|
|
}
|
|
section > section, #references .item {
|
|
width: 100%;
|
|
flex: none;
|
|
padding: 0;
|
|
}
|
|
section > .item:last-child, section.item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
#contacts {
|
|
margin-left: 0;
|
|
}
|
|
#languages .item, #profiles .item {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
|
body {
|
|
font-size: 0.9em;
|
|
margin: 0;
|
|
}
|
|
#resume {
|
|
width: 85%;
|
|
margin: 1cm auto;
|
|
padding: 0;
|
|
-ms-word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
line-height: 1.3;
|
|
font-family: Arial, Georgia, "Lucida Grande", sans-serif;
|
|
}
|
|
.summary {
|
|
margin: 0.2cm 0 0.9cm 0;
|
|
}
|
|
#profiles {
|
|
display: none;
|
|
}
|
|
#resume > section {
|
|
margin: 0;
|
|
}
|
|
section > section {
|
|
margin: 0;
|
|
}
|
|
#skills .level {
|
|
line-height: 1.5em;
|
|
}
|
|
#skills .name {
|
|
float: left;
|
|
margin-right: 0.5cm;
|
|
}
|
|
#skills .keywords {
|
|
margin-top: 0.1cm;
|
|
}
|
|
section#interests {
|
|
margin-top: 1cm;
|
|
margin-bottom: 1.2cm;
|
|
}
|
|
#contacts {
|
|
width: 75%;
|
|
float: right;
|
|
}
|
|
p {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
@page {
|
|
margin: 1cm 1.4cm;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="resume">
|
|
<h1>Bree LaPointe</h1>
|
|
<h2>Programmer</h2>
|
|
<div class="summary">
|
|
<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>
|
|
</div>
|
|
<section id="education">
|
|
<h3>Education</h3>
|
|
<section class="item">
|
|
<div class="row">
|
|
<div class="institution">
|
|
University of Oklahoma
|
|
</div>
|
|
<div class="date">
|
|
<span class="startDate">
|
|
June 2011
|
|
</span>
|
|
<span class="endDate">
|
|
- January 2014
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="row education-sub-info">
|
|
<span class="area">
|
|
Information Technology
|
|
</span>
|
|
<span class="studyType">
|
|
Bachelor
|
|
</span>
|
|
</div>
|
|
<ul class="courses">
|
|
<li>DB1101 - Basic SQL</li>
|
|
<li>CS2011 - Java Introduction</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
<section id="work">
|
|
<h3>Work</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="row">
|
|
<div class="name">
|
|
Pied Piper
|
|
</div>
|
|
<div class="date">
|
|
<span class="startDate">
|
|
December 2013
|
|
</span>
|
|
<span class="endDate">
|
|
- December 2014
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="url">
|
|
<a href="http://piedpiper.example.com">http://piedpiper.example.com</a>
|
|
</div>
|
|
<div class="position">
|
|
CEO/President
|
|
</div>
|
|
<div class="summary">
|
|
<p>
|
|
Awesome compression company
|
|
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>
|
|
</div>
|
|
<h5>Responsibilities:</h5>
|
|
<ul class="highlights">
|
|
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li>
|
|
<li>Successfully won Techcrunch Disrupt</li>
|
|
<li>Optimized an algorithm that holds the current world record for Weisman Scores</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="volunteer">
|
|
<h3>Volunteer</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="row">
|
|
<div class="name">
|
|
CoderDojo
|
|
</div>
|
|
<div class="date">
|
|
<span class="startDate">
|
|
January 2012
|
|
</span>
|
|
<span class="endDate">
|
|
- January 2013
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="url">
|
|
<a href="http://coderdojo.example.com/">http://coderdojo.example.com/</a>
|
|
</div>
|
|
<div class="position">
|
|
Teacher
|
|
</div>
|
|
<div class="summary">
|
|
<p>Global movement of free coding clubs for young people.</p>
|
|
</div>
|
|
<h5>Responsibilities:</h5>
|
|
<ul class="highlights">
|
|
<li>Awarded 'Teacher of the Month'</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="awards">
|
|
<h3>Awards</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="row">
|
|
<div class="title">
|
|
Digital Compression Pioneer Award
|
|
</div>
|
|
<div class="date">
|
|
<span>
|
|
November 2014
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="awarder">
|
|
Techcrunch
|
|
</div>
|
|
<div class="summary">
|
|
<p>There is no spoon.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="publications">
|
|
<h3>Publications</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="row">
|
|
<div class="name">
|
|
Video compression for 3d media
|
|
</div>
|
|
<div class="date">
|
|
<span>
|
|
October 2014
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="url">
|
|
<a href="http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)">http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)</a>
|
|
</div>
|
|
<div class="publisher">
|
|
Hooli
|
|
</div>
|
|
<div class="summary">
|
|
<p>Innovative middle-out compression algorithm that changes the way we store data.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="skills">
|
|
<h3>Skills</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="name">
|
|
Web Development
|
|
</div>
|
|
<div class="level">
|
|
<em>Master</em>
|
|
</div>
|
|
<ul class="keywords">
|
|
<li>HTML</li>
|
|
<li>CSS</li>
|
|
<li>Javascript</li>
|
|
</ul>
|
|
</div>
|
|
<div class="item">
|
|
<div class="name">
|
|
Compression
|
|
</div>
|
|
<div class="level">
|
|
<em>Master</em>
|
|
</div>
|
|
<ul class="keywords">
|
|
<li>Mpeg</li>
|
|
<li>MP4</li>
|
|
<li>GIF</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="languages">
|
|
<h3>Languages</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="language">
|
|
English
|
|
</div>
|
|
<div class="fluency">
|
|
<em>Native speaker</em>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="interests">
|
|
<h3>Interests</h3>
|
|
<section>
|
|
<div class="name">
|
|
Wildlife
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="references">
|
|
<h3>References</h3>
|
|
<section>
|
|
<div class="item">
|
|
<blockquote class="reference">
|
|
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.
|
|
</blockquote>
|
|
<div class="name">
|
|
— Erlich Bachman
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="profiles">
|
|
<h3>Profiles</h3>
|
|
<section>
|
|
<div class="item">
|
|
<div class="network">
|
|
Twitter
|
|
</div>
|
|
<div class="url">
|
|
neutralthoughts
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<div class="network">
|
|
SoundCloud
|
|
</div>
|
|
<div class="url">
|
|
<a href="https://soundcloud.example.com/dandymusicnl">dandymusicnl</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="contacts">
|
|
<div class="location item">
|
|
<div class="block">
|
|
<span class="countryCode">US</span>
|
|
<span class="city">San Francisco</span>
|
|
<span class="region">California</span>
|
|
</div>
|
|
<div class="block">
|
|
<span class="address">2712 Broadway St</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="contacts item">
|
|
<div class="block">
|
|
<span class="email">contact@blapointe.com</span>
|
|
</div>
|
|
<div class="block">
|
|
<span class="phone">(912) 555-4321</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="site item">
|
|
<div class="block">
|
|
<a href="http://richardhendricks.example.com" class="url">richardhendricks.example.com</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|