151 lines
3.3 KiB
HTML
Executable File
151 lines
3.3 KiB
HTML
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
|
|
<title>Bree LaPointe</title>
|
|
|
|
<style>
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fafafa;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
* {
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
}
|
|
.page {
|
|
width: 210mm;
|
|
min-height: 297mm;
|
|
padding: 10mm;
|
|
margin: 10mm auto;
|
|
border: 1px #d3d3d3 solid;
|
|
border-radius: 5px;
|
|
background: white;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
@page {
|
|
size: A4;
|
|
margin: 0;
|
|
}
|
|
@media print {
|
|
html,
|
|
body {
|
|
width: 210mm;
|
|
height: 297mm;
|
|
}
|
|
.page {
|
|
margin: 0;
|
|
border: initial;
|
|
border-radius: initial;
|
|
width: initial;
|
|
min-height: initial;
|
|
box-shadow: initial;
|
|
background: initial;
|
|
page-break-after: always;
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 15pt;
|
|
}
|
|
|
|
p {
|
|
padding: 0;
|
|
margin: 2px 0 15px 0;
|
|
}
|
|
.title {
|
|
font-weight: bold;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.endDate,
|
|
.startDate {
|
|
color: #444;
|
|
}
|
|
section {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="page">
|
|
<h1>Bree LaPointe</h1>
|
|
<section id="basics">
|
|
San Francisco
|
|
US
|
|
/
|
|
(912) 555-4321 /
|
|
contact@blapointe.com
|
|
</section>
|
|
<section id="work">
|
|
<br />
|
|
<span class="startDate">
|
|
2013-12-01
|
|
</span>
|
|
<span class="endDate">
|
|
- 2014-12-01
|
|
</span>
|
|
</div>
|
|
<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 class="date">
|
|
<span class="startDate">
|
|
2013-12-01
|
|
</span>
|
|
<span class="endDate">
|
|
- 2014-12-01
|
|
</span>
|
|
</div>
|
|
<div class="position">
|
|
CEO/President
|
|
</div>
|
|
<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>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>
|
|
-->
|
|
</section>
|
|
<section id="education">
|
|
<div class="title">EDUCATION</div>
|
|
<div>
|
|
<strong>University of Oklahoma,</strong>
|
|
<span class="startDate">
|
|
2011-06-01
|
|
</span>
|
|
<span class="endDate">
|
|
- 2014-01-01
|
|
</span>
|
|
</div>
|
|
Bachelor
|
|
</section>
|
|
<section id="awards">
|
|
<div class="title">AWARDS</div>
|
|
<div class="item">
|
|
Digital Compression Pioneer Award (Techcrunch)
|
|
</div>
|
|
</section>
|
|
<section id="interests">
|
|
<div class="title">HOBBIES</div>
|
|
Wildlife
|
|
</section>
|
|
</body>
|
|
</html>
|