Skip to content

Commit 0ba5d36

Browse files
committed
added header banner
1 parent a7e8f4c commit 0ba5d36

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Diff for: css/style.css

+12-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
margin: 0;
1111
background-repeat: no-repeat;
1212
background-attachment: fixed;*/
13+
margin-top:100px;
1314
}
1415

1516
h1, h2, h3, h4, h5{
@@ -42,13 +43,22 @@ p {
4243
margin-top:25px;
4344
}
4445

46+
nav {
47+
display: flex;
48+
}
49+
4550
.navbar-default {
46-
background-color: #C9ADA7;
47-
background: none;
51+
background-color: #93ca44;
4852
border: none;
4953
border-radius:0;
5054
}
5155

56+
.navbar-text a.navbar-link {
57+
color:white;
58+
font-size: 1.3em;
59+
font-weight: bolder;
60+
}
61+
5262
.row-grey {
5363
background-color: lightgrey;
5464
-webkit-clip-path: polygon(0 0%, 100% 4%, 100% 96%, 0% 100%);

Diff for: index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
1313

14-
<!-- <link rel="stylesheet" href="css/animate.css"> -->
14+
<link rel="stylesheet" href="css/animate.css">
1515
<link rel="stylesheet" href="css/style.css">
1616

1717

@@ -38,9 +38,9 @@
3838
</head>
3939
<body>
4040

41-
<nav class="navbar navbar-default">
41+
<nav class="navbar navbar-default navbar-fixed-top animated slideInDown">
4242
<div class="container-fluid">
43-
<!-- <p class="navbar-text navbar-right"><a href="#" class="navbar-link">Get In Touch</a></p> -->
43+
<p class="navbar-text navbar-right"><a href="http://chrisdermody.com/web-developer-portfolios-5-single-page-websites-to-land-you-your-next-development-job/?utm_source=github_portfolio&utm_medium=eng_mark&utm_campaign=free_webdev_templates" target="_blank" class="navbar-link">This portfolio template got me a job! I'm giving the code away for free here</a></p>
4444
<!-- <p class="navbar-text">Hire Me</p> -->
4545
</div>
4646
</nav>

0 commit comments

Comments
 (0)