logo redesign in SVG; dsdoom works

This commit is contained in:
Wouter Groeneveld 2022-10-22 16:06:25 +02:00
parent 7560dcaeff
commit ea966bf27d
27 changed files with 120 additions and 313 deletions

View File

@ -17,11 +17,8 @@ enableGitInfo = true
[params]
pagination = 30
description = "Freshly Baked Thoughts"
webmentionServer = "https://jam.brainbaking.com"
accent = "#018661"
showBorder = true
copyright = "&uarr;&nbsp;<a href='#header'>Top</a> <svg class='icon icon-small' width='16' height='16'><title>lightbulb icon</title><use xlink:href='#bulb'></use></svg> <a href='/'>Brain Baking</a>. <a href='/no-copyright-no-tracking'>No &copy; and no tracking</a>."
[Author]

View File

@ -2,7 +2,6 @@
title: "Hi, Im Wouter Groeneveld"
subtitle: ""
bigimg: About Me.jpg
accent: purple
disableComments: true
---

8
content/works/dsdoom.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "DS Doom"
image: "/img/works/dsdoom.jpg"
description: "A PrBoom-based port of DOOM on the Nintendo DS."
link: "https://doomwiki.org/wiki/DS_Doom"
type: "code"
date: 2006-10-01
---

View File

@ -1,19 +1,15 @@
{{ partial "header" . }}
<main class="intro">
<h1>
<span style="color: #9C7747">Brain</span>
<svg class="logo"><title>Brain Baking Logo</title><use xlink:href='#logo'></use></svg>
<span style="color: #694425">Baking</span>
</h1>
<div class="txtblock">
<h1>
<span style="float: left; color: #9C7747">Brain</span>
<div class="avatar-container" style="float: left;">
<div class="avatar-img-border">
<a title="{{ .Site.Title }}" href="{{ .Site.BaseURL }}">
<img class="avatar-img" src="/img/logo.jpg" alt="{{ .Site.Title }}" />
</a>
</div>
</div>
<span style="float: left; color: #694425">Baking</span>
</h1>
<hr style="clear: both;"/>
<hr />
{{ $paginator := .Paginate (where .Site.Pages "Type" "post") $.Site.Params.pagination }}
{{ $currYear := .Date.Format "2006" }}

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
static/img/bblogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

BIN
static/img/works/dsdoom.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -31,7 +31,7 @@ blockquote
-webkit-mask-size: cover
content: ''
display: inline-block
background-color: var(--accent)
background-color: $accent
position: absolute
width: 40px
height: 40px

View File

@ -136,7 +136,7 @@ pre code
body > footer
border-bottom: 5px solid var(--accent)
border-bottom: 5px solid $accent
background-color: $lightgrey

View File

@ -16,7 +16,7 @@ nav
line-height: 1.4 !important
min-height: 50px
margin-bottom: 0
border-top: 5px solid var(--accent)
border-top: 5px solid $accent
a
border-bottom: 1px solid rgba(243, 243, 243, 0.8) !important

View File

@ -15,6 +15,13 @@ $dark-fg: #dddddd
body > footer
background-color: $dark-nav
#logopath
fill: $dark-accent
stroke: $dark-accent
nav
background-color: $dark-nav
.search-form
input
background-color: $dark-bg-alt
@ -24,7 +31,7 @@ $dark-fg: #dddddd
color: $dark-accent
&:hover
background-color: var(--accent)
background-color: $accent
a, a:visited, .link
@ -79,9 +86,6 @@ $dark-fg: #dddddd
background-color: $dark-bg-alt
border-bottom: 5px solid $dark-bg
nav,
background-color: $dark-nav
table
tbody
border-top: 1px solid $dark-fg

View File

@ -1,46 +1,48 @@
.intro
padding-top: 3rem !important
h2
font-size: 4vh
.intro h1
margin-left: 8%
text-shadow: #bbbbbb 0 4px 5px
font-size: 5vh
@media (min-width: 560px)
font-size: 8vh
@media (min-width: 768px)
font-size: 9vh
@media (min-width: 1200px)
font-size: 10vh
@media (min-width: 1600px)
font-size: 11.3vh
h1
margin-left: 7%
margin-top: 0
margin-bottom: 0
text-shadow: #bbbbbb 0 4px 5px
font-size: 5vh
@media (min-width: 560px)
font-size: 6vh
@media (min-width: 768px)
font-size: 8vh
@media (min-width: 1200px)
font-size: 10vh
@media (min-width: 1600px)
font-size: 11.3vh
.avatar-container
width: 50px
margin-left: 25px
margin-top: 1rem
@media (min-width: 560px)
width: 66px
margin-left: 45px
@media (min-width: 768px)
width: 75px
@media (min-width: 1200px)
width: 80px
@media (min-width: 1600px)
width: 100px
svg.logo
position: relative
top: 2rem
width: 20%
height: 10vh
.avatar-img-border
width: 100%
border-radius: 50%
margin-left: -50%
display: inline-block
box-shadow: 0 0 8px rgba(0, 0, 0, .8)
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8)
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8)
@media (min-width: 560px)
height: 15vh
top: 3rem
@media (min-width: 768px)
top: 4rem
height: 18vh
@media (min-width: 1200px)
top: 5rem
height: 25vh
width: 17%
@media (min-width: 1600px)
height: 30vh
top: 6rem
header
svg.logo
visibility: hidden
@media (min-width: 1400px)
visibility: visible
.avatar-img
width: 100%
border-radius: 50%
display: block

View File

