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> | ||||
| <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"> | ||||
| <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"> | ||||
| 
 | ||||
| 		<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 --> | ||||
| 		<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||||
| 	<title>Neil Brommer - Contact</title> | ||||
| 
 | ||||
| 		<!-- font awesome --> | ||||
| 		<link href="font-awesome/css/font-awesome.css" rel="stylesheet"> | ||||
| 	<!-- Bootstrap core CSS --> | ||||
| 	<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||||
| 
 | ||||
| 		<!-- Custom styles for this site --> | ||||
| 		<link href="css/main.css" rel="stylesheet"> | ||||
| 	<!-- font awesome --> | ||||
| 	<link href="font-awesome/css/font-awesome.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'); | ||||
| 	<!-- Custom styles for this site --> | ||||
| 	<link href="css/main.css" rel="stylesheet"> | ||||
| 
 | ||||
| 			ga('create', 'UA-105178749-1', 'auto'); | ||||
| 			ga('send', 'pageview'); | ||||
| 		</script> | ||||
| 	<!-- 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'); | ||||
| 
 | ||||
| 		<!-- Bootstrap core JavaScript --> | ||||
| 		<script src="js/jquery-3.2.1.js"></script> | ||||
| 		<script src="js/popper.js"></script> | ||||
| 		<script src="bootstrap/js/bootstrap.min.js"></script> | ||||
| 		<script src="js/contact.js"></script> | ||||
| 		ga('create', 'UA-105178749-1', 'auto'); | ||||
| 		ga('send', 'pageview'); | ||||
| 	</script> | ||||
| 
 | ||||
| 		<!-- Google reCAPTCHA --> | ||||
| 		<script src='https://www.google.com/recaptcha/api.js'></script> | ||||
| 	</head> | ||||
| 	<!-- Bootstrap core JavaScript --> | ||||
| 	<script src="js/jquery-3.2.1.js"></script> | ||||
| 	<script src="js/popper.js"></script> | ||||
| 	<script src="bootstrap/js/bootstrap.min.js"></script> | ||||
| 	<script src="js/contact.js"></script> | ||||
| 
 | ||||
| 	<body> | ||||
| 		<!-- 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" 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> | ||||
| 	<!-- Google reCAPTCHA --> | ||||
| 	<script src='https://www.google.com/recaptcha/api.js'></script> | ||||
| </head> | ||||
| 
 | ||||
| 		<!-- 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="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> | ||||
| 			<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" id="projectslnk"> | ||||
| 						<a class="nav-link" href="projects.html">Projects</a> | ||||
| 					</li> | ||||
| 					<li class="nav-item active" id="contactlnk"> | ||||
| 						<a class="nav-link" href="contact.html">Contact</a> | ||||
| 					</li> | ||||
| 				</ul> | ||||
| 			</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> | ||||
|  |  | |||
|  | @ -66,12 +66,12 @@ | |||
| 						<li class="nav-item" 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> | ||||
| 						<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> | ||||
|  |  | |||
|  | @ -62,20 +62,18 @@ | |||
| 			</button> | ||||
| 			<div class="collapse navbar-collapse" id="navbarCollapse"> | ||||
| 				<ul class="navbar-nav mr-auto"> | ||||
| 					<li class="nav-item active" id="homelnk"> | ||||
| 						<a class="nav-link" href="index.html">Home</a> | ||||
| 					<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="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> | ||||
| 					<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> | ||||
|  |  | |||
							
								
								
									
										273
									
								
								resume.html
									
									
									
									
									
								
							
							
						
						
									
										273
									
								
								resume.html
									
									
									
									
									
								
							|  | @ -1,149 +1,176 @@ | |||
| <!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"> | ||||
| <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"> | ||||
| 
 | ||||
| 		<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 --> | ||||
| 		<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||||
| 	<title>Neil Brommer - Resumé</title> | ||||
| 
 | ||||
| 		<!-- font awesome --> | ||||
| 		<link href="font-awesome/css/font-awesome.css" rel="stylesheet"> | ||||
| 	<!-- Bootstrap core CSS --> | ||||
| 	<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||||
| 
 | ||||
| 		<!-- Custom styles for this site --> | ||||
| 		<link href="css/main.css" rel="stylesheet"> | ||||
| 	<!-- font awesome --> | ||||
| 	<link href="font-awesome/css/font-awesome.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'); | ||||
| 	<!-- Custom styles for this site --> | ||||
| 	<link href="css/main.css" rel="stylesheet"> | ||||
| 
 | ||||
| 			ga('create', 'UA-105178749-1', 'auto'); | ||||
| 			ga('send', 'pageview'); | ||||
| 		</script> | ||||
| 	<!-- 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'); | ||||
| 
 | ||||
| 	</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 --> | ||||
| 		<script src="js/jquery-3.2.1.js"></script> | ||||
| 		<script src="js/popper.js"></script> | ||||
| 		<script src="bootstrap/js/bootstrap.min.js"></script> | ||||
| 	<!-- 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 --> | ||||
| 	<!-- Fixed navbar --> | ||||
| 	<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> | ||||
| 		<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> | ||||
| 			<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="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> | ||||
| 	</nav> | ||||
| 
 | ||||
| 		<div class="container"> | ||||
| 			<h2>Education</h2> | ||||
| 	<!-- Main component for a primary marketing message or call to action --> | ||||
| 	<div class="container"> | ||||
| 		<div class="jumbotron"> | ||||
| 			<h1>Resumé</h1> | ||||
| 			<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 | ||||
| 				Work history, references, and more contact information available on request via the | ||||
| 				<a href="contact.html">contact page</a>. | ||||
| 			</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. | ||||
| 				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> | ||||
| 
 | ||||
| 	</body> | ||||
| </html> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue