Skip to content

Commit 7bafbd2

Browse files
committed
Add new logo
1 parent 3db681a commit 7bafbd2

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

_includes/head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
<!-- Custom Fonts -->
2020
<link href="{{ "/font-awesome-4.1.0/css/font-awesome.min.css" | relativize_url }}" rel="stylesheet" type="text/css">
2121
<link href="{{ "/css/font-lato.css" | relativize_url }}" rel="stylesheet" type="text/css">
22+
23+
<link rel="shortcut icon" href="{{ "/favicon.ico" | relativie_url }}" type="image/x-icon">
24+
<link rel="icon" href="{{ "/favicon.ico" | relativize_url }}" type="image/x-icon">
2225
</head>

_includes/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<div class="container">
66

77
<div class="row">
8-
<div class="col-lg-3">
9-
<img src="img/pmd_logo.png" alt="PMD - Don't shoot the messenger">
8+
<div class="col-lg-6">
9+
<img src="img/pmd-logo-white-600px.png" class="img-responsive" alt="PMD">
1010
</div>
11-
<div class="col-lg-9">
11+
<div class="col-lg-6">
1212
<div class="intro-message">
1313
<h1>{{ page.title }}</h1>
1414
<h3>{{ page.subTitle }}</h3>

favicon.ico

1.12 KB
Binary file not shown.

img/pmd-logo-white-600px.png

25.1 KB
Loading

img/pmd_logo.png

-11.5 KB
Binary file not shown.

img/pmd_logo_brand.png

-1.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)