-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Keine Ahnung, warum ich jetzt nochmal einen pull machen muss.
- Loading branch information
Showing
6 changed files
with
716 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# IBS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
|
||
|
||
|
||
/* GLOBAL STYLES | ||
-------------------------------------------------- */ | ||
/* Padding below the footer and lighter body text */ | ||
|
||
body { | ||
padding-bottom: 40px; | ||
color: #5a5a5a; | ||
} | ||
|
||
|
||
/* CUSTOMIZE THE NAVBAR | ||
-------------------------------------------------- */ | ||
|
||
/* Special class on .container surrounding .navbar, used for positioning it into place. */ | ||
.navbar-wrapper { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
left: 0; | ||
z-index: 20; | ||
} | ||
|
||
/* Flip around the padding for proper display in narrow viewports */ | ||
.navbar-wrapper > .container { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
.navbar-wrapper .navbar { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
.navbar-wrapper .navbar .container { | ||
width: auto; | ||
} | ||
|
||
|
||
/* CUSTOMIZE THE CAROUSEL | ||
-------------------------------------------------- */ | ||
|
||
/* Carousel base class */ | ||
.carousel { | ||
height: 500px; | ||
margin-bottom: 60px; | ||
} | ||
/* Since positioning the image, we need to help out the caption */ | ||
.carousel-caption { | ||
z-index: 10; | ||
} | ||
|
||
/* Declare heights because of positioning of img element */ | ||
.carousel .item { | ||
height: 500px; | ||
background-color: #777; | ||
} | ||
.carousel-inner > .item > img { | ||
position: relative; | ||
top: -100; | ||
left: -100; | ||
width: 100%; | ||
min-height: 500px; | ||
} | ||
|
||
|
||
/* MARKETING CONTENT | ||
-------------------------------------------------- */ | ||
|
||
/* Center align the text within the three columns below the carousel */ | ||
.marketing .col-lg-4 { | ||
margin-bottom: 20px; | ||
text-align: center; | ||
} | ||
.marketing h2 { | ||
font-weight: normal; | ||
} | ||
.marketing .col-lg-4 p { | ||
margin-right: 10px; | ||
margin-left: 10px; | ||
} | ||
|
||
|
||
/* Featurettes | ||
------------------------- */ | ||
|
||
.featurette-divider { | ||
margin: 80px 0; /* Space out the Bootstrap <hr> more */ | ||
} | ||
|
||
/* Thin out the marketing headings */ | ||
.featurette-heading { | ||
font-weight: 300; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
|
||
|
||
/* RESPONSIVE CSS | ||
-------------------------------------------------- */ | ||
|
||
@media (min-width: 768px) { | ||
/* Navbar positioning foo */ | ||
.navbar-wrapper { | ||
margin-top: 20px; | ||
} | ||
.navbar-wrapper .container { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
.navbar-wrapper .navbar { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
|
||
/* The navbar becomes detached from the top, so we round the corners */ | ||
.navbar-wrapper .navbar { | ||
border-radius: 4px; | ||
} | ||
|
||
/* Bump up size of carousel content */ | ||
.carousel-caption p { | ||
margin-bottom: 20px; | ||
font-size: 21px; | ||
line-height: 1.4; | ||
} | ||
|
||
.featurette-heading { | ||
font-size: 50px; | ||
} | ||
} | ||
|
||
@media (min-width: 992px) { | ||
.featurette-heading { | ||
margin-top: 120px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="icon" href="../../favicon.ico"> | ||
|
||
<title>Holger</title> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="carousel.css" type="text/css" rel="stylesheet"> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> | ||
|
||
<!-- Just for debugging purposes. Don't actually copy these 2 lines! --> | ||
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | ||
<script src="../../assets/js/ie-emulation-modes-warning.js"></script> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
|
||
</head> | ||
<!-- NAVBAR | ||
================================================== --> | ||
<body> | ||
<div class="navbar-wrapper"> | ||
<div class="container"> | ||
|
||
<nav class="navbar navbar-inverse navbar-static-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">Holger Schilling</a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="leistungen.html">Leistungen</a></li> | ||
<li><a href="kontakt.html">Kontakt</a></li> | ||
<li class="active"><a href="impressum.html">Impressum</a></li> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<hr class="featurette-divider"> | ||
|
||
|
||
<div class="container marketing"> | ||
|
||
|
||
|
||
<div class="row"> | ||
<div class="col-md-3 col-md-offset-5 col-push-3"> | ||
|
||
|
||
|
||
|
||
|
||
<style type="text/css"> | ||
p1 {display: block; font-weight: bold; margin-top: 1.4rem;} | ||
p3 {display: block; font-weight: bold; margin-top: 22px;} | ||
p4 {display: block; margin-bottom: 15px;} | ||
</style> | ||
|
||
<div class="white-box"> | ||
<strong>Impressum:</strong><br><br> | ||
<strong> Holger Schilling</strong><br> | ||
|
||
Klosterweg 25<br>35423 Lich<br> | ||
|
||
|
||
<br> | ||
E-Mail: [email protected] | ||
|
||
<p1>Vertreten durch</p1><div class="list-field-inline"><ul class="bulleted"><li>Holger Schilling</li></ul></div> | ||
|
||
<p3></p3> | ||
|
||
<p3></p3><p4></p4> | ||
|
||
<p3></p3><p2></p2> | ||
<p3></p3><p3></p3> | ||
|
||
<p3></p3> | ||
|
||
<p3></p3> | ||
|
||
<p3></p3> | ||
|
||
|
||
|
||
<p3></p3><div class="list-field-inline2"></div> | ||
|
||
<p3></p3><div class="list-field-inline2"></div> | ||
|
||
<p3>Quelle: <a href="http://www.ra-plutte.de/impressum-generator/" target="_blank" alt="Impressum Generator" rel="follow">www.ra-plutte.de</a></p3> | ||
</div> | ||
|
||
|
||
</div><!-- /.col-lg-4 --> | ||
|
||
</div><!-- /.row --> | ||
|
||
|
||
<hr class="featurette-divider"> | ||
|
||
<!-- FOOTER --> | ||
<footer> | ||
|
||
<p>© 2015 Holger Schilling | <a href="kontakt.html">Kontakt</a> | <a href="impressum.html">Impressum</a></p> | ||
</footer> | ||
|
||
</div><!-- /.container --> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> | ||
<script src="../../dist/js/bootstrap.min.js"></script> | ||
<!-- Just to make our placeholder images work. Don't actually copy the next line! --> | ||
<script src="../../assets/js/vendor/holder.min.js"></script> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.