ok sampler
This commit is contained in:
129
json-resume/resume.modern.html
Normal file
129
json-resume/resume.modern.html
Normal file
@@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title> </title>
|
||||
<link href="http://bootswatch.com/lumen/bootstrap.min.css" rel="stylesheet" />
|
||||
<style>
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12">
|
||||
<h1>Bree LaPointe<h1>
|
||||
|
||||
<h2>San Francisco</h2>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12">
|
||||
<img class="media-object img-circle pull-right" data-src="holder.js/64x64" alt="64x64" src="//www.gravatar.com/avatar/3d1df38a85a478f73eaa3664b488edc3?s=100&r=pg&d=mm" style="width: 100px; height: 100px; margin-top: 20px;">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr style="color: #ccc; height: 4px;" />
|
||||
<section class="row">
|
||||
<header class="col-md-3">
|
||||
<h3>About</h3>
|
||||
</header>
|
||||
<div class="col-md-9">
|
||||
<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>
|
||||
<strong>Phone:</strong> (912) 555-4321 <br />
|
||||
<strong>Email:</strong> contact@blapointe.com<br />
|
||||
</div>
|
||||
</section>
|
||||
<section class="row">
|
||||
<header class="col-md-3">
|
||||
<h3>Work Experience</h3>
|
||||
</header>
|
||||
<div class="col-md-9">
|
||||
<div class="skills">
|
||||
<h3></h3>
|
||||
<strong>CEO/President</strong>
|
||||
<p>2013 - 2014</p>
|
||||
<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>
|
||||
<ul>
|
||||
<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>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="row">
|
||||
<header class="col-md-3">
|
||||
<h3>Education</h3>
|
||||
</header>
|
||||
<div class="col-md-9">
|
||||
<div class="skills">
|
||||
<h3>University of Oklahoma</h3>
|
||||
<h4>Information Technology, Bachelor</h4>
|
||||
<p>2011 - 2014</p>
|
||||
<p></p>
|
||||
<ul>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row">
|
||||
<header class="col-md-3">
|
||||
<h3>Skills</h3>
|
||||
</header>
|
||||
<div class="col-md-9">
|
||||
<div class="row-fluid skills">
|
||||
<ul class="col-md-6">
|
||||
|
||||
<li>
|
||||
<h4>Web Development</h4>
|
||||
<ul>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>Javascript</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="col-md-6">
|
||||
|
||||
<li>
|
||||
<h4>Compression</h4>
|
||||
<ul>
|
||||
<li>Mpeg</li>
|
||||
<li>MP4</li>
|
||||
<li>GIF</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row">
|
||||
<header class="col-md-3">
|
||||
<h3>References</h3>
|
||||
</header>
|
||||
<div class="col-md-9">
|
||||
<div class="row-fluid skills">
|
||||
|
||||
<p>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. -
|
||||
<strong>Erlich Bachman</strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user