mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-22 14:21:21 +00:00
Initial
This commit is contained in:
196
index.html
Normal file
196
index.html
Normal file
@@ -0,0 +1,196 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Anson Biggs</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The resume for Anson Biggs.">
|
||||
<meta name="keywords" content="Aerospace Engineering, Aerospace Engineer, Astronautics, Resume, Internship">
|
||||
<meta name="author" content="Anson Biggs">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<header>
|
||||
<span class="image avatar"><img src="images/embryriddle.png" alt="Embry-Riddle Aeronautical University" /></span>
|
||||
<h1 id="logo"><a href="#">Anson Biggs</a></h1>
|
||||
<p>Aerospace Engineering Student at <a href="http://prescott.erau.edu/">Embry-Riddle Prescott</a></p>
|
||||
</header>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="#one" class="active">Objective</a></li>
|
||||
<li><a href="#two">Things I Can Do</a></li>
|
||||
<li><a href="#three">A Few Accomplishments</a></li>
|
||||
<li><a href="#four">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<footer>
|
||||
<ul class="icons">
|
||||
<li><a href="https://www.linkedin.com/in/anson-biggs-4860355b/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
|
||||
<li><a href="https://www.facebook.com/anson.biggs" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
|
||||
<li><a href="https://www.instagram.com/themisterbiggs/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
|
||||
<li><a href="https://github.com/MisterBiggs" class="icon fa-github"><span class="label">Github</span></a></li>
|
||||
<li><a href="mailto:anson@ansonbiggs.com" class="icon fa-envelope"><span class="label">Email</span></a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main">
|
||||
|
||||
<!-- One -->
|
||||
<section id="one">
|
||||
<div class="container">
|
||||
<header class="major">
|
||||
<h2>My Objective</h2>
|
||||
<p></p>
|
||||
</header>
|
||||
<p>A Position as an engineer or related internship position which challenges me and allows me to build
|
||||
my career as an Aerospace Engineer.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Two -->
|
||||
<section id="two">
|
||||
<div class="container">
|
||||
<h3>Things I Can Do</h3>
|
||||
<p></p>
|
||||
<ul class="feature-icons">
|
||||
<li class="fa-wrench">Arduino</li>
|
||||
<li class="fa-cubes">Electronics</li>
|
||||
<li class="fa-linux">Linux</li>
|
||||
<li class="fa-windows">Microsoft Office Suite</li>
|
||||
<li class="fa-code">Python</li>
|
||||
<li class="fa-code">Lua</li>
|
||||
<li class="fa-bolt">CAD</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Three -->
|
||||
<section id="three">
|
||||
<div class="container">
|
||||
<h3>Accomplishments and Personal Projects</h3>
|
||||
<p>Listed below are some of my personal achievements and projects that I have done in my free time.</p>
|
||||
<div class="features">
|
||||
<article>
|
||||
<a href="#" class="image"><img src="images/tk1.jpg" alt="NVidia Jetson TK1"/></a>
|
||||
<div class="inner">
|
||||
<h4><a href="https://developer.nvidia.com/tk1-vision-challenge">The
|
||||
Tegra® K1 CUDA® Vision Challenge</a></h4>
|
||||
<p>Nvidia held a competition involving computer vision to
|
||||
advertise their new development board that was compact had a lot of graphics
|
||||
horsepower making it great for small computer vision based projects. My idea
|
||||
was to teach the computer to identify food. Tools I used
|
||||
included OpenCV using Python, and all the pictures of food that I was
|
||||
able to scrape off the internet. I made it into the top 50
|
||||
contestants but unfortunately ran into issues with the project that
|
||||
were ahead of my skill set at the time and wasn't able to compete further.
|
||||
It was great to work on a project where I was forced to teach myself almost the
|
||||
entire way through and I hope to revisit this project in the future as NVidia
|
||||
send me some more boards when I reached the top 50 of contestants.</p>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<a href="#" class="image"><img src="images/freenas.jpg" alt="FreeNAS Storage Servers"/></a>
|
||||
<div class="inner">
|
||||
<h4>Running a 25TB FreeNAS server in my bedroom</h4>
|
||||
<p>I have an obsession with hoarding data. I keep multiple copies of
|
||||
almost everything I do and even keep copies of data that I think I
|
||||
will find useful in the future. I have years worth of Linux ISO
|
||||
files for multiple different distributions
|
||||
that I also have available for others to download. I have a full copy
|
||||
of Wikipedia that I can browse while offline and numerous other
|
||||
random things that nobody besides me cares about. This project has
|
||||
taught me a lot about different filesystems and how to use a command line interface.
|
||||
This is an ongoing project that I will probably continue to evolve until I die so I
|
||||
look forward to expanding my server in the future..</p>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<a href="#" class="image"><img src="images/arduinopi.jpg" alt="Arduino and Raspberry Pi" /></a>
|
||||
<div class="inner">
|
||||
<h4>Numerous Arduino and Raspberry Pi projects</h4>
|
||||
<p>Most of my projects never see completion because I cannibalize them to build new projects but my current projects
|
||||
involve building a large LED stock ticker that reads off stock
|
||||
prices like in Wall Street. This project has taught me a lot about
|
||||
working with open source projects on Github and I have even had to source the LED
|
||||
panels from China myself to make the project affordable for
|
||||
myself. The few Electronic Engineering classes that I have taken so far have all been building physical
|
||||
circuits so I look forward to getting into the software side of things more in the future especially
|
||||
with the Arduino.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Four -->
|
||||
<section id="four">
|
||||
<div class="container">
|
||||
<h3>Contact Me</h3>
|
||||
<p>Feel free to contact with me with any questions!</p>
|
||||
<form method="post" action="http://formspree.io/anson@ansonbiggs.com">
|
||||
<div class="row uniform">
|
||||
<div class="6u 12u(xsmall)"><input type="text" name="name" id="name" placeholder="Name" /></div>
|
||||
<div class="6u 12u(xsmall)"><input type="email" name="email" id="email" placeholder="Email" /></div>
|
||||
</div>
|
||||
<div class="row uniform">
|
||||
<div class="12u"><input type="text" name="subject" id="subject" placeholder="Subject" /></div>
|
||||
</div>
|
||||
<div class="row uniform">
|
||||
<div class="12u"><textarea name="message" id="message" placeholder="Message" rows="6"></textarea></div>
|
||||
</div>
|
||||
<div class="row uniform">
|
||||
<div class="12u">
|
||||
<ul class="actions">
|
||||
<li><input type="submit" class="special" value="Send Message" /></li>
|
||||
<li><input type="reset" value="Reset Form" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
<div class="container">
|
||||
<ul class="copyright">
|
||||
<li>Built by Anson Biggs based on an <a href="http://html5up.net">HTML5
|
||||
UP</a> template</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="assets/js/jquery.min.js"></script>
|
||||
<script src="assets/js/jquery.scrollzer.min.js"></script>
|
||||
<script src="assets/js/jquery.scrolly.min.js"></script>
|
||||
<script src="assets/js/skel.min.js"></script>
|
||||
<script src="assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-40076198-9', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user