Initial commit
This commit is contained in:
Executable
+109
@@ -0,0 +1,109 @@
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="author" content=" 1894 Das Restaurant im Theater Erfurt, Erfurt, Germany">
|
||||
<meta name="copyright" content="1894 Das Restaurant im Theater Erfurt, Erfurt, Germany">
|
||||
<meta name="description"
|
||||
Content="Finden Sie nähere Informationen zu Unserem Restaurant, Unsere Speisekarte sowie Öffnungszeiten."
|
||||
lang="de">
|
||||
<meta name="keywords" content="Theater, Erfurt, Restaurant, 1894, Speisen, Getränke">
|
||||
<meta name="language" Content="de">
|
||||
<title>Restaurant - 1894. GmbH - Das Restaurant im Theater</title>
|
||||
<link type="text/css" href="css/style.css" rel="stylesheet" />
|
||||
<link type="text/css" href="css/jquery.jscrollpane.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.jscrollpane.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.mousewheel.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.backstretch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
window.onscroll = function () { window.scrollTo(0, 0); };
|
||||
$(function () {
|
||||
$('.scroll-pane').jScrollPane(
|
||||
{
|
||||
verticalDragMinHeight: 11,
|
||||
verticalDragMaxHeight: 11,
|
||||
horizontalDragMinWidth: 11,
|
||||
horizontalDragMaxWidth: 11,
|
||||
hijackInternalLinks: true,
|
||||
animateScroll: true,
|
||||
animateEase: 'swing'
|
||||
}
|
||||
);
|
||||
$('#sidebar a').click(function () {
|
||||
$('#sidebar li').removeClass('active');
|
||||
$(this).parent().addClass('active');
|
||||
});
|
||||
$("body").backstretch("img/backgrounds/bg_restaurant.jpg");
|
||||
});
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body id="page_restaurant">
|
||||
<ul id="nav">
|
||||
<li id="home"><a href="index.html" title="Startseite"></a></li>
|
||||
<li id="restaurant"><a href="restaurant.html" title="Restaurant"></a></li>
|
||||
<li id="gallery"><a href="gallery.html" title="Bildergalerie"></a></li>
|
||||
</ul>
|
||||
<div id="content_wrap">
|
||||
<div id="content">
|
||||
<a href="index.html" title="1894 - Das Restaurant im Theater" id="logo_1894"></a>
|
||||
<a href="http://www.theater-erfurt.de" title="Theater Erfurt" id="logo_theater"></a>
|
||||
<div id="head"><img src="img/header/head_restaurant.jpg" alt="Restaurant - 1894" /></div>
|
||||
<h1>Restaurant</h1>
|
||||
<ul id="sidebar">
|
||||
<li class="active first"><a href="restaurant.html#para1" title="Menü">Kontakt</a></li>
|
||||
<li><a href="restaurant.html#para2" title="Philosophie">Öffnungszeiten</a></li>
|
||||
<li><a href="restaurant.html#para3" title="Öffnungszeiten">Menü</a></li>
|
||||
<li class="last"><a href="restaurant.html#para4" title="Catering und Feiern">Catering und Feiern</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="maincontent" class="scroll-pane">
|
||||
<div id="maincontent_wrap">
|
||||
<p id="para1">
|
||||
<h2>Kontakt</h2>
|
||||
<strong>1894. GmbH - Das Restaurant im Theater Erfurt.</strong><br />
|
||||
Theaterplatz 1<br />
|
||||
99084 Erfurt<br /><br />
|
||||
|
||||
Telefon: 0361-2233318<br />
|
||||
Fax: <br />
|
||||
E-Mail: <a href="mailto:kontakt@restaurant1894.de"
|
||||
title="kontakt@restaurant1894.de">kontakt@restaurant1894.de</a><br />
|
||||
</p><br />
|
||||
<p id="para2">
|
||||
<h2>Öffnungszeiten</h2>
|
||||
Bei Veranstaltungen im großen Haus, 2 Stunden vor Vorstellungsbeginn bis 90 Minuten nach Ende
|
||||
der Vorstellung. <br />
|
||||
Sonntags schließen wir nach der Pause, außer bei Vorbestellungen. Fragen Sie bitte am Abend
|
||||
unser Servicepersonal im Restaurant.
|
||||
</p><br />
|
||||
<p id="para3">
|
||||
<h2>Menü</h2>
|
||||
Auszug unserer Speisekarte: <a href="pdf/Restaurantkarte1894.pdf" title="Unsere Speisekarte"
|
||||
target="_blank">PDF-Download</a>
|
||||
</p><br />
|
||||
<p id="para4">
|
||||
<h2>Catering und Feiern</h2>
|
||||
Neben Ihrer Familien- oder Geschäftsfeier in unserem Restaurant im Theater Erfurt richten wir
|
||||
auch Veranstaltungen außer Haus von 20 bis 1.000 Personen aus. <br />
|
||||
Mit unserem individuellen Catering wird Ihre Feier zu einem kulinarischen Highlight.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul id="service">
|
||||
<li><a href="impressum.html" title="Impressum">Impressum</a></li>
|
||||
<li><a href="pdf/datenschutzerklaerung.pdf" target="_blank" title="Datenschutz">Datenschutz</a></li>
|
||||
<li><a href="kontakt.html" title="Kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
<div id="overlay"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user