Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			19 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="footer">
 | |
| 	<div class="container">
 | |
| 		<div class="row justify-center">
 | |
| 			<div class="col xs-12 md-6" style="max-width: 500px;">
 | |
| 				<a href="mailto:info@simplesystems.tech">
 | |
| 					<div class="card blue pa-4 text-center contact">
 | |
| 						<h2 style="margin: 0; margin-bottom: 1.5rem;">Contact Us</h2>
 | |
| 
 | |
| 						<div class="d-flex align-center justify-center">
 | |
| 							<i class="material-icons mr-4">mail_outline</i>
 | |
| 							info@simplesystems.tech
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</a>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 |