Updated startpage with logo

This commit is contained in:
Edgar P. Burkhart 2021-12-28 12:08:58 +01:00
parent 8e7e2d6437
commit 7f0ac3bdd5
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
4 changed files with 25 additions and 2 deletions

View File

@ -6,11 +6,14 @@
<title>Edgar P. Burkhart</title> <title>Edgar P. Burkhart</title>
<link rel="icon" type="image/svg+xml" href="/static/svg/logo.svg" />
<link rel="mask-icon" href="/static/svg/logo.svg" />
<link rel="stylesheet" type="text/css" href="/static/css/main.css" /> <link rel="stylesheet" type="text/css" href="/static/css/main.css" />
<link rel="stylesheet" type="text/css" href="/static/css/index.css" /> <link rel="stylesheet" type="text/css" href="/static/css/index.css" />
</head> </head>
<body> <body>
<h1>Edgar P. <strong>Burkhart</strong></h1> <h1><img src="/static/svg/logo-inv.svg"/> Edgar P. <strong>Burkhart</strong></h1>
<div class="biglinks"> <div class="biglinks">
<a href="#"> <a href="#">
<img class="svg" src="/static/svg/rich--text--format.svg" /> <img class="svg" src="/static/svg/rich--text--format.svg" />

View File

@ -8,6 +8,12 @@ h1 {
h1 strong { h1 strong {
font-weight: 600; font-weight: 600;
} }
h1 img {
height: 4rem;
vertical-align: middle;
border: 5px solid white;
border-radius: 50%;
}
.biglinks a { .biglinks a {
width: min(20rem, 100%); width: min(20rem, 100%);

View File

@ -0,0 +1,15 @@
<svg version="1.1"
width="100"
height="100"
xmlns="http://www.w3.org/2000/svg">
<path fill="#8ac149" stroke="#8ac149" stroke-width="5" d="M 65 35
Q 90 40 90 57
Q 90 50 65 50"/>
<path fill="white" stroke="white" stroke-width="5" d="M 10,100
v -50
a 25 25 0 0 1 25 -25
c 10 0 20 7 30 10
v 15
C 30 50 40 55 45 100"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B

View File

@ -2,7 +2,6 @@
width="100" width="100"
height="100" height="100"
xmlns="http://www.w3.org/2000/svg"> xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#f4f4f4" />
<path fill="#8ac149" stroke="#8ac149" stroke-width="5" d="M 65 35 <path fill="#8ac149" stroke="#8ac149" stroke-width="5" d="M 65 35
Q 90 40 90 57 Q 90 40 90 57

Before

Width:  |  Height:  |  Size: 394 B

After

Width:  |  Height:  |  Size: 342 B