Added all the things. Updated gitignore and README. Removed all the things. Reviewed-by: jeff <jeff@simplesystems.tech>
		
			
				
	
	
		
			20 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="card">
 | 
						|
	<div class="card-title align-center">
 | 
						|
		<img src="{{ .img }}" width="48" height="48" class="mr-4">
 | 
						|
		{{ .title }}
 | 
						|
 | 
						|
		<div class="spacer"></div>
 | 
						|
 | 
						|
		<a class="px-0" href="{{ .href }}" target="_blank" style="font-size: 1.1rem">
 | 
						|
			Visit Site
 | 
						|
			<i class="material-icons sm ml-1">launch</i>
 | 
						|
		</a>
 | 
						|
	</div>
 | 
						|
 | 
						|
	<hr>
 | 
						|
 | 
						|
	<div class="card-text">
 | 
						|
		{{ .desc }}
 | 
						|
	</div>
 | 
						|
</div>
 |