519 lines
18 KiB
HTML
519 lines
18 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Bree LaPointe</title>
|
|
<!-- Meta -->
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Responsive HTML5 Developer Resume for Bree LaPointe">
|
|
<meta name="generator" content="https://www.npmjs.com/package/jsonresume-theme-orbit/v/1.1.0"/>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
|
<!-- Global CSS -->
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Plugins CSS -->
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
|
|
|
|
<!-- Theme CSS -->
|
|
<style>
|
|
/*
|
|
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
|
* Version: 1.0
|
|
* Author: Xiaoying Riley
|
|
* Twitter: @3rdwave_themes
|
|
* License: Creative Commons Attribution 3.0 License
|
|
* Website: http://themes.3rdwavemedia.com/
|
|
*/
|
|
/* styles.css */
|
|
/* ======= Base ======= */
|
|
body {
|
|
font-family: 'Roboto', sans-serif;
|
|
color: #545E6C;
|
|
background: #f5f5f5;
|
|
font-size: 14px;
|
|
padding: 30px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: 700;
|
|
}
|
|
a {
|
|
color: #2d7788;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
color: #1a454f;
|
|
}
|
|
a:focus {
|
|
text-decoration: none;
|
|
}
|
|
p {
|
|
line-height: 1.5;
|
|
}
|
|
.wrapper {
|
|
background: #42A8C0;
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.sidebar-wrapper {
|
|
background: #42A8C0;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 240px;
|
|
height: 100%;
|
|
min-height: 800px;
|
|
color: #fff;
|
|
}
|
|
.sidebar-wrapper a {
|
|
color: #fff;
|
|
}
|
|
.sidebar-wrapper .profile-container {
|
|
padding: 30px;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.sidebar-wrapper .name {
|
|
font-size: 32px;
|
|
font-weight: 900;
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
.sidebar-wrapper .tagline {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .profile {
|
|
margin-bottom: 15px;
|
|
}
|
|
.sidebar-wrapper .contact-list .fa {
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
vertical-align: middle;
|
|
}
|
|
.sidebar-wrapper .contact-list li {
|
|
margin-bottom: 15px;
|
|
}
|
|
.sidebar-wrapper .contact-list li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .contact-list .email .fa {
|
|
font-size: 14px;
|
|
}
|
|
.sidebar-wrapper .container-block {
|
|
padding: 30px;
|
|
}
|
|
.sidebar-wrapper .container-block-title {
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
margin-top: 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
.sidebar-wrapper .degree {
|
|
font-size: 14px;
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.sidebar-wrapper .education-container .item {
|
|
margin-bottom: 15px;
|
|
}
|
|
.sidebar-wrapper .education-container .item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .education-container .meta {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
font-weight: 500;
|
|
margin-bottom: 0px;
|
|
margin-top: 0;
|
|
}
|
|
.sidebar-wrapper .education-container .time {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
font-weight: 500;
|
|
margin-bottom: 0px;
|
|
}
|
|
.sidebar-wrapper .languages-container .lang-desc {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.sidebar-wrapper .languages-list {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .languages-list li {
|
|
margin-bottom: 10px;
|
|
}
|
|
.sidebar-wrapper .languages-list li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .interests-list {
|
|
margin-bottom: 0;
|
|
}
|
|
.sidebar-wrapper .interests-list li {
|
|
margin-bottom: 10px;
|
|
}
|
|
.sidebar-wrapper .interests-list li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.main-wrapper {
|
|
background: #fff;
|
|
padding: 60px;
|
|
padding-right: 300px;
|
|
min-height: 800px;
|
|
}
|
|
.main-wrapper .section-title {
|
|
text-transform: uppercase;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: #2d7788;
|
|
position: relative;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
.main-wrapper .section-title .fa {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-right: 8px;
|
|
display: inline-block;
|
|
color: #fff;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
-ms-border-radius: 50%;
|
|
-o-border-radius: 50%;
|
|
border-radius: 50%;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
background: #2d7788;
|
|
text-align: center;
|
|
padding-top: 8px;
|
|
font-size: 16px;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
.main-wrapper .section {
|
|
margin-bottom: 60px;
|
|
}
|
|
.main-wrapper .experiences-section .item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.main-wrapper .upper-row {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin-bottom: 2px;
|
|
}
|
|
.main-wrapper .job-title {
|
|
color: #3F4650;
|
|
font-size: 16px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font-weight: 500;
|
|
}
|
|
.main-wrapper .time {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
color: #97AAC3;
|
|
}
|
|
.main-wrapper .company {
|
|
margin-bottom: 10px;
|
|
color: #97AAC3;
|
|
}
|
|
.main-wrapper .project-title {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.main-wrapper .projects-section .intro {
|
|
margin-bottom: 30px;
|
|
}
|
|
.main-wrapper .projects-section .item {
|
|
margin-bottom: 15px;
|
|
}
|
|
.skillset .item {
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.skillset .level-title {
|
|
font-size: 14px;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
}
|
|
.skillset .level-bar {
|
|
height: 12px;
|
|
background: #f5f5f5;
|
|
}
|
|
.skillset .level-bar-inner {
|
|
height: 12px;
|
|
background: #7bc2d3;
|
|
}
|
|
.footer {
|
|
padding: 30px;
|
|
padding-top: 60px;
|
|
}
|
|
.footer .copyright {
|
|
line-height: 1.6;
|
|
color: #545E6C;
|
|
font-size: 13px;
|
|
}
|
|
.footer .fa-heart {
|
|
color: #fb866a;
|
|
}
|
|
/* Extra small devices (phones, less than 768px) */
|
|
@media (max-width: 767px) {
|
|
.sidebar-wrapper {
|
|
position: static;
|
|
width: inherit;
|
|
}
|
|
.main-wrapper {
|
|
padding: 30px;
|
|
}
|
|
.main-wrapper .time {
|
|
position: static;
|
|
display: block;
|
|
margin-top: 5px;
|
|
}
|
|
.main-wrapper .upper-row {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
/* Small devices (tablets, 768px and up) */
|
|
/* Medium devices (desktops, 992px and up) */
|
|
@media (min-width: 992px) {
|
|
.skillset .level-title {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 30%;
|
|
margin-bottom: 0;
|
|
}
|
|
.skillset .level-bar {
|
|
display: inline-block;
|
|
width: 70%;
|
|
float: left;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
}
|
|
/* Large devices (large desktops, 1200px and up) */
|
|
/* Ex-Large devices (large desktops, 1200px and up) */
|
|
|
|
</style>
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="sidebar-wrapper">
|
|
|
|
<div class="profile-container">
|
|
<img class="profile" src="" alt="" />
|
|
<h1 class="name">Bree LaPointe</h1>
|
|
<h3 class="tagline">Programmer</h3>
|
|
</div><!--//profile-container-->
|
|
|
|
<div class="contact-container container-block">
|
|
<ul class="list-unstyled contact-list">
|
|
<li class="email"><i class="fa fa-envelope"></i><a href="mailto:contact@blapointe.com">contact@blapointe.com</a></li>
|
|
<li class="phone"><i class="fa fa-phone"></i><a href="tel:(912) 555-4321">(912) 555-4321</a></li>
|
|
<li class="website"><i class="fa fa-globe"></i><a href="http://richardhendricks.example.com" target="_blank">richardhendricks.example.com</a></li>
|
|
|
|
<li class="twitter"><i class="fa fa-twitter"></i><a href="" target="_blank">@neutralthoughts</a></li>
|
|
<li class="soundcloud"><i class="fa fa-soundcloud"></i><a href="https://soundcloud.example.com/dandymusicnl" target="_blank">soundcloud.example.com/dandymusicnl</a></li>
|
|
<!-- <li class="twitter"><i class="fa fa-twitter"></i><a href="https://twitter.com/3rdwave_themes" target="_blank">@twittername</a></li> -->
|
|
</ul>
|
|
</div><!--//contact-container-->
|
|
|
|
<div class="education-container container-block">
|
|
<h2 class="container-block-title">Education</h2>
|
|
<div class="item">
|
|
<h4 class="degree">Bachelors in Information Technology</h4>
|
|
<h5 class="meta">University of Oklahoma</h5>
|
|
<div class="time">2011 - 2013</div>
|
|
</div><!--//item-->
|
|
</div><!--//education-container-->
|
|
|
|
<div class="languages-container container-block">
|
|
<h2 class="container-block-title">Languages</h2>
|
|
<ul class="list-unstyled interests-list">
|
|
<li>English <span class="lang-desc">(Native speaker)</span></li>
|
|
</ul>
|
|
</div><!--//interests-->
|
|
|
|
<div class="interests-container container-block">
|
|
<h2 class="container-block-title">Interests</h2>
|
|
<ul class="list-unstyled interests-list">
|
|
<li>Wildlife</li>
|
|
</ul>
|
|
</div><!--//interests-->
|
|
|
|
</div><!--//sidebar-wrapper-->
|
|
|
|
<div class="main-wrapper">
|
|
|
|
<section class="section summary-section">
|
|
<h2 class="section-title"><i class="fa fa-user"></i>Personal Summary</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><!--//summary-->
|
|
</section><!--//section-->
|
|
|
|
<section class="section experiences-section">
|
|
<h2 class="section-title"><i class="fa fa-briefcase"></i>Work Experience</h2>
|
|
|
|
<div class="item">
|
|
<div class="meta">
|
|
<div class="upper-row">
|
|
<h3 class="job-title">CEO/President</h3>
|
|
<div class="time">2013 - 2014</div>
|
|
</div><!--//upper-row-->
|
|
<div class="company"><a href="http://piedpiper.example.com" target="_blank">Pied Piper, Palo Alto, CA</a></div>
|
|
</div><!--//meta-->
|
|
<div class="details">
|
|
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.
|
|
</div><!--//details-->
|
|
</div><!--//item-->
|
|
</section><!--//section-->
|
|
|
|
<section class="section experiences-section">
|
|
<h2 class="section-title"><i class="fa fa-handshake-o"></i>Volunteer Work</h2>
|
|
|
|
<div class="item">
|
|
<div class="meta">
|
|
<div class="upper-row">
|
|
<h3 class="job-title">Teacher</h3>
|
|
<div class="time">2011 - 2012</div>
|
|
</div><!--//upper-row-->
|
|
<div class="company"><a href="http://coderdojo.example.com/" target="_blank">CoderDojo</a></div>
|
|
</div><!--//meta-->
|
|
<div class="details">
|
|
Global movement of free coding clubs for young people.
|
|
</div><!--//details-->
|
|
</div><!--//item-->
|
|
</section><!--//section-->
|
|
|
|
<section class="section experiences-section">
|
|
<h2 class="section-title"><i class="fa fa-trophy"></i>Awards</h2>
|
|
|
|
<div class="item">
|
|
<div class="meta">
|
|
<div class="upper-row">
|
|
<h3 class="job-title">Digital Compression Pioneer Award</h3>
|
|
<div class="time">2014</div>
|
|
</div><!--//upper-row-->
|
|
<div class="company">Techcrunch</div>
|
|
</div><!--//meta-->
|
|
<div class="details">
|
|
There is no spoon.
|
|
</div><!--//details-->
|
|
</div><!--//item-->
|
|
</section><!--//section-->
|
|
|
|
<section class="section projects-section">
|
|
<h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2>
|
|
<!-- <div class="intro">
|
|
<p>You can list your side projects or open source libraries in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus.</p>
|
|
</div>--><!--//intro-->
|
|
<div class="item">
|
|
<span class="project-title"><a href="missdirection.example.com" target="_blank">Miss Direction</a></span> -
|
|
<span class="project-tagline">A mapping engine that misguides you</span>
|
|
</div><!--//item-->
|
|
</section><!--//section-->
|
|
|
|
<section class="section experiences-section">
|
|
<h2 class="section-title"><i class="fa fa-book"></i>Publications</h2>
|
|
|
|
<div class="item">
|
|
<div class="meta">
|
|
<div class="upper-row">
|
|
<h3 class="job-title"><a href="http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)" target="_blank">Video compression for 3d media</a></h3>
|
|
<div class="time">2014</div>
|
|
</div><!--//upper-row-->
|
|
<div class="company">Hooli</div>
|
|
</div><!--//meta-->
|
|
<div class="details">
|
|
Innovative middle-out compression algorithm that changes the way we store data.
|
|
</div><!--//details-->
|
|
</div><!--//item-->
|
|
</section><!--//section-->
|
|
|
|
<section class="skills-section section">
|
|
<h2 class="section-title"><i class="fa fa-rocket"></i>Skills & Proficiency</h2>
|
|
<div class="skillset">
|
|
<div class="item">
|
|
<h3 class="level-title">Web Development</h3>
|
|
<div class="level-bar">
|
|
<div class="level-bar-inner" data-level="100%">
|
|
</div>
|
|
</div><!--//level-bar-->
|
|
</div><!--//item-->
|
|
<div class="item">
|
|
<h3 class="level-title">Compression</h3>
|
|
<div class="level-bar">
|
|
<div class="level-bar-inner" data-level="100%">
|
|
</div>
|
|
</div><!--//level-bar-->
|
|
</div><!--//item-->
|
|
|
|
</div>
|
|
</section><!--//skills-section-->
|
|
|
|
</div><!--//main-body-->
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="text-center">
|
|
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
|
|
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
|
|
</div><!--//container-->
|
|
</footer><!--//footer-->
|
|
|
|
<!-- Javascript -->
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
|
<!-- custom js -->
|
|
<script type="text/javascript">
|
|
jQuery(document).ready(function($) {
|
|
|
|
|
|
/*======= Skillset *=======*/
|
|
|
|
|
|
$('.level-bar-inner').css('width', '0');
|
|
|
|
$('.level-bar-inner').each(function() {
|
|
|
|
var itemWidth = $(this).data('level');
|
|
|
|
$(this).animate({
|
|
width: itemWidth
|
|
}, 800);
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|