Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand pybuilder-brand dropdown" href="/" title="PyBuilder">
<img src="/img/logo_brand.png" alt="PyBuilder Logo"/></a>
<img src="/img/logo.svg" alt="PyBuilder Logo"
onerror="this.onerror=null; this.src='/img/logo-brand.png'"/></a>
</div>

<div class="collapse navbar-collapse" id="hdr-nb-collapse">
Expand Down
6 changes: 5 additions & 1 deletion _includes/layout/metaAndStyles.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
<meta name="author" content="PyBuilder Community"/>
<meta name="keywords" content="python, continuous integration, build tool, automation, CI, CD, CI/CD"/>

<meta name="theme-color" content="#000000"/>

<link rel="canonical" href="{{ page.url | abs_canonical_url }}"/>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="icon" href="/img/logo.svg"/>
<link rel="apple-touch-icon" href="/img/logo-apple-touch-icon.png">

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Oleo+Script:700"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
Expand Down
Binary file added img/logo-apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/logo_brand.png
Binary file not shown.
Loading