added logo

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-23 17:40:18 +01:00
parent d31393debb
commit 6af6de4bee
4 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<comment version="3.0">
<caption/>
<note>Kevin Veen-Birkenbach Logo</note>
<place/>
<categories/>
</comment>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

View File

@ -2,6 +2,7 @@
<header>
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
<meta charset="utf-8" >
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Bootstrap JavaScript Bundle with Popper -->
@ -15,13 +16,25 @@
text-decoration: none;
color: #000000;
}
.header img {
float: right;
width: 100px;
height: 100px;
}
.header h1 {
position: relative;
}
</style>
</header>
<body>
<div class="container">
<h1>Kevin Veen-Birkenbach</h1>
<h2>Consulting and Coaching Services</h2>
<p></p>
<div class="header">
<img src="logo_100x100.png" alt="logo"/>
<h1>Kevin Veen-Birkenbach</h1>
<h2>Consulting and Coaching Services</h2>
<p></p>
</div>
<div class="row">
<div class="col">
<div class="card">

BIN
logo_100x100.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB