<!DOCTYPE html><html lang="{{ app.request.getLocale() }}"><head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-JRBNLP5HF6"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JRBNLP5HF6'); </script> <meta charset="UTF-8"> {% if app.request.query.get('preview') %} <meta name="robots" content="noindex"> {% endif %} <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="ScreenOrientation" content="autoRotate:disabled"> <title>{% block title %}SixSeven{% endblock %}</title> <meta name="Description" content="Royal Hamilius Rooftop Restaurant - Le ‘SixSeven’ : un restaurant, deux ambiances … offrant une vue imprenable sur la capitale luxembourgeoise" /> <meta name="author" content="SixSeven"> <meta property="og:title" content="SixSeven" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://restaurantsixseven.lu/en/home" /> <meta property="og:image" content="https://restaurantsixseven.lu/build/images/6-1.a5dc1659.png" /> {% block metas %}{% endblock %} {% for img in img_preload %} <link rel="preload" href="/build/images/{{ img }}" as="image"> {% endfor %} <link rel="shortcut icon" type="image/png" href="{{ asset('/images/favicon.ico') }}" sizes="any"> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://use.typekit.net/qsw7vwq.css"> <link href="/css/formNewsletter.css" rel="stylesheet"> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="d54459db-ec7a-4263-b29e-2985e2cfb264" data-blockingmode="auto" type="text/javascript"></script> <!-- à test --> {# {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}#} <link rel="stylesheet" href="/build/app.css?maj={{ "now"|date("dmY") }}"></head><body>{% include "home/blocks/cursor.html.twig" %}<div id="wrapper"> {# % include "home/blocks/loader.html.twig" % #} {% include "home/blocks/orientation_adv.html.twig" %} <div class="logo-container"> <div class="logo"></div> </div> <div class="language-switcher"> {% if app.request.getLocale() == 'fr' %} <a class="link" href="/en/home">English</a> <a class="link-mobile" href="/en/home">EN</a> {% else %} <a class="link" href="/fr/home">Français</a> <a class="link-mobile" href="/fr/home">FR</a> {% endif %} </div> <div class="orientation-icon"></div> {% set slides = ['right', 'left'] %} <div class="shutter"> {% for slide in slides %} <div class="{{slide}}"> {% for i in 0..4 %} <div class="img phase{{i}}"> <div class="img-bg-mask"> <div class="img-bg front norep"></div> <div class="img-bg back norep"></div> </div> </div> {% endfor %} </div> {% endfor %} </div> <div id="main"> <!-- content --> {% block content %}{% endblock %} {% include "home/blocks/news.html.twig"%} <!-- footer --> {% include "home/blocks/footer.html.twig"%} </div> </div> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"> </script> <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script> <script type="text/javascript" src="https://forms.sbc29.com/form.js"></script> {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} <script> function doOnOrientationChange() { var orientation = ''; switch(window.orientation) { case 90: orientation = 'landscape'; break; case -90: orientation = 'landscape'; break; case 0: orientation = 'portrait'; break; case 180: orientation = 'portrait'; break; default: break; } return orientation; } $(window).on('load',function(){ if(doOnOrientationChange() == 'landscape' ){ var height = parseInt($(window).height()) ; } }); </script></body></html>