Disable taxonomy types. Put the simple software data in the home page content file. Navbar can be cached. Make the CSS assets and bundle the global CSS. Can cache the scripts and the footer. Global CSS and JS partials. These don't make any sense. Fix baseof titling. Move navbar and footer out of directories where they are the only files, update base template. 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>
 |