landingpage tests
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
<link rel="stylesheet" href="/static/css/text2.css" />
|
||||
<meta charset="utf-8" />
|
||||
{% block image_src %}<link rel="image_src" href="static/img/logo7.png" />{% endblock %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<style>
|
||||
body, html {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
font: 400 15px/1.8 "Lato", sans-serif;
|
||||
color: #777;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
@@ -57,7 +57,7 @@
|
||||
}
|
||||
.bgimg-1 {
|
||||
background-image: url("/static/img/MerijnSoeters-hr-9841.jpg");
|
||||
min-height: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.bgimg-2 {
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
.register {
|
||||
position: fixed;
|
||||
top: 65px;
|
||||
top: 40%;
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
@@ -128,10 +128,14 @@
|
||||
|
||||
/* Turn off parallax scrolling for tablets and phones */
|
||||
@media only screen and (max-device-width: 1024px) {
|
||||
.bgimg-1, .bgimg-2, .bgimg-3 {
|
||||
background-attachment: scroll;
|
||||
}
|
||||
.bgimg-1, .bgimg-2, .bgimg-3 .sticky{
|
||||
background-attachment: scroll;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
{% analytical_head_bottom %}
|
||||
</head>
|
||||
@@ -139,11 +143,11 @@
|
||||
<div class="sticky">
|
||||
{% if not user.is_authenticated %}
|
||||
<div class="signin">
|
||||
<span><a href="/login/">Sign In </a></span>
|
||||
<span style="padding:10px"><a href="/login/">Sign In </a></span>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="signin">
|
||||
<span><a href="/rowers/list-workouts/">Enter </a></span>
|
||||
<span style="padding:10px"><a href="/rowers/list-workouts/">Enter </a></span>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="logo">
|
||||
@@ -153,7 +157,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% if not user.is_authenticated %}
|
||||
<div class="register">
|
||||
<h1>SIGN UP</h1>
|
||||
@@ -168,14 +173,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="color: #777;background-color:white;text-align:center;padding:50px 80px;text-align: justify;">
|
||||
<h3 style="text-align:center;">Free Data and Analysis. For Rowers. By Rowers.</h3>
|
||||
<p style="text-align: center;">
|
||||
There is no shortage of training advice for rowers.
|
||||
</p>
|
||||
<p style="text-align: center;">
|
||||
The best research has found that works best for one rower might not work for another. So, what can you do?
|
||||
</p>
|
||||
|
||||
<div style="color: #777;background-color:white;text-align:center;padding:50px 80px;text-align: justify;">
|
||||
<h3 style="text-align:center; max-width:100%;">Free Data and Analysis. For Rowers. By Rowers.</h3>
|
||||
<p style="text-align: center;">
|
||||
The best way to improve racing performance is to assess where you are,
|
||||
set objectives, make a plan, track progress, and adjust based on the results you are getting.
|
||||
@@ -183,7 +183,7 @@
|
||||
<p style="text-align: center;">
|
||||
This site is more than a rowing log book. It enables you and your coach to
|
||||
plan and track all your rowing, indoor and on the water, with a large number
|
||||
of devices and apps. On top of htat, it offers the best in rowing
|
||||
of devices and apps. On top of that, it offers the best in rowing
|
||||
data analytics. Train smart.
|
||||
</p>
|
||||
</div>
|
||||
@@ -195,7 +195,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="position:relative;">
|
||||
<div style="color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;text-align: justify;">
|
||||
<h1>What we offer</h1>
|
||||
@@ -232,8 +232,8 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="position:relative;">
|
||||
|
||||
<div style="position:relative;">
|
||||
<div style="color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;text-align: justify;">
|
||||
<h2>Testimonials</h2>
|
||||
<p>"Check out @rowsandall as well - his site is really useful for dissecting rowing data, especially if you eventually get power/angles on the water - check out the articles in the blog - if you’re logging your ergs on C2logbook you can have a play dissecting the data" - Tom Carter</p>
|
||||
@@ -266,7 +266,7 @@ using my NK empower oarlock for about a month now, and I‘m really
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="main-footer">
|
||||
<footer class="main-footer">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://analytics.rowsandall.com/">
|
||||
@@ -288,6 +288,6 @@ using my NK empower oarlock for about a month now, and I‘m really
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user