Move projects to the home page, add github link to navbar
This commit is contained in:
parent
5af8c9a99d
commit
738574cdc1
5 changed files with 176 additions and 273 deletions
36
resume.html
36
resume.html
|
|
@ -6,28 +6,20 @@
|
|||
<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 -->
|
||||
|
||||
<title>Neil Brommer</title>
|
||||
<meta name="description" content="Neil Brommer - Resume">
|
||||
<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">
|
||||
<meta name="theme-color" content="#3f51b5"> <!-- Chrome, Firefox OS and Opera -->
|
||||
<meta name="msapplication-navbutton-color" content="#3f51b5"> <!-- Windows Phone -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- iOS -->
|
||||
|
||||
<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">
|
||||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap -->
|
||||
<link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <!-- font awesome -->
|
||||
<link href="css/main.css" rel="stylesheet"> <!-- Custom styles for this site -->
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
|
|
@ -68,14 +60,16 @@
|
|||
<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>
|
||||
<a class="nav-link" href="resume.html">Resume</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"></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -84,7 +78,7 @@
|
|||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
<h1>Resumé</h1>
|
||||
<h1>Resume</h1>
|
||||
<p>
|
||||
Work history, references, and more contact information available on request via the
|
||||
<a href="contact.html">contact page</a>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue