diff --git a/assets/img/logo.png b/assets/img/logo.png new file mode 100644 index 0000000..f452cdc Binary files /dev/null and b/assets/img/logo.png differ diff --git a/assets/styles.css b/assets/styles.css index a3d21dc..2a1a282 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -12,7 +12,8 @@ body { background-position: -16px -16px; } header { - padding: 16px; + height: 64px; + padding: 8px; margin: 0 0 48px; font-size: 1.1em; background-color: #fff; @@ -20,6 +21,16 @@ header { } header .container { display: flex; + align-items: center; + height: 100%; +} +header a.logo { + display: inline-block; + height: 100%; +} +header .logo img { + height: 100%; + margin: 0 1em 0 0; } nav a { margin-left: 12px; diff --git a/favicon.svg b/favicon.svg index 6bd6b9a..f317d9e 100644 --- a/favicon.svg +++ b/favicon.svg @@ -5,6 +5,7 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1024" @@ -13,12 +14,48 @@ version="1.1" id="svg8" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - sodipodi:docname="favicon.svg" - inkscape:export-filename="/home/yarmo/dev/web/temp/profile_avatar.png" + sodipodi:docname="logo_5_favicon.svg" + inkscape:export-filename="/home/yarmo/dev/web/temp/logo_5_circled.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> + + + + + + + + + + + + + + + + image/svg+xml - + + style="display:inline" + inkscape:label="Background Circle" + id="g860" + inkscape:groupmode="layer"> - + width="270.93335" + id="rect858" + style="fill:url(#linearGradient933);fill-opacity:1;stroke-width:2.11986" + rx="135.46667" /> - - + + + + + + diff --git a/views/template.base.php b/views/template.base.php index 4ec914c..2a8d2d8 100644 --- a/views/template.base.php +++ b/views/template.base.php @@ -11,7 +11,7 @@