@ -9,6 +9,19 @@ html, body
@media (min-width: 960px)
font-size: 1.1rem
#logopath
fill: $accent
fill-opacity: 1
stroke: $accent
stroke-width: 2px
#logobounds
fill: lighten($accent, 50%)
fill-opacity: 0
stroke: $accent
stroke-width: 5
stroke-opacity: 1
pre
code
font-size: 0.9rem
@ -53,7 +66,7 @@ div.highlight
a, a:visited, .link
cursor: pointer
color: var(--accent)
color: $accent
text-decoration: none
&:hover
@ -104,13 +117,13 @@ article
margin: 0 !important
a, .link
border-bottom: 1px solid var(--accent)
border-bottom: 1px solid $accent
&:hover, &:visited:hover
border-bottom: 1px solid white
border-radius: 1px
color: white
background-color: var(--accent)
background-color: $accent
.inmargin
display: none
@ -127,7 +140,7 @@ article
.belowsingle
background-color: $belowsingle
border-top: 3px solid var(--accent)
border-top: 3px solid $accent
margin-top: 4rem
.page-header
@ -153,7 +166,7 @@ header
display: none
h1
color: var(--accent)
color: $accent
h2
margin-top: -1rem
h2, h3
@ -174,8 +187,8 @@ time
color: grey
kbd
color: var(--accent)
border: 1px solid var(--accent)
color: $accent
border: 1px solid $accent
font-size: 1rem
padding: 2px 4px
border-radius: 3px
@ -185,7 +198,7 @@ kbd
&:hover
color: white
background-color: var(--accent)
background-color: $accent
#skiptocontent
z-index: 100

View File

@ -91,4 +91,4 @@ figure
-o-background-size: cover
border-top: 2px solid lightgray
border-bottom: 1px solid var(--accent)
border-bottom: 1px solid $accent

View File

@ -3,18 +3,18 @@
input
width: 100%
padding: 9px 4px 9px 40px
border: 1px solid var(--accent)
border: 1px solid $accent
border-radius: 5px
background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center
button
background-color: white
border: 1px solid var(--accent)
color: var(--accent)
border: 1px solid $accent
color: $accent
&:hover
color: white
background-color: var(--accent)
background-color: $accent
ol
border-bottom: 1px solid lightgray

View File

@ -1,7 +1,7 @@
/* --- goodreads widget styles --- */
.goodreadswidget
border-bottom: 3px solid var(--accent)
border-bottom: 3px solid $accent
padding: 0px
padding-bottom: 10px

View File

@ -29,7 +29,7 @@ div.list
padding-left: 0.4rem
padding-right: 0.4rem
color: white
background-color: var(--accent)
background-color: $accent
border-radius: 2rem
margin-top: 1.5rem
float: left
@ -45,4 +45,4 @@ div.list
padding: 0 15px
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
border-color: var(--accent) !important
border-color: $accent !important

View File

@ -7,7 +7,7 @@
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
&:hover
border-color: var(--accent)
border-color: $accent
box-shadow: rgba(100, 100, 111, 0.2) 5px 17px 29px 5px
.notes

View File

@ -1,6 +1,7 @@
$grey: #666
$lightgrey: #eee
$belowsingle: rgba(243, 243, 243, 0.8)
$accent: #018661
@mixin transition($what: all, $time: 0.2s, $how: ease-in-out)
-webkit-transition: $what $time $how

View File

