Chrome is the new Explorer. Fix the About page quote text-align on different screen sizes. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			60 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "main" }}
 | 
						|
	<div class="container">
 | 
						|
		<div class="row">
 | 
						|
			<div class="col xs-12">
 | 
						|
        <p class="headline text-center">Our mission is to deliver simple solutions for complex problems.</p>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
		<div class="row justify-center">
 | 
						|
			<div class="col">
 | 
						|
				<div class="card text-center">
 | 
						|
					<div class="row align-center">
 | 
						|
						<div class="col xs-12 sm-shrink">
 | 
						|
							<img src="/img/rocket.png" width="150" height="150">
 | 
						|
						</div>
 | 
						|
 | 
						|
						<div class="col xs-12 sm-grow" style="flex-basis: auto !important;">
 | 
						|
							<p class="mb-0 text-center text-sm-left">“Any darn fool can make something complex;<br>It takes a genius to make something simple.”</p>
 | 
						|
							<p class="text-center text-sm-right">-- Albert Einstein</p>
 | 
						|
						</div>
 | 
						|
					</div>
 | 
						|
				</div>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
		<div class="row">
 | 
						|
			<div class="col xs-12">
 | 
						|
				<hr>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
		<div class="row text-center">
 | 
						|
			<div class="col xs-12">
 | 
						|
				<h1>The Team</h1>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
		<div class="row justify-center">
 | 
						|
			<div class="col xs-12 sm-10">
 | 
						|
        <div class="card">
 | 
						|
					<div class="row align-center">
 | 
						|
						<div class="col xs-12 md-3 text-center">
 | 
						|
							<img src="/img/jeff-snow.jpg" width="256">
 | 
						|
						</div>
 | 
						|
 | 
						|
						<div class="col xs-12 md-9">
 | 
						|
							<h2>Jeff</h2>
 | 
						|
							<div class="article">
 | 
						|
								<p>My name is Jeff Russo. I am the founder of Simple Systems, LLC. I've been a software engineer for about a decade, and I'm still passionate about it!</p>
 | 
						|
								<p>I've worked at several companies in my career. Some were three man startup teams, and some were fortune 50 enterprises. At each job, I learned many things, and now I can apply that knowledge to my own company! I pursue excellence in all that I do, and this adventure will be no different.</p>
 | 
						|
								<p>The biggest thing I saw at all levels of business was unnecessary complexity. It demoralizes teams and can bring your software to a crashing halt. My mission is to deliver software that is simple, to both the business, and the engineers that have to use it.</p>
 | 
						|
							</div>
 | 
						|
						</div>
 | 
						|
					</div>
 | 
						|
        </div>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
{{ end }}
 |