Import existing website
This commit is contained in:
43
index.html
Normal file
43
index.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!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">
|
||||
</head>
|
||||
<body>
|
||||
<img style="border:none;background:none;position:fixed;bottom:0;right:0;height:55%;" src="tux.png" />
|
||||
<div class="site-wrapper">
|
||||
<div class="site-wrapper-inner">
|
||||
<div class="cover-container">
|
||||
<div class="masthead clearfix">
|
||||
<div class="inner">
|
||||
<h3 class="masthead-brand">Tiband</h3>
|
||||
<nav>
|
||||
<ul class="nav masthead-nav">
|
||||
<li class="active"><a href="">Home</a></li>
|
||||
<!--<li><a href="files">Dateien</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.informatik.uni-leipzig.de/ti" class="btn btn-lg btn-default">So ein Schmutz…</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user