1109 lines
20 KiB
HTML
1109 lines
20 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
|
<title>Bree LaPointe</title>
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9" crossorigin="anonymous">
|
|
<style>
|
|
/********************************************
|
|
* reset from
|
|
* http://meyerweb.com/eric/tools/css/reset/
|
|
*******************************************/
|
|
|
|
html,
|
|
body,
|
|
div,
|
|
span,
|
|
applet,
|
|
object,
|
|
iframe,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p,
|
|
blockquote,
|
|
pre,
|
|
a,
|
|
abbr,
|
|
acronym,
|
|
address,
|
|
big,
|
|
cite,
|
|
code,
|
|
del,
|
|
dfn,
|
|
em,
|
|
img,
|
|
ins,
|
|
kbd,
|
|
q,
|
|
s,
|
|
samp,
|
|
small,
|
|
strike,
|
|
strong,
|
|
sub,
|
|
sup,
|
|
tt,
|
|
var,
|
|
b,
|
|
u,
|
|
i,
|
|
center,
|
|
dl,
|
|
dt,
|
|
dd,
|
|
ol,
|
|
ul,
|
|
li,
|
|
fieldset,
|
|
form,
|
|
label,
|
|
legend,
|
|
table,
|
|
caption,
|
|
tbody,
|
|
tfoot,
|
|
thead,
|
|
tr,
|
|
th,
|
|
td,
|
|
article,
|
|
aside,
|
|
canvas,
|
|
details,
|
|
embed,
|
|
figure,
|
|
figcaption,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
menu,
|
|
nav,
|
|
output,
|
|
ruby,
|
|
section,
|
|
summary,
|
|
time,
|
|
mark,
|
|
audio,
|
|
video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
menu,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
blockquote,
|
|
q {
|
|
quotes: none;
|
|
}
|
|
|
|
blockquote:before,
|
|
blockquote:after,
|
|
q:before,
|
|
q:after {
|
|
content: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/****************
|
|
* COMMONS
|
|
****************/
|
|
|
|
body,
|
|
html {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
font-size: 13px;
|
|
color: #40484f;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
line-height: 1.46153846;
|
|
text-align: left;
|
|
}
|
|
|
|
p {
|
|
display: block;
|
|
}
|
|
|
|
a {
|
|
color: #0095ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #0c65a5;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
li {
|
|
list-style-type: square;
|
|
list-style-position: outside;
|
|
margin-left: 1.3em;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.67rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.27rem;
|
|
}
|
|
|
|
em {
|
|
color: #757575;
|
|
}
|
|
|
|
blockquote {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
/* main container */
|
|
|
|
#resume {
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
/* every section wrapper */
|
|
|
|
.section {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
section .location {
|
|
margin-right: 0.5em;
|
|
color: #606d76;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#contact {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
#profiles .item {
|
|
padding: 0;
|
|
}
|
|
|
|
#header > #profiles,
|
|
#header > #contact,
|
|
#skills,
|
|
#languages,
|
|
#interests {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
-webkit-justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
#header > div {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
#header > div > div {
|
|
margin-right: 1.2em;
|
|
}
|
|
|
|
#header h1.name {
|
|
font-size: 2.8rem;
|
|
font-weight: 100;
|
|
line-height: 100%;
|
|
}
|
|
|
|
#header h2.label {
|
|
color: #202931;
|
|
font-size: 1.47rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
#header .image {
|
|
width: 11em;
|
|
float: right;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.main-summary {
|
|
background: #f1f8ff;
|
|
padding: 1.2em 1em;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.main-summary p {
|
|
margin: 0;
|
|
}
|
|
|
|
.section-title {
|
|
display: inline-block;
|
|
background: #fff;
|
|
padding: 0 1em 0.3em 0;
|
|
color: #ff6d1f;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
border: none;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.section > header {
|
|
position: relative;
|
|
}
|
|
|
|
.fa {
|
|
margin-right: 0.25em;
|
|
}
|
|
|
|
.section > header::after {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0.7em;
|
|
height: 1px;
|
|
background: #ccc;
|
|
content: "";
|
|
width: 100%;
|
|
z-index: -100;
|
|
display: block;
|
|
}
|
|
|
|
.section.main-summary > section {
|
|
margin: 0;
|
|
}
|
|
|
|
.section > section > header {
|
|
font-size: 1.38rem;
|
|
position: relative;
|
|
margin-top: 0.7em;
|
|
}
|
|
|
|
.section > section > header:first-of-type {
|
|
margin: 0;
|
|
}
|
|
|
|
.section > section > header .space-left {
|
|
position: absolute;
|
|
left: -1.56rem;
|
|
top: 5px;
|
|
color: #aaa;
|
|
line-height: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
.position,
|
|
.company,
|
|
.organization,
|
|
.institution,
|
|
.date,
|
|
.area,
|
|
.studyType,
|
|
.title,
|
|
.awarder {
|
|
display: inline;
|
|
}
|
|
|
|
.position,
|
|
.studyType,
|
|
.area,
|
|
.title,
|
|
.language,
|
|
.name {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.company::before,
|
|
.institution::before,
|
|
.organization::before,
|
|
.awarder::before {
|
|
content: "at ";
|
|
}
|
|
|
|
.company,
|
|
.institution,
|
|
.organization,
|
|
.awarder {
|
|
color: #606d76;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.section header .date {
|
|
display: block;
|
|
font-size: 1rem;
|
|
padding: 0.1em 0;
|
|
color: #606d76;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.keywords,
|
|
.courses {
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
.keywords li,
|
|
.courses li {
|
|
display: inline-block;
|
|
margin: 2px 2px 2px 0;
|
|
padding: 4px 5px 5px;
|
|
font-size: 0.9rem;
|
|
line-height: 1;
|
|
color: #3e6d8e;
|
|
background-color: #dfeaf1;
|
|
border: 0 solid #dfeaf1;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.keywords li:hover,
|
|
.courses li:hover {
|
|
background: #dfeaf0;
|
|
}
|
|
|
|
.highlights {
|
|
margin: 1em 0 0 0;
|
|
}
|
|
|
|
.highlights > li > p {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.item {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gpa {
|
|
clear: both;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
.fa.social {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
/* Social Media Brand Colors */
|
|
|
|
.google-plus {
|
|
color: #dd4b39;
|
|
}
|
|
|
|
.tumblr {
|
|
color: #32506d;
|
|
}
|
|
|
|
.foursquare {
|
|
color: #0072b1;
|
|
}
|
|
|
|
.facebook {
|
|
color: #3b5998;
|
|
}
|
|
|
|
.linkedin {
|
|
color: #007bb6;
|
|
}
|
|
|
|
.pinterest {
|
|
color: #cb2027;
|
|
}
|
|
|
|
.dribbble {
|
|
color: #ea4c89;
|
|
}
|
|
|
|
.instagram {
|
|
color: #517fa4;
|
|
}
|
|
|
|
.twitter {
|
|
color: #00aced;
|
|
}
|
|
|
|
.soundcloud {
|
|
color: #ff3a00;
|
|
}
|
|
|
|
.wordpress {
|
|
color: #21759b;
|
|
}
|
|
|
|
.youtube {
|
|
color: #bb0000;
|
|
}
|
|
|
|
.github {
|
|
color: #171515;
|
|
}
|
|
|
|
.stack-overflow {
|
|
color: #828386;
|
|
position: relative;
|
|
}
|
|
|
|
.flickr {
|
|
color: #ff0084;
|
|
}
|
|
|
|
.reddit {
|
|
color: #ff4500;
|
|
}
|
|
|
|
.hacker-news {
|
|
color: #ff6600;
|
|
}
|
|
|
|
.stack-overflow::after {
|
|
position: absolute;
|
|
left: 0;
|
|
content: "\f16c";
|
|
color: #f68a1f;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
.telegram {
|
|
color: #2291c3;
|
|
}
|
|
|
|
#languages .item,
|
|
#skills .item,
|
|
#interests .item {
|
|
width: 15em;
|
|
padding: 0 0.5em 0.5em 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
#skills .item {
|
|
width: 16em;
|
|
}
|
|
|
|
#skills .item .keywords {
|
|
width: 15em;
|
|
}
|
|
|
|
/* Skill chart */
|
|
|
|
.level {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.level em {
|
|
padding-left: 0.2em;
|
|
}
|
|
|
|
.level .bar {
|
|
border: 1px solid #ddd;
|
|
display: block;
|
|
width: 10em;
|
|
height: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.level .bar::after {
|
|
position: absolute;
|
|
content: " ";
|
|
top: 0;
|
|
left: 0;
|
|
background: black;
|
|
height: 5px;
|
|
}
|
|
|
|
.level.beginner .bar::after {
|
|
background: #eb5f51;
|
|
width: 2.5em;
|
|
}
|
|
|
|
.level.intermediate .bar::after {
|
|
background: #ffdf1f;
|
|
width: 5em;
|
|
}
|
|
|
|
.level.advanced .bar::after,
|
|
.level.fluent .bar::after {
|
|
background: #5cb85c;
|
|
width: 7.5em;
|
|
}
|
|
|
|
.level.master .bar::after,
|
|
.level.native.speaker .bar::after {
|
|
background: #59c596;
|
|
width: 10em;
|
|
}
|
|
|
|
#references .item {
|
|
padding-left: 0.5em;
|
|
border-left: 5px solid #ff6d1f;
|
|
}
|
|
|
|
.section > section > section {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
/******************
|
|
* HELPER CLASSES
|
|
******************/
|
|
|
|
.clear::after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.display {
|
|
display: block;
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
/****************
|
|
* TABLET
|
|
****************/
|
|
|
|
@media screen and (min-width: 602px) {
|
|
#resume {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
.section header .date {
|
|
float: right;
|
|
font-weight: 600;
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
/****************
|
|
* LAPTOP
|
|
****************/
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
li {
|
|
margin-left: 1.5em;
|
|
}
|
|
#resume {
|
|
width: 820px;
|
|
margin: 2rem auto;
|
|
}
|
|
.section > section > header .space-left {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
.section > section:not(.main-summary) {
|
|
margin-left: 1.67rem;
|
|
}
|
|
.company::before,
|
|
.institution::before,
|
|
.organization::before,
|
|
.awarder::before {
|
|
content: "| ";
|
|
}
|
|
.header-left {
|
|
float: left;
|
|
width: 70%;
|
|
word-break: normal;
|
|
}
|
|
.section header .date {
|
|
padding: 0.2em;
|
|
}
|
|
.display {
|
|
display: none;
|
|
}
|
|
.display:not(.none) {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
a:not(.hide-href-print)::after{
|
|
content: " (" attr(href) ") ";
|
|
}
|
|
#resume {
|
|
margin: 0.1em;
|
|
padding: 0.1em;
|
|
-ms-word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
line-height: 1.25;
|
|
}
|
|
@page {
|
|
margin: 1cm 1.4cm;
|
|
}
|
|
.item-count {
|
|
display: none;
|
|
}
|
|
.company::before,
|
|
.institution::before,
|
|
.organization::before,
|
|
.awarder::before {
|
|
content: "at ";
|
|
}
|
|
.main-summary {
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
.section {
|
|
margin: 0.8rem 0;
|
|
padding: 0;
|
|
}
|
|
.section header {
|
|
padding-bottom: 0.15rem;
|
|
}
|
|
.section .location {
|
|
padding-bottom: 0.15rem;
|
|
}
|
|
.section > section > section {
|
|
margin: 0 0 1em 0;
|
|
}
|
|
.section > section > section:last-of-type {
|
|
margin: 0;
|
|
}
|
|
.stack-overflow::after {
|
|
content: "";
|
|
}
|
|
.fa.social {
|
|
color: #828386;
|
|
}
|
|
ul {
|
|
margin-top: 0.4em;
|
|
}
|
|
ul,
|
|
li {
|
|
padding: 0;
|
|
}
|
|
ul.keywords li,
|
|
ul.courses li {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 0.8rem;
|
|
background: transparent;
|
|
}
|
|
ul.keywords li::after,
|
|
ul.courses li::after {
|
|
padding: 0 0 0 0.1rem;
|
|
content: " |";
|
|
}
|
|
ul.keywords::before,
|
|
ul.courses::before {
|
|
font-size: 0.8rem;
|
|
font-weight: 600;
|
|
}
|
|
#skills .item {
|
|
width: calc(100% / 3);
|
|
padding: 0;
|
|
}
|
|
.highlights {
|
|
margin: 0.5em 0 0 0;
|
|
}
|
|
ul.keywords::before {
|
|
content: "Skills acquired: ";
|
|
}
|
|
#skills .keywords::before {
|
|
content: none;
|
|
}
|
|
.section p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul.courses::before {
|
|
content: "Major courses: ";
|
|
}
|
|
ul.keywords li:last-of-type::after,
|
|
ul.courses li:last-of-type::after {
|
|
content: "";
|
|
}
|
|
.level em {
|
|
font-style: normal;
|
|
padding: 0.1em 0;
|
|
}
|
|
.level .bar {
|
|
display: none;
|
|
}
|
|
#profiles .item {
|
|
padding: 0;
|
|
}
|
|
.item.display {
|
|
display: block;
|
|
opacity: 1 !important;
|
|
}
|
|
.fa-map-marker-alt:before {
|
|
padding-left: 0.1em;
|
|
}
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="resume">
|
|
<header id="header" class="clear">
|
|
<div>
|
|
<h1 class="name">Bree LaPointe</h1>
|
|
<h2 class="label">Programmer</h2>
|
|
</div>
|
|
|
|
<span class="location">
|
|
<span class="address">2712 Broadway St,</span>
|
|
<span class="postalCode">CA 94115,</span>
|
|
<span class="city">San Francisco,</span>
|
|
<span class="region">California</span>
|
|
<span class="countryCode">US</span>
|
|
</span>
|
|
|
|
|
|
<div id="contact">
|
|
<div class="email">
|
|
<span class="far fa-envelope"></span>
|
|
<a class="hide-href-print" href="mailto:contact@blapointe.com">contact@blapointe.com</a>
|
|
</div>
|
|
<div class="phone">
|
|
<span class="fas fa-mobile-alt"></span>
|
|
<a class="hide-href-print" href="tel:(912) 555-4321">(912) 555-4321</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="profiles">
|
|
<div class="item">
|
|
<div class="username">
|
|
<span class="fab fa-twitter twitter social"></span>
|
|
<span>neutralthoughts</span>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<div class="username">
|
|
<span class="fab fa-soundcloud soundcloud social"></span>
|
|
<span class="url">
|
|
<a target="_blank" href="https://soundcloud.example.com/dandymusicnl">dandymusicnl</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="section">
|
|
<section class="main-summary">
|
|
<div><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>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Skills</h2>
|
|
</header>
|
|
<section id="skills">
|
|
<div class="item">
|
|
<h3 class="name">
|
|
Web Development
|
|
</h3>
|
|
|
|
<div class="level master">
|
|
<em>Master</em>
|
|
<div class="bar"></div>
|
|
</div>
|
|
<ul class="keywords">
|
|
<li>HTML</li>
|
|
<li>CSS</li>
|
|
<li>Javascript</li>
|
|
</ul>
|
|
</div>
|
|
<div class="item">
|
|
<h3 class="name">
|
|
Compression
|
|
</h3>
|
|
|
|
<div class="level master">
|
|
<em>Master</em>
|
|
<div class="bar"></div>
|
|
</div>
|
|
<ul class="keywords">
|
|
<li>Mpeg</li>
|
|
<li>MP4</li>
|
|
<li>GIF</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Work Experience <span class="item-count">(1)</span></h2>
|
|
</header>
|
|
|
|
<section id="work">
|
|
<section class="work-item">
|
|
|
|
<label for="work-item-0"></label>
|
|
|
|
<header class="clear">
|
|
<div class="date">
|
|
<span class="startDate">Dec 2013</span>
|
|
<span class="endDate">- Dec 2014</span>
|
|
</div>
|
|
<div class="position">CEO/President</div>
|
|
<div class="company">Pied Piper</div>
|
|
</header>
|
|
|
|
<span class="fas fa-map-marker-alt"></span>
|
|
<span class="location">Palo Alto, CA,</span>
|
|
<div class="item" id="work-item">
|
|
<div class="summary"><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></div>
|
|
<ul class="highlights">
|
|
<li><p>Build an algorithm for artist to detect if their music was violating copy right infringement laws</p></li>
|
|
<li><p>Successfully won Techcrunch Disrupt</p></li>
|
|
<li><p>Optimized an algorithm that holds the current world record for Weisman Scores</p></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Projects <span class="item-count">(1)</span></h2>
|
|
</header>
|
|
<section id="projects">
|
|
<section class="project-item">
|
|
|
|
<header class="clear">
|
|
<div class="position">Miss Direction</div>
|
|
<div class="date">
|
|
<span class="startDate">Aug 2016</span>
|
|
<span class="endDate">- Aug 2016</span>
|
|
</div>
|
|
</header>
|
|
<span class="website">
|
|
<span class="fas fa-external-link-alt"></span>
|
|
<a target="_blank" href="missdirection.example.com">missdirection.example.com</a>
|
|
</span>
|
|
<ul class="keywords">
|
|
<li>GoogleMaps</li>
|
|
<li>Chrome Extension</li>
|
|
<li>Javascript</li>
|
|
</ul>
|
|
<div class="item">
|
|
<ul class="highlights">
|
|
<li><p>Won award at AIHacks 2016</p></li>
|
|
<li><p>Built by all women team of newbie programmers</p></li>
|
|
<li><p>Using modern technologies such as GoogleMaps, Chrome Extension and Javascript</p></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Volunteer</h2>
|
|
</header>
|
|
<section id="volunteer">
|
|
<section class="volunteer-item">
|
|
|
|
<label for="volunteer-item-0"></label>
|
|
|
|
<header class="clear">
|
|
<div class="header-left">
|
|
<div class="position">
|
|
Teacher
|
|
</div>
|
|
<div class="organization">
|
|
CoderDojo
|
|
</div>
|
|
</div>
|
|
<div class="date">
|
|
<span class="startDate">
|
|
Jan 2012
|
|
</span>
|
|
<span class="endDate">
|
|
- Jan 2013
|
|
</span>
|
|
</div>
|
|
</header>
|
|
<div class="item">
|
|
<div class="summary"><p>Global movement of free coding clubs for young people.</p></div>
|
|
<ul class="highlights">
|
|
<li><p>Awarded 'Teacher of the Month'</p></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Education <span class="item-count">(1)</span></h2>
|
|
</header>
|
|
|
|
<section id="education">
|
|
<section class="education-item">
|
|
<header class="clear">
|
|
<div class="header-left">
|
|
<div class="studyType">
|
|
Bachelor
|
|
</div>
|
|
<div class="area">
|
|
Information Technology
|
|
</div>
|
|
<div class="institution">
|
|
University of Oklahoma
|
|
</div>
|
|
</div>
|
|
<div class="date">
|
|
<span class="startDate">
|
|
2011
|
|
</span>
|
|
<span class="endDate">
|
|
- 2014
|
|
</span>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<ul class="courses">
|
|
<li>DB1101 - Basic SQL</li>
|
|
<li>CS2011 - Java Introduction</li>
|
|
</ul>
|
|
|
|
<div class="item">
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Awards</h2>
|
|
</header>
|
|
<section id="awards">
|
|
<section class="award-item">
|
|
<label for="award-item-0"></label>
|
|
|
|
<header class="clear">
|
|
<div class="header-left">
|
|
<div class="title">
|
|
Digital Compression Pioneer Award
|
|
</div>
|
|
<div class="awarder">
|
|
Techcrunch
|
|
</div>
|
|
</div>
|
|
<div class="date">
|
|
2014
|
|
</div>
|
|
</header>
|
|
|
|
<div class="item">
|
|
<div class="summary"><p>There is no spoon.</p></div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Publications</h2>
|
|
</header>
|
|
<section id="publications">
|
|
<section class="publication-item">
|
|
<label for="publication-item-0"></label>
|
|
|
|
<header class="clear">
|
|
<div class="header-left">
|
|
<span class="name">
|
|
Video compression for 3d media
|
|
</span>
|
|
<span class="publisher">
|
|
in Hooli
|
|
</span>
|
|
</div>
|
|
<span class="date">
|
|
1 Oct 2014
|
|
</span>
|
|
</header>
|
|
|
|
<div class="item">
|
|
<div class="summary"><p>Innovative middle-out compression algorithm that changes the way we store data.</p></div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>Languages</h2>
|
|
</header>
|
|
<section id="languages">
|
|
<div class="display">
|
|
<h3 class="language">
|
|
English
|
|
</h3>
|
|
<div class="item">
|
|
<div class="level fluency native speaker">
|
|
<em>Native speaker</em>
|
|
<div class="bar"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title' class='section-title'>Interests</h2>
|
|
</header>
|
|
<section id="interests">
|
|
<div class="item">
|
|
<h3 class="name">
|
|
Wildlife
|
|
</h3>
|
|
<ul class="keywords">
|
|
<li>Ferrets</li>
|
|
<li>Unicorns</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section class="section">
|
|
<header>
|
|
<h2 class='section-title'>References</h2>
|
|
</header>
|
|
<section id="references">
|
|
<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>
|
|
|
|
</body>
|
|
</html>
|