forked from autonomic-cooperative/cotech-website
		
	Fragment identifiers added to h2's
This commit is contained in:
		@ -80,7 +80,7 @@
 | 
			
		||||
            {% if page.services %}
 | 
			
		||||
            <!-- Services -->
 | 
			
		||||
            <section>
 | 
			
		||||
              <h2>Services</h2>
 | 
			
		||||
              <h2 id="services">Services</h2>
 | 
			
		||||
 | 
			
		||||
              <div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
 | 
			
		||||
                {% for service in page.services %}
 | 
			
		||||
@ -100,7 +100,7 @@
 | 
			
		||||
            {% if page.technologies %}
 | 
			
		||||
            <!-- Technologies -->
 | 
			
		||||
            <section>
 | 
			
		||||
              <h2>Technologies</h2>
 | 
			
		||||
              <h2 id="tech">Technologies</h2>
 | 
			
		||||
 | 
			
		||||
              <div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
 | 
			
		||||
                {% for technology in page.technologies %}
 | 
			
		||||
@ -120,7 +120,7 @@
 | 
			
		||||
            {% if page.clients %}
 | 
			
		||||
            <!-- Clients -->
 | 
			
		||||
            <section>
 | 
			
		||||
              <h2>Clients</h2>
 | 
			
		||||
              <h2 id="clients">Clients</h2>
 | 
			
		||||
 | 
			
		||||
              <div class="row small-up-2 medium-up-3 large-up-3">
 | 
			
		||||
                {% for client in page.clients %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user