Updated footer style and some text

This commit is contained in:
Ilja Kartašov 2019-03-02 14:24:42 +01:00
parent bb3eeb1227
commit 3c682bbcba
5 changed files with 220 additions and 9 deletions

View File

@ -75,9 +75,9 @@
<p>By opening source codes we allow other developers to contribute to our
projects and at the same time we contribute to work of other people who may use
some of our workouts and ideas. Such collaboration between developers all over
the world pushes technology progress forward and we like it. At the same time we
are open for commercial projects and invest incomes into our open
solutions development and support.</p>
the world pushes technology progress forward and we like it.</p>
<p>At the same time we are open for commercial projects and investing
incomes into our open solutions development and support.</p>
<h2>Creativity</h2>
<p>We are working on many interesting projects and not all of them are applications
@ -85,9 +85,9 @@
to use in our team and actually we use them a lot nowadays. We like them that
much that we decided to spread them over other designers and engineers.</p>
<p>In 2019 we've started our experiments with video processing and sound recording,
that will turn into more projects and new content in some nearest
future.</p>
<p>In 2019 we've started our experiments with video processing, sound
recording and OpenGL development that will turn into new projects and
new content in some nearest future.</p>
</main>

88
dotrix/index.html Normal file
View File

@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en" data-view="home" class="no-js">
<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>Dotrix book</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/" class="active">Dotrix</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
<main class="content text-content">
<h1>Dotrix</h1>
<img src="/static/dotrix-slide.jpg" class="slide-picture" />
</main>
</div>
<div class="footer">
<div class="footer__logo dark-bg">Löwenware</div>
<div class="footer__above">
<div class="newsletter">
<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>
</div>
<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">&copy; 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>
</body>
</html>

BIN
static/dotrix-slide.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

View File

@ -178,7 +178,10 @@ h3, .h3-like {
background-color: #fafaff;
}
.slide-picture {
width: 100%;
height: auto;
}
/* -------------------------------------------------------------------------- */
.svg-menu-icon .svg-menu-lines ,
@ -968,7 +971,7 @@ h3, .h3-like {
.footer__above {
margin-left: 144px;
height: 160px;
height: 144px;
position: relative;
}
@ -988,7 +991,7 @@ h3, .h3-like {
}
.footer__credentials {
margin: 64px auto 0;
margin: 58px auto 0;
width: 450px;
}

120
terms-of-use.html Normal file
View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en" data-view="home" class="no-js">
<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>Terms of Use</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/">Contact</a></li>
</ul>
</nav>
<main class="content text-content">
<h1>Term of Use</h1>
<p class="last-updated">Effective Date: Februray 28, 2019</p>
<p>Please read these Terms of Use (the "Terms") carefully before using the
<a href="https://lowenware.com/">lowenware.com</a> website (the "Service")
operated by Löwenware s.r.o.</p>
<p>Your access to and use of the Service is conditioned on your acceptance
of and compliance with these Terms. If you disagree with any part of the
Terms, you may not access the Service.</p>
<h2>Privacy</h2>
<p>See "<a href="/privacy-statement.html">Privacy Statement</a>"</p>
<h2>Copyrights</h2>
<p>You are autorized to read, view, display on your device, download and
print pages of the Service and their content for your personal and
non-commercial use.</p>
<p>Löwenware strictly prohibits the redistribution or copying of any text,
graphical, software, audio, video or other content published on Service
without written permission of Löwenware s.r.o.</p>
<h2>Software</h2>
Your use of Software that is made available to download from the Service is
governed by the terms of License Agreement, included with the Software. By
using Software obtained from the Service, you confirm your acceptance of
License Agreement terms.
<h2>Links</h2>
<p>The Service may contain links to other websites. Löwenware is not
responsible for the content or availability of any linked third party
resources.</p>
<h2>Disclaimer</h2>
<p>The Service and all contents are provided on an "AS IS" and "AS
AVAILABLE" bases. Your use of the Service is at your own risk. Löwenware
makes no warranties to functionality or usefulness of the Service or any
content.</p>
<p>Löwenware reserves the right to change, redesign, extend, add,
remove any kind of content of the Service at any time with or without
additional notification.</p>
</main>
</div>
<div class="footer">
<div class="footer__logo dark-bg">Löwenware</div>
<div class="footer__above">
<div class="newsletter">
<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>
</div>
<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">&copy; 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>
</body>
</html>