Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
| 	<div class="container">
 | |
| 		<div class="row text-center">
 | |
| 			<div class="col xs-12">
 | |
|         <p class="headline">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-content">
 | |
| 							<img src="/img/rocket.png" width="150" height="150">
 | |
| 						</div>
 | |
| 
 | |
| 						<div class="col xs-12 sm-grow">
 | |
| 							<p class="mb-0">“Any darn fool can make something complex;<br>It takes a genius to make something simple.”</p>
 | |
| 							<br>
 | |
| 							<p class="ml-5">-- 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 }}
 |