mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-09-09 03:07:11 +02:00
added logo
This commit is contained in:
19
index.html
19
index.html
@@ -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">
|
||||
|
Reference in New Issue
Block a user