Sha256: f86e85cef18e5c79ed1fd58a69d5da7d3671d8e33a660b911a8cf5f6673d4c08

Contents?: true

Size: 1005 Bytes

Versions: 31

Compression:

Stored size: 1005 Bytes

Contents

{%- comment -%}

Las barras de progreso de los objetivos/metas

@param :title [String] El título del objetivo
@param :text [String] La descripción
@param :currency [String] La moneda
@param :value_now [Float] El valor actual
@param :value_max [Float] El valor máximo
{%- endcomment -%}

{% assign width = include.value_now | divided_by: include.value_max | times: 100 %}

<div class="mb-3">
	<div class="progress position-relative border border-width-3 border-black lh-4">
    <div
      data-support-us-target="goal"
      class="progress-bar o-2 collapsing width"
      style="width: {{ width }}%"
      role="progressbar"
      aria-valuenow="{{ include.value_now }}"
      aria-valuemin="0"
      aria-valuemax="{{ include.value_max }}"></div>
		<span class="d-flex position-absolute h-100 align-items-center font-weight-bold f-16 lead-md px-4">{{ include.title }}</span>
	</div>

	<p class="p-2"><strong>{{ include.currency }}{{ include.value_max | round }}</strong> {{ include.text }}</p>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/goal.html
compost-jekyll-theme-0.3.7 _includes/goal.html
compost-jekyll-theme-0.3.6 _includes/goal.html
compost-jekyll-theme-0.3.5 _includes/goal.html
compost-jekyll-theme-0.3.4 _includes/goal.html
compost-jekyll-theme-0.3.3 _includes/goal.html
compost-jekyll-theme-0.3.2 _includes/goal.html
compost-jekyll-theme-0.3.1 _includes/goal.html
compost-jekyll-theme-0.3.0 _includes/goal.html
compost-jekyll-theme-0.2.3 _includes/goal.html
compost-jekyll-theme-0.2.2 _includes/goal.html
compost-jekyll-theme-0.2.1 _includes/goal.html
compost-jekyll-theme-0.1.18 _includes/goal.html
compost-jekyll-theme-0.1.17 _includes/goal.html
compost-jekyll-theme-0.1.16 _includes/goal.html
compost-jekyll-theme-0.1.15 _includes/goal.html
compost-jekyll-theme-0.1.14 _includes/goal.html
compost-jekyll-theme-0.1.13 _includes/goal.html
compost-jekyll-theme-0.1.12 _includes/goal.html
compost-jekyll-theme-0.1.11 _includes/goal.html