added .woff2 and optimized svgs

This commit is contained in:
m 2016-01-04 18:45:34 +01:00
parent 6cf6d064e3
commit 35f1b6e0b3
6 changed files with 275 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<div class="container navigation">
<div class="navbar-header">
<a href="{{ site.baseurl }}/">
<img src="/img/hip_logo.svg" class="logo" alt="{{ site.title }}">
<img src="/img/hip_logo_opt.svg" class="logo" alt="{{ site.title }}">
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse">

View File

@ -2,7 +2,7 @@
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.ttf);
src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.woff2) format('woff2'), url(/fonts/ShareTech-Regular.ttf) format('truetype');
}
#footer-nav-links a, #header-nav-links a {

View File

@ -1,5 +1,5 @@
body {
background:#222 url('/img/logowall.svg') center top;
background:#222 url('/img/logowall_opt.svg') center top;
background-size: 300px;
}
@ -25,7 +25,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
.content {
padding-top:90px;
background:$primary-bg url('/img/logowall.svg') center top;
background:$primary-bg url('/img/logowall_opt.svg') center top;
background-size: 300px;
}

Binary file not shown.

12
img/hip_logo_opt.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="105mm" width="105mm" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 372.82402 372.82402">
<g transform="translate(-238 -271)">
<circle cx="424" cy="457" r="169" fill="#f00"/>
<g fill="#fff" transform="rotate(-30)">
<path d="m72.6 673h-16.8v-62.2h-39.8v62.2h-16.8v-135h16.8v58.7h39.8v-58.7h16.8v135z"/>
<path d="m142 673h-43.8v-14.1h13.5v-107h-13.5v-14.1h43.8v14.1h-13.5v107h13.5v14.1z"/>
<path d="m234 590q0 30.5-32.8 30.5h-18.2v52.5h-16.8v-135h34.6q33.2 0 33.2 30.1v22zm-16.8 1.93v-25.7q0-7.34-3.48-10.6-3.28-3.28-10.6-3.28h-20.1v53.7h20.1q7.34 0 10.6-3.28 3.48-3.48 3.48-10.8z"/>
<path d="m279 673h-19.3v-19.3h19.3v19.3zm-1.54-40.2h-16.4v-95h16.4v95z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 898 B

259
img/logowall_opt.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 55 KiB