Skip to content

Commit bdc8b93

Browse files
Chris McLeanChris McLean
authored andcommitted
added logo image, remove header styles, and inserted image into the header
1 parent 692cd7e commit bdc8b93

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

app/img/logo.png

6.64 KB
Loading

app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<body>
2727
<!-- Add your site or application content here -->
2828
<header>
29-
<div class="navbar navbar-default" role="navigation">
29+
<div class="navbar" role="navigation">
3030
<div class="container">
3131
<div class="row">
3232
<div class="navbar-header">
33-
<h1><a class="navbar-brand" href="#">Crunchinator</a></h1>
33+
<h1><a href="#">Crunchinator</a></h1>
3434
<h2>Crunchbase search and visualization built using Angular.js and D3.</h2>
3535
</div>
3636
</div>

app/styles/main.less

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@font-face {
99
font-family: 'Guilder';
10-
src: url('../fonts/guilder_free-webfont.otf');
10+
src: url('../fonts/guilder.otf');
1111
font-weight: normal;
1212
font-style: normal;
1313

@@ -19,6 +19,16 @@ body {
1919
background-color: @dark-grey;
2020
}
2121

22+
h1{
23+
display: block;
24+
padding-top: 91px;
25+
padding-left: 130px;
26+
background-image:url('../img/logo.png');
27+
background-repeat:no-repeat;
28+
background-position:left bottom;
29+
}
30+
31+
2232
/* Everything but the jumbotron gets side spacing for mobile first views */
2333
.header,
2434
.marketing,

0 commit comments

Comments
 (0)