@ -6,233 +6,10 @@
{{ if .Title }}
<header>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<h1>
<svg class='icon'><use xlink:href="#{{ .Params.icontag }}"></use></svg>&nbsp;{{ .Title }}
</h1>
<svg
width="84.563416mm"
height="79.739822mm"
viewBox="0 0 84.563416 79.739822"
version="1.1"
id="svg21578"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview21580"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false" />
<defs
id="defs21575">
<inkscape:path-effect
effect="simplify"
id="path-effect23921"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0179452"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23917"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0179452"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23913"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0179452"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23909"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0179452"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23905"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0145783"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23893"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.00645161"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
<inkscape:path-effect
effect="simplify"
id="path-effect23885"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.00645161"
smooth_angles="360"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-36.790986,-7.2505591)">
<path
style="fill:#000000;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="M 78.025309,27.648098 V 73.445562"
id="path22842" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 77.944013,27.89878 c -2.022466,-2.443882 -5.07068,-4.266853 -8.251369,-4.416229 -2.122884,-0.0997 -4.08055,1.435286 -5.054139,3.153894 -0.484281,0.854867 1.356642,3.71226 -0.293495,1.823165 -1.417293,-1.622533 -3.215673,-2.798343 -5.40007,-3.34583 -2.372593,-0.594655 -5.363122,-0.96095 -7.139622,1.025404 -1.313908,1.469117 -3.223308,2.78985 -3.342813,4.952278 -0.119833,2.168357 -0.461731,4.693515 0.810788,6.505019 0.758132,1.079244 4.639624,1.267984 3.360488,1.519333 -2.957008,0.581049 -5.27692,2.731673 -7.47422,4.655129 -1.365238,1.195092 -2.672982,2.626098 -2.808734,4.544461 -0.109808,1.551738 -0.729512,3.308042 -0.01123,4.708359 0.871469,1.698969 3.455726,0.878149 4.602841,2.04639 0.935582,0.952812 3.279027,-1.254022 2.936845,-0.867007 -1.116983,1.263333 -2.68487,2.128438 -3.620088,3.655198 -1.007888,1.645394 -2.037178,3.956126 -0.977671,5.631158 1.047111,1.655435 2.246368,3.689133 4.284354,3.908582 2.323123,0.250152 5.137357,0.07414 6.695247,-1.651209 1.024475,-1.134597 0.294313,2.126505 0.532894,3.068721 0.509581,2.012459 2.950742,2.054733 4.59039,1.693923 1.773237,-0.390207 3.279523,-1.640173 4.959084,-2.536202 1.565023,-0.834924 3.526384,-0.933441 5.386232,0.147842 1.927253,1.120471 0.834748,5.953303 2.954642,5.508617 0.942388,-0.197683 2.329955,-0.839789 3.163779,-0.19175"
id="path23883"
inkscape:path-effect="#path-effect23885"
inkscape:original-d="m 77.944013,27.89878 c -1.677701,-2.342404 -6.813383,-5.206896 -9.778955,-4.218372 -0.974187,0.32473 -3.643137,2.41991 -3.643137,3.355524 0,0.707744 0.259228,0.997815 0.575233,1.629825 0.06745,0.134908 0.06371,0.638945 0,0.575233 -0.961028,-0.961027 -2.092656,-2.321869 -3.355525,-3.16378 -0.655797,-0.437198 -1.562743,-0.715212 -2.300931,-0.862849 -2.661584,-0.532317 -5.035087,-1.187372 -7.478022,0.766977 -0.230809,0.184647 -0.362645,0.493949 -0.575233,0.671104 -1.017153,0.847627 -1.983216,1.857248 -2.588546,3.067907 -0.740071,1.480143 -0.383156,6.232353 0.287616,7.573896 0.390035,0.780071 1.700355,1.821569 2.588545,1.821569 0.255659,0 0.511318,0 0.766977,0 0.06392,0 0.191746,0.06392 0.191746,0 0,-0.06154 -1.072467,0.268118 -1.150466,0.287618 -0.894744,0.223684 -2.60518,1.38148 -3.355523,1.917441 -1.210823,0.864873 -4.914847,3.910991 -5.368837,5.272966 -0.419373,1.258115 -0.575233,2.668439 -0.575233,4.026627 0,0.602388 -0.117473,1.330071 0,1.917441 0.278749,1.393743 1.707504,1.975295 2.972035,2.396805 0.410001,0.136665 1.055209,-0.191439 1.438082,0 0.429045,0.214521 1.021326,0.287615 1.533953,0.287615 0.603687,0 0.879727,-0.439864 1.342208,-0.671105 0.102153,-0.05108 0.817877,-0.575233 0.671105,-0.575233 -0.249595,0 -0.288822,0.414009 -0.479359,0.575233 -0.243959,0.206425 -0.501076,0.397965 -0.766977,0.575233 -2.568268,1.712177 -4.358907,4.953783 -3.739012,8.053255 0.08544,0.427226 0.552773,0.793459 0.766977,1.150467 0.303514,0.505854 0.647223,1.156523 1.150464,1.533954 0.683617,0.512712 1.635297,1.319606 2.492676,1.533953 0.964277,0.241067 3.049749,-0.139271 4.026628,-0.383489 0.364357,-0.09109 2.006145,-0.859264 2.396802,-1.054593 0.41125,-0.205626 0.624607,-0.813474 0.671105,-0.766976 0.197395,0.197395 0,1.322596 0,1.629825 0,2.201357 0.0657,3.121766 2.205059,3.834884 0.353581,0.117859 1.315982,0.06105 1.629825,-0.09587 0.372221,-0.186113 1.423511,0.11044 1.725697,-0.191746 0.301533,-0.30153 1.375953,-0.586481 1.917441,-0.766977 0.642411,-0.214135 1.753605,-1.178372 2.205058,-1.629825 0.283578,-0.283578 0.967894,-0.483947 1.342211,-0.671105 0.32695,-0.163476 1.103442,-0.05404 1.438081,-0.09587 0.399437,-0.04993 1.238105,-0.291732 1.629826,-0.09587 0.211346,0.105675 0.322921,0.418796 0.479359,0.575234 0.625721,0.625718 1.431612,1.027654 2.013315,1.725697 0.871233,1.04548 1.438082,2.882304 1.438082,4.218373 0.121058,-0.185452 2.696188,-0.56347 2.780291,-0.479366 0.08911,0.08911 0.219311,0.205527 0.383488,0.287616" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 78.039885,27.89878 c 0.893327,-2.047206 2.904952,-3.38969 4.905505,-3.992557 1.792529,-0.540179 3.604735,-0.875061 5.450182,-1.224967 1.860937,-0.352843 3.676824,0.22779 5.559082,0.423919 1.808569,0.188451 3.536291,0.838524 4.97494,1.960503 1.300226,1.014025 2.884926,1.697909 3.992946,2.969714 1.14151,1.310246 1.53078,2.925435 2.24915,4.561121 0.91084,2.073936 1.56281,4.265962 1.51343,6.561307 -0.0728,3.386159 -0.21422,6.740896 -0.16431,10.159367 0.0256,1.75465 0.12952,3.606318 -0.79761,5.171207 -0.85592,1.444687 -1.26552,3.067622 -2.0614,4.539569 -0.8406,1.554647 -1.69496,3.036981 -2.81738,4.482527 -1.159862,1.493768 -3.230331,1.695817 -4.38959,3.067881 -1.287554,1.52391 -3.170512,2.524525 -5.079491,2.933051 -2.158268,0.461875 -4.561406,0.331229 -6.478714,1.362229 -1.159849,0.623689 -2.452851,1.272566 -3.117758,2.468501"
id="path23891"
inkscape:path-effect="#path-effect23893"
inkscape:original-d="m 78.039885,27.89878 c 0.739971,-1.624767 2.084544,-2.52829 3.739012,-3.355524 0.337826,-0.168912 0.59318,-0.453386 0.958721,-0.575232 0.535143,-0.178381 1.237511,-0.235268 1.725697,-0.479361 0.891413,-0.445706 1.829001,-0.337409 2.780292,-0.575232 1.37922,-0.344805 3.500167,-0.584653 4.985348,-0.287617 0.582848,0.11657 1.151371,0.364496 1.725699,0.479361 0.456166,0.09123 1.043131,0.09014 1.43808,0.287616 0.447439,0.22372 0.950259,0.700241 1.438081,0.862849 0.488564,0.162854 2.223479,0.811213 2.588549,1.054593 0.263207,0.175472 0.913616,0.792361 1.054596,0.862849 0.33877,0.169387 1.49648,0.825382 1.72569,1.054593 0.80615,0.806143 1.48141,1.815423 2.20506,2.780292 0.32776,0.43701 0.62028,2.001748 0.76698,2.588546 0.2466,0.986406 0.81381,1.817182 1.05459,2.780289 0.45013,1.800513 0.47936,3.636634 0.47936,5.560584 0,2.466081 0.37649,5.307967 -0.0959,7.669765 -0.24888,1.244391 0.0555,2.59842 -0.19174,3.834884 -0.28552,1.427586 -1.02401,2.71912 -1.62983,3.930756 -0.16841,0.33683 -0.23827,0.787424 -0.38349,1.150467 -0.48171,1.204288 -1.25806,2.240237 -1.62982,3.355522 -0.20666,0.619985 -0.80341,1.223325 -1.0546,1.725697 -0.13768,0.275363 -2.517009,2.421141 -2.876159,2.780292 -0.152083,0.152083 -1.53493,0.623655 -1.821569,0.766977 -0.503995,0.251994 -1.044628,0.948756 -1.34221,1.246338 -0.456941,0.456938 -2.773982,1.627722 -3.643141,1.917441 -1.747541,0.582515 -3.643326,0.639209 -5.464709,1.246338 -0.40563,0.13521 -1.066578,0.006 -1.438082,0.191744 -1.250797,0.625398 -2.805338,1.488178 -3.355523,2.588545" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 50.146886,54.045847 c 1.734387,-0.103354 3.819437,-0.316724 4.890609,-1.716231 0.477813,-0.624272 1.058605,-1.13539 1.586389,-1.731461 0.834821,-0.942834 0.429768,-2.410628 -0.310353,-3.29153 -0.95664,-1.138607 -2.575401,-2.167319 -4.027527,-1.630237 -0.889441,0.328968 -1.449265,1.179438 -2.215014,1.700041 -0.656812,0.446541 -0.982407,1.544627 0.01128,1.887559 0.602329,0.20787 1.249782,0.234455 1.881282,0.240191"
id="path23903"
inkscape:path-effect="#path-effect23905"
inkscape:original-d="m 50.146886,54.045847 c 1.561381,-0.03542 3.912352,-0.733184 4.995836,-1.816669 0.205722,-0.205722 0.393004,-0.620088 0.681249,-0.908333 0.383686,-0.383686 0.959247,-0.720445 1.135417,-1.248958 0.804503,-2.41351 -2.336966,-4.869066 -4.541668,-4.428127 -0.710557,0.142113 -1.290386,0.810392 -1.816666,1.24896 -2.17755,1.814624 -1.180134,2.611459 1.362499,2.611459" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 77.889602,42.464593 c 0.22168,-1.432053 -1.158827,-2.258402 -2.026992,-3.12734 -0.997076,-0.997963 -2.574131,-1.452823 -3.872927,-0.744091 -1.048052,0.571905 -2.345333,0.97457 -2.995565,1.9744 -0.77807,1.1964 -1.07928,2.671507 -1.43681,4.054324 -0.354767,1.372131 1.193462,2.585195 2.456253,2.477991 0.26686,-0.02266 0.532834,-0.127396 0.722914,-0.3207"
id="path23907"
inkscape:path-effect="#path-effect23909"
inkscape:original-d="m 77.889602,42.464593 c 0.138922,-1.370095 -0.753669,-1.889083 -1.476042,-2.611459 -2.006819,-2.00682 -3.454011,-2.178243 -5.904169,-0.340625 -0.435322,0.326491 -1.629984,0.915993 -1.816666,1.476042 -0.387586,1.162754 -0.753825,2.488554 -1.135417,3.633335 -0.526656,1.579967 2.144009,3.192449 3.179167,2.157291" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 104.47274,31.387642 c -2.75698,-0.616223 -5.519971,0.831895 -7.523766,2.609027 -1.0357,0.918545 -1.532737,2.194618 -2.340187,3.386044 -0.792226,1.168962 -0.135258,3.100978 0.94782,3.342708 1.262269,0.281723 2.709757,0.450119 3.93438,0.01894 2.574933,-0.906616 4.575123,-2.891392 6.470943,-4.774578"
id="path23911"
inkscape:path-effect="#path-effect23913"
inkscape:original-d="m 104.47274,31.387642 c -3.24584,-0.827045 -7.282022,1.843357 -9.164276,4.353031 -0.504272,0.672362 -0.573974,1.491607 -0.91643,2.176515 -0.386172,0.772348 0.595715,1.787142 0.801876,2.405624 0.247398,0.742196 1.595152,0.572767 2.176515,0.572767 0.474999,0 1.144794,0.114737 1.603748,0 2.770617,-0.692655 5.327057,-3.265093 6.987757,-4.925798" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 106.30559,47.997893 c -2.9305,-1.161503 -6.02695,-2.335304 -9.235534,-2.098704 -1.332674,0.09827 -2.182375,1.151127 -2.979906,2.294031 -0.968025,1.38723 0.41009,2.82108 1.554168,3.391327 1.3487,0.672237 2.874234,0.721377 4.392622,0.893707 1.26265,0.143305 2.66345,0.236736 3.70839,0.960582 0.62596,0.433614 1.31312,0.158525 1.98749,0.05762"
id="path23915"
inkscape:path-effect="#path-effect23917"
inkscape:original-d="m 106.30559,47.997893 c -2.65385,-1.105226 -10.731371,-4.233873 -12.142661,0 -0.171556,0.514664 -0.557167,1.077782 -0.343662,1.718299 0.105849,0.317548 0.39932,0.427151 0.572767,0.687321 0.953244,1.429864 2.381698,1.683682 3.894818,2.061962 0.795247,0.198813 1.739898,-0.145537 2.520178,0.114554 1.07818,0.359394 2.3286,0.534257 3.32205,1.03098 0.44246,0.221232 1.29497,-0.114554 1.60374,-0.114554" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.665001;stroke-opacity:1"
d="m 101.03613,63.2335 c -1.314392,-1.05184 -2.855392,-1.678091 -4.283965,-2.669091 -1.537131,-1.066307 -3.184591,-2.299457 -5.175312,-2.091969 -1.837597,0.191528 -4.190617,-0.118372 -5.415813,1.483289 -1.130514,1.477886 -0.08568,3.392441 1.607788,4.009378 2.111402,0.769193 4.366475,0.756975 6.485078,1.651243 0.595668,0.251433 1.197787,0.566858 1.85643,0.595538"
id="path23919"
inkscape:path-effect="#path-effect23921"
inkscape:original-d="m 101.03613,63.2335 c -0.84666,-0.157226 -1.206173,-1.113189 -1.832851,-1.489196 -0.491948,-0.29517 -1.092989,-0.431941 -1.603748,-0.687319 -1.514608,-0.757304 -2.963768,-2.272617 -4.696691,-2.520177 -1.132459,-0.16178 -2.431266,0.0026 -3.551158,0.114554 -1.304978,0.130497 -3.161694,0.504113 -3.551155,2.061961 -0.912799,3.651202 4.02327,3.64558 6.414992,4.123925 1.223775,0.244753 2.91365,1.37464 3.894817,1.37464" />
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.434582;stroke-opacity:1"
id="rect24033"
width="26.726974"
height="4.8331032"
x="64.820007"
y="73.527802"
ry="1.5832589" />
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.457938;stroke-opacity:1"
id="rect24033-5"
width="17.194828"
height="8.3415823"
x="69.578423"
y="78.419838"
ry="2.7325892" />
<g
aria-label="Brain * Baking"
id="text24125"
style="font-size:12.7px;font-family:'Source Serif Pro';-inkscape-font-specification:'Source Serif Pro';fill:none;stroke:#000000;stroke-width:0.665001"
transform="translate(2.1407574,0.85630296)">
<path
d="m 40.650604,24.693353 -0.306211,0.304444 q 0.626797,0.630434 1.199868,1.206831 0.573123,0.558437 1.137292,1.107867 l 0.288198,-0.286535 q 0.630434,-0.626797 0.686134,-1.255256 0.06471,-0.637414 -0.508364,-1.213811 -0.608888,-0.612422 -1.219699,-0.560307 -0.610759,0.03415 -1.277218,0.696767 z m -2.498075,-2.566611 -0.315218,0.313398 q 0.492431,0.513302 1.002771,1.044615 0.510391,0.513354 1.029737,1.035714 l 0.252174,-0.250719 q 0.576396,-0.573071 0.577955,-1.111884 -0.0074,-0.547819 -0.535695,-1.079185 -0.976011,-0.981676 -2.011724,0.04806 z m -2.548548,2.462207 -0.483528,-0.486335 2.909003,-2.892218 q 0.765527,-0.76111 1.412882,-1.028646 0.638401,-0.276542 1.158942,-0.167272 0.520541,0.109269 0.914527,0.505542 0.304444,0.306211 0.437978,0.710711 0.12458,0.395493 -0.0027,0.933942 -0.136236,0.529443 -0.623195,1.228497 1.1251,-0.885793 1.951384,-0.919324 0.826336,-0.05149 1.435224,0.560931 0.277581,0.279192 0.446984,0.701756 0.160449,0.413558 0.096,0.961169 -0.06445,0.547612 -0.461603,1.246926 -0.38815,0.690359 -1.225726,1.523103 l -2.566768,2.551957 -0.483528,-0.486335 0.603831,-0.743617 q -0.53715,-0.576293 -1.101267,-1.143684 -0.564117,-0.56739 -1.137188,-1.143787 L 38.62556,26.241085 Q 38.070397,25.6827 37.506281,25.11531 36.93321,24.538913 36.35108,23.989431 Z"
style="stroke-width:0.665"
id="path26365" />
<path
d="m 46.962409,24.393195 -0.330956,-0.496747 0.503842,-0.503549 q -0.249971,-0.398098 -0.545719,-0.842 -0.295748,-0.443901 -0.514038,-0.771543 L 45.660083,21.15578 Q 45.462917,20.859846 45.325599,20.676644 45.19885,20.4864 45.082656,20.334905 44.969991,20.1658 44.818589,19.96146 l -0.708089,0.334417 -0.274623,-0.412194 1.610322,-2.095328 0.267701,-0.01049 0.926033,1.183777 q -0.228713,-0.824295 -0.05242,-1.430088 0.169251,-0.616361 0.560308,-0.876901 0.348779,-0.232373 0.736228,-0.20056 0.380408,0.02125 0.704362,0.370052 0.264054,0.419236 0.207588,0.792588 -0.06351,0.362783 -0.38058,0.574032 -0.443902,0.295748 -1.144776,0.04546 l -0.119748,-0.0423 q -0.08465,0.376867 -0.06013,0.848868 0.03509,0.46496 0.196992,0.891211 l 0.47883,0.718698 q 0.21829,0.327642 0.499955,0.750405 0.281665,0.422764 0.53869,0.78564 l 0.954666,-0.376613 0.330956,0.496747 z"
style="stroke-width:0.665"
id="path26367" />
<path
d="m 56.198514,19.409084 q -1.004606,0.459968 -1.650855,-0.249829 -0.189753,0.561788 -0.430429,0.951341 -0.234416,0.37272 -0.83487,0.647643 -0.669738,0.306645 -1.271455,0.121206 -0.590169,-0.190726 -0.917962,-0.906652 -0.190332,-0.415699 -0.158899,-0.83516 0.03143,-0.41946 0.38424,-0.930194 0.352808,-0.510733 1.125628,-1.171869 0.146773,-0.137041 0.351282,-0.300517 0.204509,-0.163476 0.420566,-0.332238 l -0.174471,-0.381058 q -0.354228,-0.773662 -0.677418,-0.960916 -0.311643,-0.192541 -0.865908,0.06123 -0.08083,0.03701 -0.150114,0.06873 -0.06928,0.03172 -0.156374,0.08556 l 0.174892,0.534512 q 0.247515,0.571099 0.10979,0.941451 -0.126177,0.365066 -0.461046,0.518388 -0.635096,0.290784 -1.038012,-0.223132 -0.281604,-0.737074 0.193488,-1.499347 0.475093,-0.762273 1.72219,-1.333267 1.108531,-0.507551 1.814593,-0.21624 0.71761,0.286023 1.251596,1.45229 l 1.184284,2.586572 q 0.153323,0.334869 0.407361,0.218555 0.09238,-0.0423 0.15206,-0.125493 0.0544,-0.09474 0.07804,-0.287155 l 0.40694,0.0651 q 0.0036,0.557054 -0.236073,0.918226 -0.233443,0.344338 -0.753067,0.582252 z m -3.534048,-0.518992 q 0.195619,0.427246 0.487087,0.545217 0.303015,0.112684 0.591695,-0.01949 0.127019,-0.05816 0.239151,-0.179337 0.112131,-0.121179 0.317193,-0.466491 L 53.4431,16.899344 q -0.128966,0.11492 -0.252644,0.241387 -0.117419,0.109632 -0.200196,0.203404 -0.318587,0.341418 -0.412069,0.747385 -0.09877,0.39442 0.08628,0.798572 z"
style="stroke-width:0.665"
id="path26369" />
<path
d="m 57.868112,18.605805 -0.177216,-0.569986 0.60963,-0.349139 q -0.123613,-0.440356 -0.281977,-0.949705 -0.158364,-0.509349 -0.275251,-0.885297 l -0.180987,-0.582113 q -0.154594,-0.497222 -0.268526,-0.82089 -0.105576,-0.339566 -0.242948,-0.695845 l -0.785831,0.124629 -0.147052,-0.472967 2.294117,-1.604353 0.247641,0.0693 0.51035,1.769778 0.501486,1.612939 q 0.116887,0.375948 0.279022,0.897425 0.158364,0.509349 0.310002,0.95429 l 0.644074,-0.06725 0.177216,0.569986 z m -0.547596,-7.450462 q -0.424458,0.13197 -0.810594,-0.04057 -0.389907,-0.184665 -0.518106,-0.596995 -0.13197,-0.424458 0.08826,-0.7855237 0.216461,-0.3731935 0.640919,-0.5051633 0.424457,-0.1319699 0.814364,0.052695 0.386137,0.1725377 0.518106,0.5969952 0.1282,0.4123308 -0.08826,0.7855238 -0.220232,0.361066 -0.644689,0.493036 z"
style="stroke-width:0.665"
id="path26371" />
<path
d="m 61.667517,17.350103 -0.101434,-0.588218 0.649928,-0.266724 q -0.06518,-0.452709 -0.155822,-0.97835 -0.09064,-0.525642 -0.157546,-0.913616 L 61.77747,13.877308 Q 61.68899,13.364182 61.62899,13.091004 61.57935,12.803152 61.489577,12.43201 l -0.782856,0.01901 -0.08417,-0.488096 2.320914,-1.263682 0.249015,0.09882 0.23048,0.888152 q 0.38882,-0.659872 0.825554,-0.967157 0.447091,-0.321959 0.997764,-0.416918 0.813493,-0.140281 1.39439,0.313708 0.593412,0.451831 0.779015,1.528145 l 0.252505,1.464288 q 0.07122,0.413004 0.161862,0.938646 0.08848,0.513127 0.180852,0.974034 l 0.647346,0.01725 0.101434,0.588218 -3.304035,0.569756 -0.101434,-0.588219 0.627055,-0.249892 q -0.06734,-0.465224 -0.155821,-0.978351 -0.09064,-0.525642 -0.159705,-0.926131 l -0.226607,-1.314104 q -0.103592,-0.600734 -0.307295,-0.810468 -0.205862,-0.22225 -0.568806,-0.159663 -0.488096,0.08417 -0.99862,0.636152 l 0.336673,1.952385 q 0.0669,0.387973 0.159705,0.926131 0.09064,0.525641 0.18301,0.986549 l 0.6098,0.02372 0.101434,0.588218 z"
style="stroke-width:0.665"
id="path26373" />
<path
d="m 74.715953,6.7269732 q 0.330106,0.00789 0.477609,0.2146696 0.160199,0.2070856 0.153222,0.4991023 -0.0049,0.203142 -0.08831,0.5060349 -0.08316,0.2901965 -0.206827,0.681054 l -0.123671,0.3908574 0.360959,-0.2200408 q 0.503652,-0.3436677 0.824399,-0.4757439 0.320746,-0.1320763 0.523888,-0.1272226 0.228535,0.00546 0.415037,0.1750636 0.186805,0.1569069 0.178918,0.4870127 -0.0097,0.406284 -0.445024,0.5483264 -0.435014,0.1293461 -1.286278,0.134414 l -0.419284,0.00269 0.336432,0.2748145 q 0.585809,0.4713267 0.807973,0.7434117 0.222164,0.272084 0.215187,0.5641 -0.0052,0.215839 -0.18776,0.414734 -0.182299,0.186199 -0.448923,0.179828 -0.393588,-0.0094 -0.600326,-0.395452 -0.206737,-0.386049 -0.431587,-1.077417 L 74.628328,9.8626748 74.479567,10.240229 q -0.285129,0.768109 -0.534247,1.092451 -0.249118,0.324342 -0.579224,0.316454 -0.279321,-0.0067 -0.452216,-0.214062 -0.160199,-0.207086 -0.155346,-0.410228 0.0076,-0.317409 0.293578,-0.590056 0.286298,-0.285343 0.81595,-0.6537964 l 0.336476,-0.2587367 -0.40598,-0.022404 Q 72.897115,9.4783129 72.481775,9.3159457 72.079434,9.1411854 72.089445,8.722205 q 0.0079,-0.3301058 0.214669,-0.4776086 0.207086,-0.1601992 0.422925,-0.1550422 0.266623,0.00637 0.579786,0.1917037 0.313466,0.1726367 0.737862,0.4876639 l 0.350038,0.2370287 -0.104863,-0.3963179 q -0.2333,-0.8694207 -0.225412,-1.1995265 0.007,-0.2920166 0.164187,-0.4915184 0.169907,-0.1991984 0.487316,-0.1916145 z"
style="stroke-width:0.665"
id="path26375" />
<path
d="m 84.661258,13.240939 -0.421788,-0.09245 q -0.190334,0.868385 -0.364355,1.662338 -0.158895,0.784266 -0.315072,1.556127 l 0.396976,0.08701 q 0.868386,0.190335 1.426806,-0.103317 0.570825,-0.290933 0.744845,-1.084885 0.184896,-0.843575 -0.189816,-1.328751 -0.359589,-0.494863 -1.277596,-0.696074 z m 0.803993,-3.4901966 -0.434193,-0.095167 q -0.164673,0.6919896 -0.334784,1.4087896 -0.154987,0.707114 -0.312693,1.426634 l 0.347354,0.07613 q 0.793953,0.17402 1.24769,-0.116573 0.456456,-0.302999 0.616881,-1.034924 0.296379,-1.352201 -1.130255,-1.6648933 z M 82.01499,8.9425008 82.16182,8.2726032 86.168799,9.1508618 q 1.054469,0.2311207 1.630049,0.6303088 0.5783,0.3867824 0.768459,0.8835144 0.19016,0.496731 0.07052,1.042573 -0.09245,0.421788 -0.360103,0.753167 -0.264936,0.318974 -0.786478,0.503695 -0.518823,0.172316 -1.370216,0.141723 1.354069,0.465808 1.829895,1.142165 0.49095,0.666671 0.306053,1.510246 -0.08429,0.384571 -0.347697,0.755886 -0.260687,0.358909 -0.755889,0.60141 -0.495203,0.2425 -1.298163,0.287531 -0.790554,0.04775 -1.944267,-0.205124 l -3.53557,-0.774934 0.146829,-0.669897 0.952166,0.104686 q 0.193393,-0.763704 0.364695,-1.545251 0.171301,-0.781547 0.345321,-1.5755 l 0.07885,-0.35976 q 0.168582,-0.769141 0.339883,-1.550688 0.174021,-0.793953 0.320511,-1.5809382 z"
style="stroke-width:0.665"
id="path26377" />
<path
d="m 92.896777,20.214445 q -1.031592,-0.395755 -0.97679,-1.354111 -0.534099,0.257586 -0.980798,0.358266 -0.430294,0.09337 -1.046877,-0.143172 -0.687728,-0.263836 -0.976337,-0.823439 -0.276752,-0.555055 0.0053,-1.290212 0.163761,-0.426866 0.485397,-0.697947 0.321637,-0.271082 0.93337,-0.376462 0.611732,-0.10538 1.624826,-0.01598 0.200605,0.0089 0.460498,0.04064 0.259892,0.03169 0.531641,0.06793 l 0.150114,-0.391294 q 0.304777,-0.794444 0.212375,-1.156352 -0.08054,-0.35736 -0.649698,-0.575708 -0.083,-0.03184 -0.154146,-0.05913 -0.07114,-0.02729 -0.170552,-0.05183 l -0.259439,0.49898 q -0.234754,0.576463 -0.595692,0.737249 -0.349081,0.165336 -0.692945,0.03342 -0.652156,-0.25019 -0.566999,-0.897646 0.329462,-0.716961 1.206455,-0.911014 0.876992,-0.194052 2.157589,0.29723 1.138309,0.436696 1.424309,1.144925 0.297858,0.712779 -0.161582,1.910375 l -1.018955,2.656052 q -0.131919,0.343864 0.128944,0.44394 0.09486,0.03639 0.196056,0.0208 0.105746,-0.02744 0.259741,-0.145199 l 0.238269,0.336254 q -0.395389,0.392414 -0.821134,0.473929 -0.409338,0.07421 -0.94292,-0.130495 z m -2.102358,-2.887721 q -0.16831,0.438723 -0.04861,0.729487 0.131553,0.295313 0.427987,0.409036 0.130432,0.05004 0.295465,0.04534 0.165033,-0.0047 0.555205,-0.09986 l 0.736923,-1.920896 q -0.172341,-0.01171 -0.349232,-0.01155 -0.160484,-0.0072 -0.285396,-6.68e-4 -0.466836,0.01134 -0.822255,0.228654 -0.35087,0.205456 -0.510082,0.620465 z"
style="stroke-width:0.665"
id="path26379" />
<path
d="m 94.64966,20.712929 0.292796,-0.520154 0.694515,0.216057 q 0.241565,-0.403253 0.503213,-0.868071 0.261647,-0.464819 0.448538,-0.796832 l 2.610242,-4.637119 -0.623864,-0.496912 0.261648,-0.464818 2.604432,0.810216 0.11477,0.210346 -0.91642,1.524476 -1.912519,3.397603 2.777159,-0.739393 -0.76634,-0.606262 0.27411,-0.486953 2.66717,1.501357 -0.27411,0.486953 -1.07702,-0.416801 -1.49097,0.370357 -0.19008,3.988245 0.61484,0.564707 -0.29279,0.520154 -2.257691,-1.270858 0.238314,-3.348994 -0.627522,0.15685 q -0.20558,0.365214 -0.454768,0.807899 -0.231891,0.437846 -0.443701,0.814128 l 0.529098,0.458142 -0.292796,0.520154 z"
style="stroke-width:0.665"
id="path26381" />
<path
d="m 101.23619,24.594317 0.35415,-0.480488 0.64247,0.284215 q 0.28149,-0.360499 0.59796,-0.789871 0.31647,-0.429372 0.55006,-0.74629 l 0.36168,-0.490712 q 0.30894,-0.419149 0.50216,-0.702709 0.21098,-0.286249 0.41659,-0.608013 l -0.56602,-0.559182 0.29387,-0.398703 2.65171,0.897411 0.0909,0.24055 -1.12325,1.459753 -1.00216,1.359679 q -0.23359,0.316918 -0.5576,0.756513 -0.31647,0.429373 -0.58504,0.815165 l 0.43581,0.478984 -0.35415,0.480488 z m 5.67727,-4.855705 q -0.35781,-0.263727 -0.44762,-0.677013 -0.0823,-0.423509 0.17392,-0.771096 0.26373,-0.35781 0.68508,-0.394343 0.42888,-0.04676 0.78669,0.216971 0.35781,0.263727 0.44009,0.687236 0.0898,0.413286 -0.17392,0.771096 -0.25619,0.347587 -0.68508,0.394343 -0.42135,0.03653 -0.77916,-0.227194 z"
style="stroke-width:0.665"
id="path26383" />
<path
d="m 104.51014,26.898863 0.41555,-0.4285 0.59841,0.36803 q 0.32741,-0.319371 0.69875,-0.702286 0.37134,-0.382915 0.64542,-0.665543 l 0.5128,-0.528787 q 0.3625,-0.373798 0.54789,-0.583214 0.20335,-0.209691 0.45036,-0.500884 l -0.47657,-0.621378 0.34482,-0.355563 2.38842,1.13091 0.0668,0.259432 -0.58187,0.709474 q 0.76226,-0.07457 1.26785,0.0973 0.52355,0.17159 0.9247,0.560611 0.59261,0.574689 0.56799,1.311535 -0.0155,0.745687 -0.77585,1.52975 l -1.03444,1.066692 q -0.29177,0.300861 -0.66311,0.683776 -0.36249,0.373798 -0.68051,0.719969 l 0.36744,0.533239 -0.41555,0.4285 -2.40689,-2.334123 0.41555,-0.4285 0.57134,0.359464 q 0.33624,-0.328488 0.69874,-0.702286 0.37134,-0.382915 0.65426,-0.674659 l 0.92835,-0.957288 q 0.42438,-0.437617 0.47385,-0.725778 0.0583,-0.297278 -0.20609,-0.553678 -0.35556,-0.344814 -1.10235,-0.432146 l -1.37926,1.422255 q -0.27408,0.282628 -0.65426,0.67466 -0.37134,0.382915 -0.68935,0.729086 l 0.34009,0.506715 -0.41555,0.4285 z"
style="stroke-width:0.665"
id="path26385" />
<path
d="m 113.98646,33.012772 q 0.25799,0.361967 0.7039,0.309273 0.45328,-0.04235 1.0014,-0.433027 0.54812,-0.390673 0.71536,-0.790593 0.18495,-0.396949 -0.0583,-0.738232 -0.25062,-0.351626 -0.68619,-0.306302 -0.43557,0.04532 -0.98369,0.435997 -0.54812,0.390674 -0.75078,0.784652 -0.19232,0.386606 0.0583,0.738232 z m -4.15534,0.887483 q -0.45505,0.324333 -0.41864,0.81304 0.0261,0.496079 0.52731,1.19933 0.55284,0.775644 1.06047,1.006471 0.50763,0.230826 0.84891,-0.01242 0.22753,-0.162167 0.29574,-0.460319 0.0579,-0.290781 -0.24434,-0.7148 l -0.77398,-1.085902 q -0.40542,-0.568806 -0.5777,-1.007456 -0.20376,0.02046 -0.36769,0.07492 -0.16393,0.05446 -0.35008,0.18714 z m 3.67664,-0.530695 q -0.3833,-0.53778 -0.54668,-1.029569 -0.30563,0.03069 -0.56418,0.214972 -0.17581,0.12531 -0.19375,0.340839 -0.008,0.208157 0.22829,0.539098 l 0.86243,1.210005 q 0.56021,0.785986 0.69542,1.391426 0.14554,0.598068 -0.0557,1.037814 -0.18351,0.442717 -0.63856,0.76705 -0.51709,0.36856 -1.1947,0.336867 -0.68796,-0.02432 -1.433,-0.522609 -0.74802,-0.480573 -1.45566,-1.473398 -0.61181,-0.85838 -0.78244,-1.46976 -0.18098,-0.60401 -0.0418,-0.999529 0.13918,-0.395519 0.44944,-0.616655 0.66188,-0.471757 1.67703,0.09915 -0.0941,-0.416426 0.0199,-0.716008 0.12135,-0.28924 0.3799,-0.47352 0.36197,-0.257992 0.82999,-0.279661 0.48574,-0.0187 1.08941,0.128075 -0.085,-0.578814 0.12951,-1.043645 0.21454,-0.46483 0.65924,-0.781792 0.72394,-0.515984 1.5756,-0.327621 0.85903,0.198704 1.64038,1.294948 0.39804,0.558464 0.56879,1.060595 0.17074,0.502132 0.1275,0.922846 l 1.32199,0.804478 0.0145,0.239183 -0.79633,0.567582 -0.70027,-0.982482 q -0.2086,0.429404 -0.66364,0.753737 -0.69291,0.49387 -1.56228,0.302537 -0.85166,-0.188363 -1.64038,-1.294949 z"
style="stroke-width:0.665"
id="path26387" />
</g>
</g>
</svg>
{{ if isset .Params "subtitle" }}
<h2>{{ .Params.subtitle }}</h2>
{{ end }}

