Add current version of files
Excluding the dependencies with .gitignore
This commit is contained in:
parent
c04a16b941
commit
93d884285b
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Exclude dependency files
|
||||
bootstrap/*
|
||||
font-awesome/*
|
||||
js/jquery-3.2.1.js
|
||||
js/popper.js
|
||||
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
BIN
NeilBrommer-WebResume.pdf
Normal file
BIN
NeilBrommer-WebResume.pdf
Normal file
Binary file not shown.
12
README.md
12
README.md
|
@ -1 +1,11 @@
|
|||
Website
|
||||
# Personal Website
|
||||
|
||||
The files for my personal site at [neilbrommer.com](http://neilbrommer.com).
|
||||
|
||||
Made using the pre-compiled version of
|
||||
[Bootstrap 4.0](https://getbootstrap.com/) placed in a folder called `bootstrap`
|
||||
with its dependencies, [jQuery](https://jquery.com/) and
|
||||
[popper.js](https://popper.js.org/), placed in the `js` folder.
|
||||
|
||||
[Font Awesome](http://fontawesome.io/) is used for icons and placed in a folder
|
||||
called `font-awesome`.
|
||||
|
|
106
contact.html
Normal file
106
contact.html
Normal file
|
@ -0,0 +1,106 @@
|
|||
<!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 - Contact</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" 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 -->
|
||||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
<h1>Contact</h1>
|
||||
<p>
|
||||
Be aware that the information entered here goes through a
|
||||
third party (<a href="http://www.foxyform.com/">foxyform</a>).
|
||||
Once you send a message through this form, we can
|
||||
communicate directly over email.
|
||||
</p>
|
||||
|
||||
<!-- Do not change the code! -->
|
||||
<a id="foxyform_embed_link_892533" href="http://www.foxyform.com/">foxyform</a>
|
||||
<script type="text/javascript">
|
||||
(function(d, t){
|
||||
var g = d.createElement(t),
|
||||
s = d.getElementsByTagName(t)[0];
|
||||
g.src = "http://www.foxyform.com/js.php?id=892533&sec_hash=5fb57dab4a2&width=350px";
|
||||
s.parentNode.insertBefore(g, s);
|
||||
}(document, "script"));
|
||||
</script>
|
||||
<!-- Do not change the code! -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
40
css/main.css
Normal file
40
css/main.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
:root {
|
||||
--main-color: #3f51b5;
|
||||
--main-dark-color: #002984;
|
||||
--main-light-color: #757de8;
|
||||
}
|
||||
|
||||
body {
|
||||
/*min-height: 2000px;*/
|
||||
padding-top: 70px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.navbar, .fixed-top {
|
||||
background-color: var(--main-color) !important;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,0.12),0 8px 8px rgba(0,0,0,0.24);
|
||||
border-bottom: var(--main-dark-color) 1px solid;
|
||||
}
|
||||
|
||||
li.col-md-6 {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.cover {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cover-page {
|
||||
background: url(../img/EWU_Campus_Pic.jpg) no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
min-width: 325px;
|
||||
}
|
||||
|
||||
#foxyform_embed_link_892533 {
|
||||
width: auto !important;
|
||||
}
|
BIN
img/EWU_Campus_Pic.jpg
Normal file
BIN
img/EWU_Campus_Pic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 818 KiB |
BIN
img/NB-Cropped.jpg
Normal file
BIN
img/NB-Cropped.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 541 KiB |
98
index.html
Normal file
98
index.html
Normal file
|
@ -0,0 +1,98 @@
|
|||
<!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</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 class="cover-page">
|
||||
|
||||
<!-- 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 active" 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="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">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<img src="img/NB-Cropped.jpg" width="100%">
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<h1>Neil Brommer</h1>
|
||||
<p>
|
||||
Computer Science student at <a href="https://www.ewu.edu/" target="_blank">Eastern Washington University</a>, graduating in spring 2018.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
155
resume.html
Normal file
155
resume.html
Normal file
|
@ -0,0 +1,155 @@
|
|||
<!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">Java – Object-Oriented programming</li>
|
||||
<li class="col-md-6">JavaFX – GUI programming</li>
|
||||
<li class="col-md-6">Object-Oriented design patterns</li>
|
||||
<li class="col-md-6">Relational Databases – SQL</li>
|
||||
<li class="col-md-6">C & Unix – Structural and low level programming</li>
|
||||
<li class="col-md-6">Operating Systems – Memory management, task switching, etc.</li>
|
||||
<li class="col-md-6">Architecture – Basic MIPS assembly</li>
|
||||
<li class="col-md-6">Digital Circuits – Digital logic</li>
|
||||
<li class="col-md-6">Network Programming – Network sockets</li>
|
||||
<li class="col-md-6">Linux server administration – Email, DNS</li>
|
||||
<li class="col-md-6">Network administration – routing, switching, WAN, VoIP</li>
|
||||
<li class="col-md-6">Windows administration – MS Exchange, Active Directory</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 style="font-weight: bold;">ACMT</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-8"><i>Apple Certified Macintosh Technician</i></div>
|
||||
<div class="col-sm-4"><i class="float-sm-right">2010 – 2011</i></div>
|
||||
</div>
|
||||
The Apple equivalent to the A+ PC hardware certification.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue