master
Rachel Lambda Samuelsson 2023-03-04 00:20:48 +01:00
parent 80234cf3c8
commit e1ce70303b
3 changed files with 31 additions and 2 deletions

View File

@ -3,7 +3,9 @@ layout: default
---
<header>
<nav><ul>
<li class="sitetitle"><a class="bigger" href="/">rachel.cafe</a></li>
<li class="sitetitle">
<a class="bigger" href="/">rachel.cafe</a><img class="cup" src="/assets/img/cup.svg" alt="teacup">
</li>
</nav></ul>
<hr>
<nav><ul>

View File

@ -98,6 +98,19 @@ a:hover {
color: black
}
.cup {
max-height: 1.5em;
height: 1.5em;
margin-left: 0.5em;
}
.sitetitle {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
@ -150,7 +163,7 @@ nav ul {
text-align: center;
}
nav ul li, .sitetitle {
nav ul li {
display: inline;
margin-right: 1em;
white-space: nowrap;

14
assets/img/cup.svg 100644
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="500px" height="500" viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve">
<g>
<path fill="#000000" d="M218.135,417.473c-43.007-1.385-104.365-5.509-133.185-32.852c-28.82-27.344-56.162-73.897-63.552-133.754 c-7.39-59.858-14.78-111.586,25.864-138.929c40.644-27.342,91.971-29.559,170.873-29.559c78.903,0,146.536,11.424,166.849,39.815 c18.725,26.17,17.728,39.995,17.728,39.995s84.982-7.391,84.982,88.309c0,90.714-68.997,123.737-126.325,103.659 C361.369,354.157,333.102,421.175,218.135,417.473z"/>
<path fill="#FFFFFF" d="M218.135,381.104c-45.394-0.13-90.042-2.377-118.309-30.646C71.558,322.19,56.5,243.199,56.5,243.199 s-11.52-58.844-0.727-83.366c15.168-34.461,61.621-41.978,162.362-42.386c90.925-0.368,126.65,15.495,141.297,30.469 c15.852,16.203,9.158,58.12,9.158,58.12s34.513-16.297,60.587-2.113c44.03,23.953,20.078,83.482,16.202,89.471 c-5.151,7.963-22.896,33.813-59.178,30.994c-25.865-2.011-41.213-13.032-41.213-13.032s-13.737,32.052-28.788,43.781 C297.878,369.416,278.064,381.273,218.135,381.104z"/>
<circle fill="#000000" cx="119.376" cy="234.218" r="20.078"/>
<circle fill="#000000" cx="300.685" cy="234.218" r="20.078"/>
<ellipse fill="#000000" cx="209.991" cy="154.434" rx="113.335" ry="24.305"/>
<path fill="#000000" d="M209.991,307.66c29.853,0,42.28-17.302,42.28-17.302s9.589-14.78,21.419-5.476 c9.479,7.455,8.871,16.896-1.088,27.533c-11.624,12.416-33.022,25.361-60.234,25.361c-27.211,0-54.95-11.359-66.575-27.296 c-6.566-9.003-5.113-17.869-1.439-21.543c5.236-5.236,14.568-5.835,20.116-1.222C176.335,297.586,179.082,307.66,209.991,307.66z"/>
<path fill="#000000" d="M366.334,233c0,0-3.908,19.975-5.758,28.957c-1.85,8.982-6.208,23.249-6.208,23.249 s19.529,11.721,39.495,12.944c20.619,1.264,36.284-12.152,37.605-42.269c1.055-24.036-23.277-35.388-41.771-30.181 C371.206,230.906,366.334,233,366.334,233z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB