Skip to content
Snippets Groups Projects
Commit d14c6b50 authored by nesdis's avatar nesdis
Browse files

Improved Documentation.

parent 4c4f58ea
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@ venv_py38_dj30/
docs/.sass-cache/*
docs/_includes/*
!docs/_includes/head/
docs/_apidocs/_build/
docs/_apidocs/doctrees/
docs/_layouts/*
......@@ -26,9 +24,4 @@ tests/logs
Gemfile.lock
upload.sh
!docs/_includes/footer.html
!docs/_includes/masthead.html
!docs/_includes/nav_list
!docs/_layouts/single.html
/docs/.jekyll-metadata
[sponsor_page]: https://www.patreon.com/nesdis/
<div class="feature__wrapper">
{% for f in page.sponsor_row %}
<div class="feature__item">
<div class="archive__item">
{% if f.image_path %}
<div class="archive__item-teaser" style="margin-bottom: 2em">
{% if f.image_link %}
<a href="{{ f.image_link | relative_url }}">
<img src="{{ f.image_path | relative_url }}"
alt="{% if f.alt %}{{ f.alt }}{% endif %}">
</a>
{% else %}
<img src="{{ f.image_path | relative_url }}"
alt="{% if f.alt %}{{ f.alt }}{% endif %}">
{% endif %}
{% if f.image_caption %}
<span class="archive__item-caption">{{ f.image_caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>
{% endif %}
</div>
{% endif %}
</div>
</div>
{% endfor %}
</div>
<div class="tire__banner"></div>
<div class="tire__wrapper">
{% for s in page.sponsor_row %}
<div class="tire_item__box">
<div class="tire_item__title">{{ s.title }}</div>
<div class="tire_item__price">${{ s.price }}</div>
<div class="tire_item__period">PER MONTH</div>
<button id="{{ s.btn_id }}" class="btn btn--success btn--large">Pay</button>
<div class="tire_item__benefit">
<ul>
{% for b in s.benefits %}
<li>{{ b | markdownify | remove: "<p>" | remove: "</p>" }}</li>
{% endfor %}
</ul>
</div>
</div>
{% endfor %}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment