2019-02-27 15:23:44 +01:00
<!DOCTYPE html>
2019-04-26 14:58:07 +02:00
< html lang = "en" data-view = "contact" class = "no-js" >
2019-02-27 15:23:44 +01:00
< head >
< meta name = "viewport" content = "width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black" / >
< meta name = "google" content = "notranslate" / >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< meta charset = "utf-8" >
< meta name = "description" content = "" >
< meta name = "author" content = "Löwenware.s.r.o" >
< title > Contact us< / title >
< link href = "/static/style.css" rel = "stylesheet" / >
< script type = "text/javascript" > document . documentElement . className = '' ; < / script >
< / head >
< body >
< div class = "main-wrapper" >
< div class = "overlay" >
< svg class = "logo" > < use xlink:href = "/static/sprite.svg#logo" / > < / svg >
< a href = "javascript:;" id = "menu__switch" class = "menu__switch" title = "Switch menu" >
< svg class = "icon svg-menu-icon" version = "1.1" xmlns = "http://www.w3.org/2000/svg" xmlns:xlink = "http://www.w3.org/1999/xlink" viewBox = "0 0 24 24" >
< g class = "svg-menu-group" >
< path class = "svg-menu-lines" d = "m0 4v2h24v-2zm0 7v2h24v-2zm0 7v2h24v-2z" / >
< path class = "svg-menu-cross" d = "m4.22 2.81-1.42 1.42 7.78 7.78-7.78 7.78 1.42 1.42 7.78-7.78 7.78 7.78 1.42-1.42-7.78-7.78 7.78-7.78-1.42-1.42-7.78 7.78z" >
< / g >
< / svg >
< / a >
< div class = "logo__text" > Löwenware< / div >
< / div >
< nav id = "menu" class = "menu" >
< ul class = "menu__list" >
< li > < a href = "/" > Home< / a > < / li >
< li > < a href = "/about/" > About< / a > < / li >
< li > < a href = "/aisl/" > AISL< / a > < / li >
< li > < a href = "/dotrix/" > Dotrix< / a > < / li >
< li > < a href = "/blog/" > Blog< / a > < / li >
< li > < a href = "/contact/" class = "active" > Contact< / a > < / li >
< / ul >
< / nav >
< div class = "content main-content" >
< div class = "contacts__column" >
< div class = "contacts__content" >
< h1 > Contact us< / h1 >
< p > If you want to get in touch with us, submit a message and we'll reach
you shortly.< / p >
< div class = "contacts__office" >
< h2 > Our Studio< / h2 >
< p class = "org" > Löwenware s.r.o.< / p >
< p class = "h3-like" > Address:< / p >
< p class = "adr" >
< span class = "street-address" > Tovaryšský vrch 1358/3< / span > < br / >
< span class = "postal-code" > 460 01< / span >
< span class = "locality" > Liberec< / span > < br / >
< span class = "country-name" > Czech Republic< / span >
< / p >
< p >
< span class = "h3-like" > Phone:< / span >
< a href = "tel:+420 775 422 922" class = "contacts__phone tel" > +420 775 422 922< / a >
< / p >
< p class = "org-id" > < span class = "h3-like" > Company ID:< / span > < span class = "value" > 06203051< / span > < / p >
< p class = "org-iban" > < span class = "h3-like" > IBAN:< / span > < span class = "value" > CZ2101000001154725290277< / span > < / p >
< / div >
< / div >
< div class = "contacts__map" >
2019-04-05 16:19:12 +02:00
< iframe width = "100%" height = "100%" id = "gmap_canvas" src = "https://maps.google.com/maps?q=Tovaryšský vrch 1358/3&t=&z=17&ie=UTF8&iwloc=&output=embed¢er=50.7706885,15.0536987" frameborder = "0" scrolling = "no" marginheight = "0" marginwidth = "0" > < / iframe >
2019-02-27 15:23:44 +01:00
< / div >
< div class = "contacts__arrow" > < / div >
< / div >
< div class = "contacts__feedback" >
2019-04-26 14:58:07 +02:00
< form method = "post" id = "feedback__form" >
< div class = "contacts__msg" >
< label for = "feedback__msg" > Your Message< / label >
< textarea id = "feedback__msg" class = "float-label" > < / textarea >
2019-02-27 15:23:44 +01:00
< / div >
< div class = "contacts__email" >
< label for = "feedback__email" > Your E-Mail< / label >
< input type = "email" id = "feedback__email" text = "" class = "float-label" / >
< / div >
< div class = "contacts__terms" >
2019-04-26 14:58:07 +02:00
<!-- input id="feedback__terms" type="checkbox" name="terms_accepted" value="1" />
< label for = "feedback__terms" class = "box-label" -- >
By submitting this form you agree with < a
2019-02-27 15:23:44 +01:00
href="/privacy-statement.html">Privacy Statement< / a > and accept
2019-04-26 14:58:07 +02:00
< a href = "terms-of-use.html" > Terms of Use< / a > .
2019-02-27 15:23:44 +01:00
< / div >
< div class = "form-row" >
< button type = "submit" > Send< / button >
< / div >
< / form >
< / div >
< / div >
< / div >
< / div >
< div class = "footer" >
< div class = "footer__logo dark-bg" > Löwenware< / div >
< div class = "footer__above" >
2019-04-26 09:25:38 +02:00
<!-- div class="newsletter">
2019-02-27 15:23:44 +01:00
< form >
< label for = "newsletter__email" > Subscribe to newsletter< / label >
< div class = "newsletter__field" >
< input type = "email" name = "email" id = "newsletter__email" placeholder = "your@email.address" / >
< button type = "submit" class = "submit" name = "submit" value = "1" > Subscribe< / button >
< / div >
< / form >
2019-04-26 09:25:38 +02:00
< / div-- >
2019-02-27 15:23:44 +01:00
< div class = "footer__social" >
< a href = "/goto/github" title = "Go to GitHub" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#github" / > < / svg > < / a >
< a href = "/goto/gitter" title = "Go to Gitter chat" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#gitter" / > < / svg > < / a >
< a href = "/goto/youtube" title = "Go to YouTube channel" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#youtube" / > < / svg > < / a >
< a href = "/goto/instagram" title = "Go to Instagram" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#instagram" / > < / svg > < / a >
< a href = "/goto/medium" title = "Go to Medium page" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#medium" / > < / svg > < / a >
< a href = "/goto/linkedin" title = "Go to LinkedIn profile" > < svg class = "icon" > < use xlink:href = "/static/sprite.svg#linkedin" / > < / svg > < / a >
< / div >
< / div >
< div class = "footer__below dark-bg" >
< div class = "footer__credentials" >
< div class = "copyright" > © 2017 - 2019 by Löwenware s.r.o.< / div >
< ul class = "legal" >
< li class = "legal__node legal__first" > < a href = "/privacy-statement.html" > Privacy statement< / a > < / li >
< li class = "legal__node legal__marker" > < a href = "/terms-of-use.html" > Terms of use< / a > < / li >
< / ul >
< div style = "clear:left;" > < / div >
< / div >
< / div >
< / div >
< script async type = "text/javascript" src = "/static/main.js" > < / script >
2019-07-27 16:42:46 +02:00
< script async src = "https://www.w3counter.com/tracker.js?id=127316" > < / script >
2019-02-27 15:23:44 +01:00
< / body >
< / html >