mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
Removed google tag manager and reverted to just analytics
This commit is contained in:
parent
d03952d237
commit
d24802b0d9
209
index.html
209
index.html
@ -1,13 +1,20 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-NGHHRNH');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<head>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99766784-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-99766784-1');
|
||||
</script>
|
||||
|
||||
<title>Anson Biggs Portfolio</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Portfolio for Anson Biggs.">
|
||||
@ -18,40 +25,73 @@
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
<link rel="Anson Biggs" href="http://www.ansonbiggs.com">
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NGHHRNH"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<body>
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<header>
|
||||
<!--<span class="image avatar"><img src="images/embryriddle.png" alt="Embry-Riddle Aeronautical University" /></span>-->
|
||||
<h1></h1><!--Brings down the header since theres no longer a picture so it doesnt look awkward-->
|
||||
<h1></h1>
|
||||
<!--Brings down the header since theres no longer a picture so it doesnt look awkward-->
|
||||
<h1 id="logo">Anson Biggs Portfolio</h1>
|
||||
<p>Aerospace Engineering Student at</br> <a href="http://prescott.erau.edu/">Embry-Riddle Aeronautical University Prescott</a></p>
|
||||
<p>Aerospace Engineering Student at</br>
|
||||
<a href="http://prescott.erau.edu/">Embry-Riddle Aeronautical University Prescott</a>
|
||||
</p>
|
||||
</header>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="Resume.htm"><h1>Printable Resume</h1> </a></li>
|
||||
<li><a href="#one" class="active">Objective</a></li>
|
||||
<li><a href="#two">Education and Experience</a></li>
|
||||
<li><a href="#three">Things I Can Do</a></li>
|
||||
<li><a href="#four">Accomplishments and Personal Projects</a></li>
|
||||
<li><a href="#five">Contact</a></li>
|
||||
<li>
|
||||
<a href="Resume.htm">
|
||||
<h1>Printable Resume</h1>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#one" class="active">Objective</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#two">Education and Experience</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#three">Things I Can Do</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#four">Accomplishments and Personal Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#five">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<footer>
|
||||
<h1><a href="mailto:anson@ansonbiggs.com">anson@ansonbiggs.com</a></h1>
|
||||
<h1><a>480.322.8468</a></h1>
|
||||
<h1>
|
||||
<a href="mailto:anson@ansonbiggs.com">anson@ansonbiggs.com</a>
|
||||
</h1>
|
||||
<h1>
|
||||
<a>480.322.8468</a>
|
||||
</h1>
|
||||
<ul class="icons">
|
||||
<li><a href="https://www.linkedin.com/in/ansonbiggs" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
|
||||
<li><a href="https://twitter.com/AnsonBiggs" class="icon fa-twitter"><span class="label">Twitter</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="https://www.linkedin.com/in/ansonbiggs" class="icon fa-linkedin">
|
||||
<span class="label">LinkedIn</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/AnsonBiggs" class="icon fa-twitter">
|
||||
<span class="label">Twitter</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>
|
||||
</ul>
|
||||
</footer>
|
||||
</section>
|
||||
@ -71,8 +111,8 @@
|
||||
<h2>My Objective</h2>
|
||||
<p></p>
|
||||
</header>
|
||||
<p>I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Electronic
|
||||
Engineering studying at Embry-Riddle Aeronautical University in Prescott, Arizona.</p>
|
||||
<p>I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Electronic Engineering
|
||||
studying at Embry-Riddle Aeronautical University in Prescott, Arizona.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -84,23 +124,25 @@
|
||||
<article>
|
||||
<div class="container">
|
||||
|
||||
<h4><i class="fa fa-university" aria-hidden="true"></i> B.S. in Aerospace Engineering• 2021 • Embry Riddle</h4>
|
||||
<h4>
|
||||
<i class="fa fa-university" aria-hidden="true"></i> B.S. in Aerospace Engineering• 2021 • Embry Riddle</h4>
|
||||
<p>
|
||||
Currently attending classes and hoping to graduate in 2021 with a
|
||||
B.S. in Aerospace Engineering and am planning to take every opportunity
|
||||
to pursue internships.
|
||||
Currently attending classes and hoping to graduate in 2021 with a B.S. in Aerospace Engineering and am planning to take every
|
||||
opportunity to pursue internships.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="container">
|
||||
<h4><i class="fa fa-briefcase" aria-hidden="true"></i> Expediter • The Hub • 2012-2017</h4>
|
||||
<h4>
|
||||
<i class="fa fa-briefcase" aria-hidden="true"></i> Expediter • The Hub • 2012-2017</h4>
|
||||
<p>
|
||||
Managed a team of kitchen and serving staff. Ensured product quality according to customer specifications.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<div class="container">
|
||||
<h4><i class="fa fa-university" aria-hidden="true"></i> Community College • 2015-2017 • Mesa Community College</h4>
|
||||
<h4>
|
||||
<i class="fa fa-university" aria-hidden="true"></i> Community College • 2015-2017 • Mesa Community College</h4>
|
||||
<p>
|
||||
Completed many pre-requisite classes, and some Electronic Engineering classes before transferring to Embry-Riddle.
|
||||
</p>
|
||||
@ -135,51 +177,48 @@
|
||||
<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 class="image"><img src="images/tk1.jpg" alt="NVidia Jetson TK1"/></a>
|
||||
<a 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>
|
||||
<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 class="image"><img src="images/freenas.jpg" alt="FreeNAS Storage Servers"/></a>
|
||||
<a 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>
|
||||
<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 class="image"><img src="images/arduinopi.jpg" alt="Arduino and Raspberry Pi" /></a>
|
||||
<a 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>
|
||||
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>
|
||||
@ -193,20 +232,32 @@
|
||||
<p>Feel free to contact me either through the form below or my personal email address.</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 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 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="4"></textarea></div>
|
||||
<div class="12u">
|
||||
<textarea name="message" id="message" placeholder="Message" rows="4"></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>
|
||||
<li>
|
||||
<input type="submit" class="special" value="Send Message" />
|
||||
</li>
|
||||
<li>
|
||||
<input type="reset" value="Reset Form" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -218,8 +269,9 @@
|
||||
<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>
|
||||
<li>Built by Anson Biggs based on an
|
||||
<a href="http://html5up.net">HTML5 UP
|
||||
</a> template</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
@ -235,5 +287,6 @@
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user