mirror of
				https://git.coop/cotech/website.git
				synced 2025-11-04 03:16:33 +00:00 
			
		
		
		
	frag id added for co-op services logo
This commit is contained in:
		@ -15,7 +15,7 @@
 | 
			
		||||
    <div id="page-banner">
 | 
			
		||||
      <div class="row">
 | 
			
		||||
        <div class="small-12 small-centered columns">
 | 
			
		||||
          <img src="/images/services/{{ page.slug }}" alt="">
 | 
			
		||||
          <img src="/images/services/{{ page.slug }}" alt="{{ page.name }}">
 | 
			
		||||
          <h1>Coops that offer <span>{{ page.name }}</span></h1>
 | 
			
		||||
{% if page.description %}
 | 
			
		||||
          <p>{{ page.description }}</p>
 | 
			
		||||
@ -43,7 +43,7 @@
 | 
			
		||||
                {% if coop.services contains page.slug %}
 | 
			
		||||
                  <div class="column">
 | 
			
		||||
                    <a href="{{ coop.url | relative_url }}" class="coop-thumb">
 | 
			
		||||
                      <img src="/images/coops/{{ coop.slug }}" alt="">
 | 
			
		||||
                      <img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}" id="#{{ coop.slug }}">
 | 
			
		||||
                    </a>
 | 
			
		||||
                  </div>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user