150 lines
5.9 KiB
HTML
150 lines
5.9 KiB
HTML
<!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">
|
||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||
<meta name="description" content="Neil Brommer">
|
||
<meta name="author" content="Neil Brommer">
|
||
<link rel="icon" href="favicon.ico">
|
||
|
||
<!-- theme colors -->
|
||
<!-- Chrome, Firefox OS and Opera -->
|
||
<meta name="theme-color" content="#3f51b5">
|
||
<!-- Windows Phone -->
|
||
<meta name="msapplication-navbutton-color" content="#3f51b5">
|
||
<!-- iOS -->
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||
|
||
<title>Neil Brommer - Resumé</title>
|
||
|
||
<!-- Bootstrap core CSS -->
|
||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
|
||
<!-- font awesome -->
|
||
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
|
||
|
||
<!-- Custom styles for this site -->
|
||
<link href="css/main.css" rel="stylesheet">
|
||
|
||
<!-- Google Analytics -->
|
||
<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-105178749-1', 'auto');
|
||
ga('send', 'pageview');
|
||
</script>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<!-- Bootstrap core JavaScript
|
||
================================================== -->
|
||
<!-- Placed at the end of the document so the pages load faster -->
|
||
<script src="js/jquery-3.2.1.js"></script>
|
||
<script src="js/popper.js"></script>
|
||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||
|
||
|
||
<!-- Fixed navbar -->
|
||
<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||
<div class="container">
|
||
<a class="navbar-brand" href="/">Neil Brommer</a>
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||
<ul class="navbar-nav mr-auto">
|
||
<li class="nav-item" id="homelnk">
|
||
<a class="nav-link" href="/">Home</a>
|
||
</li>
|
||
<li class="nav-item active" id="resumelnk">
|
||
<a class="nav-link" href="resume.html">Resumé</a>
|
||
</li>
|
||
<li class="nav-item" id="contactlnk">
|
||
<a class="nav-link" href="contact.html">Contact</a>
|
||
</li>
|
||
<li class="nav-item" id="githublnk">
|
||
<a class="nav-link" href="https://github.com/NeilBrommer" target="_blank">Github <span class="fa fa-external-link" aria-hidden="true"></span></a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<!-- Main component for a primary marketing message or call to action -->
|
||
<div class="container">
|
||
<div class="jumbotron">
|
||
<h1>Resumé</h1>
|
||
<p>
|
||
Work history, references, and more contact information available on request
|
||
via the <a href="contact.html">contact page</a>.
|
||
</p>
|
||
<p>
|
||
PDF version available <a href="NeilBrommer-WebResume.pdf">here<a>.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container">
|
||
<h2>Education</h2>
|
||
<p>
|
||
<div class="row">
|
||
<div class="col-sm-8"><b>Eastern Washington University</b></div>
|
||
<div class="col-sm-4"><b class="float-sm-right">Cheney, Washington</b></div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-sm-8"><i>Bachelor of Science in Computer Science, 3.44 GPA</i></div>
|
||
<div class="col-sm-4"><i class="float-sm-right">2014 – present</i></div>
|
||
</div>
|
||
Planning to graduate in spring 2018
|
||
</p>
|
||
<p>
|
||
<div class="row">
|
||
<div class="col-sm-8"><b>Spokane Community College</b></div>
|
||
<div class="col-sm-4"><b class="float-sm-right">Spokane, Washington</b></div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-sm-8"><i>Associate of Applied Science in Network Design and Administration, 3.13 GPA</i></div>
|
||
<div class="col-sm-4"><i class="float-sm-right">2011 – 2013</i></div>
|
||
</div>
|
||
Networking with Cisco switches and routers, with basic Windows and Linux administration
|
||
</p>
|
||
|
||
<h2>Relevent Coursework</h2>
|
||
<ul class="row">
|
||
<li class="col-md-6">Object Oriented Programming – Java, C#</li>
|
||
<li class="col-md-6">Object-Oriented design patterns</li>
|
||
<li class="col-md-6">GUI Programming – JavaFX, WinForms, WPF</li>
|
||
<li class="col-md-6">Relational Databases – SQL</li>
|
||
<li class="col-md-6">Web Development – HTML, CSS, JavaScript, JQuery, PHP, WordPress</li>
|
||
<li class="col-md-6">Operating Systems – C, Unix, threads and processes, memory management</li>
|
||
<li class="col-md-6">Software Engineering</li>
|
||
<li class="col-md-6">Digital Circuits – Digital logic</li>
|
||
<li class="col-md-6">Network Programming – Network sockets, binary protocols</li>
|
||
<li class="col-md-6">Network Administration – routing, switching, WAN, VoIP</li>
|
||
<li class="col-md-6">Linux Administration – Basic system maintenance, Email, DNS</li>
|
||
<li class="col-md-6">Windows Administration – MS Exchange, Active Directory</li>
|
||
<li class="col-md-6">Low Level Systems – MIPS assembly, digital circuits</li>
|
||
<li class="col-md-6">PC/Server Hardware</li>
|
||
</ul>
|
||
|
||
<h2>Certifications</h2>
|
||
<p>
|
||
<div style="font-weight: bold;">CCNA</div>
|
||
<div class="row">
|
||
<div class="col-sm-8"><i>Cisco Certified Network Administrator</i></div>
|
||
<div class="col-sm-4"><i class="float-sm-right">September 2013 – 2016</i></div>
|
||
</div>
|
||
Cisco’s second level of computer networking certifications. Focuses on designing and managing routed and switched networks.
|
||
</p>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|