diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77f2f22 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/NeilBrommer-WebResume.pdf b/NeilBrommer-WebResume.pdf new file mode 100644 index 0000000..9602ce7 Binary files /dev/null and b/NeilBrommer-WebResume.pdf differ diff --git a/README.md b/README.md index 83062b3..12d6bcc 100644 --- a/README.md +++ b/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`. diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..a6edaa7 --- /dev/null +++ b/contact.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + Neil Brommer - Contact + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Contact

+

+ Be aware that the information entered here goes through a + third party (foxyform). + Once you send a message through this form, we can + communicate directly over email. +

+ + + foxyform + + +
+
+ + + diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..239b15c --- /dev/null +++ b/css/main.css @@ -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; +} diff --git a/img/EWU_Campus_Pic.jpg b/img/EWU_Campus_Pic.jpg new file mode 100644 index 0000000..c5ba9e2 Binary files /dev/null and b/img/EWU_Campus_Pic.jpg differ diff --git a/img/NB-Cropped.jpg b/img/NB-Cropped.jpg new file mode 100644 index 0000000..938a93e Binary files /dev/null and b/img/NB-Cropped.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3a7a0f7 --- /dev/null +++ b/index.html @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + Neil Brommer + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+

Neil Brommer

+

+ Computer Science student at Eastern Washington University, graduating in spring 2018. +

+
+
+
+
+ + + diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..fef8399 --- /dev/null +++ b/resume.html @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + Neil Brommer - Resumé + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Resumé

+

+ Work history, references, and more contact information available on request + via the contact page. +

+

+ PDF version available here. +

+
+
+ +
+

Education

+

+

+
Eastern Washington University
+
Cheney, Washington
+
+
+
Bachelor of Science in Computer Science, 3.44 GPA
+
2014 – present
+
+ Planning to graduate in spring 2018 +

+

+

+
Spokane Community College
+
Spokane, Washington
+
+
+
Associate of Applied Science in Network Design and Administration, 3.13 GPA
+
2011 – 2013
+
+ Networking with Cisco switches and routers, with basic Windows and Linux administration +

+ +

Relevent Coursework

+ + +

Certifications

+

+

CCNA
+
+
Cisco Certified Network Administrator
+
September 2013 – 2016
+
+ Cisco’s second level of computer networking certifications. Focuses on designing and managing routed and switched networks. +

+

+

ACMT
+
+
Apple Certified Macintosh Technician
+
2010 – 2011
+
+ The Apple equivalent to the A+ PC hardware certification. +

+
+ + +