forked from autonomic-cooperative/cotech-website
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			623 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			623 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						||
<html lang="en" prefix="og: http://ogp.me/ns#">
 | 
						||
  {% include head.html %}
 | 
						||
  <body>
 | 
						||
    {% include header.html %}
 | 
						||
 | 
						||
    <section class="hero">
 | 
						||
      <h1 class="hero_title">Cooperative Technologists</h1>
 | 
						||
      <p class="hero_body">Creative technology companies, fully owned and controlled by
 | 
						||
        the people who do the work.<br />
 | 
						||
        Cooperative ownership means tech that’s better for its workers and customers.</p>
 | 
						||
 | 
						||
      <span class="hero_button">
 | 
						||
        <a href="/about#manifesto">Our manifesto</a>
 | 
						||
      </span>
 | 
						||
    </section>
 | 
						||
 | 
						||
    {{ content }}
 | 
						||
 | 
						||
    {% include footer.html %}
 | 
						||
  </body>
 | 
						||
</html>
 |