website/index.html

45 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tiband</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
<link rel="icon" type="image/png" href="tux-avatar.png" />
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner" style="background: url(tux.png) right bottom/30vh no-repeat">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<img class="masthead-brand" style="max-height: 40px;" src="https://forum.tiband.de/uploads/default/original/1X/26344733ac6bb48368d18d4e36039725c2f4a80f.png" alt="Tiband" />
<nav>
<ul class="nav masthead-nav">
<li class="active"><a href="">Home</a></li>
<li><a href="https://forum.tiband.de">Forum</a></li>
<li><a href="https://git.tiband.de">Gitea</a></li>
</ul>
</nav>
</div>
</div>
<div class="inner cover">
<h1 style="font-size: 4rem; font-weight: bold; color: rgb(246, 211, 48);">
<span style="font-size: 1.3em;">Full-Stack</span><br />
Hardwareentwickler
</h1>
<p class="lead">
<a href="https://git.tiband.de/band/titux-badge" class="btn btn-lg btn-default">So ein Schmutz…</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>