View File

@ -1,11 +1,4 @@
<link rel = 'stylesheet' href = '/css/simple-lightbox.min.css'>
<style>
:root {
--accent: {{ if .Params.accent }}{{ .Params.accent }}{{ else }}{{ .Site.Params.accent }}{{ end }};
}
</style>
{{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}}
{{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | resources.ToCSS $options | resources.Fingerprint "sha512" }}
<link rel = 'stylesheet' href = '{{ $styles.Permalink }}' integrity = '{{ $styles.Data.Integrity }}'>

View File

@ -1,6 +1,6 @@
{{ $perm := .Permalink }}
{{ $base := .Site.BaseURL }}
{{ $logo := "img/logo.jpg" }}
{{ $logo := "img/logo.png" }}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark light">

View File

@ -9,7 +9,7 @@
{{ else }}
<title>Note | {{ .Site.Title }}</title>
{{ end }}
{{ $favicon := "/img/logo.jpg" }}
{{ $favicon := "/img/bblogo.png" }}
<link rel="apple-touch-icon" href="{{ $favicon | absURL }}" />
<link rel="image_src" href="{{ $favicon | absURL }}">
<link rel="icon" href="{{ $favicon | absURL }}">

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,6 +1,9 @@
<header>
{{ if .Title }}
<a href="/">
<svg class="logo" style="position: absolute; left: 2rem;"><title>Brain Baking home</title><use xlink:href='#logo'></use></svg>
</a>
<h1 class="p-name" id="header">
{{ with .Params.icontag }}
<svg class='icon'><title>page type</title><use xlink:href='#{{ . }}'></use></svg>