random selection from offerings
This commit is contained in:
@@ -76,51 +76,20 @@
|
||||
<li class="grid_5">
|
||||
<h2 class="midden">WHAT WE OFFER</h2>
|
||||
</li>
|
||||
{% for offering in offerings %}
|
||||
<li class="frontitem">
|
||||
<h3 class="midden">SYNC</h3>
|
||||
<h3 class="midden">{{ offering.name }}</h3>
|
||||
<div class="midden">
|
||||
<img src="/static/img/upload.png"
|
||||
<img src="{{ offering.image }}"
|
||||
alt="Analyze" width="62px">
|
||||
</div>
|
||||
<p class="midden">
|
||||
Easily upload data from the most popular devices and apps.
|
||||
{{ offering.text }}
|
||||
</p>
|
||||
</li>
|
||||
<li class="frontitem">
|
||||
<h3 class="midden">LOG</h3>
|
||||
<div class="midden">
|
||||
<img src="/static/img/log.png"
|
||||
alt="Analyze" width="62px">
|
||||
</div>
|
||||
<p class="midden">
|
||||
Maintain
|
||||
a consistent log for all your rowing (indoor and on the water).
|
||||
</p>
|
||||
</li>
|
||||
<li class="frontitem">
|
||||
<h3 class="midden">ANALYZE</h3>
|
||||
<div class="midden">
|
||||
<img src="/static/img/analyze.png"
|
||||
alt="Analyze" width="62px">
|
||||
</div>
|
||||
<p class="midden">
|
||||
Analyze your workouts with a consistent set of tools
|
||||
</p>
|
||||
</li>
|
||||
<li class="frontitem">
|
||||
<h3 class="midden">COMPARE</h3>
|
||||
<div class="midden">
|
||||
<img src="/static/img/compare.png"
|
||||
alt="Analyze" width="62px">
|
||||
</div>
|
||||
<p class="midden">
|
||||
Compare your results between workouts and with other rowers in your team
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<a class="button midden" href="">
|
||||
<h2 class="midden"><div class="rounder whiteborder">and more</div></h2>
|
||||
</a>
|
||||
{% endfor %}
|
||||
<li class="grid_5">
|
||||
<p class="midden">and more</p>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user