forked from autonomic-cooperative/cotech-website
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en-US">
 | |
| 
 | |
| {% include head.html %}
 | |
| 
 | |
| <body>
 | |
| 
 | |
|   <header>
 | |
| 
 | |
|     <div data-sticky-container style="height: 82.7812px;">
 | |
| 
 | |
|       <div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
 | |
|         <div class="top-bar-title">
 | |
|           <strong>
 | |
|                     <a id="logo" href="/">
 | |
|                         <img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
 | |
|                     </a>
 | |
|                 </strong>
 | |
|           <a class="back" href="/">← Go Back</a>
 | |
|         </div>
 | |
|       </div>
 | |
| 
 | |
|     </div>
 | |
| 
 | |
|   </header>
 | |
| 
 | |
| 
 | |
| 
 | |
|   <div>
 | |
| 
 | |
|     <div id="page-banner">
 | |
|       <div class="row">
 | |
|         <div class="small-centered small-12 medium-10 large-8 columns">
 | |
|           <h2>{{ page.heading }}</h2>
 | |
|         </div>
 | |
|       </div>
 | |
|     </div>
 | |
| 
 | |
|     {{ content }}
 | |
| 
 | |
|   </div>
 | |
| 
 | |
| 
 | |
|   {% include footer.html %}
 | |
| 
 | |
|   <script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
 | |
|   <script type='text/javascript' src='{{ site.github.url }}/wp/wp-includes/js/wp-embed.min.js?ver=4.8'></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |