Update navbar to include projects page
This commit is contained in:
parent
079f1df715
commit
915eba7e4a
201
contact.html
201
contact.html
|
@ -1,113 +1,124 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 -->
|
<head>
|
||||||
<!-- Chrome, Firefox OS and Opera -->
|
<meta charset="utf-8">
|
||||||
<meta name="theme-color" content="#3f51b5">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<!-- Windows Phone -->
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="msapplication-navbutton-color" content="#3f51b5">
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<!-- iOS -->
|
<meta name="description" content="Neil Brommer">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="author" content="Neil Brommer">
|
||||||
|
<link rel="icon" href="favicon.ico">
|
||||||
|
|
||||||
<title>Neil Brommer - Contact</title>
|
<!-- 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">
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<title>Neil Brommer - Contact</title>
|
||||||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- font awesome -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Custom styles for this site -->
|
<!-- font awesome -->
|
||||||
<link href="css/main.css" rel="stylesheet">
|
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
<!-- Custom styles for this site -->
|
||||||
<script>
|
<link href="css/main.css" rel="stylesheet">
|
||||||
(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');
|
<!-- Google Analytics -->
|
||||||
ga('send', 'pageview');
|
<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');
|
||||||
|
|
||||||
<!-- Bootstrap core JavaScript -->
|
ga('create', 'UA-105178749-1', 'auto');
|
||||||
<script src="js/jquery-3.2.1.js"></script>
|
ga('send', 'pageview');
|
||||||
<script src="js/popper.js"></script>
|
</script>
|
||||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
|
||||||
<script src="js/contact.js"></script>
|
|
||||||
|
|
||||||
<!-- Google reCAPTCHA -->
|
<!-- Bootstrap core JavaScript -->
|
||||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
<script src="js/jquery-3.2.1.js"></script>
|
||||||
</head>
|
<script src="js/popper.js"></script>
|
||||||
|
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
<script src="js/contact.js"></script>
|
||||||
|
|
||||||
<body>
|
<!-- Google reCAPTCHA -->
|
||||||
<!-- Fixed navbar -->
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||||
<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
</head>
|
||||||
<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" id="resumelnk">
|
|
||||||
<a class="nav-link" href="resume.html">Resumé</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item active" 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 -->
|
<body>
|
||||||
|
<!-- Fixed navbar -->
|
||||||
|
<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron">
|
<a class="navbar-brand" href="/">Neil Brommer</a>
|
||||||
<h1>Contact</h1>
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse"
|
||||||
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<div id="successAlert" class="alert alert-success" role="alert" style="display: none;">Message sent successfully!</div>
|
<span class="navbar-toggler-icon"></span>
|
||||||
<div id="errorAlert" class="alert alert-danger" role="alert" style="display: none"></div>
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<form id="contactForm">
|
<ul class="navbar-nav mr-auto">
|
||||||
<div class="form-group">
|
<li class="nav-item" id="homelnk">
|
||||||
<label for="nameField">Name<span class="required">*</span></label>
|
<a class="nav-link" href=".">Home</a>
|
||||||
<input id="nameField" type="text" required="required" class="form-control">
|
</li>
|
||||||
</div>
|
<li class="nav-item" id="resumelnk">
|
||||||
<div class="form-group">
|
<a class="nav-link" href="resume.html">Resumé</a>
|
||||||
<label for="emailField">Email Address<span class="required">*</span></label>
|
</li>
|
||||||
<input id="emailField" type="email" required="required" class="form-control">
|
<li class="nav-item" id="projectslnk">
|
||||||
</div>
|
<a class="nav-link" href="projects.html">Projects</a>
|
||||||
<div class="form-group">
|
</li>
|
||||||
<label for="subjectField">Subject</label>
|
<li class="nav-item active" id="contactlnk">
|
||||||
<input id="subjectField" type="text" class="form-control">
|
<a class="nav-link" href="contact.html">Contact</a>
|
||||||
</div>
|
</li>
|
||||||
<div class="form-group">
|
</ul>
|
||||||
<label for="messageField">Message<span class="required">*</span></label>
|
|
||||||
<textarea id="messageField" rows="5" required="required" class="form-control"></textarea>
|
|
||||||
</div>
|
|
||||||
<div class="form-group captcha">
|
|
||||||
<div class="g-recaptcha" data-size="compact" data-sitekey="6LfFATcUAAAAAJ_YZ3qvYWqrtOUHmCItq-azzV3x"></div>
|
|
||||||
</div>
|
|
||||||
<button id="contactSubmit" type="submit" class="btn btn-primary">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Main component for a primary marketing message or call to action -->
|
||||||
|
<div class="container">
|
||||||
|
<div class="jumbotron">
|
||||||
|
<h1>Contact</h1>
|
||||||
|
|
||||||
|
<div id="successAlert" class="alert alert-success" role="alert" style="display: none;">Message sent successfully!</div>
|
||||||
|
<div id="errorAlert" class="alert alert-danger" role="alert" style="display: none"></div>
|
||||||
|
|
||||||
|
<form id="contactForm">
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="nameField">Name
|
||||||
|
<span class="required">*</span>
|
||||||
|
</label>
|
||||||
|
<input id="nameField" type="text" required="required" class="form-control">
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="emailField">Email Address
|
||||||
|
<span class="required">*</span>
|
||||||
|
</label>
|
||||||
|
<input id="emailField" type="email" required="required" class="form-control">
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="subjectField">Subject</label>
|
||||||
|
<input id="subjectField" type="text" class="form-control">
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="messageField">Message
|
||||||
|
<span class="required">*</span>
|
||||||
|
</label>
|
||||||
|
<textarea id="messageField" rows="5" required="required" class="form-control"></textarea>
|
||||||
|
</div>
|
||||||
|
<div class="form-group captcha">
|
||||||
|
<div class="g-recaptcha" data-size="compact" data-sitekey="6LfFATcUAAAAAJ_YZ3qvYWqrtOUHmCItq-azzV3x"></div>
|
||||||
|
</div>
|
||||||
|
<button id="contactSubmit" type="submit" class="btn btn-primary">Submit</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -66,12 +66,12 @@
|
||||||
<li class="nav-item" id="resumelnk">
|
<li class="nav-item" id="resumelnk">
|
||||||
<a class="nav-link" href="resume.html">Resumé</a>
|
<a class="nav-link" href="resume.html">Resumé</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="nav-item" id="projectslnk">
|
||||||
|
<a class="nav-link" href="projects.html">Projects</a>
|
||||||
|
</li>
|
||||||
<li class="nav-item" id="contactlnk">
|
<li class="nav-item" id="contactlnk">
|
||||||
<a class="nav-link" href="contact.html">Contact</a>
|
<a class="nav-link" href="contact.html">Contact</a>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -62,20 +62,18 @@
|
||||||
</button>
|
</button>
|
||||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<ul class="navbar-nav mr-auto">
|
<ul class="navbar-nav mr-auto">
|
||||||
<li class="nav-item active" id="homelnk">
|
<li class="nav-item" id="homelnk">
|
||||||
<a class="nav-link" href="index.html">Home</a>
|
<a class="nav-link" href=".">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item" id="resumelnk">
|
<li class="nav-item" id="resumelnk">
|
||||||
<a class="nav-link" href="resume.html">Resumé</a>
|
<a class="nav-link" href="resume.html">Resumé</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="nav-item active" id="projectslnk">
|
||||||
|
<a class="nav-link" href="projects.html">Projects</a>
|
||||||
|
</li>
|
||||||
<li class="nav-item" id="contactlnk">
|
<li class="nav-item" id="contactlnk">
|
||||||
<a class="nav-link" href="contact.html">Contact</a>
|
<a class="nav-link" href="contact.html">Contact</a>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
273
resume.html
273
resume.html
|
@ -1,149 +1,176 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 -->
|
<head>
|
||||||
<!-- Chrome, Firefox OS and Opera -->
|
<meta charset="utf-8">
|
||||||
<meta name="theme-color" content="#3f51b5">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<!-- Windows Phone -->
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="msapplication-navbutton-color" content="#3f51b5">
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<!-- iOS -->
|
<meta name="description" content="Neil Brommer">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="author" content="Neil Brommer">
|
||||||
|
<link rel="icon" href="favicon.ico">
|
||||||
|
|
||||||
<title>Neil Brommer - Resumé</title>
|
<!-- 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">
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<title>Neil Brommer - Resumé</title>
|
||||||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- font awesome -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Custom styles for this site -->
|
<!-- font awesome -->
|
||||||
<link href="css/main.css" rel="stylesheet">
|
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
<!-- Custom styles for this site -->
|
||||||
<script>
|
<link href="css/main.css" rel="stylesheet">
|
||||||
(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');
|
<!-- Google Analytics -->
|
||||||
ga('send', 'pageview');
|
<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');
|
||||||
|
|
||||||
</head>
|
ga('create', 'UA-105178749-1', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
</head>
|
||||||
|
|
||||||
<!-- Bootstrap core JavaScript
|
<body>
|
||||||
|
|
||||||
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="js/jquery-3.2.1.js"></script>
|
<script src="js/jquery-3.2.1.js"></script>
|
||||||
<script src="js/popper.js"></script>
|
<script src="js/popper.js"></script>
|
||||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Fixed navbar -->
|
<!-- Fixed navbar -->
|
||||||
<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
<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="container">
|
||||||
<div class="jumbotron">
|
<a class="navbar-brand" href="/">Neil Brommer</a>
|
||||||
<h1>Resumé</h1>
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse"
|
||||||
<p>
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
Work history, references, and more contact information available on request
|
<span class="navbar-toggler-icon"></span>
|
||||||
via the <a href="contact.html">contact page</a>.
|
</button>
|
||||||
</p>
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<p>
|
<ul class="navbar-nav mr-auto">
|
||||||
PDF version available <a href="NeilBrommer-WebResume.pdf">here<a>.
|
<li class="nav-item" id="homelnk">
|
||||||
</p>
|
<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="projectslnk">
|
||||||
|
<a class="nav-link" href="projects.html">Projects</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item" id="contactlnk">
|
||||||
|
<a class="nav-link" href="contact.html">Contact</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="container">
|
<!-- Main component for a primary marketing message or call to action -->
|
||||||
<h2>Education</h2>
|
<div class="container">
|
||||||
|
<div class="jumbotron">
|
||||||
|
<h1>Resumé</h1>
|
||||||
<p>
|
<p>
|
||||||
<div class="row">
|
Work history, references, and more contact information available on request via the
|
||||||
<div class="col-sm-8"><b>Eastern Washington University</b></div>
|
<a href="contact.html">contact page</a>.
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
<div class="row">
|
PDF version available
|
||||||
<div class="col-sm-8"><b>Spokane Community College</b></div>
|
<a href="NeilBrommer-WebResume.pdf">here
|
||||||
<div class="col-sm-4"><b class="float-sm-right">Spokane, Washington</b></div>
|
<a>.
|
||||||
</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>
|
</p>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue