mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-01 02:43:11 +01:00
added logo
This commit is contained in:
parent
d31393debb
commit
6af6de4bee
7
.comments/logo_100x100.png.xml
Normal file
7
.comments/logo_100x100.png.xml
Normal 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
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 483 B |
13
index.html
13
index.html
@ -2,6 +2,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
|
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
|
||||||
<meta charset="utf-8" >
|
<meta charset="utf-8" >
|
||||||
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
<!-- Bootstrap CSS only -->
|
<!-- 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">
|
<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 -->
|
<!-- Bootstrap JavaScript Bundle with Popper -->
|
||||||
@ -15,13 +16,25 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
.header img {
|
||||||
|
float: right;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header h1 {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<img src="logo_100x100.png" alt="logo"/>
|
||||||
<h1>Kevin Veen-Birkenbach</h1>
|
<h1>Kevin Veen-Birkenbach</h1>
|
||||||
<h2>Consulting and Coaching Services</h2>
|
<h2>Consulting and Coaching Services</h2>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
BIN
logo_100x100.png
Normal file
BIN
logo_100x100.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in New Issue
Block a user